@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Rubik:wght@300;400;500;600;700&display=swap");



/* headar css */

.abu-dhabi-pric-1-1 {

  width: 382px;

  height: 285.45px;

  position: relative;

}

.abu-dhabi-pric {

  position: absolute;

  z-index: 100;


  left: 15%;

}



/* end header */



/* 

  h2.head {

    color: #035BFF;

      

    font-size: 40px;

    font-style: normal;

    font-weight: 500;

    line-height: normal;

} */

.head-title {

  font-family: Roboto;

}

.main-heading {

  color: #035bff;

  font-size: 40px;

  font-weight: 500;

}







.offer-label {

  color: #737373;

  font-size: 20px;

  font-weight: 400;

}



.offer-price {

  color: #035bff;

  font-size: 22px;

  font-weight: 500;

}



.offer-description {

  color: #737373;

  font-size: 20px;

  font-weight: 400;

}

.top-header{
  gap: 15px;
}

.left-img{
  display: flex;
  align-items: center;
  gap: 8px;
}


.left-img img{
  width: 49%;
}

.divider {
  display: inline-block;
  width: 1.5px;
  height: 80%;
  background: white;
}

