@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Anton&family=Cantarell:wght@400;700&family=Courgette&family=Domine:wght@400;600;700&family=Gwendolyn:wght@700&family=Lobster&family=Megrim&family=Meow+Script&family=Montserrat:wght@300;600&family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&family=Oleo+Script+Swash+Caps&family=Open+Sans:wght@300;400;600&family=Poppins:wght@200;300;700&family=Quicksand:wght@300;400;600;700&family=Roboto:wght@300;400;500;700;900&family=Unna:ital,wght@0,400;0,700;1,400&display=swap');


body{
    background: #edf7ff;
    font-family: 'Quicksand', sans-serif;
}

html,body{
    width: auto !important;
    overflow-x: hidden !important;
}

#particles-js{
    position: relative;
    height: 390px;
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../img/faa.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 3;
    margin-bottom: 2%;
}
#particles-js p{
    z-index: 4;
    font-family: 'Unna', serif;
    top: 35%;
    margin-left: 2%;
}


.head{
    font-family: 'Noto Serif', serif;
    font-style: italic;
    font-weight: 700;
    letter-spacing: -2px;
    text-transform: capitalize;
    position: relative;
    color: rgba(247, 249, 251, 0.755);
    -webkit-text-stroke: 0.1vw #3a3b3b;
    width: fit-content;
    white-space: nowrap;
    transition: 0.5s;
}

.head::before{
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-text-stroke: 0.1vw transparent;
    overflow: hidden;
    white-space: nowrap;
    background: linear-gradient(to right, #e53935, #882423);
    -webkit-background-clip: text;
    color: transparent;
    animation: animate 6s linear infinite;
}
@keyframes animate{
    0%,10%
    {
        width: 0%;
    }
    70%, 90%, 100%
    {
        width: 100%;
    }
}

/* end of the section */

/* sec accordion start */

.con{
    margin: 10% 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: fit-content;
}

@media (max-width:1199px){
    .con .di2{
        flex-basis: 70%;
    }
    .con .di1{
        flex-basis: 40%;
    }
    .con .di1 img{
        width: 400px;
        height: 600px;
        margin: 0%;
    }
}

@media (max-width:1000px){
    .con .di2{
        flex-basis: 70%;
    }
    .con .di1{
        flex-basis: 30%;
    }
    .con .di1 img{
        width: 300px;
        height: 700px;
        margin: 0%;
    }
    
    .di2 .wrapper{
        width: 90%;
        cursor: pointer;
        border: 2px solid #f4393c;
        margin: 10px 0;
        display: flex;
        align-items: center;
        padding: 4px 5px;
        border-radius: 50px;
    }
    
    .di2 .toggle{
        font-size: 20px;
        margin: 0;
        padding: 5px 0;
        font-weight: normal;
    }


}

@media (max-width:820px){
    .con .di1{
        flex-basis: 30%;
    }
    .con .di1 img{
        width: 340px;
        margin: 0%;
    }
    .di2 .wrapper{
        width: 90%;
        cursor: pointer;
        border: 2px solid #f4393c;
        margin: 10px 0;
        display: flex;
        align-items: center;
        padding: 4px 5px;
        border-radius: 50px;
    }
    
    .di2 .toggle{
        font-size: 17px;
        margin: 0;
        padding: 5px 0;
        font-weight: normal;
    }
}

@media (max-width:770px){
    .con{
        flex-direction: column;
        width: 80%;
        top: 50px;
    }
    
    .con .di1 img{
        width: 100%;
        margin: 0%;
    }

    .con .di2{
        width: 100%;
        left: 1%;
        height: 600%;
        padding-bottom: 70px;
        padding-top: 15px;
    }

    .di2 .wrapper{
        width: 90%;
        cursor: pointer;
        border: 2px solid #f4393c;
        margin: 10px 0;
        display: flex;
        align-items: center;
        padding: 4px 5px;
        border-radius: 50px;
    }
    
    .di2 .toggle{
        font-size: 17px;
        margin: 0;
        padding: 5px 0;
        font-weight: normal;
    }
}

@media (max-width: 540px){
    .con{
        flex-direction: column;
        width: 80%;
        top: 90px;
    }
}



.di1{
    flex-basis: 50%;
    position: relative;
    height: 700px;
    width: 100%;
    top: -12.5%;
    box-shadow: 0px 0px 10px 2px grey;
    background: transparent;
}
.di1 img{
    width: 100%;
    height: 100%;
    margin: 0%;
}
.di2{
    flex-basis: 50%;
    position: relative;
    top: -12.5%;
    width: 90%;
    height: 700px;
    margin-right: 2%;
    background-image: linear-gradient(to right, silver, #eee, #eee, #eee);
    box-shadow: 0px 0px 10px 2px grey;
    z-index: 4;
}
.continar-fluid{
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
    left: 3%;
} 



#meet{
    font-size: 17px;
    cursor: pointer;
    margin-left: 3%;
    color: #e91e2f;
}

#meet:hover{
    font-size: 20px;
    transform: scale(5%, 5%);
}


.wrapper{
    width: 90%;
    cursor: pointer;
    border: 2px solid #f4393c;
    margin: 10px 0;
    padding: 4px 5px;
    border-radius: 50px;
    box-shadow: 0 15px 25px rgba(0,0,50,0.2);
}
.toggle,
.content{
    font-family: "Poppins",sans-serif;
}
.icon{
    margin-right: 3%;
}
.toggle{
    width: 100%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px 0;
}
.content{
    position: relative;
    width: 80%;
    font-size: 14px;
    text-align: justify;
    line-height: 30px;
    height: 0;
    margin-left: 25px;
    padding-left: 10px;
    border-left: 1px solid #f4393c;
    overflow: hidden;
    transition: all 1s;
}

/* faq title */

.title{
    position: relative;
    font-size: 27px;
    font-weight: bold;
    color: rgb(165, 34, 34);
    z-index: 2;
}
.title i{
    color: #18191a;
    font-size: 50px;
}
.title h1{
    display: inline-block;
    font-weight: 700;
    font-size: 55px;
}
.title p{
    color: rgb(178, 159, 159);
    font-size: 18px;
    text-align: center;
}



#pare{
    height: fit-content;
    background-image: linear-gradient(rgba(136, 140, 153, 0.7),rgba(111, 111, 128, 0.7)), url(../img/bl6.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#pare p{
    color: rgb(168, 15, 15);
    font-size: 32px;
    text-align: center;
}
#pare h1{
    color: #fff;
    font-size: 55px;
    text-align: center;
    background-color: transparent;
    font-weight: bold;
}

#pare form{
    width: 70%;
}

#pare .row input{
    border-radius: 20px;
    padding: 5% 2%;
}
#pare .row input:focus{
    box-shadow: none;
    border:2px solid #bd1b28;
}

#pare .area textarea{
    border-radius: 15px;
    
}

#pare .area textarea:focus{
    box-shadow: none;
    border:2px solid #bd1b28;
}

#btt{
    color: #fff;
    background-color: rgb(92, 7, 7);
    padding: 2% 3% 3% 3%;
    font-weight: bold;
    border: none;
    height: 1%;
    margin-top: -2%;
    font-size: 17px;
    border-radius: 35px;
    cursor: pointer;
}

#btt:hover{
    background-color: rgb(15, 12, 12);
}
