/* =====================================================================
 *   Custom CSS Optimization for RTL Purpose
 * =================================================================== */

 @import "_variables";

/* Body */
body {
  line-height: 1.9;
  font-size: 16px;
}

#content {
  line-height: 1.9;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 { 
  letter-spacing: -0.8px;
  font-weight: 600;
 }

h1,
h2 {
  // margin-bottom: 12px;
  line-height: 1.3;
}

h3,
h4,
h5,
h6 {
  // margin-bottom: 8px;
  line-height: 1.3;
}


h1 { font-size: 57px; }
h2 { font-size: 40px; }
h3 { font-size: 32px; }
h4 { font-size: 26px; }
h5 { font-size: 22px; }
h6 { font-size: 18px; }

@media (max-width: 1200px) {
  h1 { font-size: $font-size-h1 * 0.9 }
  h2 { font-size: $font-size-h2 * 0.9 }
  h3 { font-size: $font-size-h3 * 0.9 }
  h4 { font-size: $font-size-h4 * 0.9 }
  h5 { font-size: $font-size-h5 * 0.9 }
  h6 { font-size: $font-size-h6 * 0.9 }
} // < 1200px width

@media (max-width: 768px) {
  h3,
  h4,
  h5,
  h6 { 
    // margin-bottom: 12px;
  }
  
  h1 { font-size: $font-size-h1 * 0.8 }
  h2 { font-size: $font-size-h2 * 0.8 }
  h3 { font-size: $font-size-h3 * 0.8 }
  h4 { font-size: $font-size-h4 * 0.8 }
  h5 { font-size: $font-size-h5 * 0.8 }
  h6 { font-size: $font-size-h6 * 0.8 }
} // < 768px width

@media (max-width: 480px) {
  h3,
  h4,
  h5,
  h6 { 
    // margin-bottom: 10px;
  }
  
  h1 { font-size: $font-size-h1 * 0.7 }
  h2 { font-size: $font-size-h2 * 0.7 }
  h3 { font-size: $font-size-h3 * 0.7 }
  h4 { font-size: $font-size-h4 * 0.7 }
  h5 { font-size: $font-size-h5 * 0.7 }
  h6 { font-size: $font-size-h6 * 0.7 }
} // < 480px width


/* Buttons */
.btn {
  font-weight: 700;
}

.btn.medium {
  font-size: 18px;
}

.btn.large {
  font-size: 20px;
}

/* Btn Video */
.btn-video {
  text-indent: 0;
}

/* List Links */
.list-links li a {
  font-size: 16px;
}



 /* Slide Content */
 .slide-content p {
    // margin-bottom: 15px;
}

.slide-content {
  h1 {
    // font-size: 60px;
    font-weight: 500;

    @media (max-width: 1200px) {
      // font-size: 50px;
    } // < 1200px width

    @media (max-width: 768px) {
      // font-size: 45px;
    } // < 768px width

    @media (max-width: 480px) {
      // font-size: 35px;
    } // < 480px width
  }
}
 

/* Menu Main */
.menu-main > li > a {
  font-weight: 700;
  font-size: 18px;
}


/* Section Title */
.section-title h2 {
  font-weight: 500;
}


/* Banner Reservation Tabs */
.br-tabs a {
  font-size: 18px;
  font-weight: 700;
}


/* Tabs Popular Packages */
.tabs-popular-packages label {
  font-size: 20px;
}


/* Form Settings */
input[type="submit"],
input[type="submit"].form-control,
button[type="submit"],
button[type="submit"].form-control {
  font-size: 16px;
  font-weight: 700;
}


/* Language Select */
.country-select {
  direction: ltr;
}

.country-select input,
.country-select input[type=text] {
  text-align: right;
  padding-right: 15px !important;
}


/* Trip Sorter */
.trip-sorter > span {
  font-weight: 600;
}

/* Title Featured */
.title-featured.style-2 {
  font-size: 18px;
  font-weight: 600;
}


/* Button Read More */
.btn-rm {
  font-weight: 600;
}


/* Hotel Info Tabs */
.hi-tabs a {
  font-weight: 700;
}


/* Box Hotel review */
.box-hotel-review .score h1 {
  font-size: 50px;
}
