html {
  scroll-behavior: smooth;
  width: 100% !important;
  /* overflow-x: hidden !important; */
}

body {
  font-family: 'poppins', sans-serif !important;
  width: 100% !important;
  overflow-x: hidden !important;
}

.main-container {
  background: linear-gradient(to right, #75A4D0 0%, #FFFFFF 128%);
  height: 100%;
  width: 100%;
  overflow: hidden;
  /* padding: 10px; */
}

.logo-image img.logo-of-header {
  max-width: 230px;
  height: auto;
}

/* For Chrome, Safari, and Edge */
::-webkit-scrollbar {
  width: 5px;
  /* Width of the scrollbar */
}

::-webkit-scrollbar:horizontal {
  height: 5px;
  /* Height of the horizontal scrollbar */
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Background of the track */
}

::-webkit-scrollbar-thumb {
  background: rgba(187, 187, 187, 0.4);
  /* Color of the scrollbar thumb */
  border-radius: 6px;
  /* Rounded corners for the thumb */
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(187, 187, 187, 0.8);
  /* Color when hovering over the thumb */
}

.logo-image {
  padding: 20px;
}

.individualhome{
  position: relative;
  top: -191px;
}
.individualfeatures{
  background-image: url('images/featuresframe.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.card-container3{
  top:0px !important;
}
.sectiontab2style {
  height: 88px;
  top: 85px;
  display: block;
  backdrop-filter: blur(2px);
  position: relative;
}
/* Base Header */
.top-head {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  z-index: 1000;
  height: 6rem;
  position: fixed !important;
  top: 0 !important;
  backdrop-filter: blur(60px);
  border: 1px solid #bfd1fd4d;
  background: #f2f2f26b;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

/* Navbar default (desktop view) */
.navbar {
  display: flex;
}

.navbar-nav {
  gap: 30px;
  padding: 16px !important;
}

.navbar-nav .nav-link {
  transition: 0.3s;
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 8px 20px !important;
  border-radius: 25px !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: #0c2946 !important;
}

.navbar-collapse {
  border-radius: 20px !important;
  padding: 20px !important;
}

.top-div {
  font-size: clamp(15px, 2vw, 40px);
  font-weight: 500;
  color: #201458;
}

.individul-house {
  width: 75rem;
  height: 30rem;
  background: url('images/home-card2.png') no-repeat center;
  position: relative;
  left: 230px;
}
.individul-houseone{
  height: 30rem;
}
.house-img {
  width: 30rem;
  height: 34rem;
  background: url('images/individualhouse.png') no-repeat center/contain;
  position: relative;
  right: -99px;
  top: 36px;
}

.upper-div {
  width: 66rem;
  height: 23rem;
  position: relative;
  top: -166px;
}

.home-button {
  font-size: 15px;
  font-weight: 600;
}

/* .home-button > :first-child {
  border: 1px solid #FFFFFF;
  color: #00325F;
  padding: 10px 28px 10px 28px;
  border-radius: 50px;
} */

.home-button > :first-child{
  border: 1px solid #00325F;
  background: #00325F;
  color: white;
  padding: 10px 50px 10px 50px;
  border-radius: 50px;
}
.subcribe-btn {
  background: #274d8f;
  border: 1px solid #274d8f;
  color: white;
  box-shadow: 0 4px 12px #274d8f;
  padding: 9px 20px;
  border-radius: 50px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.subcribe-btn i.fa-arrow-right {
  transition: transform 0.3s ease; /* smooth movement */
  display: inline-block;
}

.subcribe-btn:hover i.fa-arrow-right {
  transform: translateX(5px); /* move right on hover */
}
.newcardstyle{
  gap:10px;
}
.card-container1 > :first-child, .card-container1 > :last-child{
  gap:3rem;
}
.liststyle {
  list-style: none;
  padding: 10px;
  gap: 2px;
  display: flex;
  flex-flow: column;
  padding: 10px;
  margin: 0;
}
.liststyle li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  gap: 5px;
}

.liststyle li i {
  color: #274d8f;
  font-size: 14px;
  margin-right: 10px;
  flex-shrink: 0;
}
.bubble {
  position: absolute;
  border-radius: 50%;
  background: rgba(42, 82, 152, 0.12);
  z-index: 0; /* bubbles always stay behind */
}
.bubble:nth-child(1) {
  width: 80px;
  height: 80px;
  top: 20px;
  left: 20px;
}
.bubble:nth-child(2) {
  width: 120px;
  height: 120px;
  bottom: -40px;
  right: -30px;
}
.bubble:nth-child(3) {
  width: 50px;
  height: 50px;
  bottom: 80px;
  left: -20px;
}
.bubble:nth-child(4) {
  width: 140px;
  height: 140px;
  top: 50px;
  right: 40px;
}
.home-trial {
  background: linear-gradient(to right, #dceefe, #c2e1fc);
  border-radius: 30px;
  color: #00325f;
  padding: 10px;
  font-size: 15px;
  font-weight: 700;
  width: 230px;
}
.home-premium {
  font-size: 20px;
  font-weight: 700;
}
.home-premium > :first-child {
  color: #1e3c72;
}
.home-premium > :nth-child(2) {
  color: #2e549a;
}
.gift-gif {
  width: 1.5rem !important;
}
.start-text {
  font-size: 17px;
  font-weight: 500;
}
.home-design {
  font-size: 16px;
  font-weight: 500;
  color: #505050;
}
.home-design > :first-child{
  text-align: center;
  padding: 0px 20px 0px 20px;
}
.home-design > :last-child{
  font-size: 15px;
}
.giftcolor {
  color: red;
  margin-right: 10px;
}
.premium-img {
  width: 68px;
}
.start-text1 {
  font-size: 27px;
  font-weight: 800;
  color: #2b5198;
}
.home-year {
  font-size: 21px;
  font-weight: 700;
  color: #2b5198;
  font-family: sans-serif;
}
.home-year > :nth-child(2) {
  font-size: 19px;
  font-weight: 700;
  color: black;
}
.home-card {
  background: white;
  border: 1px solid #d6e6f5;
  border-radius: 36px;
  padding: 25px;
  width: 463px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  position: relative;
  min-height: 407px;
  gap: 20px;
}
.demo-circle {
  background: transparent;
  border-radius: 50%;
  border: 1px solid #00325F;
}

.play-circle {
  width: 3rem;
}

.header-div {
  font-size: clamp(20px, 2vw, 40px);
  font-weight: 700;
  color: #201458;
  padding-top:40px;
}

.modern {
  background: #82ACE2;
  padding: 10px;
  border-radius: 12px;
  font-size: clamp(15px, 2vw, 40px);
  
}
.ind-box{
  position: relative;
  left: 35px;
  width: 4rem;
}
.indboxone{
  display: flex;
  align-items: center;
}
.top-div span{
  z-index: 1;
}
.modern-gradient{
  /* background: linear-gradient(90deg, #F8DD32 0%, #F6DE04 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  -webkit-text-stroke: 1px #D0AE13; */
  color:#201458;
  font-weight: 500;
}
.upper-div1{
  position: relative;
  left: 45%;
}
.ind-homediv {
  position: relative;
  top: -51px;
}
.upper-div2{
  position: relative;
  left: 60%;
  top:-45px;
}
.top-divtwo{
 color:#285885;
 font-size: clamp(20px,27px,28px);
 font-weight: 400;
 text-align: center;
 letter-spacing: 2px;
 font-family: 'Protest Riot',sans-serif;
}
.top-divtwo img{
  position: relative;
  top: -10px;
  left: -11px;
  width: 2rem;
}
.modern-one {
  border: 1px solid #FFFFFF;
  border-style: dotted;
  padding: 20px;
  border-radius: 20px;
}
.homelogoone{
  width: 4rem;
}
.togglecircle {
  background: #A9CFFF;
  border-radius: 50%;
  border: 1px solid #FFF;
  border-style: dashed;
  width: 5rem;
  height: 5rem;
  position: relative;
  top: 16px;
}
.quote-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto;
  /* text-align: center; */
  position: relative;
  padding: 0px 95px 2px 95px;
}

.quote-text {
  font-size: clamp(15px, 2vw, 40px);
  font-weight: 500;
  color: #201458;
  padding: 100px;
}

.quote-mark {
  color: #002b5c;
  font-size: clamp(140px, 175px,288px);
  font-weight: 700;
  font-family: 'Prosto One', sans-serif;
}

.quote-mark.left {
  align-self: flex-start;
  position: relative;
  left: 38px;
}

.quote-mark.right {
  align-self: flex-end;
  position: relative;
  top: 132px;
  left: -54px;
}

.home-bg {
  height: 42rem;
  min-width: 1500px;
  background-image: url('images/bg-home.png');
  background-repeat: no-repeat;
  background-position: center 0px;
  padding: 15px;
}
.homelogo{
  position: relative;
  top: 69px;
  left: 28px;
}
.home-bgone {
  height: 34rem;
  background-image: url('images/bg-home1.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.comma-style,.comma-style-two{
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
  list-style: none !important;
  gap:17px;
  display: flex;
  flex-direction: row;
}
.comma-style > :nth-child(2) {
  color: #00325F;   
  font-size: clamp(19px,24px,28px);
  letter-spacing: 2px;
  font-family: 'poppins',sans-serif;
}
.comma-style-two > :nth-child(2) {
  color: #4D4D4D;   
  font-size: clamp(19px,24px,28px);
  letter-spacing: 2px;  font-family: 'poppins',sans-serif;
}
.home-bgone ul{
  display: flex;
  flex-direction: column;
  gap: 17px;
  margin-bottom: 0;
}
.circle-wrapper {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  border: 1.2px solid #00325f;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #3A8AEC0D;
}
.card-header2, .card-footer1 {
  font-size: 18px;
}
.card-footer1 {
  background: #6EA6D1 !important;
}
.bottom-card {
  position: relative;
  display: flex;
  padding: 30px;
  align-items: center;
  background: #00325F;
  align-items: flex-start;
}
.connect-logo-style-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.followus svg {
  color: white !important;
}
.footer-images {
  width: 337px;
  align-items: center;
}
.first-content-footer {
  display: flex;
  flex-direction: column;
  color: #ffff;
  font-size: 15px;
  font-weight: 400;
}

.content-para {
  width: 300px;
}

.Download-box {
  position: relative;
  top: 20px;
}
.Download-box span {
  font-size: 20px;
  font-weight: 600;
}

.play-store {
  width: 30px;
}

.icon-images-field {
  display: flex;
  gap: 20px;
  padding: 10px;
}

.contact-deatils-box {
  width: 250px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.subscribe-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #e3f2fd;
  border-radius: 30px;
  padding: 7px 20px;
  width: 300px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.subscribe-box input {
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  color: #344051;
  width: 200px;
}

.subscribe-box button {
  background: #285885;
  border: none;
  color: #fff;
  font-size: 16px;
  /* width: 36px;
  height: 36px; */
  border-radius: 50%;
  cursor: pointer;
}

/* Contact form box */
.contact-form {
  background: #ffff;
  border-radius: 20px;
  padding: 10px;
  width: 300px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
  align-items: center;
}

.contact-form input,.contact-form  textarea {
  width: 100%;
  padding: 7px;
  border: none;
  outline: none;
  border-radius: 10px;
  font-size: 14px;
  color: #344051;
  border: 1px solid #e9eff4;
}

.contact-form-button {
  width: 200px;
  padding: 7px;
  background: #285885;
  color: #fff;
  border: none;
  border-radius: 30px;
  border: 1px solid #033562; 
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  top: 20px;
  left: 25px;
}
.rocket-gif {
  width: 50px;
}

.contact-box-email {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.icon-fieldsone{
  position: relative;
  top: 26px;
}
.icon-fields {
  display: flex;
  gap: 10px;
  align-items: center;
}
.icon-fields-address {
  display: flex;
  gap: 10px;
  align-items: start;
}

.contact-box {
  display: flex;
  flex-direction: column;
  color: #ffff;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 168px;
  margin-top: 20px;
}
.terms-box a {
  position: relative;
  top: 40px;
  font-size: clamp(10px, 13px, 14px);
  font-weight: 400;
  color: #ffff;
  text-decoration: none;
}
.copy-rights {
  position: absolute;
  /* top: 70px; */
  color: #c4c0c0;
  font-size: 13px;
  font-weight: 300;
  bottom: 0px;
}
.subcribe-btn {
  background: #274d8f;
  border: 1px solid #274d8f;
  color: white;
  box-shadow: 0 4px 12px #274d8f;
  padding: 9px 20px;
  border-radius: 50px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.subcribe-btn i.fa-arrow-right {
  transition: transform 0.3s ease; /* smooth movement */
  display: inline-block;
}

.subcribe-btn:hover i.fa-arrow-right {
  transform: translateX(5px); /* move right on hover */
}
.subscription {
  color: #ffffff;
  font-size: clamp(20px, 22px, 25px);
  font-weight: 600;
}
.subscription-form {
  color: #ffffff;
  font-size: clamp(18px, 19px, 20px);
  font-weight: 600;
}

.contact-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.subscription-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.sub-keeptouch {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.address-data {
  font-size: 14px;
  font-weight: 400;
}
.border-div-two {
  border: 4px solid #e9eff4;
  padding: 10px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 279px;
}
@media screen and (min-width: 320px) and (max-width: 930px) {
    .bottom-card {
      flex-wrap: wrap;
      flex-direction: column;
      align-items: center;
      gap: 45px;
    }
    .subscription-form,.subscription,.footer-images{
      text-align: center;
    }
    .contact-box{
      gap:0px;
    }
     .terms-box{
      position: absolute;
      bottom: 65px;
    }
    .Download-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .followus{
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1532px) {
  .home-bg{
    min-width:0px;
    /* width: 100%; */
  }
}
@media screen and (min-width: 320px) and (max-width: 1500px) {
  .individul-house {
    width: 100%;
    height: 30rem;
    position: relative;
    left: 0px;
    background-size: contain;
}
.individul-houseone{
    padding:10px;
}
.upper-div {
    width: 36rem;
    height: 17rem;
    position: relative;
    top: -171px;
    left: -272px;
}
.individul-houseone,.individul-house  {
  height: 18rem;
}
.house-img{
  display: none;
}
.individualhome {
  position: relative;
  top: -94px;
}
}
@media screen and (min-width: 1500px) and (max-width: 1880px) {
.house-img{
  width: 25rem;
}
.individul-house{
  background-size: contain;
}
.individul-house {
  width: 55rem;
}
}
@media screen and (min-width: 320px) and (max-width: 992px) {
  .liststyle li {
    gap: 8px;
  }
  .quote-text{
    margin-left: 33px;
  }
  .navbar-collapse{
    position: absolute;
    top: 49px;
    left: -39px;
    padding:0px !important;
  }
  .navbar-nav{
    position: relative; 
    left:0px !important;
  }
  .quote-text {
    padding: 6px;
  }
}

@media screen and (min-width: 320px) and (max-width: 600px) {
  .quote-mark.right {
    top: 109px;
    left: -54px;
  }

  .quote-text{
    width: 200px;
  }

  .quote-mark.left {
    left: 36px;
  }
}
@media screen and (min-width: 320px) and (max-width: 725px) {
  .comma-style-two > :nth-child(2), .comma-style > :nth-child(2){
    letter-spacing: 0px;
    font-size: 19px;
  }
  .home-bg{
    background-size: 44%;
    background-position: center 100px;
    height: 26rem;
  }
  .home-bgone {
    height: 19rem;
    width: 422px;
    background-image: none;
  }
  .homelogo {
  top: -22px;
  left: 6px;
  }
}
@media screen and (min-width: 725px) and (max-width: 1080px) {
  .comma-style-two > :nth-child(2), .comma-style > :nth-child(2){
    font-size: 19px;
  }
}
@media screen and (min-width: 320px) and (max-width: 400px) {
   .termsdiv{
    margin-left: 26px;
  }
  .terms-box {
    bottom: 53px;
    text-align: center;
  }
  .logo-image img.logo-of-header {
    max-width: 175px;
    height: auto;
 }
}
@media screen and (min-width: 320px) and (max-width: 450px) {
  .home-card  {
  width: auto;
  }
  .comma-style span, .comma-style-two span{
    line-height: 35px;
  }
  .card-footer1{
    font-size: 17px;
  }
}
@media screen and (min-width: 320px) and (max-width: 436px) {
  .home-bgone {
    height: 28rem;
    width: 318px;
  }
  .home-bg {
    background-position: center 209px;
    height: 31rem;
  }
}
@media screen and (min-width: 320px) and (max-width: 992px) {
   .card-container1 > :first-child, .card-container1 > :last-child{
    gap:1rem !important;
  }
  .card-container1{
    gap:1rem;
  }
}