@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Nunito:wght@400;500;600;700;800;900;1000&family=Open+Sans:wght@400;500;600;700;800&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    width: 100%;
}

h2{
    font-size: 56px;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
}
h3{
    font-size: 48px;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
}

body{
    width: 100%;
}

:root {
    scroll-behavior: smooth;
  }
  

/********HEADER**********/

.header.header-scrolled {
    background: #EAEAEA;
    padding: 0 0;
    transition: all 0.5s;
}

.header {
    transition: all 0.5s;
    z-index: 997;
    padding: 20px 0;
    display: flex;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
header {
    display: block;
}

.header-content{
    width: 100%;
    padding: 0 80px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .logo{
    line-height: 0;
    align-items: center !important;
    text-decoration: none;
}

.header .logo img {
    max-height: 40px;
    margin-right: 6px;
}
#navbar{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin: 0;
    padding: 0;
    display: flex;
    list-style-type: none;
    align-items: center;
}

 

#navbar li{
    position: relative;
}

#navbar li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #013289;
    white-space: nowrap;
    transition: 0.3s;
    text-decoration: none;
}


.main-btn{
    background-color: #0b2fa3;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
    font-size: 16px;
    box-shadow: 5px 5px 23px rgba(65, 84, 241, 0.2);
} 


/*************HERO SECTION*******************/

#hero {
    height: 744px;
    width: 100%;
    background-image: url(img/hero.png);
    background-size: 1061px;
    background-repeat: no-repeat;
    background-position: top 168px right -128px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background-color: #EAEAEA;
    border-bottom-right-radius: 300px;
    padding: 0 80px;
}

.hero-head {
    margin: 195px 108px;
    color: #0b2fa3;
    position: relative;
}

.hero-head .main-btn{
    width: 200px;
    z-index: 999;
    margin: 5px 128px;
    margin-top: 4px;

}


.hero-head i {
    margin-left: 6px;
}


/*************FEATURES***************/

#features{
    width: 100%;
    height: 674px;
    padding: 0 80px;
    
}

.heading{
    font-family: 'Nunito', sans-serif;
    font-size: 38px;
    text-align: center;
    color: #0b2fa3;
}
.feat-heading{
    padding-top: 8rem;
}

.feat{
    display: flex;

}

.feat-item{
    text-align: center;
    flex-direction: column;
    padding: 25px 15px;
    box-shadow: 20px 20px 34px rgba(0, 0, 0, 0.03);
    margin: 15px 0;
    
}

.feat-item h2{
    font-family: 'Nunito', sans-serif;
    font-size: 35px;
    font-weight: bold;
    color: #0b2fa3;
}

.feat-item p{
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    margin: 0 10px;
    font-size: 21px;
    position: relative;
    display: inline-block;
    line-height: 31px;
}

.feat-item img{
    width: 100%;
    
}


/*******************CONTACT**********************/

#contact {
    height: 12rem;
    width: 100%;
    background-color: #EAEAEA;
    text-align: center;
    margin-top:15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    justify-content: center;
   
}


.para{
    font-family: 'Nunito', sans-serif;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}


/*******************ABOUT SECTION********************************/



#about {
    display: flex;
    /* flex-direction: row; */
    /* justify-content: space-between; */
    background-color: #fff;
    padding: 80px 80px;
}
.ourcompany {
    margin-top: 102px;

    width: 65%;
}

.ourcompany h3{
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
    color: #4154f1;
    font-weight: 600;
    line-height: 45px;
    font-style: normal;
}

.ourcompany h2{
    font-family: 'Nunito', sans-serif;
    font-size: 33px;
    color: #0b2fa3;
    font-weight: 700;
    font-style: normal;
}

.ourcompany p{
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-top: 20px;
}
.ourcompany button{
    margin: 9px 18px;
    width: 150px;
}

.aboutme {
    box-shadow: 0px 0px 33px 10px rgba(0, 0, 0, 0.16);
    height: 30.5rem;
    width: 18rem;
    position: relative;
    margin-left: 8rem;
    margin-top: 100px;
}


.aboutme img{
    width: 100%;
    height: 265.53px;

}
.aboutme h2{
    font-family: 'Nunito', sans-serif;
    font-size: 25px;
    text-align: center;
    color: #0b2fa3;
    font-weight: 700;
    margin-top: 13px;
}


.position {
    font-family: 'Nunito', sans-serif;
    text-align: center;
    font-size: 20px;
    color: #444444;
    font-style: normal;
    line-height: 10px;
    font-weight: bold;
}

.about-position {
    font-family: 'Nunito', sans-serif;
    text-align: left;
    justify-content: left;
    font-size: 15px;
    color: #444444;
    font-style: normal;
    font-weight: bolder;
    padding: 0 11px;
}


/****************CONTACT FORM**************************/    


#contact-form{
    /* flex-direction: row; */
    /* justify-content: space-between; */
    background-color: #fff;
    padding: 40px 80px;
}

#contact-form p {
    font-size: 1.2rem;
    line-height: 1.2rem;
}

#main-form {
    background-color: #EAEAEA;
    width: 90%;
    height: 30.5rem;
    margin: 3.5rem auto;
    box-shadow: 0px 0px 14px rgba(68, 68, 68, 0.27);
    border-radius: 8px;
}

#main-form img {
    height: 26rem;
    float: right;
    margin: -18rem 2rem;
}

#main-form .form-label{
    display: flex;
    flex-direction: row;
    line-height: 12px;
}

#main-form form input {
    width: 20rem;
    height: 2.5rem;
}

#main-form form label {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 2rem;
    padding-top: 0.4rem;
}

.form-1{
    margin: 25px 25px;
}
.textarea-btn{
    margin: 25px 25px;
    top: -45px;
    position: relative;

}

#message {
    height: 10rem !important;
    width: 43rem !important;
    position: absolute;
    font-family: 'Nunito', sans-serif;
    font-size: 2rem;
    border-radius: 8px;
    border: 2px solid #000;
}
.contact-btn {
    position: absolute;
    margin: 11rem 16rem;
    width: 189px;
    height: 48px;
    font-size: 22px;
    box-shadow: 5px 5px 23px rgba(65, 84, 241, 0.2);
    background-color: #0b2fa3;
}
form span{
    color: red;
}

form input{
    font-family: 'Nunito', sans-serif;
    font-size: 25px;
    border: 2px solid #000;
    border-radius: 8px;
    padding-left: 5px;
}


/**************FOOTER*******************/

#footer{
    width: 100%;
    height: 25vh;
    margin-top: 2rem;
}

.social{
    width: 100%;
    height: 20%;
    margin-top: 40px;
    background-color: #EAEAEA;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 215px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    cursor: pointer;
}

.social span{
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

/*****************COPYRIGHT****************************/

.footer{
    font-family: 'Nunito';
    font-style: normal;
    
    font-size: 23px;
    line-height: 31px;

    color: #000000;
    text-align: center;
}

.copyright span{
    color: #0b2fa3;
    cursor: pointer;
}

/* .arrow {
    font-size: 1.5rem;
    position: absolute;
    margin-top: 611px;
    margin-left: 1473px;
    z-index: 999;
    background-color: #0b2fa3;
    color: #fff;
    width: 2rem;
    text-align: center;
    height: 2rem;
    padding-top: 4px;
} */
.arrow {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    border-radius: 100%;
    background: #0b2fa3;
    color: #fff;
    padding: 0.5rem;
    border: none;
    cursor: pointer;
}


#mobile{
    display: none;
    align-items: center;
}
#close{
    display: none;
}





/*************************************************************/
/***************************START MEDIA QUERY **********************************/
/**************************MAKING SITE RESPONSIVE***********************************/

@media screen and (max-width: 1440px) {
    
    #hero{
        height: 40rem;
    }

    #main-form img {
        height: 18rem;
        margin: -11rem 2rem;
    }

    

}
@media screen and (max-width: 1376px) {
    

    #main-form img {
        position: relative;
        height: 14rem;
    }

}


/*Responsive Code 477px*/
@media (max-width:477px){


    #header{
        padding: 10px 30px;
    }
}




/*Start Media Query /*Responsive Code 799px*/



@media screen and (max-width:954px){

    #navbar {
        flex-wrap: nowrap;
    }

    .header .logo {
        width: 206px;
    }

}

@media screen and (max-width:1211px){
    #main-form img {
       display: none;
    }

    #main-form form {
        justify-content: center;
    }

    .hero-head {
        margin: 0 -41px;
        margin-top: 46px;
    }

    h2 {
        font-size: 3rem;
    }

    h3 {
        font-size: 2.2rem;
    }

    .hero-head .main-btn {
        /* width: 200px; */
        /* z-index: 999; */
        margin: 5px 52px;
        margin-top: 11px;
    }

    .feat-item h2 {
        /* font-family: 'Nunito', sans-serif; */
        font-size: 1.8rem;
        /* font-weight: bold; */
        /* color: #0b2fa3; */
    }

    .feat-item p {
        /* font-family: 'Nunito', sans-serif; */
        /* font-weight: 700; */
        /* font-style: normal; */
        /* text-align: center; */
        /* margin: 0 10px; */
        font-size: 1.18rem;
        /* position: relative; */
        /* display: inline-block; */
        /* line-height: 31px; */
    }
    


}

@media screen and (max-width:820px) {



    #navbar{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        position: fixed;
        top: 0;
        right: -300px;
        height: 100vh;
        width: 300px;
        background-color: #e3e6f3;
        box-shadow: 0 40px 60px rgba(0, 0, 0, 0.1);
        padding: 80px 0 0 10px;
    }

    #navbar.active{
        right: 0px;
    }

    #navbar li{
        margin-bottom: 25px;
    }

    #mobile{
        display: flex;
        align-items: center;
        padding-right: 43px;

    }
    #mobile i{
        color: #1a1a1a;
        font-size: 24px;
        padding-left: 20px;
    }
    
    #close{
        display: initial;
        position: absolute;
        top: 30px;
        left: 30px;
        color: #222;
        font-size: 24px;
    }

    #hero {
        height: 32rem;
        width: 100%;
        background-size: 563px;
        background-position: top 168px right -89px;
        border-bottom-right-radius: 0;
    }

    h2 {
        font-size: 2.6rem;
    }
    h3 {
        font-size: 2rem;
    }

    .heading {
        /* font-family: 'Nunito', sans-serif; */
        font-size: 2rem;
        /* text-align: center; */
        /* color: #0b2fa3; */
    }

    #features{
        height: auto;
    }

    .feat{
        display: block;
    }

    .header.header-scrolled {
        background: #EAEAEA;
    }

    .para{
        font-size: 1rem;
    }
    #about{
        display: block
    }
    .ourcompany{
        width: 100%;
    }

    .aboutme {
        /* box-shadow: 0px 0px 33px 10px rgba(0, 0, 0, 0.16); */
        /* height: 30.5rem; */
        /* width: 18rem; */
        /* position: relative; */
        margin: 0 auto;
        margin-top: 100px;
    }

    #contact-form p {
        font-size: 0.7rem;
        /* line-height: 1.2rem; */
    }


    #message{
        height: 7rem !important;
        width: 35rem !important;
    }
    #main-form form label {
        padding-top: 0.4rem;
    }


    .social {
        /* width: 100%; */
        /* height: 20%; */
        /* margin-top: 40px; */
        /* background-color: #EAEAEA; */
        /* display: flex; */
        /* justify-content: space-between; */
        /* align-items: center; */
        padding: 0px 130px;
        /* font-family: 'Open Sans'; */
        /* font-style: normal; */
        /* font-weight: 400; */
        font-size: 13px;
        /* line-height: 30px; */
        /* cursor: pointer; */
        position: relative;
    }

    .footer .copyright{
        text-align: center;
        font-size: 1.3rem;
        width: 100%;
        padding-top: 30px;
        color: #012970;
        font-family: 'Nunito', sans-serif;
    }
        

    #main-form {
        background-color: #fff;
        /* width: 90%; */
        height: auto;
        /* margin: 3.5rem auto; */
        box-shadow: none;
        border-radius: none;
    }

    #main-form form {
        display: block;
    }

    #main-form form input {
        width: 35rem;
        height: 2rem;
    }

    #message{
        position: relative;
    }
    #main-form .form-label {
        display: block;
    }
    
    .textarea-btn {
        margin: 0px 30px;
        top: -9px;
        margin: 0;
        /* position: relative; */
    }

    .form-1 {
        margin: auto;
    }

    .contact-btn {
        position: relative;
        width: unset;
        height: unset;
        margin-top: 2px;
        margin: 8px 178px;
        font-size: 18px;
        box-shadow: 5px 5px 23px rgba(65, 84, 241, 0.2);
        background-color: #0b2fa3;
    }

    
}


@media screen and (max-width:415px) {

    #hero {
        height: auto;
        padding: 91px 20px;
        display: block;
        width: 100%;
        height: 36rem;
        /* width: 100%; */
        background-size: 504px;
        background-position-x: center;
        background-position-y: bottom;
    }
    .hero-head{
        margin: 0;
    }

    #features {
        /* width: 100%; */
        /* height: 674px; */
        padding: 0 20px;
    }


    .aboutme {
        /* box-shadow: 0px 0px 33px 10px rgba(0, 0, 0, 0.16); */
        /* height: 30.5rem; */
        /* width: 18rem; */
        /* position: relative; */
        margin: 0 auto;
        /* margin-top: 100px; */
    }

    #header {
        padding: 0;
    }

    .header-content{
        padding: 0 20px;
    }

    #main-form form input {
        width: 100%;
        /* height: 2rem; */
        justify-content: center;
    }

    #message {
        width: 100% !important;
    }

    .contact-btn {
        margin: 9px 87px;
        height: 45px;
        width: 152px;
    }

    #contact-form {
        padding: 0px 20px;
        margin-top: 6rem;
    }
    .social {
        /* width: 100%; */
        /* height: 20%; */
        /* margin-top: 40px; */
        /* background-color: #EAEAEA; */
        /* display: flex; */
        /* justify-content: space-between; */
        /* align-items: center; */
        padding: 0px 20px;
        /* font-family: 'Open Sans'; */
        /* font-style: normal; */
        /* font-weight: 400; */
        font-size: 9px;
        /* line-height: 30px; */
        /* cursor: pointer; */
        /* position: relative; */
    }

    .heading {
        /* font-family: 'Nunito', sans-serif; */
        font-size: 1.7rem;
        /* text-align: center; */
        /* color: #0b2fa3; */
    }
    .para {
        font-size: 0.9rem;
    }

    #contact {
        padding: 0 20px;
        margin-top: 6rem;
    }

    .footer .copyright {
        font-size: 0.8rem;
        padding-top: 0;
    }

    #footer {
        /* width: 100%; */
        height: 126px;
        /* margin-top: 2rem; */
        
    }

    #about {
        /* display: flex; */
        /* flex-direction: row; */
        /* justify-content: space-between; */
        /* background-color: #fff; */
        padding: 0px 20px;
        margin-top: 6rem;
    }

    h2 {
        font-size: 1.9rem;
    }
    .hero-head {
        margin: 57px auto;
    }
    h3 {
        font-size: 1.5rem;
    }
}


 






    






