*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.fixed-width{
    max-width: 1000px;
    margin: 0 auto;
}
.inner{
    display: flex;
    justify-content: space-between;
}
.equal-gap{
    padding:55px 20px 80px 20px;
}
.padding-RL{
    padding:0px 20px;
}
p{
    line-height: 32px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}
h1{
    font-family: montserrat;
    font-weight: 600;
    font-size: 24px;
}
h2{
    font-family: montserrat;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}
h3{
    font-family: montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}
.gap{
    padding: 80px 20px;
}
.top-gap{
    margin-top: 40px;
}
.center-inner{
    align-items: center;
}
.cover-img{
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}
.same-width .inner{
    align-items: center;
}
.same-width .left{
    width: 47%;
}
.same-width .right{
    width: 47%;
}
.same-width p:not(:first-child) {
    margin-top: 10px;
}

/* form-styling */

.form-err {
    color: #ff0000;
    font-family: 'Montserrat';
    padding-bottom: 10px;
    display: block;
}
.form_style{
    color: #000;
    width: 47%;
    text-align: center;
    padding: 40px 50px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #c0e6f059;
}
.mail-status {
    font-family: montserrat;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    border-radius: 5px;
    margin: 20px auto 0 auto;
    position: absolute;
    width: fit-content;
    padding: 0 10px;
    left:0;
    right:0;
}
.form_style h2{
    margin-bottom: 30px;
}
.form_style input , textarea{
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
    padding: 15px;
    font-familY: montserrat;
    outline: 0;
    border: none;
}
.form_style button{
    border: 0;
    background: none;
}
.form_style button a{
    font-family: montserrat;
    border: 2px solid #000;
    font-size: 16px;
    border-radius: 5px;
    color: #000;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    margin-top: 20px;
    padding: 10px 50px;
    transition: all 0.3s ease;
}
.form_style button a:hover{
    background-color: #000;
    color: #fff;
}

/*header-section starts here*/

header {
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;
    background-color: #fff;
    position: fixed;
    top: 0px;
    z-index: 1;
}
header .inner{
    align-items: center;
}
header nav > .inner{
    margin-top: 2px;
    gap: 24.5px;
}
header ul li{
    list-style: none;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color:#000;
    font-family: 'Abel', sans-serif;
}
header .inner li:nth-child(1){
    margin-top: -3px;
    margin-right: -1px;
}
header ul li:nth-child(2){
    margin-top: -3px;
    margin-right: -2px;
}
header ul li:nth-child(3){
    margin-right: -2px;
    margin-top: -3px;
}
header ul li:nth-child(4){
    margin-top: -2px;
    margin-right: -1px;
}
header ul li:nth-child(5){
    margin-top: -2px;
    margin-right: -1.5px;
}
header ul li:nth-child(6){
    margin-top: -2px;
}
header span::after{
    content: ' \25be';
}
header ul li a {
    color: #000;
    text-decoration: none;
}
header p{
    letter-spacing: 3.5px;
    margin-top: 3px;
    font-size: 17px;
    margin-left: 1px;
}
header p img{
    margin-right: 6px;
}
header nav {
    padding-right: 10px;
}
header nav li ul {
    position: absolute;
    background-color: #fff;
    width: 150px;
    margin-left: -22px;
    z-index: 1;
    display: none;
    padding:50px 21px 27px 21px;
}
header nav li ul li{
    line-height: 12.5px;
}
header nav .inner ul li:not(:first-child){
    margin-top: 36px;
}
nav .inner ul li a{
    font-size: 12px;
}
nav a img{
    margin-left: 9px;
}
nav .second-option{
    width: 172px;
}
.hamburger-icon:nth-child(2){
    margin:3px 0;
}
.hamburger-icon{
    width: 29px;
    height: 4px;
    background: #000;
    border-radius: 11px;
}
.hamburger{
    display:none;
}
header span{
    cursor: pointer;
}
header a:focus{
    color: #000;
}
header .logo a > img{
    margin: 10px 10px 5px 10px;
}

/*first-section starts here*/

.first-section{
    margin-top: 116px;
    background-color: #C0e6f0;
}
.first-section .left{
    width:50%;
}
.first-section .right{
    width:39%;
    padding:35px;
    background: #ffffff40;
}
.first-section h1{
    font-size: 40px;
    text-transform: uppercase;
}
.first-section p:last-child{
    margin-top:20px;
}

/*second-section starts here*/

.fourth-section{
    margin:80px 0;
    position: relative;
    z-index:-2;
    padding-bottom:130px;
    background-color: #C0e6f059;
}
.fourth-section .left img{
    border-radius:100%;
    object-fit: cover;
}
.fourth-section .right{
    position: relative;
    width:80%;
    padding:30px;
    margin-left:auto;
    background-color: #fff;
    padding-left:20%;
    z-index:-2;
}
.fourth-section .circle-img{
    position: absolute;
    top: 30%;
    left: -19%;
}
.fourth-section .circle-img img{
    border-radius: 100%;
    object-fit: cover;
}
.fourth-section .right::before{
    content:" ";
    position: absolute;
    top: 0%;
    left: -30%;
    width:100px;
    height:100px;
    background:#fff;
    border-radius: 100%;
    z-index:-1;
}
.fourth-section .right::after{
    content:" ";
    position: absolute;
    top: 10%;
    left: 10%;
    width:50px;
    height:50px;
    background:#fff;
    border-radius: 100%;
    border:10px solid #C0e6f059;
    z-index:-1;
}

/*sixth-section starts here*/

.sixth-section  .top-gap{
    margin-top:89px;
}
.sixth-section .left{
    width:47%;
    position: relative;
    text-align: right;
}
.sixth-section .right{
    position: relative;
}
.sixth-section .right::after{
    content:" ";
    position: absolute;
    width:30px;
    height:30px;
    top:-30%;
    left:20%;
    border-radius: 100%;
    background: #fff;
    border:10px solid #c0e6f0;
    z-index:-1;
}
.sixth-section .right::before{
    content:" ";
    position: absolute;
    width:70px;
    height:50px;
    bottom:-35%;
    right:100px;
    background: #c0e6f0;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    transform: rotate(45deg);
    z-index:-1;
}
.sixth-section .left img{
    width:90%;
    object-fit: cover;
}
.sixth-section .left::before{
    content:" ";
    position: absolute;
    background: repeating-linear-gradient(45deg,#C0e6f059,#C0e6f059 5px,transparent 5px,transparent 10px);
    width:90%;
    height:100%;
    z-index:-1;
    top:-45px;
    left:0px;
}

/*form-section starts here*/

.form .left{
    width:50%;
    height: 516px;
}
.form .form_style{
    width:50%;
}

/*faq-secion starts here*/

.faq-section{
    margin-top:80px;
    background-color:#C0e6f0 ;
}
.faq-section .fa-solid{
    font-size:15px;
    animation: fade 1s ease;
}
@keyframes fade{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
.faq-section .fa-minus{
    display: none;
}
.active .fa-minus{
    display: block;
}
.active .fa-plus{
    display: none;
}
.faq-section .outside{
    cursor: pointer;
    gap: 20px;
    padding: 15px;
    align-items: center;
}
.faq-section .accordion{
    border-radius: 5px;
    background-color: #fff;
}
.faq-section p{
    padding-bottom: 15px;
}
.faq-section p:not(:last-child){
    padding-bottom: 5px;
}
.faq-section .right .accordion:not(:first-child){
    margin-top: 30px
}
.faq-section h4{
    font-family: montserrat;
    font-size:18px;
    font-weight:500;
}
.faq-section .inside{
    max-height: 0;
    overflow: hidden;
    transition: all 1s ease;
    padding: 0px 15px;
}
.opened .inside{
    max-height: 53rem;
}
.faq-section ul li:last-child {
    padding-bottom: 20px;
}
.faq-section ul li {
    list-style-type: disc;
    margin-left: 15px;
    line-height: 32px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}

/*footer-section starts here*/

footer{
    background-color: #fff;
}
footer .center{
    text-align: center;
}
footer p{
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    color: #8e8e8e;
    font-weight: 400;
    letter-spacing: 3;
}
footer .center a:nth-child(2){
    margin: 0px 9px;
}
footer .center{
    min-height: 147px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0px 15px 0px ;
}
footer .center .icon{
    margin-left: -2px;
}
footer .center p{
    margin-top: 2px;
}
footer .left{
    position: fixed;
    z-index: 100;
    bottom: 8px;
    margin: 0px 15px;
}

/*footer-fixed images*/

.fixed-img{
    position: fixed;
    bottom: 8px;
    margin: 0px 15px;
}

/*media query starts here*/

@media only screen and (max-width:2560px) and (min-width:1274px){
    header nav{
        display:block!important;
    }
}

@media only screen and (max-width:1273px){
    .hamburger{
        display:block;
    }
    header nav{
        display:none;
        width: 100%;
        position:absolute;
        top: 100%;
        background-color: #fff;
        left: 0px;
        right: 0px;
        padding:30px 0px 50px 0px;
    }
   .active nav{
        display:block;
    }
    nav > .inner{
        width:70%;
        margin:0 auto;
        flex-wrap:wrap;
    }
    header p.inner{
        display: none;
    }
}

@media only screen and (max-width:1138px){
    .fourth-section .right::before {
        left:-25%;
    }
}

@media only screen and (max-width: 1024px){
    .first-section{
        padding:40px 20px 50px 20px;
    }
    .gap{
        padding: 50px 20px 50px 20px;
    }
    header p{
        font-size: 14.2px;
    }
    .equal-gap{
        padding:40px 20px 55px 20px;
    }
    .fourth-section{
        margin:50px 0;
        padding:50px 20px 80px 20px;
    }
    .sixth-section .right::before{
        bottom:0%;
    }
}

@media only screen and (max-width: 985px){
    .first-section h1{
        font-size: 35px;
    }
    .circle-img img{
        width:270px;
        height:270px;
    }
}

@media only screen and (max-width: 900px){
    .sixth-section .right::after{
        top:-20%;
    }
    .circle-img{
        display:none;
    }
    .fourth-section{
        padding: 50px 20px;
    }
    .fourth-section .right{
        padding-left:30px;
    }
    .faq-section {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px){
    header .logo p{
        display: none;
    }
    .first-section .inner{
        flex-direction: column;
        gap: 30px;
    }
    .first-section .left , .first-section .right , .form .left , .form .form_style , .same-width .left , .same-width .right{
        width: 100%;
    }
    .form .inner{
        flex-direction: column-reverse;
    }
    .top-gap {
        margin-top: 30px;
    }
    .sixth-section .inner , .second-section .inner{
        flex-direction: column;
        gap:30px;
    }
    .sixth-section .right::after{
        top:0%;
    }
    .sixth-section .left::before {
        top:-52px;
    }
    .sixth-section .left img {
        width: 92%;
    }
    .fourth-section .right::before{
        display: none;
    }
    .second-section , .sixth-section{
        padding: 40px 20px 35px 20px;
    }
}

@media only screen and (max-width: 425px){
    .form .left , .cover-img , .sixth-section .left img{
        height:300px;
    }
    .sixth-section .top-gap {
        margin-top: 65px;
    }
    .sixth-section .left::before{
        top: -35px;
    }
}