html {
    scroll-behavior: smooth;
}

.background-body {
    /* background: linear-gradient(45deg, #F39C12, #FDEBD0); */
    background: linear-gradient(45deg, #92c5eeb8, #d0f7fd57);
    background-size: 200% 100%;
    animation: flowingWater 5s linear infinite;
    margin-top: 84px;
    /* background: url('Images/home-img.png'); */
    height: 713px;
}

.background-body h1 {
    text-shadow: 0 1px 2px rgba(0, 4, 48, 0.992);
}

/* @keyframes flowingWater {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
} */
.background-body img{
    width: 100%;
    display: flex;
    justify-content: centre;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-left: -151px;
    height: 830px;

    margin-top: -179px;}
    @keyframes flowingWater {
        0% {
            background-position: 0% 50%;
        }
        50% {
            background-position: 100% 50%;
        }
        100% {
            background-position: 0% 50%;
        }
    }

.testimon {
    /* font-family: 'Noto Serif', serif; */
    font-family: "Poppins", sans-serif;
    color: #1a2c50;
    /* background-color:#f4f7fe ; */
    min-height: 85vh;
    display: flex;
    align-items: center;
    /* background-color: rgb(0, 11, 80); */
}

.section__container {
    /* width: 100%;
    max-width: 1200px; */
    margin: auto;
    margin-top: -60px;
    padding: 80px;
    text-align: center;

  /* 
      background: linear-gradient(130deg,#eebe75, #f2ab398a, #FDEBD0);
  background-image: url('./background/bg1.jpg'); */
    background-size: cover;
    width: 100%;
}

header {
    background-color: white;
}

.header1 {
    margin-bottom: 2rem;
}

.header1 h2 {
    font-weight: bold;
    color: white;
    font-size: 35px;
    margin-bottom: 20px;
    margin-top: -30px;
}

.header1 p {
    color: white;
    letter-spacing: 2px;
    font-size: 1rem;
    font-weight: 500;
}

.header1 h1 {
    font-family: "Noto Serif", serif;
    font-size: 25px;
    font-weight: 900;
    color: white;
}

.testimonials__grid {
    /* width: 100%; */
    display: flex;
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem;
    margin-bottom: 2rem;
    justify-content: center;
    margin-top: 58px;
}

/* .card {
    width: 260px;
    height: 346px;
    padding: 2rem;
    display: flex;
    gap: 1rem;
    margin-left: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 6px 12px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    position: relative;
border: 3px solid rgb(219 240 251);} */






/* .card:hover {
    background-color: rgb(91, 174, 230);
    color: #fff;
} */

.card i {
    font-size: 2.5rem;
    color: gold;
}

.card p {
    font-size: 1rem;
    font-weight: 500;
    color: #000000;
}


/* .card p:hover{
    color:white;
} */

.card hr {
    width: 40px;
    margin: auto;
    color: #767268;
}

.head2 {
    color:#012970;
    margin-top: 42px;
    font-weight: 600;

}


/* .head2:hover{
    color: white;
} */

.card-img {
    width: 57px;
    /* color: blue; */
    height: 50px;
    border-radius: 10px 28px 28px;
    border: 1px solid transparent;
    position: relative;
    top: -32px;
    left: -99px;
    background-color:#94b6e79c;
    padding: 14px;
}

.card-img1 {
    position: relative;
    top: -21px;
    left: -104px;}


.advise {
    font-size: 44px;
    font-weight: 800;
    margin-bottom: 9px;
    margin-top: -7px;
    color:#012970;
}

.card .name {
    font-size: 0.9rem;
    font-weight: 400;
    color: #000000;
    transition: 0.3s;
}

.box {
    width: 50px;
    height: 50px;
    background-color: #39A8DF;
    border-bottom-right-radius: 100%;
}

/* .card-2 {
    margin-top: 4pc;
} */

.card .name:hover {
    color: #000000;
}

@media (width < 900px) {
    .testimonials__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}

@media (width < 600px) {
    .testimonials__grid {
        grid-template-columns: repeat(1, 1fr);
    }
}


/* invest part */

.background {
    /* background-color: #ebf6fb; */
    background-color:rgb(210 234 248) ;
    
    background-image: url(../images/software_pattern__.a5425c3146541d468f88.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 30px;
    height: 100vh;
    width: 100%;
    margin-bottom: 40px;
    padding-top: 30px;
    margin-top: -77px;
}

.background h1 {
    font-size: 44px;
    font-weight: 800;
    margin-bottom: 76px;
    margin-top: -3px;
    text-align: center;
    color:#012970;
}


/* .invest-heading {
    font-size: 30px;
    display: flex;
    justify-content: flex-start;
    /* margin-top: 25px; */


/* position: relative;
    top: 245px;
    padding-left: 100px;
*/

/* .plan-img {
    height: 761px;
    
    margin-top: -730px;
    margin-left: -560px;


} */
.our-plan {
    display: flex;
    justify-content: center;
    gap: -69rem;
    gap: 12rem;
}

.invest-heading h2 {
    color:#F39C12;
    font-family: Poppins, Sans-serif;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 54px;
    /* margin: 100px 0 0 0; */
    text-shadow: 0 0 0 rgba(0, 0, 0, .3);
    text-transform: capitalize;
    position: relative;
    top: -140px;
    left: -55px;
}

.card-invest {
    width: 296px;
    height: 285px;
    padding: 2rem;
    display: inline-block;
    gap: 1rem;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 5px 5px 40px rgb(190, 188, 191);
    cursor: pointer;
    position: relative;
    left: 71px;
    /* border: 2px solid #012970; */
}


/* .card:hover {
    background-color: rgb(91, 174, 230);
    color: #fff;
} */

.card-sections {
    margin-top: -75px;
    display: grid;
    justify-content: center;
}


/* .card-section2 {
    display: grid;
    flex-direction: column-reverse; */


/* justify-content: end; */


/* position: absolute;
    top: 1473px;
    right: 238px;
} */

@media (max-width:1430px) {
    .card-section2 {
        margin-right: -205px;
    }
    .invest-heading h2 {
        margin-left: -105px;
    }
}

.icon1 {
    width: 57px;
    /* color: blue; */
    height: 50px;
    border-radius: 0px 28px 28px;
    border: 1px solid transparent;
    position: relative;
    top: -32px;
    left: -30px;
    background-color:#94b6e79c;
    padding: 12px;
}

.card-invest h2 {
    color: #012970;
    font-family: Poppins, Sans-serif;
    font-size: 23px;
    font-weight: 600;
    padding: 0;
}

.card-invest p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding: 0 1rem 0 0;
}


/* tax section */

.background2 {
    /* background-color: #bcd8e5; */
    background-image: url(../images/software_pattern__.a5425c3146541d468f88.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 30px;
    height: 72vh;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
}

.main-head {
    font-size: 53px;
    font-weight: 800;
    margin-bottom: 76px;
    margin-top: 16px;
    text-align: center;
    position: absolute;
    color: #012970;
}

.invest-heading {
    font-size: 30px;
    display: flex;
    justify-content: flex-start;
    /* margin-top: 25px; */
    position: relative;
    top: 361px;
    padding-left: 100px;
}

.card-invest-tax {
    width: 260px;
    height: 290px;
    padding: 2rem;
    display: inline-block;
    gap: 2rem;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 5px 5px 40px rgb(190, 188, 191);
    cursor: pointer;
    position: relative;
    border: 3px solid rgb(219 240 251);
    margin-left: 20px;
}

.tax1 {
    margin-top: 50px;
}
.tax2{
    margin-top: 80px;
}


/*     
    .card:hover {
        background-color: rgb(91, 174, 230);
        color: #fff;
    } */

.card-sections-tax {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 135px;
    /* position: relative;
        right: -100px; */
}

.tax-heading {
    color:#012970;
    font-family: Poppins, Sans-serif;
    font-size: 2.1rem;
    font-weight: 500;
    line-height: 54px;
    margin: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, .3);
    text-transform: capitalize;
    margin-top: 336px;
    margin-left: 67px;
    margin-top: 210px;
}

.head2-tax {
    color:rgb(1 41 112);
    font-family: Poppins, Sans-serif;
    font-size: 21px;
    font-weight: 400;
    padding: 0px;
}

.tax1 p {
    color: #000000;
    font-family: Lato, Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.icon-tax {
    width: 57px;
    /* color: blue; */
    height: 50px;
    border-radius: 0px 28px 28px;
    border: 1px solid transparent;
    position: relative;
    top: -32px;
    left: -31px;
    background-color:#94b6e79c;
    padding: 12px;
}


/* count section */

.count-globe {
    background-image: url('../images/event-slider.7f2968d79aa80fd80440.jpg');
    width: 100%;
    height: 40vh;
    position: relative;
    /* top: 0px; */
    /* top: -383px; */
    top: 18px;
}

/* .count-globe::before {
    background-color: #21a6de;
    /* background-color: #21a6de; */
    /* height: 50vh;
    opacity: .69;
    position: absolute;
    transition: .3s, border-radius .3s, opacity .3s;
    width: 100%; */



/* expert section */

.whole-part {
    /* background-color: #f6ae45e8; */
    background-color: rgb(210 234 248);
    /* background-size: cover; */
    /* padding: 2rem 12rem; */
    /* position: relative; */
    width: 100%;
    height: 59vh;
    margin-bottom: 70px;
}

/* .back-img {
    margin-top: 43px;
    height: 503px;
    width: 591px;
    background: transparent;
    border-radius: 100%;
} */
.back-img{
    /* margin-top: 37px;
    height: 499px;
    width: 900px;   background: transparent;
    margin-right: -110px; */
    /* border-radius: 100%; */
    /* border-radius: 0 0px 50% 0; */
    margin-top: 37px;
    height: 59vh;
    width: 900px;
    background: transparent;
    margin-right: -82px;


}

/* .first-div {
    width: 50%;
    margin-top: -152px;
    margin-left: 83px;
} */
.first-div {
    width: 50%;
    margin-top: 112px;
    margin-left:40px;
}

.first-div h2 {
    color: #012970;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 3.5rem;
    font-family: sans-serif;
}

.first-div h3 {
    color: #050404;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: .5px;
    margin: 1rem 0;
    font-family: sans-serif;
}

.invest-logo {
    position: relative;
    top: -236px;
    width: 140px;
    left: 290px;
    height: 204px;
    border-radius: 150px;
    animation: style_scaleAnime__rP44y 10.5s linear infinite;
}

@keyframes style_scaleAnime__rP44y {
    0% {
        transform: translate(-50%, -50%) rotateY(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotateY(360deg);
    }
}

.flex-part {
    align-items: center;
    display: flex;
    height: auto;
    justify-content: space-between;
    margin: -96px 0 0 0;
    position: relative;
    width: 100%;
    z-index: 10;
}

.contact-btn  {
    color: #ffffff;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    background: #012970;
    padding: 12PX 32PX;
    border: none;
    border-radius: 21px;

}


/* .section-header h2{
        font-size: 30px;
        font-family: Arial, Helvetica, sans-serif;
        color: #0000;
    } */

.float {
    position: fixed;
    width: 80px;
    height: 80px;
    bottom: 140px;
    right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 5px 5px 40px rgb(190, 188, 191);
    text-decoration: none;
    color: #21a6de;
}

.float svg {
    width: 40px;
    height: 40px;
    color: #053e84;
    color: rgb(208, 208, 208);
}

.float1 {
    position: fixed;
    width: 120px;
    height: 20px;
    bottom: 100px;
    right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 5px 5px 40px rgba(186, 114, 27, 0.086);
    text-decoration: none;
    color: #21a6de;
}


/* Style for the iframe container */

#chatbot-container {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 400px;
    /* Adjust the width as needed */
    height: 600px;
    /* Adjust the height as needed */
    border: none;
    display: none;
    /* Hide initially */
    overflow: hidden;
    /* Hide scrolling */
}

#hideChatbot {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 24px;
    color: #21a6de;
}
@media (max-width: 768px) {
    .float,
    .float1,
    #chatbot-container,
    #hideChatbot {
        display: none;
    }
}
@media (max-width:768px) {
    .testimonials__grid {
        display: inline-block;
        gap: 1rem;
        /* justify-content: centre; */
    }
    .card-2 {
        margin-bottom: 62px;
    }
    .background {
        height: 220vh;
    }
    .background h1 {
        margin-top: 10px;
    }
    .invest-heading h2 {
        position: relative;
        top: -426px;
        font-size: 28px;
        align-items: center;
        line-height: 30px;
        font-weight: 700;
        left: -31px;
    }
    .card-section2 {
        margin-top: 2297px;
        margin-right: -225px;
    }
    .card-sections {
        margin-top: -100px;
        margin-right: 10px;
    }
    /* .whole-part {
        height: 59vh;
    } */
    .card-sections-tax {
        display: inline-block;
        position: relative;
        top: 50px;
    }
    .background2 {
        display: inline-block;
        /* height: 137px; */
        height: 130vh;
        margin-left: 59px;
        /* text-align: center; */
    }
    .main-head {
        margin-left: 82px;
        font-size: 47px;
    }
    .tax-heading {
        position: absolute;
        /* left: 143px; */
        /* top: 25px; */
        /* top: -100px; */
        /* bottom: -10px; */
        margin-top: -780px;
        font-size: 23px;
        text-align: center;
        line-height: 39px;
        left: -66px;
        font-weight: 700;
    }
    .flex-part {
        display: inline-block;
        /* height: 80vh; */
    }
    .back-img {
        width: 100%;
    }
    .first-div {
        margin-top: 60px;
        width: 100%;
        /* padding: 0 10px 0 20px; */
        /* text-align: center; */
        margin-left: 10px;
    }
    .invest-logo {
        margin-left: -186px;
        margin-top: 117px;
        /* width: 100px; */
        height: 127px;
        width: 127px;
    }
}

/* .back-img {
    opacity: 0.5; */
    /* Adjust the opacity value as needed (0.5 for 50% opacity in this example) */
/* } */
.Wall{
    color: #012970;
    font-weight: 700;
    font-size: 44px;
}
.Wall {
    font-weight: 700;
    font-size: 44px;
    color: #012970;
}

/* Media query for screens with a maximum width of 768px */
@media (max-width: 768px) {
    .Wall {
        font-size: 28px; /* Adjust the font size for smaller screens */
    }
}

/* Media query for screens with a maximum width of 480px */
@media (max-width: 480px) {
    .Wall {
        font-size: 20px; /* Further reduce the font size for even smaller screens */
    }
}
.cardflex{
    display: flex;
    gap: 10px;
    /* margin-left: -500px; */
    position: relative;
    top: -50px;
    left: 20px;
    
}
.cardflex2{
    display: flex;
    gap: 10px;
    position: relative;
    top: -50px;
    left: 20px;

    /* margin-left: -500px; */
    

}
.invest-heading img{
    width:auto;
    margin-left: -630px;
    margin-top: -680px;
    height: 100vh;
}
/* disclaimer */
.disclaimer-part h2{
    text-align: center;
    color: white;
}
.disclaimer-part p{
/* text-align: center; */
    padding: 0 76px;
    /* line-height: 2; */
}
.hrline{
    color: white;
}
/* flip */

/* flip card */
.flip-card {
    display: flex;
    gap: 1rem;
    /* margin-left: 20px; */
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 6px 12px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    position: relative;
    border: 3px solid rgb(219 240 251);
    /* background-color: transparent; */
    width: 270px;
    height: 280px ;
    
    /* border: 1px solid #f1f1f1; */
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
  }
  .card{
    padding: 20px;
  }
  
  /* 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;
  }
  
  /* 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 {
    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-color: #bbb;
    color: black;
  } */
  
  /* Style the back side */
  .flip-card-back {
     background-color: rgb(210 234 248);
     ;
    color: #012970;  
    transform: rotateY(180deg);
    
  }
  .flip-card-back p{
      position: relative;
      top: 50px;
      font-size: 22px;
      font-weight: 600;
  }
  .flip-card-back .card-img1{
    position: relative;
    top:0px
  }

  /* newsletter starts */
  .newsletter-container {
    max-width: 732px;
    margin: 0 auto;
    padding: 20px;
    background-color:#ffff;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 31px;
    border: none;
    box-shadow: blue;
    box-shadow: 0px 9px 10px #90CAF9;

}

.newsletter-container h2 {
    margin-bottom: 10px;
    color: #1A237E;
    font-weight: 800;
}

.newsletter-container p {
    margin-bottom: 20px;
}

.newsletter-container input {
    width: 65%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.newsletter-container button {
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.newsletter-container button:hover {
    background-color: #0056b3;
}