/* <!-------------------------------------------Font Poppins Link----------------------------------------------> */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* <!-------------------------------------------Font Poppins Link----------------------------------------------> */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}
body{
    background-color: #fff;
    width: 100%;
}
a {
    text-decoration: none;
    color: var(--grey);
}

:root {
    --lgr: #1C295D;
    --dgr: #1C295D;
    --grey: rgb(7, 7, 7);
}

.index-whole {
    width: 100%;
    overflow: hidden;
}

/* <!-----------------------------------------------Header Section-------------------------------------------> */
/* <!-----------------------------------------------Header Section-------------------------------------------> */
/* <!-----------------------------------------------Header Section-------------------------------------------> */




.nav {
    background: rgb(255, 255, 255);
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
   padding: 0.6rem;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    border-radius: 0;

}

.toop {
    /* position: fixed; */
    width: 100%;
    /* height: 1000px; */
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgb(197, 197, 197);
    z-index: 999;
}

.toop i {
    color: red;
    /* padding: 0 4%; */
}

.toop p {
    font-weight: bold;
    margin-bottom: 0;
}







.header {
    position: sticky;
    top: 0;
    /* z-index: 1; */
    width: 100%;
    /* overflow: hidden; */
    /* height: 100px; */
    transition: .5s ease-in;
    z-index: 999;
}


.logo h3 {
    color: white;
}

.nav-links a {
    font-size: 2017x;
    padding: 3px 10px;
    border-radius: 5px;
    transition: .3s;
    text-decoration: none;
    color: rgb(72, 72, 72);
    font-weight: 600;
}

.nav-links a:hover {
    text-decoration: none;
}

.icons a {
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.main-icons {
    display: flex;
    gap: 10px;

}

.icons a i {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 50px;
    width: 50px;
    color: black;
    font-size: 20px;
    border-radius: 50%;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    transition: .5s;
}

.icons a i:hover {
    background: var(--lgr);
    color: white;
}

.M-Burger {
    display: none;
    padding: 0.5rem;
    border: 2px solid rgb(72, 72, 72);
    border-radius: 5px;
    color: rgb(41, 41, 41);
}

.nav-list {
    display: flex;
    flex-direction: column;
  height: 22rem;
    color: #000 !important;
    font-size: 1.2rem;
    background: rgba(255, 255, 255, 0.59);
    backdrop-filter: blur(10px);
    padding-block: 2rem;
    text-align: center;
    width: 100%;
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    top: -22rem;
    right: 0;
    z-index: 99999999999999999999999999999999;
    transition: .3s ease-in-out !important;
}
.nav-list a{
    color: #333333;
    margin-bottom: 1rem;
    transition: .3s ease-in-out;
    font-weight: 700;
}


/* <!----------------------------------------------Header Section End-------------------------------------------> */
/* <!----------------------------------------------Header Section End-------------------------------------------> */
/* <!----------------------------------------------Header Section End-------------------------------------------> */


.carousel-item img {
    width: 100%;
   
    object-fit: cover;

    /* Ensures images cover the area without stretching */
}


/* <!----------------------------------------------Header Section Start-------------------------------------------> */

.main-top {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 15px 0;
}


.top-carousal {
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-wrap: wrap;  */
    width: 300px;
    height: 200px;
    background: #EDEDED;
    border-radius: 10px;
    transition: all 0.8s ease-in;
}

.top-carousal:hover {
    background: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    scale: 1.05;
}


.top-photo img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.top-text {
    width: 300px;
}

.top-text h2 {
    font-size: 20px;

}

.top-text p {
    font-size: 15px;
}




/* <!----------------------------------------------About Section Start-------------------------------------------> */
/* <!----------------------------------------------About Section Start-------------------------------------------> */

.about {
    width: 80%;
    margin: 3rem auto;
}


.about h2 {
    text-align: center;
    margin: 3rem 0;
    font-weight: bold;
    color: red;
}

.about span {
    margin-left: 10px;
}


.main-abt {
    display: flex;
}

.bri {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
}

.abt-photo img {
    /* border-radius: 20px; */
    padding: 1rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.xyz {
    animation: slideIn 2s;
    width: 45%;
}
.abc {
    width: 45%;
    opacity: 0;
    transform: translateX(-120px) scale(0);
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.abc.animate {
    animation: slideIn 1s forwards;
}

@keyframes slideIn {
    from {
        transform: translateX(-120px) scale(0);
        opacity: 0;
    }

    to {
        transform: translateX(0) scale(1);
        opacity: 1;
    }
}


.abt-section {
    margin: 0 20px;
}

.abt-section p {
    font-size: 15px;
}

.abc {
    animation: fadeIn 3s forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



.abt-section h3 {
    font-size: 30px;
    color: var(--dgr);
}


/* .home-abt {
    background-image: url(image/about/Untitled\ design.jpg);
    
} */

.shiv {
    background-image: url(./image/newall/navvv.png);
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    width: 100%;
    background-size: cover;
    background-position: center;
    /* padding: 120px 10px 20px; */
    padding: 3rem;
    text-align: center;

}

.shiv h2 {
    font-size: 4rem;
    margin: 20px 0;
    padding-top: 15px;
    text-align: center;
    font-size: 2rem;
    color: rgb(0, 0, 0);
    font-weight: 700;
}

.shiv p {
    color: white;
}

.shiv p a {
    text-decoration: none;
}

.home-abt span {
    color: yellow;
}

.abt-list {
    display: flex;
    justify-content: space-around;
    margin-bottom: 15px;
}

.abt-list1 {
    margin-left: 20px;
}

.abt-list1 p {
    color: white;
}

.abt-list1 i {
    color: yellow;
}

.abt-list1 p {
    line-height: 20px;
}

button {
    display: flex;
    justify-content: center;

    border: none;
    background: none;
    margin-bottom: 26px;
}

.btn-brr {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
}

button a {
    text-align: center;
    padding: 10px 20px;
    border-radius: 10px;
    color: var(--dgr);
    background-color: yellow;
    font-size: 20px;
    text-decoration: none;
    /* margin-bottom: 15px; */
}

button a:hover {
    color: white;
    background-color: transparent;
    border: 2px solid yellow;
    text-decoration: none;
    scale: 1.02;
}


/* <!---------------------------------------Solution Section Start---------------------------------------> */

.sol {
    background: #F9F9F9;
    width: 100%;
    padding: 5% 0;
}

.home-sol {
    margin: 0 auto;
    text-align: center;
    width: 80%;
}

.home-sol h2 {
    color: black;
    font-size: 28px;
    font-weight: bold;
}

.home-sol span {
    color: red;
    margin-right: 10px;
}

.home-sol p {
    font-size: 20px;
    color: #1C295D;
}

.main-sol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    /* align-items: center; */
    border-radius: 10px;
    gap: 20px;
}

.sol-card {
    width: 320px;
    /* height: 620px; */
    background-color: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border-radius: 10px;
    /* margin-bottom: 10px; */
    /* border: 2px solid black; */
}

.sol-img {
    width: 100%;
    /* height: 350px; */
    border-radius: 10px;
    overflow: hidden;
}

.sol-img img {
    width: 100%;
    border-radius: 10px;
    transition: all 1s ease-in-out;
    /* height: 100%; */
}

.sol-card:hover img {
    scale: 1.05;
}

.sol-text h4 {
    padding: 15px 0 5px;
    font-size: 20px;
    color: red;
}

.sol-text p {
    padding: 0 10px;
    font-size: 14px;
    /* line-height: 30px; */
}

/* <!---------------------------------------Solution Section End---------------------------------------> */



/* <!----------------------------------------------Clints Section End-------------------------------------------> */


.trip-card {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.trip-card:hover {
    transform: translateY(-10px);
}

.vesitable .owl-stage {
    margin: 50px 0;
    position: relative;
}

.vesitable .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    left: -30px;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;

}

.vesitable .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.vesitable .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translatey(-50%);
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 50%;
    transition: 0.5s;
}

.vesitable .owl-nav .owl-next:hover {
    background: none;
    color: white;
}

.discount-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    /* background-color: #f53b57; */
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
}


.price {
    font-size: 16px;
    color: #333;
}

.buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.container h2 {
    color: red;
    font-weight: bold;
}

@media (max-width: 768px) {
    .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
}

/* <!----------------------------------------------Clints Section End-------------------------------------------> */


/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
    background-color: transparent;
    width: 270px;
    height: 300px;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
    /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.msd07 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
}

.msd {
    width: 80%;
    margin: 5% auto 0 auto;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front,
.flip-card-back {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    background-image: url(image/card-2.png);
    background-repeat: repeat;
    background-size: cover;
    color: white;
}

.flip-card-inner .flip-card-front h2 {
    display: flex;
    justify-content: center;
    font-size: 35px;
    padding: 10px 15px;
}

/* Style the back side */
.flip-card-back {
    background-image: url(image/card-back.jpg);
    background-repeat: repeat;
    background-size: cover;
    color: yellow;
    transform: rotateY(180deg);
}

.flip-card-back h3 {
    padding: 10px 15px;
    font-size: 25px;
}

.msd h2 {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 40px;
    margin-bottom: 30px;
}

.msd span {
    color: red;
}







/* <!---------------------------------------Service Section Start---------------------------------------> */

.ser {
    background-color: #F3F3F3;
    width: 100%;
    padding: 3% 0;
}

.home-ser {
    width: 80%;
    margin: 2% auto;
}

.home-ser h2 {
    text-align: center;
    color: red;
    font-weight: bold;
    font-size: 1.7rem;
}

.home-ser h2 span {
    padding-left: 10px;
}

.home-ser p {
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 20px;
    /* color: #000; */
}

.main-ser {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
}

.start-ser {
    width: 330px;
    /* height: 470px; */
    animation-duration: .3s;
    background-color: white;
    padding: 1.2rem;
    animation: fadeInOut 4s ease-in-out infinite;

    transition: all 0.5s ease;
   
    
}
.start-ser.animate{
    animation: slideIn 1s forwards !important;
}
.img-ser {
    /* width: 200px; */
    /* height: 150px; */
    
    /* overflow: hidden; */
}

.img-ser img {
    width: 100%;
    transition: .2s ease-in-out;
}

.start-ser:hover img {
    box-shadow: rgba(240, 46, 46, 0.4) 0px 5px, rgba(240, 46, 46, 0.3) 0px 10px, rgba(240, 46, 46, 0.2) 0px 15px, rgba(240, 46, 170, 0.1) 0px 20px, rgba(240, 46, 46, 0.05) 0px 25px;
}

.text-ser h3 {
    margin: 1.3rem 0;
    font-size: 1.3rem;
    color: #336ab1;
    font-weight: 700;
}

.text-ser p {
    font-size: 1.1rem;
    text-align: justify;
}





/* <!my-service start------------------------------------------------------------> */



.service-tab {
    width: 90%;
    padding: 10px 3%;
    margin: 40px auto;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.house-head {
    text-align: center;
    padding: 10px 0;
    color: red;
}

.house-head h3 {
    font-weight: bold;
}

.service-tab .serv-c {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    padding-bottom: 40px;
    /* border: 1px solid grey; */
}

.service-tab .serv-d {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    padding-bottom: 40px;
    /* border: 1px solid grey; */
}

.serv-img,
.serv-cont {
    width: 45%;

}

/* .serv-cont {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
} */
.serv-cont p {
    font-size: 13px;
}


/* <!---------------------------------------Service Section End-----------------------------------------> */


.test-body {
    font-family: Arial, sans-serif;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px 0 35px 0;
}

.test-slider {
    max-width: 80%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
}

.test-slides {
    display: flex;
    transition: transform 0.5s ease;
}

.test-slide {
    min-width: 100%;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    background: #f4f4f4;
    border-radius: 8px;
}

.test-slide img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.test-slider {
    text-align: center;
}

.test-slider h2 {
    color: red;
    font-weight: bold;
}

.test-slider p {
    font-size: 18px;
    color: #1C295D;
}

.con-nsb {
    width: 100%;
    height: 50px;
    background-color: white;
}

.brij {
    width: 5px;
}

/* .con-nsb li{
    

} */

.abt-nav-img {
    background-image: url(https://img.freepik.com/premium-photo/security-guard-asians-nightclub_51903-123.jpg);
    /* background-attachment: fixed; */
    height: 25vh;
    width: 100%;
    /* margin-top: 50px; */
    /* background-position: center; */
    background-size: contain;
    background-repeat: no-repeat;
    backface-visibility: hidden;
    /* padding: 40px; */
}

/* .abt-home{
    background-image: url(https://img.freepik.com/premium-photo/security-guard-asians-nightclub_51903-123.jpg);
    padding: 30px 10px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
} */

.about-nav-section h1 {
    font-size: 50px;
    padding: 2%;
    color: white;
}

.about-nav-section a {
    text-decoration: none;
    color: white;
}

.about-nav-section p {
    font-size: 20px;
    font-weight: bold;
    padding: 0 2%;
    color: white;
}

/* <!----------------------------------------------Gallery Section Start-------------------------------------------> */
/* <!----------------------------------------------Gallery Section Start-------------------------------------------> */

.main-gallery {
    width: 80%;
    margin: 20px auto;
    overflow: hidden;
}


.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
}

.gallery img {
    width: 590px;
}

/* <!----------------------------------------------Gallery Section End-------------------------------------------> */
/* <!----------------------------------------------Gallery Section End-------------------------------------------> */
/* 

/* 
!----------------------------Contact page--------------------------------! */

iframe {
    width: 90%;
    margin: 5%;
}

.contact-section {
    display: flex;
    justify-content: space-around;
    margin-bottom: 5%;
}

.contact-part1 {
    width: 35%;
}

.phone-content {
    text-align: center;
    padding: 20px;

}

.phone-content i {
    color: #1C295D;
    font-size: 30px;
}

.phone-content h1 {
    color: red;
}

.phone-content p span {
    font-weight: bold;
}

.mainform{
    background-image: url('./image/newall/formbgimgg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
  
  .contact-part2 {
    display: flex;
    justify-content: center;
    width: 65%;
    margin: 0 auto;
    padding: 2rem;
  }
  .contact-part2 h4{
    color: #555555;
    font-size: 2rem;
    font-weight: bold;
  }
  .contact-form {
    background: #e0e0e07a;
    backdrop-filter: blur(10px);
    padding: 2rem;
    border-radius: 1.5rem;
    width: 100%;
    box-shadow: 0.6rem 0.6rem 1.2rem #bebebe,
                -0.6rem -0.6rem 1.2rem #ffffff;
    text-align: center;
  }
  
  .form-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #1C295D;
  }
  
  input,
  textarea {
    width: 100%;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1.5rem !important;
    font-size: 1rem;
    border-radius: .7rem;
    border: none;
    background: #e0e0e07a;
    backdrop-filter: blur(10px);
    box-shadow: inset 0.2rem 0.2rem 0.4rem #bebebe,
                inset -0.2rem -0.2rem 0.4rem #ffffff;
    color: #1C295D;
    resize: none;
    outline: none;
  }
  
  input::placeholder,
  textarea::placeholder {
    color: #878787;
  }
  
  .contact-send {
    background: linear-gradient(to right, #ff4b7d, #ff007a);
    color: #fff;
    padding: 0.75rem 2rem;
    font-size: 1.1rem;
    font-weight: bold;
    border: none;
    border-radius: .7rem;
    box-shadow: 0.2rem 0.2rem 0.4rem #bebebe,
                -0.2rem -0.2rem 0.4rem #ffffff;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  
  .contact-send:hover {
    transform: scale(1.05);
    background: linear-gradient(to right, #e6006e, #cc005f);
  }
  
  @media (max-width: 635px) {
    .contact-part2 {
      width: 90%;
      padding: 1rem;
    }
  }
  


/* <!----------------------------------------------Footer Section Start-------------------------------------------> */

footer {
    width: 100%;
    background: url('./image/newall/footimage.avif') center no-repeat;
    background-size: cover;
   
}

.main-con {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    padding: 20px 10px 10px;
    flex-wrap: wrap;
    /* align-items: center; */
}

.main-boxe h2 {
    font-size: 20px;
    color: red;
}

.main-boxe {
    /* width: 380px; */
    color: white;
    padding: 10px 5px;
}

/* .main-boxe h2 {
    font-size: 25px;
    padding: 15px 0 0 0;
} */

/* .main-boxe h3 {
    font-size: 25px;
} */

.main-boxe p {
    font-size: 15px;
    font-weight: 300;
    /* text-align: justify; */
}

.main-boxe .info-c {
    padding: 5px;
    display: flex;
    gap: 10px;
}

.main-end {
    background: red;
    padding: 10px;
    width: 100%;
    text-align: center;
    color: White;
}

.main-end h6 {
    font-size: 13px;
    font-weight: bold;
}

.main-end h6 a {
    color: white;
    text-decoration: none;
}

.main-foot li {
    list-style: none;
    margin: 10px 0;
}

.main-foot li a {
    text-decoration: none;
    color: white;

}




/* <!----------------------------------------------Footer Section End-------------------------------------------> */
/* <!----------------------------------------------Footer Section End-------------------------------------------> */
/* <!----------------------------------------------Footer Section End-------------------------------------------> */





/* Card CAroulesfjoaweeajfj----------------------------------------------------------------/ */
/* Card CAroulesfjoaweeajfj----------------------------------------------------------------/ */
/* Card CAroulesfjoaweeajfj----------------------------------------------------------------/ */
/* Card CAroulesfjoaweeajfj----------------------------------------------------------------/ */


.wrapppper {
    width: 80%;
    margin: auto;

    text-align: center;
}

.wrapppper h2 {
    font-family: sans-serif;
    color: #fff;
}

.carouseeel {
    width: 90%;
    margin: 0px auto;
}

.slick-slide {
    margin: 10px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev,
.slick-next {
    background: #000;
    border-radius: 15px;
    border-color: transparent;
}

.carrrd {
    border: 2px solid #987b7b;
    box-shadow: 1px 1px 15px #ccc;
}

.carrrd-body {
    background: #fff;
    width: 100%;
    vertical-align: top;
}

.carrrd-content {
    text-align: left;
    color: black;
    padding: 15px;
}

.carrrd-text {
    font-size: 14px;
    font-weight: 300;
}




.clint-start {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    margin-top: 4rem;
}

.clint-main {
    width: 250px;
    height: 200px;
    background-color: #c7c7c7;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 3rem;
    padding: 10px;
    position: relative;
    animation: fadeInOut 4s ease-in-out infinite;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.clint-photo {
    width: 120px;
   background-color: #fff;
    border-radius: 50%;
    /* padding: 10px; */
    height: 120px;
    position: absolute;
top: 0;
left: 50%;
transform: translate(-50%,-50%);
border: .5rem solid #fff;
}

.clint-photo img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
}
.test-body-content{
    margin-top: 4rem;
}
.clint-main h5 {
    padding: 10px;
}

@keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(40px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .clint-start .clint-main {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.6s ease-out;
  }
  
  .clint-start .clint-main.visible {
    animation: fadeInUp 0.8s ease-out forwards;
  }
  
  
  /* for marque */
.mar{
    width: 60%;
}

  marquee {
    color: red;
    font-size: 1.2rem;
    font-weight: 600;
    height: 3rem;
    display: flex;
    align-items: center;
  }

  .tm-mark {
    vertical-align: super;
    font-size: 0.6rem;
    padding: 0.2rem;
    border: 1px solid red;
    border-radius: 50%;
    margin-left: 0.2rem;
    line-height: 1;
  }

  .di {
    display: inline-block;
    width: .001rem;
    height: 1rem;
    /* margin: 0 0.5rem; */
    background: rgba(81, 69, 69, 0);
  }

  @media (max-width:993px) {
    .mar{
        width: 100%;
    }
  }