body {
    font-family: "Open Sans",sans-serif;
    color: #555;
    font-size: 16px;
    background: #0d2a51;
    overflow-x: hidden
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway",sans-serif
}

h1 {
    color: #fff
}

.bold {
    font-weight: 700;
    color: #2bb1e6 !important
}

.hide {
    display: none
}

.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    text-decoration: none
}

    .back-to-top i {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        width: 40px;
        height: 40px;
        border-radius: 4px;
        background: #1a224c;
        color: #fff;
        transition: all 0.4s
    }

        .back-to-top i:hover {
            background: #04488e;
            color: #fff
        }

#header {
    height: 100px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    
    color: #fff;
    font-size: 14px
}
    #header.header-transparent {
        background: none
    }

    #header.header-scrolled {
        background: rgba(13,42,81,1);
        height: 90px;
        color: #000 !important;
        box-shadow: 0 8px 30px  rgb(255 255 255 / .09);
    }

    #header .schoolname {
        font-size: 18px;
        font-weight: 600;
        padding: 20px
    }

    

    #header .logo img {
        padding: 0;
        margin: 0;
        max-height: 60px
    }

    #header .logo .nsstclogo {       
        max-height: 43px
    }

.navbar {
    padding: 0
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center
    }

    .navbar li {
        position: relative
    }

    .navbar a, .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0 10px 30px;
        font-family: "Raleway",sans-serif;
        font-size: 16px;
        color: #fff;
        white-space: nowrap;
        transition: 0.3s
    }

        .navbar a i, .navbar a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px
        }

        .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
            color: #f3223c !important
        }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 14px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0 0 30px rgb(127 137 161 / .25);
        transition: 0.3s
    }

        .navbar .dropdown ul li {
            min-width: 200px
        }

        .navbar .dropdown ul a {
            padding: 10px 20px;
            font-size: 14px;
            text-transform: none;
            color: #1c3745
        }

            .navbar .dropdown ul a i {
                font-size: 12px
            }

            .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
                color: #68A4C4
            }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible
    }

@media (max-width:1366px) {
    body {
        overflow-x: hidden
    }

    .navbar .dropdown .dropdown ul {
        left: -90%
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%
    }
}

.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s
}

@media (max-width:991px) {
    .mobile-nav-toggle {
        display: block
    }

    .navbar ul {
        display: none
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgb(17 38 48 / .9);
    transition: 0.3s
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s
    }

    .navbar-mobile a, .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        color: #1e4356
    }

        .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
            color: #68A4C4
        }

    .navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
        margin: 15px
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0 0 30px rgb(127 137 161 / .25)
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px
            }

            .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
                color: #68A4C4
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block
    }

.video-background-holder {
    position: relative;
    background-color: #000;
    height: calc(100vh - 72px);
    min-height: 25rem;
    width: 100%;
    overflow: hidden
}

    .video-background-holder video {
        position: absolute;
        top: 10%;
        left: 28.8%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: 140vh;
        z-index: 0;
        -ms-transform: translateX(-25%) translateY(-25%);
        -moz-transform: translateX(-25%) translateY(-25%);
        -webkit-transform: translateX(-25%) translateY(-25%);
        transform: translateX(-25%) translateY(-25%)
    }

.video-background-content {
    position: relative;
    z-index: 2
}

.video-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .7;
    z-index: 1;

    
}



#maincontent {
    height: 100vh;
    overflow: hidden;
    position: relative;
    text-align: left;
    background: linear-gradient(180deg,#000 0%,rgba(0,0,0,1) 75%,#000 100%);
    color: #fff;
    
}

    #maincontent::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0
    }

    #maincontent .hero-text {
        margin-top: 80px
    }

    #maincontent h1 {
        color: #fff;
        margin-bottom: 15px;
        font-size: 110px;
        font-weight: 700;
        line-height: 110px;
        text-shadow: 2px 2px 4px #000;
        letter-spacing: normal
    }

    #maincontent .subtitle {
        font-size: 40px
    }

    #maincontent h2 span {
        background-color: #04488e;
        border-radius: 6px;
        padding: 5px 4px
    }

    #maincontent p {
        color: #fff
    }

    #maincontent .card {
        background: rgba(4,72,142,.6)
    }
        #maincontent .card .card-body i {
            font-size: 22px
        }

.whychooseus {
    text-align: center;
 
    background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.8)), url('../img/starsBG.jpg');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
    background-blend-mode: overlay; 
    padding-bottom:150px

}

    .whychooseus h4 {
        font-size: 20px;
        color: #ddd !important;
        font-weight: 600 !important;
        padding-top: 100px
    }

    .whychooseus .description {
        font-size: 28px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 33px;
        margin-bottom:35px;
        color:#999
    }

    .whychooseus .ptext {
        color: #fff !important;
        font-size: 24px;
        font-weight: 700;
        line-height: 15px;
        letter-spacing: 0
    }

    .whychooseus .ptext-desig {
        color: #fff !important;
        font-size: 18px;
        line-height: 15px
    }

section {
    padding: 60px 0;
    overflow-x: hidden
}

.section-title {
    text-align: center;
    padding-bottom: 30px
}

    .section-title h4 {
        font-size: 20px;
        font-weight: 600;       
           
        position: relative;
        color: #fff
    }
    /*
        .section-title h2::before {
            content: "";
            position: absolute;
            display: block;
            width: 130px;
            height: 3px;
            background: #9f78d8;
            bottom: 1px;
            left: calc(50% - 60px)
        }

        .section-title h2::after {
            content: "";
            position: absolute;
            display: block;
            width: 50px;
            height: 5px;
            background: #04488e;
            bottom: 0;
            left: calc(50% - 20px)
        }
        */
    .section-title p {
        margin-bottom: 0;
        font-size: 14px;
        color: #444;
        text-align: left
    }

#audcampus {
    background-color: #0d111a;
    background-image: url(../img/AUD-dji_0853-pano1.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height: 70vh
}

#whychoose {
    
    background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.8)), url('../img/starsBG.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    border-top-right-radius: 80px;
    border-top-left-radius: 80px;
    margin-top: -100px;
    padding-top: 50px
}

    #whychoose .section-title h2 {
        color: #fff
    }

    #whychoose .overview {
        font-size: 22px;
        letter-spacing: 1px;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px
    }

    #whychoose .subtitle .program {
        color: #fff !important
    }


.schedules {
    --bs-gutter-x: -1.5rem
}

    .schedules .container {
        box-shadow: 0 5px 25px 0 rgb(0 0 0 / .4);
        border-radius: 4px;
        background:#ddd;
        color: #fff;
        font-size: 16px;
      
        font-weight: 600;
        padding-top:15px
    }

    .schedules .timesection {
        background-color: #eee;
        padding: 15px 15px 0px 15px;
        color: #555;
        text-align:center
    }

    .schedules .bordertop {
        border-top: 1px solid #999
    }

    .schedules #pills-tabContent {
        background: #04488e
    }

    .schedules #pills-tab .nav-item .nav-link {
        color: #045db9;
        line-height: normal;
        text-align: left;
       
        box-shadow: rgb(0 0 0 / .2) 0 2px 10px 0;
        margin-right: 5px;
        padding: 15px;
        width: 370px
    }

        .schedules #pills-tab .nav-item .nav-link i {
            font-size: 20px
        }

        .schedules #pills-tab .nav-item .nav-link span {
            font-size: 18px;
            font-weight: 600;
            padding-left: 0
        }

        .schedules #pills-tab .nav-item .nav-link:hover {
            color: #fff;
            background: #04488e
        }

        .schedules #pills-tab .nav-item .nav-link.active {
            background-color: #04488e;
            color: #fff
        }

    .schedules .detailsection {
        padding: 15px 15px 0px 15px;
        color: #555;
        background:#eee
    }
    .schedules .detailsection h4 {
        font-size:18px
    }

    .schedules .sub-text {
        padding-top: 0
    }

        .schedules .detailsection a, .schedules .sub-text a {
            color: #fff
        }

        .schedules .sub-text a {
            font-size: 14px;
            padding: 10px 12px
        }

    .schedules .detailsection a:hover, .schedules .tab-pane .sub-text a:hover {
        transition: all .5s ease-out
    }

.text-box {
    background-color: rgba(32,44,84,0.8);
    box-shadow: 0 0 20px 2px rgb(255 255 255 / .1);
    min-height: 250px;
    padding: 38px 40px 20px 30px;
    border-left: 10px solid rgba(243, 34, 60, .5);
    border-radius:10px
}

    .text-box p, .text-box ul {
        font-size: 18px;
        text-align: justify;
        color: #bbb;
        letter-spacing: .8px
    }

.text-box-img {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / .2),0 6px 20px 0 rgb(0 0 0 / .19);
    min-height: 400px !important
}

    .text-box-img p {
        padding: 0 20px 20px 20px;
        text-align: justify;
        font-size: 18px;
        line-height: 28px
    }

.whyaud .subtitle {
    border-radius: 10px;
    padding-bottom: 0
}

    .whyaud .subtitle .program {
        font-weight: 700;
        margin-bottom: 12px;
        font-size: 17px;
        padding: 0;
        color: #04488e !important
    }

    .whyaud .subtitle p, .whyaud .description {
        font-size: 16px;
        color: #555;
        line-height: 28px
    }

.whyaud h4 {
    margin-bottom: 30px;
    font-size: 27px;
    
    line-height: 37px;
    color: #ddd
}

    .whyaud h4 span, .schedules h4 span {
        background-color: #04488e;
        border-radius: 6px;
        padding: 15px;
        font-weight: 600;
    }

.whyaud .formdesc {
    font-size: 44px;
    font-weight: 700;
    padding-right: 25px;
    line-height: 55px;
    color: #ddd
}

.register {
    background: linear-gradient(0deg,#000 0%,rgb(4 72 142 / .50) 55%,#000 100%);
    padding-top: 140px;
    margin-top: 0 !important;
    padding-bottom: 160px
}

.whyaud .icon-box {
    padding: 18px
}

.whyaud .icon-box-bg {
    background-image: linear-gradient(0deg,#222222 0%,#2f2f2f 50%,#222222 100%)
}

.whyaud .icon {
    margin-bottom: 15px
}

    .whyaud .icon i {
        color: #4fc6ed !important;
        font-size: 32px;
        font-weight: 700
    }

.whyaud .title {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px
}

.whyaud .content h3 {
    font-weight: 700;
    font-size: 28px
}

.whyaud .content ul {
    list-style: none;
    padding: 0
}

    .whyaud .content ul li {
        padding-bottom: 10px
    }

    .whyaud .content ul i {
        font-size: 20px;
        padding-right: 4px;
        color: #1a224c
    }

.whyaud .content p:last-child {
    margin-bottom: 0
}

.inline-checkboxlist input[type="radio"],
.inline-checkboxlist label {
    display: inline-block;
    margin-right: 8px; /* Adjust spacing as needed */
    /*vertical-align: middle;*/
    padding-bottom: 2px !important;
    font-size: 17px !important;
    padding-right: 12px
}

.inline-checkboxlist input[type="radio"] {
    height: 15px
}

.inline-checkbox label {
    margin-left: 8px; /* Adjust spacing as needed */
}

.whyaud .register-form {
    width: 100%;
    border-top: 3px solid #04488e;
    border-bottom: 3px solid #04488e;
    padding: 32px;
    background: #000;
    box-shadow: 0 0 24px 0 rgb(0 0 0 / .12);
    color: #fff
}

    .whyaud .register-form .form-group {
        padding-bottom: 8px
    }

    .whyaud .register-form .validate {
        color: #f3223c;
        margin: 0 0 15px 0;
        font-weight: 400;
        font-size: 13px
    }

    .whyaud .register-form .error-message {
        display: none;
        color: #fff;
        background: #f3223c;
        text-align: left;
        padding: 15px;
        font-weight: 600
    }

        .whyaud .register-form .error-message br + br {
            margin-top: 25px
        }

    .whyaud .register-form .sent-message {
        color: #fff;
        background: #f3223c;
        text-align: center;
        padding: 15px;
        font-weight: 600;
        margin-bottom: 25px
    }

    .whyaud .register-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px
    }

        .whyaud .register-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            -webkit-animation: animate-loading 1s linear infinite;
            animation: animate-loading 1s linear infinite
        }

    .whyaud .register-form input, .whyaud .register-form textarea, .whyaud .register-form select {
        box-shadow: none;
        font-size: 16px;
        border-radius: 2px
    }

    .whyaud .register-form label {
        margin-bottom: 8px
    }

    .whyaud .register-form input:focus, .whyaud .register-form textarea:focus, .whyaud .register-form select:focus {
        border-color: #c845db;
        box-shadow: 0 0 24px 0 rgb(255 255 255 / .25)
    }

    .whyaud .register-form textarea {
        padding: 10px 12px
    }

.whyaud .submitbutton {
    background: #1e0979;
    border: 0;
    padding: 16px 50px;
    color: #fff;
    transition: 0.4s;
    border-radius: 15px !important;
    font-weight: 600;
    letter-spacing: 1px
}

.whyaud .registernow {
    padding: 18px 40px !important
}

.whyaud .submitbutton:hover {
    background: #c845db
}

.footer-sketch {
    width: 100%
}

#footer {
    background: #0d2a51;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 50px 0;
 
    
}
#footer a {
    
    color: #fff;
 
    
}
    #footer a:hover {
        color: #f3223c;
        text-decoration: underline
    }

    #footer h3 {
        font-size: 32px;
        font-weight: 700;
        color: #fff;
        position: relative;
        padding: 0;
        margin: 10px 0 15px 0
    }

    #footer .copyright {
        margin: 0 0 45px 0
    }

.hide {
    display: none
}










#3dcard {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    background: linear-gradient(22deg,#202c54 0%,#04488e 75%,#202c54 100%) !important
}

    #3dcard .row {
        align-items: center;
        height: 100vh
    }

.card {
    position: relative;
    height: 400px;
    width: 100%;
    margin: 10px 0;
    transition: ease all 2.3s;
    perspective: 1200px;
    background: none
}

  
      

    .card .cover {
        position: absolute;
        height: 100%;
        width: 100%;
        transform-style: preserve-3d;
        transition: ease all 2.3s;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        box-shadow: rgb(4 72 142 / .3) -5px 5px,rgb(4 72 142 / .2) -10px 10px,rgb(4 72 142 / .05) -15px 15px,-22px 0 8px 5px #04488e;
        border-radius: 35px !important;
        transform: rotateX(0deg) rotateY(54deg) rotateZ(0deg);
        border:none
    }

        .card .cover:before {
            content: "";
            position: absolute;
            border: 2px solid rgb(255 255 255 / .5);
            box-shadow: 0 0 20px rgb(0 0 0 / .6);
            top: 20px;
            left: 20px;
            right: 20px;
            bottom: 20px;
            z-index: 2;
            transition: ease all 2.3s;
            transform-style: preserve-3d;
            transform: translateZ(0);
            border-radius: 30px !important
        }

        .card .cover:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 2;
            transition: ease all 1.3s;
            background: rgb(4 72 142 / .4);
            border-radius: 35px !important
        }

       

        

        .card .cover h1 {
            font-weight: 600;
            position: absolute;
            bottom: 55px;
            left: 36px;
            color: #fff;
            transform-style: preserve-3d;
            transition: ease all 2.3s;
            z-index: 3;
            font-size: 1.7em;
            transform: translateZ(0);
            letter-spacing: 1px;
            max-width: 230px
        }

        .card .cover .itemheading {
            font-weight: 700;
            color: #fff;
            font-size: 1.7em
        }

        .card .cover .itemtext {
            position: absolute;
            bottom: 55px;
            left: 45px;
            color: #fff;
            transform-style: preserve-3d;
            transition: ease all 2.3s;
            z-index: 0;
            font-size: 1em;
            transform: translateZ(0);
            letter-spacing: 1px;
            max-width: 230px;
            opacity: 0
        }

    .card .card-back {
        position: absolute;
        height: 100%;
        width: 100%;
        background: #111;
        transform-style: preserve-3d;
        transition: ease all 2.3s;
        transform: translateZ(-1px);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 35px;
        display: none
    }

.card-back p {
    transform-style: preserve-3d;
    transition: ease transform 2.3s,ease background 0.5s;
    transform: translateZ(-1px) rotatey(-180deg);
    background: #fff0;
    font-weight: 200;
    font-size: 20px;
    color: #fff;
    padding: 10px 30px 5px 30px;
    outline: none;
    text-decoration: none;
    overflow: hidden
}

.card .card-back a {
    transform-style: preserve-3d;
    transition: ease transform 2.3s,ease background 0.5s;
    transform: translateZ(-1px) rotatey(-180deg);
    background: #fff0;
    border: 2px solid #dc3545;
    font-weight: 200;
    font-size: .8em;
    color: #dc3545;
    padding: 10px 24px;
    outline: none;
    text-decoration: none;
    line-height: 5em;
    text-align: center !important;
    border-radius: 4px
}

    .card .card-back a::before {
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transform: scaleY(0);
        transition: all .3s ease;
        width: 100%;
        z-index: -1
    }



.card2 {
    clear: both !important;
    margin: 40px 0;
    height: 360px;
    text-align: left;
}

    .card2 .cover:before {
        transform: translateZ(10px)
    }

    .card2 .cover:after {
        /*background: rgb(4 72 142 / .3) */
        background: rgb(0 0 0 / .1)
    }

    .card2 .cover {
        box-shadow: 1px 1px 25px #555;
        transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg)
    }

        .card2 .cover h1 {
            opacity: 0
        }

        .card2 .cover .itemheading {
            font-weight: 700;
            color: #fff;
            font-size: 2.5em;
            line-height: 1.6em
        }

        .card2 .cover .itemtext {
            z-index: 99;
            font-size: 1.3em;
            max-width: 230px;
            opacity: 1;
            top: 35px;
            bottom: 0
        }

    /*.card2:hover .cover .itemtext {
        transition: ease all 1.8s;
        transform: translateZ(20px);
        transform: translateZ(70px);
        max-width: 335px;
        left: 45px;
        opacity: 1
    }*/
#navleftsection .maincontent {
    
    text-align: left;

}



#navleftsection .nav-pills .nav-link {
    font-size: 23px;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 20px
}

#navleftsection .nav-pills .nav-link {
    color: #04488e;
    background: rgba(255,255,255,.8);
    border-radius: 0;
    border-bottom: 1px solid rgba(255,255,255,.5)
}
    #navleftsection .nav-pills .nav-link:hover {
        background: #0d2a51;
        color: #fff
    }

#navleftsection .nav-pills .active {
    background: #0d2a51;
    color: #fff;
    font-weight: 500;
}

#navleftsection .tab-content {
    background: rgba(0,0,0,.5);
    position: relative;
    color: #fff;
    border-radius:10px;
    min-height:70vh

}

    #navleftsection .tab-content::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: linear-gradient(rgba(4,72,142, 1), rgba(0,0,0, .5)), url('../img/astronaut-11479921.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-blend-mode: overlay;
        opacity: 0.6;
    }
    #navleftsection .tab-content .tab-pane {
        position: relative;
        z-index: 1;
        font-size:20px
    }

        #navleftsection .tab-content .tab-pane ul li {
            padding-bottom:20px;     
            margin-bottom:20px;
            border-bottom:1px dashed rgba(255,255,255,.2)
        }

    #navleftsection .tab-content .tab-pane ul li i {
       text-align:center;
        font-size: 30px;
        color:#141654
    }


@media (max-width:1440px) {
   
}

@media (max-width:1367px) {
    /*#header.header-scrolled {
       
        height: 130px;
    }*/
    .card2 .cover .itemtext {       
        font-size: 1.2em;
        max-width: 180px;        
    }
    .schedules #pills-tab .nav-item .nav-link {      
      
        width: 340px;
    }
        .schedules #pills-tab .nav-item .nav-link span, .detailsection h4 {
            font-size: 17px;
        }
    
}

@media (max-width:1024px) {
    #header.header-scrolled {
        padding-top: 20px;
    }
    #header .container {
        margin-left: 20px;
        padding: 0;
        text-align: unset
    }

    #maincontent {
        height: 80vh
    }

        #maincontent .subtitle {
            font-size: 35px
        }

        #maincontent h1 {
            font-size: 100px;
            line-height: 110px
        }

        #maincontent h2 {
            font-size: 25px;
        }






    #3dcard {
        width: 100%
    }

    .card2 {
        height: 290px;
    }

     .card2 .cover .itemtext {
            font-size: 1.3em;
            max-width: 380px;
        }

    #navleftsection .tab-content {
        min-height: 50vh;
    }

    #audcampus {
        height: 40vh;
    }

    .schedules #pills-tab .nav-item .nav-link {
        width: 305px;
    }
    .schedules #pills-tab .nav-item .nav-link span, .detailsection h4 {
            font-size: 15.8px;
            padding-left:5px
     }

     .schedules #pills-tab .nav-item .nav-link i {
            font-size: 17px;
        }

}



@media (max-width:834px) {
    body {
        font-size: 14px;
        overflow-x: hidden;
        overflow-y: scroll
    }
    .card2 .cover .itemtext {
        font-size: 1.2em;
        max-width: 265px;
    }

    .schedules #pills-tab .nav-item .nav-link {
        width: 260px;
    }

        .schedules #pills-tab .nav-item .nav-link span, .detailsection h4 {
            font-size: 13.5px;
            letter-spacing:unset
        }

    .schedules #pills-tab #pills-day-tab {
        width: 150px;
    }
    
}

@media (max-width:768px) {
    .whyaud h4 {
        font-size: 26px
    }

    #header .container {
        text-align: unset
    }

    #maincontent {
        height: 100vh
    }

        #maincontent .subtitle {
            font-size: 28px
        }

        #maincontent h1 {
            font-size: 64px;
            line-height: 72px
        }

    .whychooseus .description {
        font-size: 38px;
        line-height: 45px
    }

    .card .cover .itemtext {
        max-width: 280px
    }

    .whyaud .formdesc {
        font-size: 30px;
        line-height: 40px
    }

    #panels #panels-container .panel {
        position: center
    }


}

@media (max-width:430px) {
    #header.header-scrolled {
        padding-top: 20px;
        height:130px
    }
    #header .logo {
        text-align:center !important
    }
    #header .logo .nsstclogo {
        max-height: 32px;
    }
    .whyaud h4 {
        font-size: 22px
    }

    #header .container {
        margin-left: 0;
        padding: 10px
    }

    #header .logo img {
        max-height: 45px;
        
    }

    #maincontent h1 {
        font-size: 55px;
        line-height: 60px
    }
    #maincontent h2 {
        font-size: 23px;
    }

    #header .schoolname {
        font-size: 16px;
        display: none
    }

    #whychoose {
        border-top-right-radius: 80px;
        border-top-left-radius: 80px
    }

    #audcampus {
        height: 30vh
    }

    #maincontent .card .card-body .card-title {
        font-size:1rem
    }
    #maincontent .RSVPnow {
        text-align: center
    }


    .whychooseus .description {
        font-size: 24px;
        line-height: 38px;
        padding:10px 20px
    }

    
    .card2 .cover .itemtext {
        font-size: 1.25em;
        max-width: 310px;
    }



    .schedules #pills-tab .nav-item .nav-link {
        width: 144px;
        height: 95px
    }

        .schedules #pills-tab .nav-item .nav-link span, .detailsection h4 {
            font-size: 15px;
            letter-spacing: unset;
            line-height: unset;
            padding-left: 0px;
        }

    .schedules #pills-tab #pills-day-tab {
        width: 100px;
    }

    .schedules .detailsection {
        text-align:center;
        padding-top:0;
        padding-bottom:10px;
   
    }
        .schedules .detailsection h4 {
            font-size: 16px;
        }
    #navleftsection .tab-content .tab-pane ul li i {
        
        font-size: 25px;
     
    }
}


@media (max-width:415px){
    .schedules #pills-tab .nav-item .nav-link {
        width: 130px;
       
    }
    #header .logo .nsstclogo {
        max-height: 28px;
    }
}

@media (max-width:390px) {
    #header .logo img {
        max-height: 45px;
    }

    #header.header-scrolled {        
        height:125px;        
        padding-top: 10px;
    }
    #header .logo .nsstclogo {
        max-height: 28px;
    }
    #maincontent h1 {
        font-size: 50px;        
    }
    
    .schedules #pills-tab .nav-item .nav-link {
        width: 125px;
        height: 110px;
    }
    .schedules #pills-tab #pills-day-tab {
        width: 90px;
    }
}


@media (max-width:375px) {
    #header .logo img {
        max-height: 42px
    }

    #maincontent h1 {
        font-size: 45px;
        line-height: 50px
    }

    #maincontent h2 {
        font-size: 23px;
    }

    #maincontent h2 {
        font-size: 20px;
    }

    #maincontent .card .card-body .card-title {
        font-size: 0.9rem;
    }
    .card2 .cover .itemtext {     
        max-width: 280px;
    }

    #navleftsection .tab-content .tab-pane ul li i {
        font-size: 22px;
    }

    .schedules #pills-tab .nav-item .nav-link {
        width: 120px;
        height: 110px
    }       

    .schedules #pills-tab #pills-day-tab {
        width: 94px;
    }

}