:root {
    --white: #ffffff;
    --orange: #f05323;
    --shadow: #00000027;
    --l-grey: #e7e7e7;
    --o-white: #f2f3f2;
    --link: #0e2446;
    --dark-blue: #1c3564;
    --text-orange: #f47721;
    --but-orange: #f47721;
    --but-brick: #c96c68;
    --but-pink: #f1c0bc;
    --but-link-grey: #bdbebf;
    --but-mushy-green: #304c4d;
    --but-link-blue: #1c3564;
    --but-orange-3: #f78e1e;
}

*{
    box-sizing: border-box;
    /*border:1px solid red;*/
}

html {
    overflow-x: hidden;
    font-size: clamp(16px, 18px, 20px);
}

body{
    overflow-x: hidden;
    font-family: 'Quicksand';
}

.container-xxl {
    padding: unset !important;
    max-width: 1920px;
    width: 100%;
}

.bison{
    font-family: 'Bison';
}

.milgran{
    font-family: 'Milgran';
}

/*General*/
.but {
    width: fit-content;
    color: var(--white);
    letter-spacing: 0.72px;
    padding: 0.7rem 4rem;
    font-size: 2rem;
    border-radius: 0.93rem;
    border: none;
}

.but-r{
    background: var(--orange);
    color: var(--white);
}

.but-sr{
    padding: 0.56rem 1.87rem;
    border-radius: 1.125rem;
    border: none;
    box-shadow: 0 0 20px #0000004f;
}

.but-r:hover {
    background: #f05323;
    color: var(--white);
    text-decoration: none;
}

.shadow-box{
    box-shadow: -1px 1px 18px -3px rgba(120,120,120,0.19);
    -webkit-box-shadow: -1px 1px 18px -3px rgba(120,120,120,0.19);
    -moz-box-shadow: -1px 1px 18px -3px rgba(120,120,120,0.19);
}

.shadow-box-d{
    box-shadow: -1px 2px 16px 3px rgba(120,120,120,0.53);
    -webkit-box-shadow: -1px 2px 16px 3px rgba(120,120,120,0.53);
    -moz-box-shadow: -1px 2px 16px 3px rgba(120,120,120,0.53);
}

.accordion-flush .accordion-button{
    text-align: left;
}

.accordion-button{
    padding-left: 4px !important;
    border-color: #000;
    font-size: 1.2rem;
    font-weight: bold;
}

.accordion-button:focus{
    box-shadow: 0 0 0 0.25rem rgba(107, 107, 107, 0.25);
    border-color: #616161;
}

.accordion-button:not(.collapsed){
    color: black;
    background-color: var(--l-grey);
}

.accordion-button::after
{
    display: none;
}
/*General*/

/*Header*/
header{
    padding: 0.87rem 1.25rem;
}

.navbar-brand img{
    max-width: clamp(12vw, 12vw, 12vw);
    padding-top: 1rem;
}

.navbar{
    letter-spacing: 0.72px;
}

.navbar-expand-lg .navbar-nav{
    margin: auto;
}

.nav-link{
    color: var(--link) !important;
}

.nav-but, .nav-link {
    font-size: clamp(1.5rem, -1.8rem + 3.6vw, 2rem);
}

.nav-item{
    padding: 0 0.85rem !important;
}

#sign-up{
    margin-left: 2rem;
}

.nv-coders span{
    border-color: var(--but-orange) !important;
}
.nv-campuses span{
    border-color: var(--but-mushy-green) !important;
}
.nv-companies span{
    border-color: var(--but-brick) !important;
}
.nv-about-us span{
    border-color: var(--but-link-blue) !important;
}
.nv-faqs span{
    border-color: var(--but-link-blue) !important;
}
.nv-litcoder-academy span{
    border-color: var(--but-pink) !important;
}

.nv-coders.active span, .nv-campuses.active span,
.nv-companies.active span, .nv-companies.active span,
.nv-about-us.active span, .nv-faqs.active span,
.nv-litcoder-academy.active span,
.nv-coders span:hover, .nv-campuses span:hover,
.nv-companies span:hover, .nv-companies span:hover,
.nv-about-us span:hover, .nv-faqs span:hover,
.nv-litcoder-academy span:hover{
    border-bottom: 3px solid;
    padding-bottom: 5px;
}
/*Header*/

/* Sections */
#welcome, #litcoder-academy, #litcoder-score,
#query, #litcoder-ecosystem,
#why-litcoder, #faqs, .code-qua, #inner, #course-quality{
    padding: 5rem 1rem;
}

#course-topics .detail{
    font-size: 1.5rem;
    padding: 6rem 0 2rem 0;
}

#query, #faqs, .code-qua{
    padding-left: 1rem;
    padding-right: 1rem;
}

#litcoder-ecosystem .ask, #litcoder-academy .ask,
#litcoder-score .ask, #query .title,
#faqs .title, #code-quality .ask,
#why-litcoder .title, #code-qua .ask, #inner .title, #course-quality .title{
    font-family: 'Milgran';
    font-weight: lighter;
    font-size: 2rem;
}

nav, .wel-but, .but-o,
.but-b, .but-g,
#litcoder-academy .but, #query .but,
footer .logo{
    font-family: 'Bison';
}

#litcoder-score .detail, #code-qua .detail,
#litcoder-academy .detail, #litcoder-ecosystem .detail
{
    padding: 1.8rem 2rem;
    font-size: 1.33rem;
}

#litcoder-academy .detail{
    max-width: 50rem;
    font-weight: 500;
    margin: auto;
    line-height: 1.6rem;
}

#litcoder-ecosystem .detail{
    max-width: 70rem;
    margin: auto;
    font-size: 1.33rem;
    font-weight: 500;
}

#course-details{
    background-color: var(--but-pink);
}

#litcoder-score .title, #litcoder-academy .title,
#litcoder-ecosystem .title, #code-qua .title
{
    font-weight: bold;
    padding-top: 1.33rem;
    font-size: 1.33rem;
}

.upskill-slider{
    background: #fff;
    border-radius: 1rem;
    padding: 4rem 0 0 0;
    min-height: 33rem;
}

.upskill-slider .header
{
    font-weight: bold;
    padding-top: 1.4rem;
    font-size: 1.33rem;
}

.ac-header{
    background:var(--but-pink);
    border-top-right-radius: 1.25rem;
    border-top-left-radius: 1.25rem;
    min-height: 12rem;
    padding: 3.3rem;
    text-align: left;
    font-size: 1.33rem;
    line-height: 1.6rem;
}

.ac-header div{
    font-family: 'Milgran';
    color: #fff;
    font-size: 2rem;
    padding-bottom: 7px;
}

.ac-footer{
    background:var(--o-white);
    border-bottom-right-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
    text-align: left;
    min-height: 20rem;
    padding: 3.3rem;
    font-size: 0.9rem;
    border: 1px solid #efefef;
}

.ac-footer ul li{
    margin-top: 1.3rem;
}

#code-quality .info .prim, #code-qua .mid .sub, #code-qua .mid .main, .why-code .list, .upskill-slider .list
{
    line-height: 1.2;
}

.upskill-slider .list
{
    padding: 50px !important;
}
/* Sections */

/* Banner */
#banner-image, #coder-image, #companies-image, #campuses-image, #upskill-image{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    font-family: 'Milgran';
    color: #fff;
}

#companies-image #text{
    font-size: 3.33rem;
    width:43rem;
    background-color: #c96c68;
    border-radius: 20px;
    opacity: 0.9;
    padding: 3.33rem;
    margin: 3.3rem 0 14.2rem 1.2rem;
}

#companies-image #text-sm{
    font-size: 2rem;
    background-color: #c96c68;
    border-radius: 20px;
    opacity: 0.9;
    padding: 1.3rem;
    margin: 28rem 2rem 2.5rem;
}

#companies-image #text-sm div{
    line-height: 3rem;
    color: #fff;
    text-shadow: 0px 5px 15px #00000027;
}

#campuses-image #text{
    font-size: 3.33rem;
    width:43rem;
    background-color: #304c4d;
    border-radius: 20px;
    opacity: 0.9;
    padding: 3.33rem;
    margin: 3.3rem 0 14.2rem 1.2rem;
}

#campuses-image #text-sm{
    font-size: 2rem;
    background-color: #304c4d;
    border-radius: 20px;
    opacity: 0.9;
    padding: 1.3rem;
    margin: 28rem 2rem 2.5rem;
}

#campuses-image #text-sm div{
    line-height: 3rem;
    color: #fff;
    text-shadow: 0px 5px 15px #00000027;
}

#upskill-image #text{
    font-size: 3.33rem;
    width:43rem;
    background-color: var(--but-pink);
    border-radius: 20px;
    opacity: 0.9;
    padding: 3.33rem;
    margin: 3.3rem 0 14.2rem 1.2rem;
}

#upskill-image #text-sm{
    font-size: 2rem;
    background-color: var(--but-pink);
    border-radius: 20px;
    opacity: 0.9;
    padding: 1.3rem;
    margin: 28rem 2rem 2.5rem;
}

#upskill-image #text-sm div{
    line-height: 3rem;
    color: #fff;
    text-shadow: 0px 5px 15px #00000050;
}

#coder-image #text{
    font-size: 3.33rem;
    width:43rem;
    background-color: var(--but-orange);
    border-radius: 20px;
    opacity: 0.9;
    padding: 3.33rem;
    margin: 3.3rem 0 14.2rem 1.2rem;
}

#coder-image #text p{
    font-size: 2rem;
    padding-bottom: 1.5rem;
}

#coder-image #text-sm p{
    font-size: 1rem;
    padding-bottom: 1.3rem;
}

#coder-image #text-sm{
    font-size: 2rem;
    background-color:  var(--but-orange);
    border-radius: 20px;
    opacity: 0.9;
    padding: 1.3rem;
    margin: 28rem 2rem 2.5rem;
}

#coder-image #text-sm div{
    line-height: 3rem;
    color: #fff;
    text-shadow: 0px 5px 15px #00000027;
}

#banner-image #text{
    font-size: 3.33rem;
    width:43rem;
    background-color: var(--dark-blue);
    border-radius: 20px;
    opacity: 0.9;
    padding: 3.33rem;
    margin: 3.3rem 0 14.2rem 1.2rem;
}

#banner-image #text p{
    font-size: 2rem;
    padding-bottom: 1.5rem;
}

#banner-image #text-sm p{
    font-size: 1rem;
    padding-bottom: 1.3rem;
}

#banner-image #text-sm{
    font-size: 2rem;
    background-color:  var(--dark-blue);
    border-radius: 20px;
    opacity: 0.9;
    padding: 1.3rem;
    margin: 28rem 2rem 2.5rem;
}

#banner-image #text-sm div{
    line-height: 3rem;
    color: #fff;
    text-shadow: 0px 5px 15px #00000027;
}

#banner-image #text div, #companies-image #text div, #coder-image #text div, #campuses-image #text div{
    line-height: 4.5rem;
    color: #fff;
    text-shadow: 0px 5px 15px #00000027;
}

#upskill-image #text div{
    line-height: 4.5rem;
    color: #fff;
    text-shadow: 0px 5px 15px #00000050;
}

#banner-image
{
    background-image: url(../img/banner.jpg);
}

#coder-image
{
    background-image: url(../img/coders-banner.jpg);
}

#companies-image{
    background-image: url(../img/companies-banner.jpg);
}

#campuses-image{
    background-image: url(../img/campuses-banner.jpg);
}

#upskill-image{
    background-image: url(../img/upskill-banner.jpg);
}

#text p{
    font-size: 2.66rem;
}

#text h5{
    padding-top: 3rem;
    margin: auto;
    max-width: 56rem;
    font-size: 5rem;
    line-height: 6.8rem;
}

#text h5, .no-banner{
    font-size: 5rem;
}

.no-banner.grey, .no-banner.blue{
    color: var(--white);
    text-align: center;
}

.no-banner.grey{
    background: #bdbebf;
    padding: 6rem;
}

.no-banner.blue{
    background: #1c3564;
    padding: 6rem 2rem;
}

#text p, #text h5, .no-banner.grey, .no-banner.blue{
    text-shadow: 0 0 6px #00000022, 0 0 15px #00000022;
}
/* Banner */

/* Welcome */
#welcome{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    background: var(--dark-blue);
    color: var(--white);
}

#welcome .info, #welcome .image{
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
}

#welcome .info .ask{
    font-size: 1.3rem;
}

#wel-img{
    padding: 1.5rem 0;
    max-width: 550px;
    margin: auto;
}

#wel-image{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

#welcome .info h5{
    font-weight: lighter;
    font-size: 3rem;
    padding-top: 2rem;
}

#welcome .info .detail{
    font-size: 1.4rem;
}

#welcome .info h4{
    font-size: 1.9rem;
    padding: 2rem 0;
}

.wel-but{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.wel-but li{
    font-size: 1.8rem;
    letter-spacing: 0.72px;
    background-color: var(--o-white);
    padding: 0.85rem 2rem;
    margin-right: 1.25rem;
    border-radius: 1.25rem;
    margin-top: 0.8rem;
}

.coder a, .company a, .campus a, .companies a, .campuses a{
    color: var(--white);
    text-decoration: none;
}

.wel-but li.coder{
    background-color: var(--but-orange);
    box-shadow: 0 0 10px #0000004f, 0 0 20px #0000004f;
}

.wel-but li.company{
    background-color: var(--but-brick);
    box-shadow: 0 0 1px #0000004f, 0 0 20px #0000004f;
}

.wel-but li.campus{
    background-color: var(--but-mushy-green);
    box-shadow: 0 0 1px #0000004f, 0 0 20px #0000004f;
}

/* Welcome */

/* Code Quality */
#code-quality{
    background: url(../img/code-quality.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 5rem 0;
}

#code-quality .detail{
    font-size: 1.33rem;
}

#code-quality .title{
    font-size: 1.33rem;
}

#code-quality .title{
    padding: 1.2rem 0;
    font-weight: bolder !important;
}

#code-quality .detail
{
    padding-bottom: 3rem;
    font-weight: 500;
}

#code-quality .info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(255, 255, 255, 0.8);
    padding: 0 3rem;
    border-radius: 1.25rem;
    min-height: 21.5625rem;
    margin: 1rem .2rem;
}

#code-quality .info .prim{
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--but-brick);
}

#code-quality .info .sec{
    font-size: 1.3rem;
    font-weight: 600;
    padding-top: 1.87rem;
}

#code-quality .info .ter{
    font-size: 0.9rem;
    font-weight: 500;
    padding-top: 1.87rem;
    max-width: 500px;
    margin: 0 auto;
}

/* Code Quality */

.ac-code{
    border-radius: 1.25rem;
}

/* Why Litcoder */
.why-code{
    padding:2.5rem 0.2rem;
    border-radius: 1.25rem;
}

#why-litcoder .title, #course-quality .title{
    padding: 2rem 5rem 3rem;
    line-height: 1.4;
}

#why-litcoder .detail, #course-quality .detail
{
    font-size: 1.5rem;
}

#course-quality{
    background: var(--but-pink);
}

.upskill-slider

.why-code .icon, .upskill-slider .icon{
    padding: 0.42rem 0.82rem;
}

.why-code .header, .upskill-slider .list{
    font-size: 1.33rem;
    padding: 1.25rem 0;
}

.why-code .list, .upskill-slider .list{
    font-size: 1.3rem;
    font-weight: 500;
    list-style: none;
}
/* Why Litcoder */

/* Litcoder score */
#query, .bg-grey{
    background: var(--l-grey);
}

#litcoder-score{
    background: var(--o-white);
}

#litcoder-score .detail{
    font-weight: 500;
}

.score-box{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-color: #ffffff;
    padding:2.5rem 0.5rem;
    border-radius: 1.25rem;
    margin: 1rem 2rem;
    min-height: 46rem;
}

.score-box .icon{
    padding: 0 4rem;
}

.score-box .title-o, .score-box .title-b, .score-box .title-g{
    font-size: 2rem;
    padding: 1.5rem;
}

.score-box .title-o{
    color: var(--but-orange);
}

.score-box .title-b{
    color: var(--but-brick);
}

.score-box .title-g{
    color: var(--but-mushy-green);
}

.score-box .tit{
    padding: 2rem;
    font-size: 1.33rem;
    line-height: 1.2;
}

.score-box .det{
    padding: 0 2rem 2.4rem 2rem;
    font-size: 1.33rem;
    font-weight: 500;
    min-height: 14rem;
    line-height: 1.2;
}

.score-box .but-o, .score-box .but-b, .score-box .but-g{
    margin: auto;
}

.score-box .but-o{
    background: var(--but-orange);
    box-shadow: 0 0 1px #0000004f, 0 0 20px #0000004f;
}

.score-box .but-b{
    background: var(--but-brick);
    box-shadow: 0 0 1px #0000004f, 0 0 20px #0000004f;
}

.score-box .but-g{
    background: var(--but-mushy-green);
    box-shadow: 0 0 1px #0000004f, 0 0 20px #0000004f;
}
/* Litcoder score */

/* Litcoder academy */
#litcoder-academy{
    background: url(../img/litcoder-academy.jpg) bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

#litcoder-academy .but{
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    background: var(--orange);
    margin: auto;
    box-shadow: 0 0 1px #0000004f, 0 0 20px #0000004f;
}

#litcoder-academy .ask{
    font-size: 2.7rem;
}
/* Litcoder academy */

/* code-qua */
#code-qua{
    background: var(--o-white);
}

#litcoder-ecosystem .tit{
    font-size: 1.875rem;
    padding-bottom: 1.1rem;
    padding-top: 0.2rem;
}

#litcoder-ecosystem .det{
    padding: 0 3rem;
    font-size: 1.33rem;
    font-weight: 500;
}
/* Litcoder ecosystem */

/* code-qua */
#code-qua .img, .code-qua{
    display: flex;
    justify-content: center;
}

.code-qua{
    flex-direction: column;
}

#code-qua .detail hr, #code-qua .mid hr{
    border: 1px solid #000;
    max-width: 400px;
    margin: auto;
}

#code-qua .mid hr{
    margin-top: 1.8rem;
}

#code-qua .detail hr{
    margin-bottom: 1.8rem;
}

#code-qua .detail
{
    padding-bottom: unset !important;
    font-weight: 500;
}

#code-qua .mid{
    max-width: 26rem;
    margin: auto;
    padding: 1rem 0;
}

#code-qua .mid .main{
    letter-spacing: 0.8px;
    font-size: 2rem;
    font-weight: 500;
}

#code-qua .mid .main a{
    color: var(--orange);
}

#code-qua .mid .sub{
    color: var(--but-orange-3);
    font-size: 1.33rem;
    font-weight: 700;
    padding-top: 1rem;
}

#code-qua .det{
    padding-top: 0.5rem;
    font-size: 1.33rem;
    font-weight: 500;
}
/* code-qua */

/* query */
#query label{
    font-size: 0.7rem;
    padding-bottom: 0.9rem;
}

#query .but{
    background: var(--orange);
    margin: auto;
    margin-top: 2rem;
    box-shadow: 0 0 1px #0000004f, 0 0 20px #0000004f;
}

.form-control{
    border-radius: 0.75rem;
    padding: 0.8rem;
}
/* query */

/* FAQs */
.faqs{
    margin: auto;
    padding: 1rem 0;
    text-align: left;
}

#faqs .but{
    font-size: 1rem;
    margin: auto;
    padding-top: 1rem;
    color: var(--orange);
}

#faqs .bg-grey{
    padding: 6rem 0;
}

.showmore a{
    color: var(--orange);
    text-decoration: none;
}
/* FAQs */

/* Footer */
footer{
    background: var(--o-white);
    padding: 3.8rem 0 0 0;
}

footer .logo, .foot-title{
    padding-bottom: 1rem;
}

footer .logo img{
    max-width: 9rem;
}

.footer-details, .foot-list li{
    font-size: 0.8rem;
    font-weight: 600;
}

.footer-details{
    line-height: 1.2rem;
}

.foot-title{
    font-size: 0.88rem;
    padding-bottom: 1.9rem;
}

.foot-list li{
    padding-bottom: 1.1rem;
}

.foot-list.social{
    display: flex;
}

.foot-list.social li a{
    font-size: 1.2rem;
}

.foot-list.social li a:hover{
    color: #666;
}

.foot-list.social li a, .copyright li a, .foot-list li a{
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.foot-list.social li{
    margin-right: 1.2rem;
}

.copyright li{
    margin-right: 3.2rem;
}

.copyright li a:hover, .foot-list li a:hover{
    font-weight: bold;
}

#copyright{
    font-weight: 600;
    margin-top: 3.8rem;
    padding: 1.25rem 0;
    background: var(--l-grey);
}

.copyright{
    font-size: 0.66rem;
    display: flex;
    flex-direction: row;
}
/* Footer */

/* Inner Pages */
#inner.coder, #inner.companies, #inner.campuses{
    color: var(--white);
}
#inner.coder{
    background: var(--but-orange);
}

#inner.companies{
    background: var(--but-brick);
}

#inner.campuses{
    background: var(--but-mushy-green);
}

#inner .upskill{
    background: var(--white);
}

#inner.upskill{
    padding: unset !important;
}

.inner .header{
    font-size: 1.2rem;
    padding: 1.25rem 1rem;
}

#inner .detail{
    font-weight: 600;
    font-size: 1.33rem;
    padding: 2rem 0;
}

#inner .title{
    padding: 0 3.12rem 3rem;
}
/* Inner Pages */

/* Upskill Program Page */
.upskill .title{
    padding-left: unset !important;
    padding-bottom: 5rem !important;
    font-size: 2rem !important;
    line-height: 1.6;
}

.upskill .title a{
    color: var(--orange);
}

.upskill .detail{
    padding: 5rem 0 !important;
    padding-left: unset !important;
    line-height: 1.4;
}

.upskill .detail a{
    color: var(--orange);
}
/* Upskill Program Page */

#up-p1, #up-p2{
    display: flex;
    flex-direction: column;
    justify-content: center !important;
}

#profiles img{
    border: 1px solid #ccc;
    border-radius: 50%;
    max-width: 16rem;
    margin: 6rem;
}

#profiles .title{
    font-size: 2.1rem;
    font-family: "Quicksand";
    font-weight:bold;
    padding: unset !important;
    margin-top: unset !important;
}

#profiles .designation{
    font-size: 1.3rem;
    padding-top: 0 !important;
    font-weight: bold;
    padding-bottom: 1.8rem;
    margin-top: 0 !important;
}

#profiles .text{
    line-height: 1.2;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 0.5rem 7rem 7rem 7rem;
}

#p-1, #up-p2{
    background: #f2f3f2;
}

#p-2{
    background: #e7e7e7;
}

#qoutes-nav-controls{
    display:flex;
    flex-direction: row;
}

.tns-nav button{
    height:18px;
    width:18px;
    border: 1px solid var(--orange);
    background-color: var(--orange);
    border-radius: 50%;
    margin: 8px;
    cursor: pointer;
}

.tns-nav-active
{
    border: 1px solid #f05323 !important;
    background-color: rgb(255, 255, 255) !important;
}

