* {
    padding: 0;
    margin: 0;
    /* overflow-x: hidden; */
}

#navbar {
    padding: 1.5% 8%;
    background: #F9F9F9;
}

#navbar img {
    height: 50px;
}

.navbar-collapse {
    justify-content: flex-end;
}

.header-nav-link {
    font-weight: 500;
    color: black !important;
    font-family: "Inter";
    margin-right: 50px;
    font-size: 16px;
}

.link-hover-effect-1 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0.5rem 0;
}

.link-hover-effect-1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: #000;
    transform: translateX(-105%);
    transition: transform 0.5s ease-in-out;
}

.link-hover-effect-1:hover::before {
    transform: translateX(0);
}

header {
    background: linear-gradient(to right, #D9D9D9 4%, #ffffff, #ffffff 70%);
    font-family: 'Inter';
    padding: 10% 6%;
    padding-bottom: 3%;
}

header.row {
    margin: 0;
}

.header-title {
    display: flex;
    max-width: 615px;
    font-weight: 700;
    font-size: 64px;
    line-height: 77px;
}

header p {
    margin-top: 1rem;
    font-weight: 500;
    font-size: 16px;
    line-height: 143.02%;
    max-width: 720px;
}

.headerdiv1 {
    align-items: normal !important;
}

.headerdiv2 {
    padding: 55px 2%;
}

.heroBtnDiv{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.sponsorBtn {
    color: #FFF;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 16px;
    line-height: 181.02%;
    letter-spacing: 3px;
    border-radius: 7px;
    padding: 11px 30px;
    background: #043603;
    transition: ease-in-out 0.4s;
}

.sponsorBtn:hover {
    color: white;
    text-decoration: none;
    background-color: #536c3e;
}

#regBtn{
    margin: 0;
}

section {
    padding: 2%;
    margin-bottom: 40px;
    line-height: 196.02%;
}

section .row {
    display: flex;
    justify-content: center;
}

.col-lg-6 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.dotmap-img {
    width: -weblit-fill-available;
}

.section-text {
    max-width: 600px;
}

.section-text p {
    font-family: 'Inter';
    font-weight: 300;
    font-size: 20px;
    line-height: 40px;
}

.italise {
    font-style: italic;
    font-weight: 600;
}

.about-us {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 8%;
}

.about-us h3 {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 32px;
    line-height: 53px;
    background: #1A4306;
    color: #ffffff;
    text-align: center;
    padding: 1% 2%;
    border-radius: 8px;
}

.about-us p {
    font-family: 'Inter';
    font-weight: 300;
    font-size: 22px;
    line-height: 181.02%;
    margin-top: 30px;
    text-align: center;
    max-width: 1235px;
}

#moretext {
    display: none;
}

.read-more-btn,
.readmore-btn {
    display: inline-block;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #939393;
    border: 3px solid #939393;
    border-radius: 7px;
    margin-top: 20px;
    letter-spacing: 3px;
    /* background: white; */
    padding: 0.5rem 1.9rem;
    width: max-content;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 16px;
    line-height: 181.02%;
}

.read-more-btn:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    color: black;
    z-index: -2;
}

.read-more-btn:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #D9D9D9;

    transition: all 0.3s;
    z-index: -1;
}

.read-more-btn:hover {
    color: black;
    text-decoration: none;
    border-color: #D9D9D9;
}

.read-more-btn:hover:before {
    width: 100%;
}

.readmore-btn {
    background: #D9D9D9;
    border-radius: 7px;
    color: black;
    border: 0;
}

.readmore-btn:hover {
    background: #043603;
    color: white;
}

.missions {
    background: url(../images/atlas.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 720px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 5%;
}

.register {
    padding: 5% 10%;
    margin-bottom: 40px;
}

.reg1 {
    flex-direction: column;
    font-family: 'Montserrat';
    font-weight: lighter;
    font-size: 16px;
    line-height: 196.02%;
}

.reg1 p {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 300;
    line-height: 196.023%;
}

.bold700 {
    font-weight: 700;
}

.reg2 img {
    border-radius: 45px;
}

.quotes {
   background-color: #f7f7f7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 55px 6%;
    overflow-y: hidden;
    margin-bottom: 50px;
}

.quotes .owl-stage-outer{
    padding: 60px 0;
}

.quoteImg {
    border-radius: 14px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

footer {
    background: #131313;
    padding: 5%;
    color: white;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}

footer .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.follow-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.socials {
    margin-left: 15px;
}

.socials a {
    padding: 0 5px;
}

.footer-hr {
    width: 100%;
    border: 1px solid #ffffff45;
    margin-top: 50px;
}

.footer-low {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.copyright {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #969696;
    margin-top: 20px;
}

@media (max-width:1400px) {
    .header-nav-link {
        margin-right: 20px;
    }

    .about-us h3 {
        font-size: 35px;
    }

    .about-us p {
        font-size: 18px;
    }

    .reg1 {
        font-size: 18px;
    }
}

@media (max-width:1200px) {
    .header-nav-link {
        margin-right: 5px;
    }
}

@media (max-width:1100px) {
    .header-nav-link {
        margin-right: 0;
    }

    section {
        padding: 7%;
    }

    .section-text {
        font-size: 15px;
        margin-top: 50px;
    }

    .upg {
        padding: 10%;
    }
}

@media (max-width:997px) {
    .header-title {
        font-size: 55px;
    }

    .upg-text {
        font-size: 150px;
    }

    .upg p {
        font-size: 40px;
    }

    .reg1 {
        margin-bottom: 50px;
    }

    .follow-div {
        margin-top: 30px;
    }

    .footer-hclogo {
        height: 60px;
    }
}

@media (max-width:768px) {
    .footer-hclogo {
        height: 50px;
    }

    .upg {
        padding: 18%;
    }

    .about-us h3 {
        font-size: 25px;
    }

    .about-us p,
    .section-text p,
    .light {
        font-size: 16px !important;
    }
}

@media (max-width:576px) {
    #navbar {
        padding: 5% 8%;
    }

    .header-title {
        font-size: 40px;
        line-height: 41px;
    }

    header p {
        font-size: 14px;
    }

    .read-more-btn,
    .readmore-btn, .sponsorBtn {
        font-size: 12px;
    }

    .upg-text {
        font-size: 70px;
    }

    .upg p {
        font-size: 20px;
        margin-top: 0;
    }

    .about-us h3 {
        font-size: 18px;
        padding: 2%;
    }

    .footer-hclogo {
        margin-bottom: 20px;
    }
}