@import url('https://fonts.googleapis.com/css2?family=Barlow: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&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');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: "Poppins", sans-serif;
}
#home {
    width: 100%;
    height: 100vh;
    background-image: url("../img/home.png");
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 30px solid #BA133D;
}
#home .logo{
    width: 110px;
}
#home svg {
    width: 20px;
    height: 20px;
    fill: #c36;
}
.home-cta{
    display: flex;
    align-items: center;
    gap: 10px;
}
.home-cta a{
    text-decoration: none;
}
#home .home-cta .home-text{
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}
.main h1 {
    font-size: 60px;
    font-weight: 600;
    text-shadow: 0px 0px 13px rgba(156.4, 156.4, 156.4, 0.3);
    color: #BA133D;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.main h2 {
    font-size: 52px;
    font-weight: 600;
    text-shadow: 0px 0px 13px rgba(68, 68, 68, 0.3);
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.main h3 {
font-weight: 600;
text-shadow: 0px 0px 13px rgba(68, 68, 68, 0.3);
font-size: 19px;
color: #ffffff;
text-transform: uppercase;
}
.main h4 {
    font-size: 45px;
    font-weight: 600;
    text-shadow: 0px 0px 13px rgba(68, 68, 68, 0.3);
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.main .box{
    display: inline-block;
    padding: 5px 5px 5px 5px;
    border-radius: 10px 10px 10px 10px;
    background-color: #BA133D;
}
.out {
    display: flex;
    align-items: center; /* vertically center text */
    padding: 10px 20px;
    border-radius: 0 100px 100px 0;
    background-color: #012663;
    width: 100%; /* full width in its column */
    max-width: 500px; /* keeps it from being too wide */
    min-height: 55px; /* ensures some height */
    box-sizing: border-box;
}

.out h4 {
    margin: 0;
    font-size: clamp(18px, 3vw, 35px); /* responsive font size */
    line-height: 1.2;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 0px 0px 13px rgba(68, 68, 68, 0.3);
}
.cont2 h3 {
font-weight: 600;
text-shadow: 0px 0px 13px rgba(68, 68, 68, 0.3);
font-size: 16px;
color: #ffffff;
text-transform: uppercase;
}
/* hero section  */
#hero .ever h4{
margin-bottom: 0;
color: #ffffff;
font-size: 28px;
font-weight: 600;
text-transform: uppercase;
text-shadow: 0px 0px 13px rgba(68, 68, 68, 0.3);
}
#hero .ever {
    padding: 30px 50px 30px 50px;
    border-radius: 100px 100px 100px 100px;
    background-color: #012663;
    width: 100%;
    text-align: center;
}
.hero-img {
    display: flex;
    justify-content: space-between;
}
.hero-img .hero1{
width: 45%;
}
.hero-img .hero2{
width: 45%;
}
.hero-main p{
    font-weight: 600;
    font-size: 12px;
    color: #000000;
    text-transform: uppercase;
    line-height: 12px;
    margin-bottom: 0;
}
 .short-p{
    font-weight: 600;
    font-size: 13px;
    color: #000000;
    text-transform: uppercase;
    line-height: 12px;
    margin-bottom: 0;
}
.sp{
    visibility: hidden;
}
.down img {
    padding-top: 3rem;
}

/* dollar section  */
#dollar {
    border-bottom: 12px solid #BA133D;
}
 .hero-section {
    position: relative;
    background: #fff;
    padding: 0px 20px;
    text-align: center;
}

    .hero-section .logo-bg {
    position: absolute;
    top: 48%;
    left: 6%;
    transform: translate(-50%, -50%);
    max-width: 386px;
    z-index: 0;
}

   .hero-section .content {
    position: relative;
    z-index: 1;
}

    .hero-section p {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    color: #000;
    padding: 0 38px;
    margin-bottom: 36px;
    line-height: 20px;
}

/* atl section  */
#atl{
border-bottom: 10px solid #BA133D;
}
#atl h2 {
font-size: 40px;
font-weight: 600;
text-transform: uppercase;
color: #012663;
text-align: center;
margin-bottom: 0px;
}
#atl h2 span{
    color: #BA133D;
}
#atl h3{
text-align: center;
font-size: 26px;
font-weight: 600;
text-transform: uppercase;
color: #000000;
}
.sub img{
width: 95px;
margin-bottom: 16px;
}
.sub h5{
font-size: 16px;
font-weight: 600;
margin-bottom: 0;
color: #BA133D;
}
.sub p {
    font-size: 15px;
    font-weight: 400;
    color: #000;
}
.girl {
    position: relative;
    right: 0;
}
.atl-bottom h5 {
    font-size: 26px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.atl-bottom span{
    color: #BA133D !important;
    display: inline-block;
    padding-left: 10px;
}
.atl-bottom h6 {
    font-size: 18px;
    line-height: 1.3em;
    color: #000000;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
}
/* whole section  */
#whole {
    border-bottom: 10px solid #BA133D;
    background: #D0D0D0;
    padding: 70px 0px;
}
#whole h2 {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
}
#whole p{
 font-size: 18px;
   color:  #BB133E;
    font-weight: 600;
    margin-bottom: 0;
}
.apply {
    border-radius: 4px;
    padding: 6px 36px;
}
/* test section  */
#test {
    border-bottom: 10px solid #BA133D;
    background-image: url("../img/slider-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#test h2 {
    font-size: 40px;
    color: #012663;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.c-heading{
    width:415px; 
    height:6px; 
    border-bottom:3px dashed #54595F; 
    margin:10px auto 20px
}
.review-card {
    background: #fff;
    border: 1px solid #e6eaed;
    border-radius: 10px;
    padding: 20px;
    height: 325px;
    margin-bottom: 38px;
}
.review-title {
    color: #BA133D;
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 15px;
}
#test p{
    font-size: 14px;
}
.review-stars {
    color: #00c183;
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 20px;
}
  /* control style */
.carousel-control-prev, .carousel-control-next {
    width: 44px;
    height: 44px;
    top: 50%;
    transform: translateY(-50%);
}
  .carousel-control-prev { left:-35px; }
  .carousel-control-next { right:-35px; }
  /* remove bootstrap default icon background and use text chevrons */
  .carousel-control-prev-icon, .carousel-control-next-icon {
    background-image: none;
    width:auto; height:auto; display:inline-block; font-size:26px; line-height:1; color:#111;
  }
  .carousel-control-prev-icon::after { content:'‹'; color:#111; }
  .carousel-control-next-icon::after { content:'›'; color:#111; }
  .carousel-control-prev:hover, .carousel-control-next:hover { background:#111; }
  .carousel-control-prev:hover .carousel-control-prev-icon::after,
  .carousel-control-next:hover .carousel-control-next-icon::after{ color:#fff; }
#reviewCarousel i {
    color: #e3dfdf;
}
 /* faq  start  */
  #faq{
    border-bottom: 10px solid #BA133D;
  }
.faq-title {
  font-family: "Barlow", sans-serif;
  text-align: center;
  font-weight: bold;
  color: #012663;
  margin-bottom: 20px;
}
.faq-title hr {
  width: 50%;
  margin: 10px auto;
  border: 1px dashed #555;
}
.accordion-header {
    margin-bottom: 10px;
}
.accordion-item {
    border: 0 !important;
}
.accordion-button {
    background-color: #F0F0F0;
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #e9d8d8;
}
.accordion-button:not(.collapsed) {
  background-color: #002a66;
  color: #fff;
}
.accordion-body {
    background: #fff;
    color: #333;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 4px;
    border: 1px solid #e6eaed;
}

/* Remove bootstrap default arrow */
.accordion-button::after {
  display: none;
}

.icon-wrapper {
  display: flex;
  align-items: center;
}
#faq svg.faq-arrow {
  width: 16px;
  height: 16px;
  fill: #000;
}
.accordion-button:not(.collapsed) .faq-arrow {
  display: none;
}
.accordion-button:not(.collapsed) .faq-minus {
  display: inline-block !important;
  font-size: 14px;
  margin-right: 2px;
}
/* footer start */
.footer-bottom p{
    font-weight: 700;
}
    .footer {
      background-color: #f8f9fa;
      padding: 40px 0 0;
      text-align: center;
    }
.footer-logo img {
    width: 200px;
    margin-bottom: 0px;
}
  .footer-card {
    border: 5px solid #fff;
    padding: 20px;
    margin: 10px 0;
    border-radius: 6px;
    height: 180px;
    background: #F8F8F8;
    box-shadow: 0px 0px 10px 0px rgba(205.70000000000002, 205.70000000000002, 205.70000000000002, 0.5);
}
    .footer-card i {
      font-size: 30px;
      color: #b00a2d; /* red color for icon */
      margin-bottom: 10px;
    }
    .footer-card h5 {
      color: #b00a2d;
      font-weight: 600;
    }
    .footer-bottom {
      background-color: #002d72;
      color: #fff;
      padding: 10px 0;
      margin-top: 30px;
    }
    .footer-logo{
    text-align: center;
    padding-top: 32px;
    margin-bottom: 20px;
}
.footer {
    background: #F8F8F8;
    padding-bottom: 20px;
}
.footer a{
    text-decoration: none;
    color: #000000;
}
.accordion-button:hover{
    background-color: #002a66;
    color: #fff;
}
.apply:hover{
    background-color: #BA133D !important;
    border-color: #ffffff !important;
}
.footer-card:hover, .footer-card a:hover{
    background: #002a66;
    color: #fff;
}
.add{
    font-size: 14px;
}
.fre{
    width:260px; height:6px;
     border-bottom:3px dashed #54595F; 
     margin:10px auto 20px
}
/* media  screen  */
@media screen and (max-width:768px) {
#home {
    height: auto;
    background-size: cover;
    background-position: bottom;
    position: relative;
    border-bottom: 0px;
}
  #home::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;                /* thickness of border */
  background: #BA133D;         /* red color */
}
 
#home .logo {
    width: 66px;
}
.home-cta {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
}
#home svg {
    width: 16px;
    height: 16px;
}
.main h1 {
    font-size: 30px;
}
.hero-main p {
    font-size: 13px;
}
.ri img {
    width: 60px;
}
.review-card {
    height: auto;
    margin-bottom: 32px;
}
.main h2, .main h4 {
    font-size: 24px;
}
.main h3 {
    font-size: 14px;
}
.out {
    padding: 10px 20px;
    max-width: 260px;
    min-height: 40px;
}
#dollar .doll {
    left: 0;
}
.cont2 h3 {
    font-size: 14px;
}
.hero-section {
    padding: 0px 0px;
}
#hero .ever {
    padding: 20px 40px 20px 40px;
}
#hero .ever h4 {
    font-size: 14px;
}
#home .home-cta .home-text {
    font-size: 13px;
}
.hero-img{
    flex-direction: column;
}
.hero-img .hero1 {
    width: 100%;
    margin-bottom: 16px;
}
.hero-img .hero2 {
    width:100%;
    margin-bottom: 16px;
}
.girl {
    position: relative;
    right: 8px;
}
.hero-section .logo-bg {
    top: 40%;
    left: 9%;
    max-width: 323px;
}
      .hero-section p {
    font-size: 12.5px;
    padding: 0;
}
.sub .img1 {
    width: 20%;
}
.sub .img2 {
    width: 32%;
}
      #whole h2 {
    font-size: 18px;
}
#whole p {
    font-size: 15px;
}
.doll-logo {
    width: 100%;
}
.doll-para p {
    font-size: 16px;
}
#atl h2 {
    font-size: 30px;
}
#atl h3 {
    font-size: 16px;
}
.out h4 {
    font-size: 18px;
}
.atl-bottom h5 {
    font-size: 19px;
    text-align: center;
}
.atl-bottom h6 {
    font-size: 12px;
    text-align: center;
}
#test h2 {
    font-size: 24px;
    margin-top: 32px;
}
.c-heading {
    width: 240px;
    margin: 0px auto 20px;
}
.carousel-control-next {
    right: -10px;
}
.carousel-control-prev {
    left: -10px;
}
.fre {
    width: 370px;
    height: 6px;
    border-bottom: 3px dashed #54595F;
    margin: 0px auto 20px;
}
.faq-title {
    margin-bottom: 0px;
}
.accordion-button {
    font-size: 14px;
    font-weight: 400;
}
.footer {
    padding: 0 0 0;
}
.footer-card {
    padding: 16px 0 0 0;
    margin: 10px 0;
    height: auto;
   }
   .footer-bottom {
    margin-top: 16px;
    margin-bottom: 20px;
}
.footer-logo img {
    width: 270px;
}
}

@media screen and (max-width:450px) {
#home .logo {
    width: 65px;
}
.cp{
    font-size: 12px !important;
}
.h1{
    text-align: center;
}
.h1 img{
    width: 10px;
}
.hero-section .logo-bg {
    top: 40%;
    left: 17%;
    max-width: 323px;
}
.sub .img1 {
    width: 30%;
}
.sub .img2 {
    width: 40%;
}
.atl-bottom h5 {
    font-size: 18px;
    text-align: center;
}
.atl-bottom h6 {
    font-size: 11px;
}
.girl {
    position: relative;
    right: 16px;
}
.footer-logo {
    padding-top: 10px;
}
.footer-logo img {
    width: 140px;
}
.footer-bottom {
    padding: 6px 0;
}
.footer-bottom p {
    font-size: 14px;
}
.cont2{
    padding-bottom: 2rem;
}
#atl h2 {
    font-size: 23px;
}
#atl h3 {
    font-size: 16px;
}
#home .home-cta .home-text {
    font-size: 13px;
}
.main h2, .main h4 {
    font-size: 23px;
}
.out h4 {
    font-size: 15px;
}
#hero .ever h4 {
    font-size: 13px;
}
.doll-para p {
    font-size: 16px;
}
}