@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Medium.woff2') format('woff2'),
        url('../fonts/OpenSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/OpenSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('../fonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Old English Text MT';
    src: url('../fonts/OldEnglishTextMT.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #000000;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Poppins';
    letter-spacing: 1px;
}


html {
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

.bg-first {
    background: rgb(153 153 153 / 19%) !important;
}

/* header start */

.header nav li a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1px;
    width: 200px;
    text-align: center;
    padding: 20px 0;
}

.header .navbar {
    padding: 0;
}

.header nav li a.active,
.header nav li a:hover {
    color: #ffffff !important;
    background: rgb(28 172 217);
}


.header .navbar-toggler {
    border: none;
}

.header .navbar-toggler:focus {
    outline: none;
    box-shadow: none
}

/* Custom Header Styling */
.header {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 20px;
    z-index: 1000;
}

/* Logo Positioned Outside Navbar */

.navbar-brand img {
    height: 200px;
}

/* Navbar & Toggle Button */
.navbar {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
}

.navbar-toggler {
    border: none;
    outline: none;
}

/* Toggle Menu Button */
.mobile-menu {
    cursor: pointer;
}

#nav-icon1 span {
    display: block;
    width: 30px;
    height: 3px;
    margin: 6px auto;
    background-color: #fff;
    transition: 0.4s;
}

/* Offcanvas Menu (Slide from Right) */
.offcanvas-menu {
    position: fixed;
    top: 0;
    right: -250px;
    width: 250px;
    height: 100%;
    background: #111;
    padding-top: 60px;
    transition: right 0.4s ease-in-out;
    z-index: 9999;
}

.offcanvas-menu.active {
    right: 0;
    /* Slide in */
}

.offcanvas-menu ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

.offcanvas-menu ul li {
    padding: 15px;
}

.offcanvas-menu ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: 0.3s;
}

.offcanvas-menu ul li a:hover {
    color: #03a9de;
}

.close-menu {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

.navbar-expand-lg .navbar-toggler {
    display: none !important;
}

.mobile-menu {
    display: block;
}

/* .navbar-expand-lg .navbar-toggler {
    display: block;
    width: 65px;
    height: 65px;
    background: #03a9de;
    border-radius: 100%;
    line-height: 65px;
    position: fixed;
    top: 50px;
} */

#nav-icon1 {
    height: 30px;
    top: -3px;
}


#nav-icon1 {
    width: 24px;
    height: 24px;
    position: relative;
    margin: auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    top: 3px;
    overflow: hidden;
}

#nav-icon1 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ffffff;
    border-radius: 9px;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 0px;
    width: 85%;
}

#nav-icon1 span:nth-child(2) {
    top: 8px;
}

#nav-icon1 span:nth-child(3) {
    top: 17px;
    width: 70%;
}

#nav-icon1 span {
    display: block;
    width: 30px;
    height: 3px;
    margin: 6px auto;
    background-color: #fff;
    transition: 0.4s;
}


#nav-icon1 {
    height: 30px;
    top: -3px;
}

.custom-nav {
    background: rgb(96 94 94 / 47%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 20px 0;
    width: 100%;
    border-radius: 0;
    z-index: 999;
    margin-bottom: 0;
    transition: all 0.5s ease-in-out;
}

.custom-nav .navbar-nav li a {
    color: #fff !important;
    font-size: 16px;
    background-color: transparent !important;
    margin: 0 7px;
    letter-spacing: 0.05em;
    line-height: 26px;
    transition: all 0.5s;
    font-weight: 500;
    border-radius: 25px;
    padding: 10px 20px !important;
}

.custom-nav .navbar-nav .nav-link.active,
.custom-nav .navbar-nav .nav-link:focus,
.custom-nav .navbar-nav .nav-link:hover,
.custom-nav .navbar-nav .nav-link:active {
    color: #ffffff !important;
    padding: 10px 20px;
    border-radius: 25px;
    background-color: #03a9de !important;
}

.logo-img {
    width: 300px;
    height: 300px;
    position: relative;
    z-index: 1;
}

.logo-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bg-overlay {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: #00000096;
    width: 100%;
    height: 100%;
}

/* Remove default Bootstrap icon */
.navbar-toggler.custom-toggler {
    border: none;
    background: transparent;
    width: 45px;
    height: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    padding: 0;
}

/* Hamburger line base style */
.menu-line {
    display: block;
    height: 3px;
    background: #ffffff;
    /* Change color here */
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

/* Line sizes */
.line1 {
    width: 24px;
    /* medium */
}

.line2 {
    width: 32px;
    /* longest */
}

.line3 {
    width: 18px;
    /* smallest */
}

/* Center align lines */
.custom-toggler .menu-line {
    margin-left: auto;
    margin-right: unset;
}

/* --- ACTIVE STATE (X animation) --- */
.custom-toggler.active .line1 {
    transform: rotate(45deg) translate(6px, 6px);
    width: 32px;
    /* make equal for X */
}

.custom-toggler.active .line2 {
    opacity: 0;
    transform: translateX(-20px);
}

.custom-toggler.active .line3 {
    transform: rotate(-45deg) translate(6px, -6px);
    width: 32px;
    /* make equal for X */
}


/* header end */


.banner-container {
    position: relative;
    height: 100vh;
    background: url(../images/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec-p {
    padding-top: 100px;
    padding-bottom: 100px;
}

.main-head {
    font-size: 45px;
    line-height: 55px;
    font-weight: 600;
    color: #000000;
}

.about-us .about-image {
    width: 100%;
    height: 700px;
}

.about-us .about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.roster-card {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 1px solid #0000001f;
    transition: 0.3s;
}

.roster-card:hover {
    transform: translateY(-10px);
}

.roster-card .roster-image {
    width: 100%;
    height: 250px;
}

.roster-card .roster-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    object-fit: contain;
}

.roster-card .roster-content h3 {
    font-size: 19px;
    line-height: 29px;
    text-align: center;
    font-weight: 600;
    padding: 20px;
    margin-bottom: 0;
    border-top: 1px solid #0000000d;
    font-family: 'Open Sans';
    letter-spacing: unset;
}

.roster-image.full img {
    object-fit: cover;
}

.roster-image.bg {
    background: #f4f4f4;
    border-radius: 10px 10px 0 0;
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

.submit-icon,
.submit-icon2 {
    display: none;
}


.rotating i {
    color: #ffffff;
}

.submit-icon.rotating-show,
.submit-icon2.rotating-show {
    display: inline-block;
    vertical-align: middle;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
    {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.mail-content p {
    font-size: 22px;
    line-height: 32px;
}

.mail-content a {
    font-size: 18px;
    line-height: 28px;
    color: #03a9de;
    text-decoration: none;
    font-weight: 600;
}

.contact-form form input,
.contact-form form textarea {
    padding: 14px 20px 14px 0;
    border: none;
    background: transparent;
    border-bottom: 1px solid #0000002e;
}

.contact-form form input:focus,
.contact-form form textarea:focus {
    outline: none;
    box-shadow: none;
    background: transparent;
    border-bottom: 1px solid #0000002e;
}

.contact-form .submit-btn {
    background: #03a9de;
    padding: 14px 20px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    border-radius: 5px;
}

.form-body {
    border-radius: 10px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    border: 1px solid #00000008;
}

.footer .logo-content h2 {
    font-family: 'Old English Text MT';
    font-weight: normal;
    font-style: normal;
    text-transform: capitalize;
    color: #03a9de;
    font-size: 48px;
    letter-spacing: 5px;
}

.footer .footer-links ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 40px;
    margin-bottom: 0;
}

.footer .footer-links ul li a {
    color: #ffffff;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.footer-border {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #0c0c0c;
}

.fs-text {
    color: #656565;
    font-size: 15px;
}

#button {
    display: inline-block;
    background-color: #03a9de;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

#button i{
    font-size: 25px;
    font-weight: 500;
    color: #ffffff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

@media(min-width:220px) and (max-width:991px) {
    .mobile-menu {
        display: block;
        text-align: right;
        cursor: pointer;
    }

    .mobile-menu img {
        width: 24px;
        height: 24px;
    }

    .header .navbar {
        padding: 0;
    }

    .header .navbar-toggler {
        margin-left: auto;
        padding: 16px 20px;
    }

    .header .navbar-nav {
        padding: 10px;
        background: #ffffff;
        margin-bottom: 0 !important;
    }

    .header .container {
        margin: 0;
        padding: 0;
        width: 100%;
        max-width: 100%;
    }

    .hero-slider .caption-content {
        width: 70%;
    }

    .hero-slider .caption-content p {
        width: 100%;
    }

    .header ul {
        padding: 0 !important;
    }

    .header nav li a {
        color: #000000;
        padding: 16px;
        border-top: 1px solid #0000002b;
        text-align: left;
        width: 100%;
    }

    .header nav li:last-child a {
        border-bottom: 1px solid #0000002b;
    }

    .header nav li a.active,
    .header nav li a:hover {
        color: #ffffff !important;
        background: rgb(58, 188, 229);
        background: linear-gradient(90deg, rgba(58, 188, 229, 1) 36%, rgba(0, 168, 222, 1) 100%);
    }

    .header .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        position: absolute;
        align-items: center;
        width: 100%;
        height: 100%;
        top: 56px;
    }

    .navbar-toggler.custom-toggler {
        margin-left: auto;
    }

    .navbar-toggler.custom-toggler:focus {
        box-shadow: none;
    }


    .navbar-expand-lg .navbar-toggler {
        display: flex !important;
    }

    .custom-nav {
        padding: 10px 0;
    }

    .custom-nav .navbar-nav li a {
        font-size: 15px;
        margin-top: 5px;
        padding: 8px 20px !important;
    }

    .banner-container {
        height: 700px;
    }

    .logo-img {
        width: 250px;
        height: 250px;
    }

    .sec-p {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .about-us .about-image {
        height: 400px;
    }

    .main-head {
        font-size: 40px;
        line-height: 50px;
    }

    .roster-card .roster-image {
        height: 200px;
    }

    .roster-card .roster-content h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .footer .footer-links ul {
        justify-content: center;
        margin-top: 16px;
        padding-left: 0;
    }
}

@media(min-width:220px) and (max-width:575px) {
    .banner-container {
        height: 500px;
    }

    .logo-img {
        width: 200px;
        height: 200px;
    }

    .main-head {
        font-size: 35px;
        line-height: 45px;
        letter-spacing: unset;
        font-weight: 600;
    }

    /* 
    .sec-p {
        padding-top: 50px;
        padding-bottom: 50px;
    } */

    .about-us .about-image {
        height: 350px;
    }

    .mail-content p {
        font-size: 20px;
        line-height: 30px;
    }

    .mail-content a {
        font-size: 16px;
        line-height: 26px;
    }

    .contact-form .submit-btn {
        font-size: 16px;
    }

    .footer .logo-content h2 {
        font-size: 42px;
    }

    .footer .footer-links ul {
        gap: 16px;
    }

    .footer-border p {
        font-size: 14px;
    }

    .footer .footer-links ul li a {
        font-size: 14px;
        line-height: 24px;
    }

    #button{
        width: 40px;
        height: 40px;
    }
}