@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..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&family=Protest+Strike&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

body{
   
    overflow-x: hidden;
  }

.bg{
    background-image: url('/images/bg-destop.png');
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 100vh;
}

.biumedicalbox{
    background: #F5B345;
border: 1px solid #fff;
border-radius: 11px;
padding: 10px 15px;
font-family: "Protest Strike", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 32px;
line-height: 38px;
color: #fff;
display: inline-block;
box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;

}

.paddi-left{
    padding-left: 50px;
}

.Innovating{
    font-family: 'Poppins';
font-style: normal;
font-weight: 800;
font-size: 92px;
line-height: 110px;
color: #fff;
text-shadow: 0px 37px 15px rgba(0, 0, 0, 0.01), 0px 21px 12px rgba(0, 0, 0, 0.05), 0px 9px 9px rgba(0, 0, 0, 0.09), 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.Innovating span{
    font-family: 'Poppins';
font-style: normal;
font-weight: 800;
font-size: 92px;
line-height: 110px;
letter-spacing: 0.03em;
-webkit-text-stroke: 2px #fff;
color:rgba(255, 255, 255, 0.1);
text-shadow: none;
}

.launching-soon{
    font-family: 'Poppins';
    font-style: normal;
font-weight: 700;
font-size: 42px;
line-height: 48px;
color: #FFD73A;
text-decoration: underline; 
}

.content-text{
    font-family: 'Poppins';
    font-style: normal;
font-weight: 400;
font-size: 26px;
line-height: 36px;
color: #fff;

}

.startyourbox{
    background: #fff;
    border-radius: 4px;
    padding: 10px 20px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size:18px;
    line-height: 38px;
    color: #3A3A3A;
    display: inline-block;
    
}

.startyourbox:hover{
    background: #f7c057;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;

}

.startyourbox a i {
    transition: transform 0.3s ease; /* Smooth transition for movement */
  }
  
  .startyourbox a:hover i {
    transform: translateX(5px); /* Move the icon 5px to the right on hover */
  }



  .button {
    display: inline-block;
    padding: 12px 24px;
 
    border-radius: 4px;
    transition: all 0.2s ease-in;
    position: relative;
    overflow: hidden;
    font-size:18px;
    cursor: pointer;
    color: #3A3A3A;
    z-index: 1;
    background-color: #fff;
    font-weight: 500;
  }
  
  .button:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
  
  .button:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: #f7c057;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
  
  .button:hover {
    color: #ffffff;
    border: 1px solid #f7c057;
  }
  
  .button:hover:before {
    top: -35%;
    background-color: #f7c057;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }
  
  .button:hover:after {
    top: -45%;
    background-color: #f7c057;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }







.daysbox{
    width: 100%;
    display: block;
    position: relative;
    background-color: #F5B345;
    border-radius: 10px;
    padding: 20px 10px;
}

.days{
    font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-size: 62px;
line-height: 74px;
color: #fff;
text-align: center;
}

.daystext{
    font-family: 'Poppins';
    font-style: normal;
font-weight: 400;
font-size: 22px;
line-height: 22px;
text-align: center;
color: #fff;
}

.dort{
    font-style: normal;
font-weight: 600;
font-size: 52px;
line-height: 62px;
font-family: 'Poppins';
color: #FBAB18;
position: absolute;
right: 2px;
top:2px;
}

.destop{
    display: block;
}

.mobile{
    display: none;
}

.pr{
    padding-right: 7px;
  }
  
  .pl{
    padding-left: 7px;
  }

@media (max-width: 1366px) {}



@media (max-width: 1100px) {
    .Innovating{
        font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-size: 52px;
  line-height: 65px;
  
    }
    
    .Innovating span{
        font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-size: 52px;
  line-height: 65px;
    letter-spacing: 0.03em;
    -webkit-text-stroke: 2px #fff;
    color:rgba(255, 255, 255, 0.1);
    }

    .content-text {
        font-family: "Noto Sans", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 34px;
        color: #fff;
      }
}

@media (max-width: 991px) {
    .destop{
        display: none;
    }

    .mobile{
        display: block;
    }

    .bg{
        background-image: url('/images/bg-mobile.png');
        background-position: center left;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        display: flex;
        align-items: center;
        min-height: 100vh;
    }
    .startyourbox{
        background: #F5B345;
        border-radius: 4px;
        padding: 10px 20px;
        font-family: "Noto Sans", sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size:16px;
        line-height: 38px;
        color: #3A3A3A;
        display: inline-block;
        
    }

}

@media (max-width: 820px) {
    .biumedicalbox{
        margin: 0 auto;
    }

    .daysboxs{
        margin-bottom: 20px;
    }
}


@media (max-width: 580px) {
    .dort{
        display: none;
    }
}

@media (max-width: 450px) {
    .content-text {
      
        font-size: 16px;
        line-height: 26px;
      }

      .days {

        font-size: 28px;
        line-height: 36px;
      }

      .Innovating {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 800;
        font-size: 32px;
        line-height: 42px; 
      }

      .launching-soon {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size:28px;
        line-height: 36px;
        color: #FFD73A;
        text-decoration: underline;
      }

      .biumedicalbox{
        margin-top: 20px;
      }

      .startyourbox {
        margin-bottom: 20px;
      }

      .Innovating span{
        font-size: 32px;
        line-height: 42px; 

    -webkit-text-stroke: 1px #fff;
    }


    .daysbox{
        width: 100%;
        display: block;
        position: relative;
        margin: 0 auto;
        background-color: #F5B345;
        border-radius: 10px;
        padding: 10px 10px;
    }

    .button{
        margin-bottom: 20px;
    }

    .pr{
        padding-right: 7px !important;
      }
      
      .pl{
        padding-left: 7px !important;
      }

      
.daystext{

font-size: 14px;
line-height: 22px;
}
.button{
    font-size: 14px;
    line-height: 24px;
   }
    
}


@media (max-width: 380px) {}


@media (max-width: 320px) {
    .biumedicalbox {
        background: #F5B345;
        border: 1px solid #fff;
        border-radius: 11px;
        padding: 7px 15px;
        font-family: "Protest Strike", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 28px;
        color: #fff;
        display: inline-block;
      }

      .Innovating {
        font-size: 32px;
        line-height: 38px;
      }

      .Innovating span{
        font-size: 32px;
        line-height: 38px;
      }

      .launching-soon {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 28px;
        line-height: 34px;
        color: #FFD73A;
        text-decoration: underline;
      }

      .content-text {
        font-size: 14px;
        line-height: 24px;
      }

      .startyourbox {
        background: #F5B345;
        border-radius: 4px;
        padding: 5px 10px;
        font-family: "Noto Sans", sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        color: #3A3A3A;
        display: inline-block;
        margin-bottom: 10px;
      }

       .button{
        font-size: 14px;
        line-height: 24px;
       }
}