@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=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;
}




/* Page section */
#particles-js{
    position: relative;
    height: 390px;
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../img/istockphoto-1301373506-170667a.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    z-index: 3;
    margin-bottom: 9%;
}

#particles-js p{
    z-index: 4;
    top: 35%;
    font-family: 'Unna', serif;
}



#im1{
    z-index: 3;
    transform: translate(-77%, -83%);
    height: 250px;
    width: 250px;
}
#im2{
    z-index: 4;
    position: absolute;
    top: -4%;
    height: 600px;
}


@media(max-width: 991px){
    #im1{
        display: none;
    }
    #im3{
        display: none;
    }
}






.p2 h1{
    font-size: 46px;
    text-transform: capitalize;
}

.p2 .s1{
    height: 130px;
    box-shadow: 1px 1px 6px 3px rgba(214, 211, 211, 0.712);
    border-radius: 15px;
    position: relative;
    background: #fff;
}

.s1 h2{
    position: absolute;
    top: 3%;
    left: 23%;
    font-size: 30px;
}
.s1 p{
    position: absolute;
    top: 30%;
    left: 23%;
    font-size: 16px;
    color: rgb(88, 84, 84);
}

.s1 .pp2{
    position: absolute;
    top: 33%;
    left: 23%;
    font-size: 16px;
    color: rgb(88, 84, 84);
}
.s1 .pp3{
    position: absolute;
    top: 50%;
    left: 23%;
    font-size: 16px;
    color: rgb(88, 84, 84);
}

@media (max-width: 470px){
    .p2 .s1:not(:first-child){
        height: 190px;
    }
    .s1 h2{
        position: absolute;
        top: 3%;
        left: 31%;
    }
    .s1 p{
        position: absolute;
        top: 30%;
        left: 30%;
        font-size: 14px;
    }
    
    .s1 .pp2{
        position: absolute;
        top: 40%;
        left: 30%;
        font-size: 14px;
    }
    .s1 .pp3{
        position: absolute;
        top: 57%;
        left: 30%;
        font-size: 14px;
    }
}
@media (max-width: 360px){
    .p2 .s1:not(:first-child){
        height: 200px;
    }
    .p2 .s1:first-child{
        height: 150px;
    }
    .p2 .s1:first-child p{
        left: 33%;
        padding-right: 3%;
    }
    .s1 h2{
        position: absolute;
        top: 3%;
        left: 38%;
    }
    .s1 p{
        position: absolute;
        top: 30%;
        left: 37%;
        font-size: 14px;
    }
    
    .s1 .pp2{
        position: absolute;
        top: 40%;
        left: 32%;
        font-size: 14px;
    }
    .s1 .pp3{
        position: absolute;
        top: 57%;
        left: 32%;
        font-size: 14px;
    }
}
/* sec2 */

@media (max-width: 399px) and (min-width: 280px){
    
    #rev{
        position: relative;
        top: 10%;
        height: 650px;
        width: 300px;
        border-radius: 8px;
        background-position: left center;
    }
    
    .review h1{
        text-align: center;
        padding-top: 4%;
    }
    .review h3{
        text-align: center;
    }
    #rev form input{
        width: 60%;
    }
    
    #rev form textarea{
        width: 60%;
        padding: 8px 4%;
        outline: none;
        border-radius: 10px;
    }
    #rev #btt{
        width: 60%;
        height: 55px;
        font-size: 20px;
        margin-top: 11%;
    }
}



@media (max-width: 499px) and (min-width: 400px){
    
    #rev{
        position: relative;
        top: 5%;
        height: 650px;
        width: 370px;
        border-radius: 8px;
        background-position: left center;
    }
    
    .review h1{
        text-align: center;
        padding-top: 4%;
    }
    .review h3{
        text-align: center;
    }
    #rev form input{
        width: 60%;
    }
    
    #rev form textarea{
        width: 60%;
        padding: 8px 4%;
        outline: none;
        border-radius: 10px;
    }
    #rev #btt{
        width: 60%;
        height: 55px;
        font-size: 20px;
        margin-top: 11%;
    }
}



@media (max-width: 599px) and (min-width: 500px){
    #rev{
        position: relative;
        top: 5%;
        height: 650px;
        width: 400px;
        border-radius: 8px;
        background-position: left center;
    }
    
    .review h1{
        text-align: center;
        padding-top: 4%;
    }
    .review h3{
        text-align: center;
    }
    #rev form input{
        width: 60%;
    }
    
    #rev form textarea{
        width: 60%;
        padding: 8px 4%;
        outline: none;
        border-radius: 10px;
    }
    #rev #btt{
        width: 60%;
        height: 55px;
        font-size: 20px;
        margin-top: 11%;
    }

}

@media (max-width: 699px) and (min-width: 600px){
    #rev{
        position: relative;
        height: 650px;
        width: 570px;
        border-radius: 8px;
        background-position: left center;
    }
    
    .review h1{
        text-align: center;
        padding-top: 4%;
    }
    .review h3{
        text-align: center;
    }
    #rev form input{
        width: 60%;
    }
    
    #rev form textarea{
        width: 60%;
        padding: 8px 4%;
        outline: none;
        border-radius: 10px;
    }
    #rev #btt{
        width: 60%;
        height: 55px;
        font-size: 20px;
        margin-top: 6%;
    }
}

@media (max-width: 799px) and (min-width: 700px){
    
    #rev{
        position: relative;
        top: 5%;
        height: 650px;
        width: 570px;
        border-radius: 8px;
        background-position: left center;
    }
    
    .review h1{
        text-align: center;
        padding-top: 4%;
    }
    .review h3{
        text-align: center;
    }
    #rev form input{
        width: 60%;
    }
    
    #rev form textarea{
        width: 60%;
        padding: 8px 4%;
        outline: none;
        border-radius: 10px;
    }
    #rev #btt{
        width: 60%;
        height: 55px;
        font-size: 20px;
        margin-top: 6%;
    }
}

@media (max-width: 899px) and (min-width: 800px){
    
    #rev{
        position: relative;
        top: 5%;
        height: 650px;
        width: 620px;
        border-radius: 8px;
        background-position: left center;
    }
    
    .review h1{
        text-align: center;
        padding-top: 4%;
    }
    .review h3{
        text-align: center;
    }
    #rev form input{
        width: 60%;
    }
    
    #rev form textarea{
        width: 60%;
        padding: 8px 4%;
        outline: none;
        border-radius: 10px;
    }
    #rev #btt{
        width: 60%;
        height: 55px;
        font-size: 20px;
        margin-top: 6%;
    }

}


@media (max-width: 1360px) and (min-width: 900px){

    #rev{
        position: relative;
        top: 5%;
        height: 630px;
        width: 700px;
        border-radius: 8px;
        background-position: left center;
    }
    
    .review h1{
        text-align: center;
        padding-top: 4%;
    }
    .review h3{
        text-align: center;
    }
    #rev form input{
        width: 60%;
    }
    
    #rev form textarea{
        width: 60%;
        padding: 8px 4%;
        outline: none;
        border-radius: 10px;
    }
    #rev #btt{
        width: 60%;
        height: 55px;
        font-size: 20px;
        margin-top: 3%;
    }

}

#im3{
    z-index: 3;
    position: absolute;
    height: 250px;
    width: 250px;
    top: -40px;
    right: -30px;
}
#im4{
    z-index: 4;
    position: absolute;
    top: 20px;
    height: 600px;
}

.p4 h1{
    font-size: 42px;
    text-transform: capitalize;
    font-weight: bold;
}

.p4 .f1 input{
    padding: 3% 1%;
    background: rgba(215, 233, 240, 0.856);
    border: 1px solid rgb(152, 208, 226);
    border-radius: 14px;
}
.p4 .f1 textarea{
    background: rgba(215, 233, 240, 0.856);
    border: 1px solid rgb(152, 208, 226);
    border-radius: 10px;
}
.p4 .f1 input::placeholder{
    font-size: 14px;
    color: #494848;
}
.p4 .f1 textarea::placeholder{
    font-size: 15px;
    color: #2e2e2e;
}
.f1 input:focus{
    border-color: rgb(50, 165, 204);
    box-shadow: none;
}
.f1 textarea:focus{
    border-color: rgb(50, 165, 204);
    box-shadow: none;
}
.p4 .btn:focus{
    box-shadow: none;
}
.p4 .btn{
    position: relative;
    padding: 17px 0px;
    margin: 20px 0;
    color: aliceblue;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    border-radius: 20px;
    background-image:  linear-gradient(to left, #bdc3c7, #666d74);
    overflow: hidden;
    cursor: pointer;
    border: none;
    box-shadow: 2px 2px 2px 1px rgba(144, 145, 146, 0.834);
}
.p4 span{
    position: absolute;
    background: #fff;
    transform: translate(-50%, -50%);
    pointer-events: none;
    border-radius: 50%;
    animation: animate 1s linear infinite;
}
@keyframes animate
{
    0% 
    {
        width: 0px;
        height: 0px;
        opacity: 0.5;
    }
    100% 
    {
        width: 500px;
        height: 500px;
        opacity: 0;
    }
}
/* end sec3 */

/* start form review */

.review{
    position: relative;
    top: 95%;
    height: 690px;
    width: 1100px;
    border-radius: 28%;
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../img/shutterstock_455108011-min.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.review h1{
    text-align: center;
    padding-top: 4%;
    font-size: 43px;
    color: #fff;
}
.review h3{
    text-align: center;
    font-size: 22px;
    color: #c7c6cc;
}
.review form{
    width: 100%;
    margin-top: 3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.review form input{
    width: 50%;
    height: 35px;
    padding: 1.7% 4%;
    border-radius: 10px;
}

.review form textarea{
    width: 50%;
    padding: 8px 4%;
    outline: none;
    border-radius: 10px;
}
#btt{
    width: 20%;
    height: 55px;
    font-size: 20px;
    font-weight: bold;
    background-image: linear-gradient(to right, darkred, red);
    border: none;
    border-radius: 20px;
    cursor: pointer;
    color: #fff;
    margin: 1% 0%;
}

/* end review form */

/* start map */
.head{
    text-transform: capitalize;
    font-family: 'Noto Serif', serif;
    font-style: italic;
    font-weight: 700;
    letter-spacing: -2px;
    position: relative;
    color: rgba(247, 249, 251, 0.755);
    -webkit-text-stroke: 0.1vw #424344;
    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, #1f1c2c, #928dab);
    -webkit-background-clip: text;
    color: transparent;
    animation: animatee 6s linear infinite;
}
@keyframes animatee{
    0%,10%
    {
        width: 0%;
    }
    70%, 90%, 100%
    {
        width: 100%;
    }
}

iframe{
    width: 100%;
}