* {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
    text-decoration: none;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

ol,
ul {
    list-style: none;
}

del {
    text-decoration: line-through;
}

body {
    font-family: "../fonts/poppinsregular";
    font-size: 17px;
    color: #000;
    overflow-x: hidden;
    min-width: 320px;
    font-weight: 500;
}

body::-webkit-scrollbar {
    display: none;
}

input,
textarea,
select {
    font-family: "../fonts/poppinsregular";
    font-weight: 500;
}

a {
    color: #000;
    cursor: pointer;
}

img {
    display: block;
    width: 100%;
}

p {
    line-height: 1.3em;
    font-size: 15px;
    font-family: "montserratregular";
    font-weight: 500;
    color: #999;
}

.hidden {
    display: none;
}

.wrapper {
    width: 80%;
    margin: 0 auto;
    max-width: 1350px;
}

.title-box {
    margin-bottom: 20px;
}

.title-box h4 {
    font-size: 25px;
    font-family: "montserratsemibold";
}

.button a {
    color: #fff;
    background: blue;
    padding: 10px;
    border-radius: 35px;
}

.learn-button a {
    background-color: #5bba64;
    display: inline-block;
    font-size: 14px;
    padding: 14px 30px;
    border-radius: 30px;
    color: #fff;
}

header {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5.5px);
    position: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

header head-card {
    position: absolute;
    z-index: 2;
    left: 150px;
}

header head-card div.logo {
    width: 60px;
}

header head-card div.logo a {}

header head-card div.logo a img {
    width: 100%;
    display: block;
}

header div.nav-bar {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header div.nav-bar ul li:nth-child(n+2) {
    margin-left: 30px;
}

header div.nav-bar ul.screen-menu {
    display: flex;
    width: 100%;
    justify-content: end;
    position: unset;
    right: 223px;
}

#menu-icon {
    display: none;
    width: 35px;
}

.active {
    display: block !important;
}

#menu-icon img {
    width: 100%;
    display: block;
}

#mobile-menu {
    position: fixed;
    top: 0;
    right: 0px;
    background: #fff;
    padding: 30px;
    z-index: 2;
    bottom: 0;
    display: none;
    /* width: 225px; */
    width: 90%;
    padding-top: 55px;
    transition: all 0.4s ease-in;
}

#mobile-menu ul {}

#mobile-menu ul li {
    margin-bottom: 25px;
    font-family: "montserratregular";
}

#mobile-menu ul li:hover {
    opacity: 0.5;
}

#mobile-menu ul li a {}

span.close {
    position: absolute;
    right: 23px;
    top: 18px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    z-index: 2;
}

span.close img {
    display: block;
    width: 100%;
}

#overlay {
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    display: none;
}

nav.active {
    right: 0;
}

header div.nav-bar ul li {
    font-size: 16px;
    color: #ffffff;
    font-family: "montserratlight";
}

header div.nav-bar ul li a {
    color: #fff;
}

header div.spotlight {
    display: flex;
    justify-content: center;
    padding: 100px 0px;
}

header div.spotlight h4 {
    color: #fff;
    font-size: 35px;
    font-family: "montserratsemibold";
}

#contact {
    padding: 100px 0px;
}

#contact section.wrapper {}

#contact section.wrapper div.contact-section {
    display: flex;
    justify-content: space-between;
}

#contact section.wrapper div.contact-section div.contact-left {
    width: 50%;
}

#contact section.wrapper div.contact-section div.contact-left h3 {
    font-size: 30px;
    font-family: "montserratsemibold";
    margin-bottom: 25px;
}

#contact section.wrapper div.contact-section div.contact-left p {
    font-size: 17px;
    margin-bottom: 40px;
}

#contact section.wrapper div.contact-section div.contact-left form {}

#contact section.wrapper div.contact-section div.contact-left form div.input-container {}

#contact section.wrapper div.contact-section div.contact-left form div.input-container input {
    width: 100%;
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
    padding: 12px 1px;
    font-size: 18px;
    font-family: "montserratregular";
}

#contact section.wrapper div.contact-section div.contact-left form div.submit-button {
    margin-top: 35px;
}

#contact section.wrapper div.contact-section div.contact-left form div.submit-button button {
    background-color: #5bba64;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    border-radius: 5px;
    padding: 10px 0px;
    font-size: 18px;
    font-family: "montserratregular";
    color: #fff;
    cursor: pointer;
}

#contact section.wrapper div.contact-section div.contact-right {
    width: 45%;
    background: #161616;
}

#contact section.wrapper div.contact-section div.contact-right div.contact-content {
    padding: 150px 50px;
    position: relative;
}

#contact section.wrapper div.contact-section div.contact-right div.contact-content div.contact-square {
    width: 10%;
    left: -18px;
    top: -18px;
    position: absolute;
}

#contact section.wrapper div.contact-section div.contact-right div.contact-content div.contact-square img {}

#contact section.wrapper div.contact-section div.contact-right div.contact-content h2 {
    font-family: "montserratsemibold";
    margin-bottom: 50px;
    color: #f1f9f1;
}

#contact section.wrapper div.contact-section div.contact-right div.contact-content div.info-box {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    align-items: center;
}

#contact section.wrapper div.contact-section div.contact-right div.contact-content div.info-box p {
    color: #fff;
}

#contact section.wrapper div.contact-section div.contact-right div.contact-content div.info-box div.info-img {
    width: 8%;
}

#contact section.wrapper div.contact-section div.contact-right div.contact-content div.info-box div.info-img img {
    width: 22px;
    margin: 0 auto;
}

#contact section.wrapper div.contact-section div.contact-right div.contact-content div.info-box p a {
    font-family: "montserratregular";
    color: #ffffff;
    width: 80%;
}

@media all and (max-width: 1280px) {
    header head-card {
        left: 156px;
    }

    header head-card {
        left: 47px;
    }

    header div.nav-bar {
        position: relative;
        justify-content: flex-end;
        padding-right: 20px;
    }

    header div.nav-bar ul {
        width: 70%;
        right: 32px;
    }

    header div.nav-bar ul.screen-menu {
        display: none;
    }

    #menu-icon {
        display: block;
        position: absolute;
        right: 21px;
        top: 18px;
    }

    header nav.menu {
        display: none;
    }
}

@media all and (max-width: 1080px) {
    header div.nav-bar ul li {
        font-size: 14px;
    }

    header head-card {
        left: 142px;
    }

    section.spotlight section.wrapper div.main-bar {
        bottom: 67px;
        width: 100%;
    }

    header div.nav-bar ul.screen-menu {
        right: 160px;
    }
}

@media all and (max-width: 980px) {
    header head-card div.logo {
        width: 90px;
    }

    header head-card {
        left: 75px;
    }

    header div.nav-bar ul.screen-menu {
        width: 60%;
        right: 95px;
    }

    #contact section.wrapper div.contact-section {
        flex-wrap: wrap;
    }

    #contact section.wrapper div.contact-section div.contact-right {
        width: 100%;
    }

    #contact section.wrapper div.contact-section div.contact-left {
        width: 100%;
        margin-bottom: 30px;
    }

    #contact section.wrapper div.contact-section div.contact-right div.contact-content {
        padding: 50px 50px;
    }

    #contact section.wrapper div.contact-section div.contact-right div.contact-content div.info-box div.info-img {
        width: 5%;
    }

    #contact section.wrapper div.contact-section div.contact-right div.contact-content div.contact-square {
        display: none;
    }
}

@media all and (max-width: 768px) {}

@media all and (max-width: 640px) {

    /* header div.nav-bar {
        display: none;
    } */
    header head-card {
        left: 27px;
    }

    #contact section.wrapper div.contact-section div.contact-right div.contact-content div.info-box div.info-img {
        width: 6%;
    }

    #contact section.wrapper div.contact-section div.contact-left form div.input-container input {
        margin-bottom: 23px;
    }
}

@media all and (max-width: 480px) {
    header head-card {
        left: 24px;
    }

    header div.spotlight {
        padding: 80px 0px;
    }

    header div.spotlight h4 {
        color: #fff;
        font-size: 30px;
    }

    #contact section.wrapper div.contact-section div.contact-left p {
        font-size: 17px;
    }

    #contact section.wrapper div.contact-section div.contact-left form div.submit-button {
        margin-top: 25px;
    }

    #contact section.wrapper div.contact-section div.contact-right div.contact-content {
        padding: 50px 15px;
    }

    #contact section.wrapper div.contact-section div.contact-right div.contact-content div.info-box p {
        font-size: 14px;
    }
}

@media all and (max-width: 360px) {
    #contact section.wrapper div.contact-section div.contact-right div.contact-content div.info-box {
        display: flex;
        gap: 15px;
        width: 90%;
    }

    #contact section.wrapper div.contact-section div.contact-right div.contact-content {
        padding: 50px 5px;
    }

    section.spotlight section.wrapper div.main-bar {
        bottom: 46px;
    }
}

@media all and (max-width: 320px) {}