.feature-box{
    padding: 30px 20px;
    text-align: left;
    position: relative;
}

.feature-box:hover{ 
    border-bottom: 4px solid #91c2d4;
}

.common-card{
    background: #FCFCFD;
    border: 2px solid #fff;
    box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
    border-radius: 10px;
}

.feature-box .feature-icon{
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-bottom: 25px;
}

.feature-box.bg-feature-1 .feature-icon{
    background: #d2e3e9;
}

.build-section{
    position: relative;
    margin-top: 50px;
}

.section_h2{
    font-size: calc(25px + 20 * (100vw - 300px) / 1620);
}

.decoration li{
    position: absolute;
}

.loader-gif{
    right: 5%;
    top: 25%;
}

.loader-gif img{
    width: 76px;
    height: 76px;
}

.build-section .landing-title{
    display: flex;
    align-items: center;
}

.text-start{
    text-align: left !important;
}

.landing-title .gradient-6{
    background: linear-gradient(271deg, #F1305F 30%, #0066FF 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.build-section .landing-title .title-img{
    margin-bottom: -14px;
}

.build-section .rotate-title{
    width: 16%;
    transform: rotate(13.97deg);
    text-align: center;
    margin-left: -20px;
}

.rotate-title{
    color: #FF5A82 !important;
}

.build-section .build-image img{
    width: calc(100% + 210px);
}

@media (max-width: 575px){
    .loader-gif{
        top: 11% !important;
    }
}

@media (max-width: 991px){
    .loader-gif{
        top: 15px;
    }
}

@media (max-width: 1199px){
    .loader-gif{
        top: 17%;
    }
}

@media (max-width: 575px){
    .loader-gif img {
        width: 40px;
        height: 40px;
    }
}


@media (max-width: 1199px)
{
    .loader-gif img {
    width: 60px;
    height: 60px;
    }
}

@media (max-width: 767px){
    .landing-title {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px){
    .build-section .landing-title h2 {
        width: 100% !important;
    }
}

@media (max-width: 1199px)
{
    .build-section .landing-title h2 {
    width: 63%;
    }
}

@media (max-width: 1366px){
    .build-section .landing-title h2 {
        width: 59%;
    }
}

@media (max-width: 1660px){
    .build-section .landing-title h2 {
        width: 53%;
    }
}

@media (max-width: 767px){
    .build-section .landing-title .title-img {
        width: 80px;
    }
}


@media (max-width: 991px){
    .build-section .landing-title .title-img {
        width: 120px;
    }
}

@media (max-width: 767px){
    .build-section .rotate-title {
        width: 42%;
    }
}


@media (max-width: 991px){
    .build-section .rotate-title {
        width: 30%;
    }
}

@media (max-width: 1199px){
    .build-section .rotate-title {
        width: 17%;
    }
}

@media (max-width: 767px){
    .build-section .build-image img {
        width: 100% !important;
    }
}

@media (max-width: 991px){
    .build-section .build-image img {
        width: calc(100% + 100px);
    }
}
  
  .fab-wrapper {
    position: fixed;
    bottom: 3rem;
    right: 3rem;
  }

  .fab-checkbox {
    display: none;
  }

  .fab {
    position: absolute;
    bottom: -1rem;
    right: -1rem;
    width: 4rem;
    height: 4rem;
    background: #1cc2d2;
    border-radius: 50%;
    background: #1cc2d2;
    box-shadow: 0px 5px 20px #81a4f1;
    transition: all 0.3s ease;
    z-index: 1;
    border-bottom-right-radius: 6px;
    border: 1px solid #1cc2d2;
  }
  
  .fab:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
  }

  .fab-checkbox:checked ~ .fab:before {
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    background-color: rgba(255, 255, 255, 0.2);
  }

  .fab:hover {
    background: #1cc2d2;
    box-shadow: 0px 5px 20px 5px #81a4f1;
  }
  
  .fab-dots {
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: white;
    border-radius: 50%;
    top: 50%;
    transform: translateX(0%) translateY(-50%) rotate(0deg);
    opacity: 1;
    animation: blink 3s ease infinite;
    transition: all 0.3s ease;
  }
  
  .fab-dots-1 {
    left: 15px;
    animation-delay: 0s;
  }

  .fab-dots-2 {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    animation-delay: 0.4s;
  }

  .fab-dots-3 {
    right: 15px;
    animation-delay: 0.8s;
  }
  
  .fab-checkbox:checked ~ .fab .fab-dots {
    height: 6px;
  }
  
  .fab .fab-dots-2 {
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
  }
  
  .fab-checkbox:checked ~ .fab .fab-dots-1 {
    width: 32px;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }

  .fab-checkbox:checked ~ .fab .fab-dots-3 {
    width: 32px;
    border-radius: 10px;
    right: 50%;
    transform: translateX(50%) translateY(-50%) rotate(-45deg);
  }
  
  @keyframes blink {
    50% {
      opacity: 0.25;
    }
  }
  
  .fab-checkbox:checked ~ .fab .fab-dots {
    animation: none;
  }
  
  .fab-wheel {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10rem;
    height: 10rem;
    transition: all 0.3s ease;
    transform-origin: bottom right;
    transform: scale(0);
  }
  
  .fab-checkbox:checked ~ .fab-wheel {
    transform: scale(1);
  }

  .fab-action {
    position: absolute;
    background: #0f1941;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: White;
    box-shadow: 0 0.1rem 1rem rgba(24, 66, 154, 0.82);
    transition: all 1s ease;
  
    opacity: 0;
  }
  
  .fab-checkbox:checked ~ .fab-wheel .fab-action {
    opacity: 1;
  }
  
  .fab-action:hover {
    background-color: #533433;
    color: White;
  }
  
  .fab-wheel .fab-action-1 {
    right: -1rem;
    top: 0;
  }
  
  .fab-wheel .fab-action-2 {
    right: 2.4rem;
    top: 2.5rem;
  }

  .fab-wheel .fab-action-3 {
    left: 2.5rem;
    bottom: 0rem;
  }
  
  .fab-wheel .fab-action-4 {
    left: 0;
    bottom: -1rem;
  }
  
  
