@font-face {
    font-family: iransanse;
    src: url("fonts/Iopnsans/iOpenSans-Light.woff") format("woff2");
}
@font-face {
    font-family: doran;
    src: url(/css/fonts/doran/Doran-Bold.woff2 ) format("woff2");
}

body {
    font-family: iransanse;
    margin-top: 75px;
}

.slideroption{
    max-height: 600px;
    border-radius: 22px;
    
}

  .slider-caption-option {
    top: 50% !important;      
    transform: translateY(-50%); 
    bottom: auto !important;   
  }


  .taxiha-fontdoran{
    font-family: doran;
  }



  .taxiha-gradiant
  {
       background-image: linear-gradient(358deg, #ffffff 0%, #f4f4f4 100%);
  }


.taxiha-frame-border{

    border-radius: 24px;
    width: 80%;
    
}

.taxiha-register p{
    text-align: justify;
    color: #989898;
    font-size: 18px;
}



.tax-button-lightblue
{
  background-image: radial-gradient(at center left, #22d3e8 0% 0% , #44b1f6 100%);
  box-shadow: 0 0 10px 0 rgba(3.55891304347826,119.09292155009452,181.89999999999998,.5);

}

.tax-button-lightblue-shadow
{
  
  box-shadow: 0 0 10px 0 rgba(3.55891304347826,119.09292155009452,181.89999999999998,.5);

}

.tax-accordin
{
    
    font-family: doran;
    font-size: 26px;
    font-weight: 600;
    line-height: 39px;
    padding: 25px 42px 25px 45px;
    margin: 0px;
    border-radius: 0px;
    overflow: hidden;
    border-style: solid;
    border-width: 0px;
    border-color: rgb(255, 255, 255);
}


.tax-accordin-open
{
      background-color: transparent;
    box-shadow: #0d6efd  0px 6px 35px 0px;
    background-image: linear-gradient(180deg, #0d6efd  0%, #0d6efd  100%);
}



@media (max-width: 768px) {
  .slider-caption-option h3 {
    font-size: 20px !important;
  }
  .slider-caption-option p {
    font-size: 16px !important;
  }
}

@media (max-width: 768px) {
  .carousel-item img {
    height: 50vh;
    object-fit: cover;
  }
}