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



@font-face {
  font-family: avenir-demi;
  src: url(./fonts/AvenirNextWorld-Demi.otf);
}

@font-face {
  font-family: avenir-medium;
  src: url(./fonts/AvenirNextWorld-Medium.otf);
}

@font-face {
  font-family: avenir-bold;
  src: url(./fonts/AvenirNextWorld-Bold.otf);
}

@font-face {
  font-family: avenir-extrabold;
  src: url(./fonts/AvenirNextWorld-ExtraBold.otf);
}

@font-face {
  font-family: avenir-regular;
  src: url(./fonts/AvenirNextWorld-Regular.otf);
}

body,
html {
  width: 100%;
  height: 100%;
  font-family: avenir-regular !important;
}

.avenir_bold {
  font-family: avenir-bold !important;
}

.avenirRegular {
  font-family: avenir-regular !important;
}

.avenir-extrabold {
  font-family: avenir-extrabold !important;
}

.avenir_medium {
  font-family: avenir-medium !important;
}

/* ************************************************************************font size ************************************************************************ */
.f_64 {
  font-size: 64px;
}

.f_48 {
  font-size: 48px;
}

.f_18 {
  font-size: 18px;
}

.f_16 {
  font-size: 16px;
}

.f_14 {
  font-size: 14px;
}

.f_20 {
  font-size: 20px;
}

.f_24 {
  font-size: 24px;
}

.f_28 {
  font-size: 28px;
}

/* ************************************************************************font weight ************************************************************************ */
.fw800 {
  font-weight: 800;
}

.fw700 {
  font-weight: 700;
}

.fw6000 {
  font-weight: 600;
}

/* ************************************************************************colors************************************************************************ */
.main_color {
  color: #00aa31;
}

.wtcard:hover {
  border: 1px solid #00aa311a;
  border-radius: 15px;
}

.grey_color {
  color: #414042 !important
}

.grey_color_2 {
  color: #404041 !important;
}

.grey_color_3 {
  color: #7c7c7c !important;
}

.black {
  color: #000000 !important;
}

.black_1 {
  color: #333333 !important;
}

/* ************************************************************************size************************************************************************ */
.icon {
  width: 20px;
  height: 27px;
}

.icon_ {
  width: 28px;
  height: 26px;
}

.icon_container {
  width: 64px;
  height: 64px;
}

/* ************************************************************************background colors************************************************************************ */
.green_back {
  background-color: #00aa311a;
}

.colorgreen {
  background-color: #00aa31 !important;
}

.back_green {
  background: rgba(0, 170, 49, 0.10);
}

.white_back {
  background-color: #FFFFFF !important;
}

.text-bold {
  font-family: avenir-bold !important
}

.hero_section {
  background-image: url('background-1.jpg');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat, no-repeat;
  box-shadow: 0px 50px 100px -20px rgba(50, 167, 240, 0.15), 0px 30px 60px -30px rgba(0, 0, 0, 0.10);
}

.footer {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), #00AA31;
}

.transparent_login {
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.50);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.00) 100%);
  backdrop-filter: blur(2px);
}

.wajeez_card:hover {
  border: 1px solid rgba(0, 170, 49, 0.30);
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  display: flex !important;
}

/* ************************************************************************border radius************************************************************************ */
.br_10 {
  border-radius: 10px !important;
}

.br_16 {
  border-radius: 16px !important;
}

.br_6 {
  border-radius: 6px !important;
}

/* ************************************************************************padding************************************************************************ */
.next_button {
  padding: 16px 30px !important;
}

.p-12-32 {
  padding: 11px 32px !important;
}
.p-32-48 {
  padding: 32px 48px !important;
}
/* ************************************************************************media queries************************************************************************ */
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1320px !important;
  }
}

/* ************************************************************************Custom************************************************************************ */
a {
  text-decoration: unset !important;
  color: inherit !important;
}

.shdaow_wajeez_travel {
  border-radius: 50px;
  background: #FFF;
  box-shadow: 0px 50px 100px -20px rgba(0, 202, 78, 0.30), 0px 30px 60px -30px rgba(0, 0, 0, 0.10);
}

.form-control {
  border-radius: 8px !important;
  border: 1px solid #C4C4C4 !important;
  padding: 16px 20px;
  height: 56px !important;
}

.custom-radio .form-check-input {
  display: none;
}

.custom-radio .radio-mark {
  display: block;
  padding: 10px 30px;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

.custom-radio .radio-mark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 2px solid #7C7C7C;
  border-radius: 50%;
  background-color: white;
}

.custom-radio .form-check-input:checked+.radio-mark {
  color: #00aa31;
}

.custom-radio .form-check-input:checked+.radio-mark::before {
  background-color: #00aa31;
  box-shadow: inset 0 0 0 4px white;
  border-color: #00aa31;
}


.container .orderdetails {
  margin-top: 50px;
}

.container .orderdetails div {
  margin-top: 10px;
}

.container .paymentdetails {
  margin-top: 50px;
}

.container .deliveryinformation div {
  margin-top: 10px;
}

.mobile,
.address {
  color: #7c7c7c;
  font-size: 13px;
  font-family: avenir-medium;
  font-weight: 500;
  line-height: 15px;
  word-wrap: break-word;
}



.paymentdetails div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
}

.paymentdetails div p,
.paymentdetails div span {
  color: black;
  font-size: 15px;
  font-family: avenir-bold;
  font-weight: 500;
  line-height: 18px;
  word-wrap: break-word;
}

.orderdetails div {
  justify-content: space-between;
}

.orderdetails h3 {
  color: #7C7C7C;
  font-size: 17px;
  font-family: avenir-demi;
  font-weight: 600;
  line-height: 18px;
  word-wrap: break-word;
  margin: 10px 0
}

.orderdetails h5 {
  color: black;
  font-size: 15px;
  font-family: avenir-demi;
  font-weight: 600;
  line-height: 18px;
  word-wrap: break-word;
  padding-right: 400px;
}

.orderdetails span {
  padding-right: 15px;
  color: #00aa31;
  font-size: 15px;
  font-family: avenir-medium;
  font-weight: 600;
  line-height: 18px;
  word-wrap: break-word;
}

.orderdetails p {
  color: black;
  font-size: 15px;
  font-family: avenir-medium;
  font-weight: 600;
  line-height: 18px;
  word-wrap: break-word;
}

.orderdetails ul {
  color: #7c7c7c;
  font-size: 13px;
  font-family: avenir-medium;
  font-weight: 500;
  line-height: 15px;
  word-wrap: break-word;
  list-style: none;
  margin-left: 23px;
}

/* .container h1 {
  color: black;
  font-size: 25px;
  font-family: avenir-demi;
  font-weight: 600;
  line-height: 27.5px;
  word-wrap: break-word;
}

.container p {
  color: black;
  font-size: 15px;
  font-family: avenir-medium;
  font-weight: 600;
  word-wrap: break-word;
} */
.btn {
  margin-top: 15px;
}

.btn form {
  display: flex;
  gap: 10px;
}

.btn input {
  margin-top: 20px;
  width: 100%;
  border: none;
  padding-left: 111px;
  padding-right: 111px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: white;
  font-size: 17px;
  font-family: avenir-medium;
  font-weight: 600;
  line-height: 18px;
  word-wrap: break-word;
  border-radius: 5px;
}




.btn .successbtn {
  background-color: #c8d7cd;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 9px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
}

.btn .successbtn img {
  width: 40px;
  vertical-align: middle;

}




@media only screen and (max-width: 600px) {
  .container {
    margin: 10px;
  }

  .orderdetails h5 {
    padding-right: 0;

  }


}

input {
  margin-top: 15px;
}

input[type=checkbox] {
  transform: scale(1.5);
}

.get_started {
  width: 133px;
}

.w_160 {
  width: 160px;
}

.login {
  border: 1px solid #EDEDED;
  width: 160px;
  text-align: center;
}

.get_started_border {
  border: 1px solid #414042 !important;
}

header {
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(8px);
  position: fixed;
  width: 100%;
  top: 0 !important;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.60);
}

main {
  padding-top: 80px;
}

.features {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.icon {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* mediasize for fonts  */
@media only screen and (max-width: 600px) {
  .f_64 {
    font-size: 32px;
  }

  .f_48 {
    font-size: 24px;
  }

  .f_18 {
    font-size: 16px;
  }

  .f_16 {
    font-size: 14px;
  }

  .f_14 {
    font-size: 12px;
  }
}

/* ************************************************************************Scroll offset for fixed header************************************************************************ */
html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 80px;
}

.py-6 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.privacy_nav .nav-item .nav-link.active {
  color: #00aa31 !important;
  /* border-bottom: 2px solid #00aa31 !important; */
}

.cloud_right {
  transform: translate(185%, 30%);
  right: 60%;
  z-index: 100;
}

.cloud_left {
  transform: translate(-190%, -100%);
  left: 60%;
  z-index: 100;

}
  a.text-hover {
      font-weight: 400;  
      transition: font-weight 0.3s ease, transform 0.3s ease; 
    }

    a.text-hover:hover {
      font-weight: 700; 
      transform: scaleX(1.1);
    }