/* Preloader */

.testimonial-content-box{
    background: #4f0b0f;
    color: white;
    font-family: "Playwrite DE Grund", cursive;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset; 
    border-bottom: 4px solid white;  
    height: 15rem; 
}
.google-review-container{
    background-image: url(/Amantran-images/google-review-bg.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.google-review-container::before{
    content: "";
    position: absolute;
    width: 40%;
    height:7rem;
    z-index: 2;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, white, transparent);
}
.user{
    text-shadow: 0px 0px 1px #fbcb19;
    color:black ;  
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.5rem;
}
.rounded-circle{
    width: 3rem;
}
.testimonial-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.review-colon{
    background: linear-gradient(to right,#fbcb19,#fadf76,#f6ec30);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;  
}



#preloader{
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
z-index: 999;
position: fixed;
background: white;
background-color: #380609;
}


#whatsapp{
    position: absolute;
    width: 6rem;
    z-index: 1000;
    right: 5%;
    top: 70%;
    position: fixed;
    display: none;
}

.logo-container{
    text-align: center;
    display: flex;
    align-items: center;
    padding:1rem 0;
    width: 20rem;
    height: 9rem;
}


#home {
    width: 100%;
    /* min-height: 100vh; */
	background-image:url(/Amantran-images/Banner.jpg);
  /*  background-image: url(/Amantran-images/Banner.png);*/
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: center; */
    display: flex;
    justify-content: center;
    align-items: center;
  }

#animation{
    position: absolute;
    z-index: 400;
    width: 20rem;
    left: 25%;
    top: 35%;
}

.about-section{
    width: 100%;
    /* min-height: 100vh; */
    background-image: url(/Amantran-images/about-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    padding-bottom: 28rem;
}
.about-paragraph{
    font-size: 1.3rem; 
    text-align:justify;
    color: white;
}

.rotating-img{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* Header */

.inner-link{
    /* font-family: 'Times New Roman';
    letter-spacing: 0.2rem; */
    font-family: 'Times New Roman';

    /* background: linear-gradient(to right,#fbcb19,#fadf76,#f6ec30);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    letter-spacing: 1rem;
}

.menu-container{
    position: absolute;
    top: 55%;
    left: 42%;
    border: 1px solid white;
    background-color: #fbcb19;
    background-image: linear-gradient(to right,#fbcb19,#fadf76,#f6ec30);
    color: #380609;
    font-family: 'Times New Roman';
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0.7rem 1.5rem;
    border: 2px solid white;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    
}

.menu{
    background-color: #fbcb19;
    background-image: linear-gradient(to right,#fbcb19,#fadf76,#f6ec30);
    color: #380609;
    font-family: 'Times New Roman';
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0.7rem 1.5rem;
    cursor: pointer;
    border: 2px solid white;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.intro-video{
    border: 10px solid;
    border-image: linear-gradient(to right,#fbcb19,#fadf76,#f6ec30);
    border-image-slice: 1;

}
.border-image{
    /* border: 5px solid;
    border-image: linear-gradient(to right,#fbcb19,#fadf76,#f6ec30);
    border-image-slice: 1; 

   */
   /* border-radius: 0 30% 0 30%;  */
   /* box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px; */
   /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; */
   /* filter: drop-shadow(white 0px 1px 2px 0px, white 0px 1px 3px 1px); */
   width: 40rem;
   height: 40rem;
   object-fit: cover;
   aspect-ratio: 3/2;
   border-radius: 5px;
   box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.service-text{
    font-size: 1.5rem;
    font-weight: bold;
    font-family: 'Times New Roman';
    /* background: linear-gradient(to right,#fbcb19,#fadf76,#f6ec30);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: white;
}

.service-paragraph{
    font-size: 1.3rem; 
    text-align:justify;
}
.service-content{
    padding-right: 2rem;
}
.onion{
animation: my-anim  3s linear infinite;
opacity: 0.4;
}

/* @keyframes my-anim{
    0%{
        transform:translate(0px,0px); 
    }
    25%{
        transform: translate(4px,4px);

    }
    50%{
        transform: translate(-4px,-4px);
    }
    100%{
    transform: scale(0px,0px);
    }
} */

.About-us p{
color: white;
font-family: 'Times New Roman';
}
.About-us button{

    background-color: #fbcb19;
    background-image: linear-gradient(to right,#fbcb19,#fadf76,#f6ec30);
    color: #380609;
    font-family: 'Times New Roman';
    font-size: 1rem;
    font-weight: bold;
    padding: 0.3rem 1rem;
    cursor: pointer;
    border: 1px solid white;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;


}
.text{
    /* font-family: "Lobster", serif; */
    font-family: "Anton", serif;

    background: linear-gradient(to right,#fbcb19,#fadf76,#f6ec30);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-text{
    /* color: #380609; */
    font-family: 'Times New Roman';
    font-weight: bold;
    font-size: 1.5rem;
    background: linear-gradient(to right,#fbcb19,#fadf76,#f6ec30);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-text{
    font-family: 'Times New Roman';
    font-weight: bold;
    font-size: 1rem;
    background: linear-gradient(to right,#fbcb19,#fadf76,#f6ec30);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;  
}
.size{
    width:15rem;
    height: 15rem;
    aspect-ratio: 3/2;
    object-fit: contain;
}

/* #services{
    width: 100%;
    background-image: url(/Amantran-images/service-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    padding-bottom: 100rem;
} */

.sercvice-container{
    background-image: url(/Amantran-images/service-banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 25rem;
}



/* ------------Animated services-------------------*/

.banner{
    width: 100%;
    height: 80%;
    text-align: center;
    overflow: hidden;
    position: relative;

}
.banner .slider{
    position: absolute;
    width: 50%;
    height: 50%;
    /* top: 10%; */
    left: calc(50% - 175px);
    /* left: 50%; */
    transform-style: preserve-3d;
    transform: perspective(1000px);
    animation: autoRun 20s linear infinite;
    z-index: 2;
}
@keyframes autoRun{
    from{
        transform: perspective(1000px) rotateX(-16deg) rotateY(0deg);
    }to{
        transform: perspective(1000px) rotateX(-16deg) rotateY(360deg);
    }
}

.banner .slider .item{
    position: absolute;
    inset: 0 0 0 0;
    transform: 
        rotateY(calc( (var(--position) - 1) * (360 / var(--quantity)) * 1deg))
        translateZ(20rem);
}
.banner .slider .item img{
    width:15rem;
    height: 15rem;
    aspect-ratio: 3/2;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    border: 2px solid white;
    /* border-image: linear-gradient(to right,#fbcb19,#fadf76,#f6ec30);
    border-image-slice: 1;  */
    border-radius: 5px;


}


@media screen and (max-width: 1023px) {
    .banner .slider{
        width: 160px;
        height: 200px;
        left: calc(50% - 80px);
    }
    .banner .slider .item{
        transform: 
            rotateY(calc( (var(--position) - 1) * (360 / var(--quantity)) * 1deg))
            translateZ(300px);
    }
    .banner .content h1{
        text-align: center;
        width: 100%;
        text-shadow: 0 10px 20px #000;
        font-size: 7em;
    }
    .banner .content .author{
        color: #fff;
        padding: 20px;
        text-shadow: 0 10px 20px #000;
        z-index: 2;
        max-width: unset;
        width: 100%;
        text-align: center;
        padding: 0 30px;
    }
}
@media screen and (max-width: 767px) {
    .banner .slider{
        width: 100px;
        height: 150px;
        left: calc(50% - 50px);
    }
    .banner .slider .item{
        transform: 
            rotateY(calc( (var(--position) - 1) * (360 / var(--quantity)) * 1deg))
            translateZ(10rem);
    }
    .banner .content h1{
        font-size: 5em;
    }

    /* First section */

    #home {
        background-size: contain;
        background-position: top;
        height: 10px;
      }

      .menu-container{
        font-size: 0.5rem;
        padding: 0.02rem 0.3rem;
        top: 20%;
        left: 35%;
    }

    #animation{
        width: 5rem;
        left: 18%;
        top: 13%;
    }

    .logo-container{
        /* border: 1px solid white; */
        padding:0rem 0;
        width: 10rem;
        height: 3rem;
        left: -1rem;

    }
    .about-container{
        /* background-size: contain;
        background-position: top; */
        background-size: cover;
        margin-top: -18rem;
        padding-top: 18rem;
    }

    .size{
        width:6rem;
        height: 6rem;
    }

    .about-text{
        font-size: 1rem;
    }

    .banner .slider .item img{
        width:10rem;
        height: 10rem;
       }

       .query-btn{
       
        font-size: 1rem;
        padding: 0.3rem 0.6rem;
        margin-top: 1.5rem;
    }

    .about-paragraph{
        font-size: 1rem; 
    }

    .rotating-img{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
    }

    .sercvice-container{
        background-size: cover;
        /* padding-bottom: 27rem; */

    }

    .service-paragraph{
        font-size: 1rem; 
        /* padding: 1rem; */
    }
    .service-content{
        padding: 1rem;
    }
   .service-counter{
    padding-bottom: 40rem;
   }
   .service-text{
    font-size: 1rem;
}

.sercvice-section{
margin-top: -18rem;
height: 90rem;
}

#whatsapp{
    width: 3rem;
    right: 5%;
    top: 70%;
}

}

/* Scrolling animation */

.hover-effect:hover{
    opacity: 0.8;
}