@font-face {
    font-family: Yekan;
    src: url("../fonts/yb/Yekan\ Bakh\ EN\ 05\ Medium.ttf");
    font-weight: normal;
}

@font-face {
    font-family: Yekan1;
    src: url("../fonts/yb/Yekan\ Bakh\ EN\ 07\ Heavy.ttf");
    font-weight: bold;
}

@font-face {
    font-family: Yekan-bold;
    src: url("../fonts/yb/Yekan\ Bakh\ EN\ 06\ Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: Vazir;
    src: url("../fonts/Vazir-Light.eot");
    src: url("../fonts/Vazir-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Vazir-Light.woff2") format("woff2"), url("../fonts/Vazir-Light.woff") format("woff"), url("../fonts/Vazir-Light.ttf") format("truetype");
    font-weight: 300;
}


/*@font-face {
     font-family: Vazir;
     src: url("../fonts/Vazir-Medium.eot");
     src: url("../fonts/Vazir-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Vazir-Medium.woff2") format("woff2"), url("../fonts/Vazir-Medium.woff") format("woff"), url("../fonts/Vazir-Medium.ttf") format("truetype");
     font-weight: 500;
 }
 
 @font-face {
     font-family: Vazir;
     src: url("../fonts/Vazir-Thin.eot");
     src: url("../fonts/Vazir-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Vazir-Thin.woff2") format("woff2"), url("../fonts/Vazir-Thin.woff") format("woff"), url("../fonts/Vazir-Thin.ttf") format("truetype");
     font-weight: 100;
 }
 
 @font-face {
     font-family: Vazir;
     src: url("../fonts/Vazir-Black.eot");
     src: url("../fonts/Vazir-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Vazir-Black.woff2") format("woff2"), url("../fonts/Vazir-Black.woff") format("woff"), url("../fonts/Vazir-Black.ttf") format("truetype");
     font-weight: 900;
 }
 
 */


/*---------------------------------- End of fonts ---------------------------------- */

body {
    font-family: "Yekan", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Yekan", sans-serif !important;
}

input, textarea, select {
  font-size: 16px;
}



.bbody {
    font-family: "Yekan", Arial, sans-serif;
    font-weight: normal;
}

.textdec {
    text-decoration: none !important;
}

.text-blue {
    color: #78acf1;
}

.text-orange {
    color: #f9a828;
}

.text-pink {
    color: #d92f89;
}


/* header */

@media (min-width: 991px) {
    header {
        background-color: white;
        box-shadow: 0px 0px 22px 0px rgba(213, 213, 213, 0.52);
        padding-top: 10px;
        padding-bottom: 10px;
        /* position: fixed;
        width: 100%;
        top: 0px;
        right: 0px; */
        z-index: 10000;
    }
    header .logo {
        width: 90px;
    }
    header .links {
        margin-left: 70px;
        display: flex;
        align-items: center;
        margin-top: 8px;
    }
    header .links a {
        text-decoration: none;
        color: black;
        text-decoration: none;
        margin-right: 20px;
        font-size: 18px;
        position: relative;
    }
    header .links a::after {
        content: "";
        position: absolute;
        width: 0%;
        height: 10px;
        border-bottom: 2px solid #5ce1e6;
        bottom: -2px;
        left: 0px;
    }
    header .links a:hover:after {
        width: 100%;
        transition: all 300ms;
    }
    header .btn-header-group a {
        background: -webkit-linear-gradient(180deg, #5ce1e6 0%, #00d6e4 100%);
        color: white;
        display: flex;
        align-items: center;
        width: 150px;
        height: 45px;
        border-radius: 35px;
        justify-content: center;
        text-decoration: none;
        cursor: pointer;
    }
    header .btn-header-group img {
        width: 25px;
        margin-right: 10px;
    }
    header .btn-header-group span {
        margin-top: 5px;
    }
    header .btn-header-group i {
        display: none;
    }
}

@media (max-width: 991px) {
    header {
        background-color: white;
        box-shadow: 0px 0px 22px 0px rgba(213, 213, 213, 0.52);
        padding-top: 10px;
        padding-bottom: 10px;
        position: fixed;
        width: 100%;
        top: 0px;
        right: 0px;
        z-index: 10000;
    }
    header .logo {
        width: 60px;
    }
    header .links {
        margin-left: 70px;
        display: none;
        align-items: center;
        margin-top: 8px;
    }
    header .btn-header-group {
        display: flex;
    }
    header .btn-header-group a {
        background: -webkit-linear-gradient(180deg, #5ce1e6 0%, #00d6e4 100%);
        color: white;
        display: flex;
        align-items: center;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        justify-content: center;
        text-decoration: none;
        cursor: pointer;
    }
    header .btn-header-group img {
        width: 20px;
    }
    header .btn-header-group span {
        margin-top: 5px;
        display: none;
    }
    header .btn-header-group i {
        margin-left: 5px;
        border: 1px solid #00d6e4;
        display: flex;
        align-items: center;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        justify-content: center;
        color: #5ce1e6;
    }
}

.sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 100000000000;
    /* Stay on top */
    top: 0;
    /* Stay at the top */
    left: right;
    background-color: rgb(255, 255, 255);
    /* Black*/
    overflow-x: hidden;
    overflow-y: hidden;
    /* Disable horizontal scroll */
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
}


/* The navigation menu links */

.sidenav .linka {
    /* padding: 8px 32px 8px 8px; */
    text-decoration: none;
    font-size: 17px;
    color: #005B8C;
    display: flex;
    transition: 0.3s;
    width: 100%;
    margin-top: 20px;
    border-radius: 10px;
    padding: 10px;
    align-items: center;
}

.sidenav .btn-login-sm {
    /* padding: 8px 32px 8px 8px; */
    text-decoration: none;
    font-size: 17px;
    background: -webkit-linear-gradient(180deg, #5ce1e6 0%, #00d6e4 100%);
    display: flex;
    transition: 0.3s;
    width: 100%;
    margin-top: 20px;
    border-radius: 10px;
    padding: 10px;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.sidenav .linka img {
    margin-left: 7px;
}


/* When you mouse over the navigation links, change their color */

.sidenav a:hover {
    color: #f1f1f1;
}


/* Position and style the close button (top right corner) */

.sidenav .closebtn {
    background-color: rgb(233, 233, 233);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px !important;
    font-size: 15px;
    color: #0067bb;
    border-radius: 5px;
    text-decoration: none;
}

.sidenav .login-bt {
    padding: 0px !important;
    font-size: 16px;
    width: 100px;
    text-align: center;
    color: rgb(122, 122, 122);
    background-color: transparent !important;
    text-decoration: none;
}

.sidenav .register-bt {
    padding: 8px !important;
    font-size: 16px;
    background: -webkit-linear-gradient(180deg, #5ce1e6 0%, #00d6e4 100%);
    color: white;
    width: 100px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
}


/* footer */

@media (min-width: 991px) {
    footer {
        width: 100%;
        margin-top: 100px;
    }
    footer .first-part {
        width: 100%;
        height: 50px;
    }
    footer .sec-part {
        width: 100%;
        /* height: calc(100% - 50px); */
        background-color: #eaf1f3;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    footer .logo img {
        width: 20%;
    }
    footer p {
        font-size: 16px;
        color: black;
        margin-top: 30px;
        text-align: justify;
    }
    footer h5 {
        font-size: 22px;
        font-weight: 900;
        color: black;
        position: relative;
        margin-bottom: 35px;
        position: relative;
    }
    footer h5::after {
        content: "";
        position: absolute;
        left: 0px;
        bottom: -10px;
        width: 40px;
        border-bottom: 5px solid #5ce1e6;
        border-radius: 35px;
    }
    footer a {
        color: #687799;
        text-decoration: none;
        font-size: 16px;
        margin-top: 20px;
        display: block;
        font-weight: 700;
    }
    .footer .newsletter-footer p {
        color: #687799;
        font-size: 16px;
        text-align: justify;
    }
    footer .newsletter-footer form {
        display: flex;
        position: relative;
    }
    footer .newsletter-footer form input {
        background: #ffffff;
        border-radius: 30px;
        padding: 18px 125px 12px 22px;
        height: 46px;
        border: none;
        width: 100%;
        color: #687799;
    }
    footer .newsletter-footer form button {
        background: #5ce1e6;
        border-radius: 35px;
        height: 46px;
        width: 100px;
        color: white;
        position: absolute;
        right: 0px;
        border: none;
    }
    footer .newsletter-footer .socials a {
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #687799;
        background-color: #F1F1F1;
        text-decoration: none;
        border-radius: 50%;
        margin-top: 20px;
        margin-left: 10px;
    }
}

@media (max-width: 991px) {
    footer {
        width: 100%;
        margin-top: 100px;
    }
    footer .first-part {
        width: 100%;
        height: 50px;
    }
    footer .sec-part {
        width: 100%;
        /* height: calc(100% - 50px); */
        background-color: #eaf1f3;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    footer .logo img {
        width: 20%;
    }
    footer p {
        font-size: 16px;
        color: black;
        margin-top: 30px;
        text-align: justify;
    }
    footer h5 {
        font-size: 22px;
        font-weight: 900;
        color: black;
        position: relative;
        margin-bottom: 35px;
        position: relative;
    }
    footer h5::after {
        content: "";
        position: absolute;
        left: 0px;
        bottom: -10px;
        width: 40px;
        border-bottom: 5px solid #5ce1e6;
        border-radius: 35px;
    }
    footer a {
        color: #687799;
        text-decoration: none;
        font-size: 16px;
        margin-top: 20px;
        display: block;
        font-weight: 700;
    }
    .footer .newsletter-footer p {
        color: #687799;
        font-size: 16px;
        text-align: justify;
    }
    footer .newsletter-footer form {
        display: flex;
        position: relative;
    }
    footer .newsletter-footer form input {
        background: #ffffff;
        border-radius: 30px;
        padding: 18px 125px 12px 22px;
        height: 46px;
        border: none;
        width: 100%;
        color: #687799;
    }
    footer .newsletter-footer form button {
        background: #5ce1e6;
        border-radius: 35px;
        height: 46px;
        width: 100px;
        color: white;
        position: absolute;
        right: 0px;
        border: none;
    }
    footer .newsletter-footer .socials a {
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #687799;
        background-color: #F1F1F1;
        text-decoration: none;
        border-radius: 50%;
        margin-top: 20px;
        margin-left: 10px;
    }
}
.btn-header-group {
    display: flex;
    gap: 4px
}
.bg-gray {
    background: #6c757d !important;
}
.ml-0 {
    margin-left: 0 !important;
}
 .notice-bar {
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #D70040;
        color: #fff;
        font-size: 18px;
        font-weight: 900;
        margin-top: 0;
    }
    .error__wrapper {
        display: flex;
        flex-direction: column;
        margin-bottom: 8px;
    }
    
    div.error__wrapper .error-small {
        font-size:18px;
    }
    @media (max-width: 1024px) {
        .discount-container {
            display:none !important;
        }
        .notice-bar {
            font-size: 11px;
            margin-top: 66px;
            margin-bottom: -55px;
        }
    }
    
    .discount-container {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #333;
    font-weight: 700;
  }

  .discount-code {
      font-family: helvetica;
    background-color: #00d6e4;
    border: 1px solid #00d6e4;
    padding: 4px 8px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s;
  }

  .discount-code:hover {
    background-color: #fff;
  }

  .tooltip {
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    white-space: nowrap;
  }

  .tooltip.show {
    opacity: 1;
  }
  .wrapper_title {
      display: flex;
      align-items: center;
      gap: 16px
  }
  .btn-book {
      font-family: helvetica;
      font-size: 12px;
      background: -webkit-linear-gradient(180deg, #5ce1e6 0%, #00d6e4 100%);
      padding:10px;
      color: #fff;
      text-decoration: none;
      border-radius: 35px;
  }
  .btn-book:hover {
      color: #fff;
  }
  .-mt-4 {
      margin-top: -16px;
  } 
  .flex {
      display: flex;
  }
  .items-center {
      align-items: center;
  }
  .mt-8 {
      margin-top: 8px;
  }
  .p-10 {
      padding:10px;
  }
  .ml-10 {
      margin-left: 10px;
  }
  .rounded-md {
      border-radius: 35px;
  }
  .wp-google-wr {
      background: #1f67e7;
  }
  .wp-google-wr a {
      font-family: helvetica !important;
    color: #fff !important;
  } 
  #mySidenav logo {
      display:none !important;
  }
  .text-blue {
      color: #00d6e4 !important;
  }
  .font-bold {
      font-weight: bold !important;
  }