@font-face {
    font-family: poppins;
    src: url(/Poppins/Poppins-Light.ttf);
}


@font-face {
    font-family: publico;
    src: url(/publico/light/Publico\ Banner\ Web\ Light\ Regular.ttf);
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color1: #ffffff;
    --primary-color2: #F6F5EF;
    --primary-color3: #ffd2a4;
    --primary-color4: #012516;
    --primary-color5: #B7B3A4;
    --primary-textColor1: #000000;
    --buttonTransparent: #e37627;
}

html,
body {
    width: 100%;
    height: 100%;
    background-color: var(--primary-color4);
}

body{
    overflow-x: hidden;
    background-color: var(--primary-color1);
}

.main {
    width: 100%;
    height: 100%;
}

.loader{
    width: 100%;
    height: 100%;
    background-color: var(--primary-color1);
    position: absolute;
    top: 0;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader img{
    width: 15vw;
}

::-webkit-scrollbar {
    display: none;
}



/* NAVBAR SECTION STARTS */


.navbar {
    width: 100vw;
    height: 9vh;
    position: fixed;
    display: flex;
    top: 0;
    justify-content: space-between;
    align-items: flex-start;
    padding: .4rem 5rem;
    font-family: publico;
    z-index: 999;
    background-color: var(--primary-color2);
    transition: all .7s ease-in-out;
}

.navbarContainer {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.navbar ul {
    display: flex;
    list-style: none;
    gap: 1.5rem;
    position: relative;
    z-index: 10;
    margin-top: 1vw;
}

.navbar li {
    margin-bottom: 1.5vw;
    font-size: 1.3vw;
}

.navbar ul a {
    color: var(--primary-textColor1);
    text-decoration: none;
    transition: all .2s ease-in-out;
}

.navbar ul a:hover {
    color: #898989;
}

.logo {
    display: flex;
    gap: 1vw;
    /* font-family: publico2; */
}

.logo img {
    width: 3rem;
    height: 3rem;
}

.logo h1 {
    font-size: 2vw;
    margin: 0.3rem 0rem 0rem 0rem;
}

.logo a {
    text-decoration: none;
    color: var(--primary-textColor1);
}

.logoInfo p {
    font-size: 1vw;
}



.navbar button {
    border: none;
    border-radius: 1rem;
    padding: .4rem;
    text-align: center;
    font-weight: 500;
}

.nav-bottom {
    position: absolute;
    top: 100%;
    left: 0%;
    width: 100%;
    height: 0%;
    z-index: 9;
    background-color: var(--primary-color2);
    border-bottom: 1px solid var(--primary-textColor1);
}

.menuBtn {
    display: none;
}

.spanContainer {
    margin: .1rem 0rem 0rem 0rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .2rem;
    width: 2rem;
    height: 2rem;
    padding: 1vw;
    transition: all .2s ease-in-out
}

.spanContainer:hover {
    border-radius: 50%;
    background-color: var(--primary-color3);
}

.menuBtn span {
    width: 1.4rem;
    height: 2px;
    background-color: var(--primary-textColor1);
    transition: all .4s ease-in-out;

}

.navbar-height {
    height: 40vh;
}

.top {
    background-color: var(--primary-color3);
    transform: translateY(5px) rotate(45deg);
}

.spanCenter {
    opacity: 0;

}

.bottom {
    transform: translateY(-5px) rotate(-45deg);

}


/* NAVBAR SECTION ENDS */


/* CONTACT SECTION STARTS */

.contact{
    width: 100%;
    height: 90%;
    margin: 3rem 0rem 0rem 0rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: publico;
    background-color: var(--primary-color2);
}

.contact h1{
    font-size: 3vw;
}

.form{
    width: 90%;
    height: 85%;
    border-radius: .2vw;
    display: flex;
    gap: 2vh;
    /* padding: 2vw; */
    align-items: center;
    background-color: var(--primary-color3);
}
.formImage{
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.navigateLinks{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1vh;
    width: 60%;
    height: 100%;
    background-color: var(--buttonTransparent);
}
.navigateLinks h1{
    color: var(--primary-color2);
    font-size: 3vw;
}

.navigate{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50%;
    gap: 2vw;
}

.navigate a{
    text-decoration: none;
    background-color: var(--primary-color2);
    color: var(--primary-textColor1);
    padding: 1vw;
    border-radius: 1vw;
    transition: all .2s ease-in-out;
}

.navigate a:hover{
    background-color: var(--primary-color3);
}
.formImage img{
    width: 20vw;
}



/* FOOTER SECTION STARTS */

footer {
    width: 100%;
    height: 90%;
    background-color: var(--primary-color4);
    color: var(--primary-color1);
    display: flex;
    flex-direction: column;
    gap: 6vh;
    padding: 2vw;
    font-family: publico;
    justify-content: space-around;
}

.footerTop {
    width: 100%;
    padding: 3vw;
    display: flex;
    gap: 2vw;
    justify-content: space-between;
    align-items: center;
    font-family: poppins;
    border-bottom: 1px solid var(--primary-color1);
}

.partContainer {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
    gap: 2rem;
}

.partContainer .part {
    width: 100%;
}

.footerTop .part {
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 2vh;
}

.part1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.part h3 {
    font-size: 3vw;
}

.part img {
    width: 20vw;
}

.footerLinks {
    display: flex;
    flex-direction: column;
}

.footerContactInfo {
    display: flex;
    flex-direction: column;
    gap: .7vh;
}

.footerLinks a {
    text-decoration: none;
    color: var(--primary-color1);
    width: 14vw;
    padding: .4vw;
}

.footerLinks a:hover {
    border-radius: 1vw;
    background-color: var(--primary-color2);
    color: var(--primary-textColor1);
}

.footerBottom {
    display: flex;
    flex-direction: column;
    gap: 1vh;
    text-align: center;
}

.footerBottom h1 {
    font-size: 4vw;
}

/* FOOTER SECTION ENDS */




/* CONTACT SECTION ENDS */

/* MEDIA QUERIES FOR RESPONSIVE DESIGN */

@media screen and (max-width:1168px) {
    .logo img{
        width: 2.7rem;
        height: 2.7rem;
    }
}
@media screen and (max-width:1076px) {
    .logo h1{
        margin: .4rem 0rem 0rem 0rem;
    }
}


@media  screen and (max-width:981px) {
    .logo img{
        width: 2.5rem;
        height: 2.5rem;
    }

    .heroContainer h3::before {
        left: 12%;
        top: 27%;
    }
    
}

@media screen and (max-width:900px) {
    .cursor {
        display: none;
    }
    .logo img{
        width: 2.3rem;
        height: 2.3rem;
    }

    .navbar li {
        font-size: 1.7vw;
    }

    .nav-elem h5 {
        font-size: 1.2vw;
    }
    
}

@media screen and (max-width:768px)  {
    .menuBtn{
        display: block;
        cursor: pointer;
    }

    .logo h1{
        font-size: 3.2vw;
        width: 29vw;
    }

    .navbar{
        overflow: hidden;
        border-bottom: 1px solid var(--primary-textColor1);
        padding: 1vw 4vw;
    }
   
    .navbarContainer{
        flex-direction: column;
    }

    .navbar ul{
        justify-content: space-around;
        flex-direction: column;

    }

    .nav-elem li{
        margin-bottom: 0px;
        margin-top: 2.2rem;
        font-size: 3vw;
        
    }
    .nav-elem h5{
        display: block;
        overflow: visible;
        margin-bottom: .5vw;
        font-size: 2vw;
        margin-left: .5rem;
    }
}

@media screen and (max-width:668px) {
    .nav-elem li{
        font-size: 2.7vw;
        margin-top: 1.1rem;
    }
    .nav-elem h5{
        font-size: 1.7vw;
        margin-bottom: .2rem;
    }


}

@media screen and (max-width:576px) {
     /* FOOTER */

     footer {
        height: 60%;
        justify-content: space-around;
    }

    .partContainer {
        width: 60%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .partContainer .part {
        width: 70%;
    }

    .partContainer .part h3 {
        font-size: 1.2rem;
    }

    .part a {
        width: 48%;
    }

    .footerBottom h1 {
        font-size: 8vw;
    }
    
    .logo h1 {
        font-size: 3.2vw;
        margin: .5rem 0rem 0rem 0rem;
    }

    .logo {
        align-items: center;
    }

    .logo img {
        margin: .5rem 0rem 0rem 0rem;
    }

    .logoInfo p {
        font-size: 1.6vw;
    }

    .navbar ul {
        flex-direction: column;
    }

    .nav-elem li {
        font-size: 3.5vw;
    }

   

    .menuBtn {
        margin-right: .8rem;
    }

     /* FORM */
     .form{
        flex-direction: column;
        height: 90%;
    }
    .formImage{
        width: 100%;
        height: 40%;
    }
    .formImage img{
        width: 32vw;
    }
    .formImage h1{
        font-size: 5vw;
    }
    .navigateLinks{
        width: 100%;
        height: 60%;
    }


}


/* ******** ALL HEIGHTED DEVICES ******* */

@media screen and (min-width:599px) and (min-height:1023px) {
    
    /* FOOTER */

    footer {
        height: 60%;
        justify-content: space-around;
    }

    .partContainer {
        width: 60%;
    }

    .partContainer .part {
        width: 100%;
    }

    .partContainer .part h3 {
        font-size: 1.5rem;
    }

    .part a {
        width: 58%;
        font-size: 2vw;
    }

    .footerBottom h1 {
        font-size: 8vw;
    }

    .footerContactInfo h5 {
        font-size: 2vw;
    }

    .part img {
        width: 30vw;
    }
    .logoInfo p {
        font-size: 1.6vw;
    }

    .cursor {
        display: none;
    }

    .menuBtn {
        margin-right: 1rem;
    }

    .navbar {
        width: 100vw;
        padding: 4vw 3vw;
        /* height: 8vh; */
    }

    .nav-elem li {
        font-size: 3.5vw;
        margin-top: 3.1rem;
    }

    .nav-elem h5 {
        font-size: 2.5vw;
        margin-bottom: .2rem;
    }

    .navbar-height {
        height: 35vh;
    }
     /* FORM */
     .form{
        flex-direction: column;
        height: 90%;
    }
    .formImage{
        width: 100%;
        height: 40%;
    }
    .formImage img{
        width: 40vw;
    }
    .formImage h1{
        font-size: 5vw;
    }
    .navigateLinks{
        width: 100%;
        height: 60%;
    }
}

@media screen and (min-width:819px) and (min-height:1023px) {
    /* FOOTER */

    footer {
        height: 60%;
        justify-content: space-around;
    }

    .partContainer {
        width: 60%;
    }

    .partContainer .part {
        width: 100%;
    }

    .partContainer .part h3 {
        font-size: 2rem;
    }

    .part a {
        width: 78%;
        font-size: 3vw;
    }

    .footerBottom h1 {
        font-size: 8vw;
    }

    .footerContactInfo h5 {
        font-size: 2vw;
    }

    .part img {
        width: 30vw;
    }
    .logo h1 {
        font-size: 2.6vw;
        margin: .5rem 0rem 0rem 0rem;
    }

    .logo {
        align-items: center;
    }

    .logo img {
        margin: .5rem 0rem 0rem 0rem;
    }

    .logoInfo p {
        font-size: 1.3vw;
    }

    .cursor {
        display: none;
    }

    .navbar ul {
        margin-right: 1.2rem;
    }

    .nav-elem li {
        font-size: 2vw;
        margin-top: 0rem;
    }

    .nav-elem h5 {
        font-size: 1.8vw;
        margin-top: .2rem;
    }

    .nav-bottom {
        width: 100%;
    }
     /* FORM */
     .form{
        flex-direction: row;
        height: 60%;
    }
    .formImage{
        width: 40%;
        height: 100%;
    }
    .formImage img{
        width: 25vw;
    }
    .formImage h1{
        font-size: 4vw;
    }
    .navigateLinks{
        width: 60%;
        height: 100%;
    }
}

@media screen and (min-width:911px) and (min-height:1023px) {
    .navbar ul{
        margin-right: 4.5rem;
    }
    .nav-bottom{
        width: 100%;
    }
    .cursor{
        display: none;
    }
     /* FORM */
     .form{
        height: 70%;
    }
    .formImage img{
        width: 30vw;
    }
    .formImage h1{
        font-size: 4vw;
    }
}

@media screen and (min-width:1023px) and (min-height:1023px) {
    .logo h1 {
        font-size: 3.5vw;
        margin: 0rem 0rem 0rem 0rem;
    }

    .logo img {
        width: 3.3rem;
        height: 3.3rem;
        margin: 0rem 0rem 0rem 0rem;
    }

    .logoInfo p {
        font-size: 1.6vw;
    }
    /* .navbar{
        height: 7.5vh;
    } */

    .navbar ul {
        margin-right: 2rem;
    }

    .nav-bottom {
        width: 100%;
    }

    .cursor {
        display: none;
    }
}


/* ******** ALL HEIGHTED DEVICES ******* */


/* ******** ALL MOBILE DEVICES ******* */

@media screen and (max-width:480px) and (min-width:400px) and (max-height:790px){
    /* FOOTER */

    footer {
        height: 60%;
        justify-content: space-around;
    }

    .partContainer {
        width: 60%;
        flex-direction: column;
    }

    .partContainer .part {
        width: 100%;
    }

    .partContainer .part h3 {
        font-size: 1.2rem;
    }

    .part a {
        width: 38%;
    }

    .footerBottom h1 {
        font-size: 8vw;
    }

    .part img {
        width: 30vw;
    }
    .logo h1 {

        width: 100%;
        font-size: 4.5vw;
        margin: .4rem 0rem 0rem 0rem;
    }

    .logo {
        align-items: center;
    }

    .logo img {
        width: 2.4rem;
        height: 2.4rem;
        margin: .4rem 0rem 0rem 0rem;
    }

    .logoInfo {
        width: 100%;
    }

    .logoInfo p {
        font-size: 2.4vw;
    }

    .menuBtn {
        margin-right: .5rem;
    }

    .navbar {
        /* height: 8vh; */
        padding: 2vw 4vw;
    }

    .nav-elem li {
        font-size: 3.8vw;
        margin-top: 1.7rem;
    }

    .nav-elem h5 {
        font-size: 3.2vw;
    }
      /* FORM */
    .form{
        flex-direction: column;
        height: 90%;
    }
    .formImage{
        width: 100%;
        height: 40%;
    }
    .formImage img{
        width: 40vw;
    }
    .formImage h1{
        font-size: 6vw;
    }
    .navigateLinks{
        width: 100%;
        height: 60%;
    }
    .navigateLinks h1{
        font-size: 6vw;
    }
}

@media screen and (max-width:400px) and (min-width:320px) and (max-height:790px){
    /* FOOTER */

    footer {
        height: 60%;
        justify-content: space-around;
    }

    .partContainer {
        width: 60%;
        flex-direction: column;
    }

    .partContainer .part {
        width: 100%;
    }

    .partContainer .part h3 {
        font-size: 1.2rem;
    }

    .part a {
        width: 48%;
    }

    .footerBottom h1 {
        font-size: 8vw;
    }

    .part img {
        width: 30vw;
    }
    .logo h1 {
        width: 100%;
        font-size: 4.5vw;
        margin: .4rem 0rem 0rem 0rem;
    }

    .logo {
        align-items: center;
    }

    .logo img {
        width: 2.4rem;
        height: 2.4rem;
        margin: 0rem;
    }

    .logoInfo p {
        font-size: 2.4vw;
    }

    .navbar {
       /* height: 8vh; */
        padding: 2vw 4vw;
        padding-right: 5vw;
    }

    .nav-elem li {
        font-size: 4.1vw;
        margin-top: 1.8rem;
    }

    .nav-elem h5 {
        font-size: 3.3vw;
    }

    .menuBtn {
        margin-right: 0rem;
    }
    /* FORM */
    .form{
        flex-direction: column;
        height: 90%;
    }
    .formImage{
        width: 100%;
        height: 40%;
    }
    .formImage img{
        width: 40vw;
    }
    .formImage h1{
        font-size: 6vw;
    }
    .navigateLinks{
        width: 100%;
        height: 60%;
    }
    .navigateLinks h1{
        font-size: 6vw;
    }

}

/* MIN 791PX */

@media screen and (max-width:480px) and (min-width:400px) and (min-height:791px) {
    
    /* FOOTER */

    footer {
        height: 60%;
        justify-content: space-around;
    }

    .partContainer {
        width: 60%;
        flex-direction: column;
    }

    .partContainer .part {
        width: 100%;
    }

    .partContainer .part h3 {
        font-size: 1.2rem;
    }

    .part a {
        width: 38%;
    }

    .footerBottom h1 {
        font-size: 8vw;
    }

    .part img {
        width: 30vw;
    }
    .logo h1 {
        width: 100%;
        font-size: 4.5vw;
        margin: .5rem 0rem 0rem 0rem;
    }

    .logo {
        align-items: center;
    }

    .logo img {
        width: 2.4rem;
        height: 2.4rem;
        margin: .5rem 0rem 0rem 0rem;
    }

    .logoInfo p {
        font-size: 2.4vw;
    }

    .menuBtn {
        margin: .6rem .6rem 0rem 0rem;
    }

    .navbar {
        /* height: 7.5vh; */
        padding: 2vw 4vw;
    }

    .nav-elem li {
        font-size: 4vw;
        margin-top: 3rem;
    }

    .nav-elem h5 {
        font-size: 3.6vw;
    }
     /* FORM */
     .form{
        flex-direction: column;
        height: 90%;
    }
    .formImage{
        width: 100%;
        height: 40%;
    }
    .formImage img{
        width: 40vw;
    }
    .formImage h1{
        font-size: 6vw;
    }
    .navigateLinks{
        width: 100%;
        height: 60%;
    }
    .navigateLinks h1{
        font-size: 6vw;
    }
}

@media screen and (max-width:400px) and (min-width:320px) and (min-height:791px) {

   
    .logo h1 {
        width: 100%;
        font-size: 4vw;
        margin: .5rem 0rem 0rem 0rem;
    }

    .logo {
        align-items: center;
    }

    .logo img {
        width: 2.4rem;
        height: 2.4rem;
        margin: .5rem 0rem 0rem 0rem;
    }

    .logoInfo {
        width: 100%;
    }

    .logoInfo p {
        font-size: 2.4vw;
    }

    .menuBtn {
        margin: .6rem .6rem 0rem 0rem;
    }

    .navbar {
        width: 100vw;
        padding: 2vw 4vw;
        /* height: 8vh; */
    }

    .nav-elem li {
        font-size: 4vw;
        margin-top: 3rem;
    }

    .nav-elem h5 {
        font-size: 3.6vw;
    }

    /* FORM */
    .form{
        flex-direction: column;
        height: 90%;
    }
    .formImage{
        width: 100%;
        height: 40%;
    }
    .formImage img{
        width: 40vw;
    }
    .formImage h1{
        font-size: 6vw;
    }
    .navigateLinks{
        width: 100%;
        height: 60%;
    }
    .navigateLinks h1{
        font-size: 6vw;
    }
     /* FOOTER */

     footer {
        height: 70%;
        justify-content: space-around;
    }

    .partContainer {
        width: 60%;
        flex-direction: column;
    }

    .partContainer .part {
        width: 100%;
    }

    .partContainer .part h3 {
        font-size: 1.2rem;
    }

    .part a {
        width: 48%;
    }

    .footerBottom h1 {
        font-size: 8vw;
    }

    .part img {
        width: 30vw;
    }
    
}

/* ******** ALL MOBILE DEVICES ******* */



/* MEDIA QUERIES FOR RESPONSIVE DESIGN */