/* ===========global================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ===========Color================= */

.irf-color-primary {
  color: #800186;
}

/* ===========font-size================= */
.irf-fs-body {
    font-size: 16px;
}

.irf-fs-title-main {
    font-size: 30px;
}

.irf-fs-title-sub-main {
    font-size: 50px;
}
.logo-tongle{
    width: 25%;
}
@media (min-width: 768px) and (max-width: 991px) {
    .irf-fs-title-main {
        font-size: 26px !important;
    }

    .irf-fs-title-sub-main {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .logo-tongle{
      width: 60px !important;
    }
    .irf-fs-body {
        font-size: 14px;
    }

    .irf-fs-title-main {
        font-size: 20px !important;
    }

    .irf-fs-title-sub-main {
        font-size: 30px;
    }
}
/* ===========font-weight================= */

body {
  font-family: "Montserrat", sans-serif;
}

/* ============base-component======== */

header {
  .dropdow-menu-mobile {
    position: static;

    .dropdow-menu-mobile-btn::after {
      display: none;
    }
  }

  .select-language .show{
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
  }

  .header-menu-mobile .show {
    background-color: #FF4F4F;
    position: absolute;
    padding: 0;
    left: 0;
    top: 100%;
    width: 100%;

    .nav-item {
      height: 60px;
      border-bottom: 1px solid #F8825F;
      font-weight: bold;
      display: flex;
      justify-content: center;
      align-items: center;

      .nav-link {
        color: #ffffff !important;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
      }
    }

    .active{
      background-color: #c435c7;
    }
  }
}

footer {
  .block-square-footer {
    width: 535px;
    height: 535px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.5);
    rotate: 61deg;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(-30px, -60px);
    z-index: 0;
  }
  .footer-top {
    background-image: linear-gradient(to right, #800186, #f4c8e5);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .footer-bottom {
    background-color: #091139;
    color: #ffffff;
  }

  @media only screen and (max-width: 992px) {
    .img-footer-banner {
      width: 70%;
    }

    .block-square-footer {
      transform: translate(350px, -300px);
    }
  }

  @media only screen and (max-width: 640px) {
    .footer-top {
      background-image: linear-gradient(#800186, #f4c8e5);
    }

    .img-footer-banner {
      width: 60%;
    }

    .block-square-footer {
      width: 225px;
      height: 225px;
      top: 0;
      left: 0;
      border-radius: 20px;
      transform: translate(70%, -10%);
    }

    .block-share-icon img {
      width: 120px;
    }
  }
}

/* ============index | hone ======== */
.home {
  /* todo */
  .irf-home-bg-group-shape {
    left: -7%;
}

.irf-home-bg-shape-small {
  position: absolute;
  top: 22%;
  left: 0;
  transform: translateX(50%);
}

.irf-home-bg-shape-big {
    position: absolute;
    right: 0;
    top: 32%;
    transform: translateX(55%) !important;
}

.irf-fs-home-20 {
    font-size: 20px;
}

.irf-fs-home-18 {
    font-size: 18px;
}

.irf-fs-home-18 {
  font-size: 18px;
}

.carousel-indicators button{
  background-color: #800186;
  height: 8px;
  border-radius: 4px;
}

.btn-view-more {
  background-color: transparent;
  border-radius: 24px;
  border: 1px solid #800186;
  padding: 10px 18px;
  display: inline-block;
}

.data-card {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
  padding: 18px;
}

.title-data-card {
  font-size: 26px;
}

.decied-number{
  border: 1px dashed #800186;
  min-width: 65px;
  height: 65px;
  border-radius: 50%;
  color: #800186;
  font-weight: bold;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center; 
}

.our-products-img{
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.our-product-btn{
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #800186;
  color: #800186;
  font-weight: 900;
  font-size: 20px;
  background-color: #FFFFFF;
  opacity: 1;
}

.carousel-control-prev{
  top: 50%;
  transform: translate(-5px, -50%);
}

.carousel-control-next{
  top: 50%;
  transform: translate(5px, -50%);
}

.irf-ourteam-wrapper{
  position: relative;
  background-image: url(../img/if-meetoutteam-img.png);
  height: 590px;
  background-repeat: no-repeat;
  background-size: cover;

  .irf-ourteam-block{
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    width: 600px;
  }
}


.our-pricing-block-rate{
  background-image: url(../img/irf-img-bg-ourpricing.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.our-pricing-dots{
  width: 5px;
  height: 5px;
  background-color: black;
  border-radius: 50%; 
  margin: 10px;
}

@media (max-width: 992px){
  .irf-ourteam-wrapper{
    height: 435px;

    .irf-ourteam-block{
      width: 400px;
    }
  }
}

@media (max-width: 640px){
  .irf-ourteam-wrapper{
    height: 530px;

    .irf-ourteam-block{
      width: 330px;
      left: 50%;
      top: 100%;
      transform: translate(-50%, -30%);
    }
  }
}



@media (min-width: 768px) and (max-width: 991px) {
    .irf-home-bg-group-shape {
        left: -11%;
        width: 24%;
    }

    .irf-home-bg-shape-small {
        bottom: 40%;
        display: none !important;
    }

    .irf-home-bg-shape-big {
        width: 38%;
        bottom: 73%;
        right: -16%;
        display: block !important;
    }
}

@media (max-width: 767px) {

    .irf-home-bg-group-shape {
        width: 100px !important;
        left: -10%;
    }

    .irf-home-bg-shape-small {
        display: none !important;
    }

    .irf-home-bg-shape-big {
        bottom: 82% !important;
        width: 45% !important;
        right: -19% !important;
        display: block !important;
    }

    .title-data-card {
      font-size: 20px !important;
    }
}
  
}

/* ============about=============== */
.about {
  /* todo */
  .irf-about-us-bg-group-shape {
    left: -7%;
}

.irf-about-us-bg-shape-small {
    bottom: 48%;
}

.irf-about-us-bg-shape-big {
    right: -23%;
    bottom: -20%;
    display: none;
}

.irf-fs-about-us-20 {
    font-size: 20px;
}

.irf-fs-about-us-18 {
    font-size: 18px;
}

.banner-ecosystem {
    background-image: url(../img/img_about-us_banner-ecosystem.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0;
}

.banner-ecosystem1 {
  background-image: url(../img/img_about-us_banner-ecosystem.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0;

  border-radius: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .irf-about-us-bg-group-shape {
        left: -11%;
        width: 24%;
    }

    .irf-about-us-bg-shape-small {
        bottom: 40%;
        display: none !important;
    }

    .irf-about-us-bg-shape-big {
        width: 38%;
        bottom: 73%;
        right: -16%;
        display: block !important;
    }
}

@media (max-width: 767px) {

    .irf-about-us-bg-group-shape {
        width: 100px !important;
        left: -10%;
    }

    .irf-about-us-bg-shape-small {
        display: none !important;
    }

    .irf-about-us-bg-shape-big {
        bottom: 82% !important;
        width: 45% !important;
        right: -19% !important;
        display: block !important;
    }
}
}

/* ============contact=============== */

.contact {
  /* todo */
  .irf-contact-bg-group-shape {
    left: -7%;
  }

  .irf-contact-bg-shape-small {
    bottom: 50%;
  }

  .irf-contact-bg-shape-big {
    right: -20%;
    bottom: -30%;
  }

  .irf-fs-contact-body {
    font-size: 16px;
  }

  .irf-fs-contact-24 {
    font-size: 24px;
  }

  .irf-fs-contact-18 {
    font-size: 18px;
  }

  .irf-fs-contact-body {
    font-size: 16px;
  }

  .irf-fs-contact-title-main {
    font-size: 30px;
  }

  .irf-fs-contact-title-sub-main {
    font-size: 50px;
  }

  @media (min-width: 768px) and (max-width: 991px) {
        .irf-contact-bg-group-shape {
            left: -8% !important;
            width: 20% !important;
        }

        .irf-contact-bg-shape-small {
            bottom: 40%;
            display: none !important;
        }   

        .irf-contact-bg-shape-big {
            width: 36% !important;
            bottom: 17% !important;
            right: -17% !important;
        }

        .irf-fs-contact-24 {
            font-size: 24px;
        }

        .irf-fs-contact-18 {
            font-size: 18px;
        }

    }

    @media (max-width: 767px) {
        .irf-contact-bg-group-shape {
            width: 31%;
            left: -5%;
            top: 15px;
        }

        .irf-contact-bg-shape-small {
            bottom: 40%;
            display: none !important;
        } 

        .irf-contact-bg-shape-big {
            bottom: 65% !important;
            width: 50% !important;
        }

        .irf-fs-contact-title-main {
            font-size: 20px !important;
        }
      
          .irf-fs-contact-title-sub-main {
            font-size: 30px;
        }
    }
}

/* ============our-team=============== */
.our-team {
    /* todo */
    /* todo */
    .irf-our-team-bg-group-shape {
        left: -7%;
    }

    .irf-our-team-bg-shape-small {
        bottom: 56%;
    }

    .irf-our-team-bg-shape-big {
        right: -23%;
        bottom: -20%;
    }

    .irf-fs-our-team-20 {
        font-size: 20px;
    }

    .irf-fs-our-team-18 {
        font-size: 18px;
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .irf-our-team-bg-group-shape {
            left: -11%;
            width: 24%;
        }

        .irf-our-team-bg-shape-small {
            bottom: 40%;
            display: none !important;
        }

        .irf-our-team-bg-shape-big {
            width: 38%;
            bottom: 50%;
            right: -20%;
        }
    }

    @media (max-width: 767px) {

        .irf-our-team-bg-group-shape {
            width: 100px !important;
            left: -10%;
        }

        .irf-our-team-bg-shape-small {
            display: none !important;
        }

        .irf-our-team-bg-shape-big {
            bottom: 78% !important;
            width: 42% !important;
            right: -19% !important;
        }
    }
}
.irf-w-sm-100{
  width:48%;
}
.table-row .background-tab{
  background-color: #800186;
  text-transform: uppercase;
}
.table-row .background-tabs{
  background-color: #800186;
  text-transform: uppercase;
  border-radius: 20px;
  font-size: 13px;
  border: 5px solid #fff;
}
.tables{
  border: 2px solid #fff;
}
.tab-row{
  background-color: #800186;
  text-transform: uppercase;
}
.bg-irf{
  background-color: #800186;
  border:#800186 1px solid;
  text-transform: uppercase;
}
.table-row .bg-fill{
  color: #800186;
  border-radius: 20px;
  /* border: 1px solid #800186; */
  padding: 8px;
  margin-top:10px
}
.login {
  .bg-login-signup {
      height: 100vh;
  }

  .btn-login-body {
      text-decoration: none;
      color: #800186;
      background-color: white;
      border: 1px solid #800186;
      padding: 10px 12px;
      border-radius: 30px;
  }

  .body-left-login-signup {
      border-right: 1px solid #800186;
      padding-right: 24px;
  }

  @media (min-width: 1025px) {
  }

  /* tablet */
  @media (min-width: 992px) and (max-width: 1024px) {
      .body-left-login-signup {
          border-right: 1px solid #800186;
          padding-right: 16px;
      }

      .body-right-login-signup {
          padding-left: 16px;
      }

      .btn-login-body img {
          width: 20px !important;
      }

      .btn-login-body {
          font-size: 15px !important;
      }

      .btn-login-body {
          text-decoration: none;
          color: #800186;
          background-color: white;
          border: 1px solid #800186;
          padding: 12px 12px;
          border-radius: 30px;
      }
  }

  @media (min-width: 768px) and (max-width: 991px) {
      .body-left-login-signup {
          border-right: 1px solid #800186;
          padding-right: 16px;
      }

      .body-right-login-signup {
          padding-left: 16px;
      }

      .btn-login-body img {
          width: 20px !important;
      }

      .btn-login-body {
          font-size: 15px !important;
      }

      .btn-login-body {
          font-size: 14px !important;
          padding: 12px 8px !important;
      }
  }

  /* mobile */
  @media (max-width: 767px) {
      .bg-login-signup {
          height: 100%;
      }
      .body-left-login-signup {
          border-right: none !important;
          border-bottom: 1px solid #800186;
          padding-bottom: 24px;
      }

      .body-right-login-signup {
          margin-top: 24px;
      }

      .two-btn-select {
          flex-direction: column !important;
          gap: 16px;
      }
  }
}
.layout-login-signup {
  .bg-login-signup {
      background-image: url(/builder/themes/landing/assesst/img/img_login_banner.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 40px 100px;
  }

  .shadow-banner {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.4);
  }
  .wrapper-login-signup {
      background-color: #f3f2f2;
      opacity: 0.9;
      padding: 40px 60px;
  }

  .irf-fs-title-login-signup {
      font-size: 30px;
  }

  .irf-fs-login-14 {
      font-size: 14px;
  }

  .input-login-signup {
      border: 1px solid #d9d9d9;
      height: 50px;
      border-radius: 5px;
      box-shadow: none;
  }

  .form-check-input:checked {
      background-color: #800186;
      border-color: #800186;
  }

  .vertical-line::before {
      content: '';
      position: absolute;
      width: 2px;
      height: 120%;
      background-color: #800186; /* Màu của đường gạch */
      top: 0;
      left: 50%; /* Đặt vị trí ở giữa */
      transform: translateX(-50%); /* Để đưa nó vào giữa chính xác */
  }

  .btn-submit {
      background-color: #800186;
      color: #ffffff;
      border-radius: 30px;
      width: 100%;
      height: 60px;
  }

  @media (min-width: 1025px) {
  }

  /* tablet */
  @media (min-width: 768px) and (max-width: 1024px) {
      .bg-login-signup {
          padding: 20px 0 !important;
      }

      .wrapper-login-signup {
          padding: 20px 20px !important;
      }
  }

  /* mobile */
  @media (max-width: 767px) {
      .bg-login-signup {
          padding: 20px 20px !important;
      }

      .wrapper-login-signup {
          padding: 40px 20px !important;
      }

      .input-login-signup {
          height: 40px !important;
      }

      .irf-fs-title-login-signup {
          font-size: 20px !important;
      }

      .irf-fs-body {
          font-size: 14px !important;
      }

      .head-login-signup img {
          display: none !important;
      }

      .irf-w-sm-100 {
          width: 100% !important;
      }
  }
}
