/*========== Banner Scetion Here ==========*/
.banner-two.style-about.style-details-two {
  background: url(../assets/images/tour/tour9.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.banner-two.style-about.style-details-two .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  background-size: 3px 3px;
}

.banner-two.style-about .page-tittle {
  padding: 250px 0px;
  max-width: 685px;
  text-align: left;
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
}
.banner-two.style-about .page-tittle .banner-tittle {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase;
}
.banner-two.style-about .page-tittle .left-content {
  display: flex;
  align-items: center;
}
.banner-two.style-about .page-tittle .left-content .home {
  font-size: 24px;
  font-weight: 500;
  margin-right: 20px;
  text-transform: capitalize;
  position: relative;
}
.banner-two.style-about .page-tittle .left-content .home a {
  color: #fff;
  transition: all 0.4s ease-in-out;
}
.banner-two.style-about .page-tittle .left-content .home a:hover {
  color: #109b9e;
}
.banner-two.style-about .page-tittle .left-content li {
  margin-right: 20px;
  text-transform: capitalize;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
.banner-two.style-about .page-tittle .left-content li i {
  font-size: 16px;
}
.banner-two.style-about .page-tittle .left-content li a {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .banner-two.style-about .page-tittle {
    padding: 150px 0px;
  }
  .banner-two.style-about .page-tittle .banner-tittle {
    font-size: 60px;
  }
  .banner-two.style-about .page-tittle .left-content .home {
    font-size: 22px;
  }
  .banner-two.style-about .page-tittle .left-content a {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .banner-two.style-about .page-tittle {
    padding: 100px 0px;
  }
  .banner-two.style-about .page-tittle .banner-tittle {
    font-size: 42px;
    text-align: center;
  }
  .banner-two.style-about .page-tittle .left-content {
    justify-content: center;
  }
  .banner-two.style-about .page-tittle .left-content .home {
    font-size: 18px;
  }
  .banner-two.style-about .page-tittle .left-content a {
    font-size: 18px;
  }
}
/*========== Banner Scetion End ==========*/


/*========== Popular Tour Here ==========*/
.popular-tour {
    overflow: hidden;
  }
  .popular-tour .popular-tour-items {
    overflow: hidden;
  }
  .popular-tour .popular-tour-items .popular-thumb {
    position: relative;
  }
  .popular-tour .popular-tour-items .popular-thumb img {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
  }
  .popular-tour .popular-tour-items .popular-thumb .price {
    position: absolute;
    top: 0;
    left: 0;
    background: #109b9e;
    width: 100px;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }
  .popular-tour .popular-tour-items .popular-thumb .price a {
    color: #fff;
  }
  .popular-tour .popular-tour-items .popular-thumb .content {
    padding: 30px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .popular-tour .popular-tour-items .popular-thumb .content h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
  }
  .popular-tour .popular-tour-items .popular-thumb .content h4 a {
    color: #fff;
    transition: all 0.4s ease-in-out;
    font-size: 20px;
  }
  .popular-tour .popular-tour-items .popular-thumb .content .list {
    display: flex;
    margin: 10px 0px;
    color: #fff;
  }
  .popular-tour .popular-tour-items .popular-thumb .content .list li {
    margin-right: 10px;
  }
  .popular-tour .popular-tour-items .popular-thumb .content .list li i {
    margin-right: 3px;
  }
  .popular-tour .popular-tour-items:hover .popular-thumb img {
    transform: scale(1.3);
  }
  .popular-tour .popular-tour-items:hover .content h4 a {
    color: #109b9e;
  }
  
  @media screen and (max-width: 768px) {
    .popular-tour .popular-tour-items .popular-thumb .content h4 {
      font-size: 18px;
    }
    .popular-tour .popular-tour-items .popular-thumb .content .list {
      font-size: 14px;
    }
  }
  /*========== Popular Tour End ==========*/

  /*========== Special Packges Start ==========*/
.special-packges-section {
    overflow: hidden;
  }
  .special-packges-section .packges-items {
    box-shadow: 0px 4px 24px 0px rgba(106, 105, 194, 0.25);
    border-radius: 5px;
  }
  .special-packges-section .packges-items .packges-thump {
    position: relative;
    overflow: hidden;
  }
  .special-packges-section .packges-items .packges-thump .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 40px;
    line-height: 40px;
    background: #109b9e;
    text-align: center;
    color: #fff;
  }
  .special-packges-section .packges-items .packges-thump img {
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
  }
  .special-packges-section .packges-items .packges-content {
    padding: 30px 20px;
  }
  .special-packges-section .packges-items .packges-content h4 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 30px;
  }
  .special-packges-section .packges-items .packges-content h4 a {
    color: #454545;
    transition: all 0.4s ease-in-out;
  }
  .special-packges-section .packges-items .packges-content span {
    color: #727272;
    font-size: 16px;
    font-weight: 500;
  }
  .special-packges-section .packges-items .packges-content i {
    margin-right: 10px;
  }
  .special-packges-section .packges-items .packges-content .details {
    margin-top: 15px;
  }
  .special-packges-section .packges-items .packges-content .details p {
    color: #727272;
    line-height: 28px;
  }
  .special-packges-section .packges-items .packges-content .details span {
    color: #454545;
    font-weight: 600;
  }
  .special-packges-section .packges-items .packges-content .packges-button {
    margin-top: 25px;
  }
  .special-packges-section .packges-items .packges-content .packges-button .packges-btns {
    padding: 15px 30px;
    background: #109b9e;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    border: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
    transition: all 0.4s ease-in-out;
    letter-spacing: 2px;
    width: 100%;
    border: 2px solid #109b9e;
  }
  .special-packges-section .packges-items .packges-content .packges-button .packges-btns:hover {
    background: #fff;
    color: #109b9e;
    border: 2px solid #109b9e;
  }
  .special-packges-section .packges-items:hover .packges-thump img {
    transform: scale(1.2);
  }
  .special-packges-section .packges-items:hover .packges-content h4 a {
    color: #109b9e;
  }
  
  @media screen and (max-width: 768px) {
    .special-packges-section .packges-items .packges-content h4 {
      font-size: 18px;
    }
    .special-packges-section .packges-items .packges-content span {
      font-size: 14px;
    }
    .special-packges-section .packges-items .packges-content .packges-button .packges-btns {
      font-size: 14px;
    }
  }
  /*========== Special Packges End ==========*/

   /*========== Top Tour Start ==========*/
.top-tour {
    overflow: hidden;
  }
  .top-tour .tour-items {
    box-shadow: 0px 4px 24px 0px rgba(106, 105, 194, 0.25);
    border-radius: 5px;
  }
  .top-tour .tour-items .tour-thumb {
    position: relative;
    overflow: hidden;
  }
  .top-tour .tour-items .tour-thumb img {
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
  }
  .top-tour .tour-items .tour-thumb .button-effcet {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  .top-tour .tour-items .tour-thumb .button-effcet:hover {
    opacity: 1;
  }
  .top-tour .tour-items .tour-thumb .button-effcet .button {
    margin-top: 33%;
    text-align: center;
  }
  .top-tour .tour-items .tour-thumb .button-effcet .button .btns {
    text-decoration: none;
    color: #fff;
    padding: 12px 20px;
    line-height: 46px;
    border-radius: 4px;
    font-size: 16px;
    transform-origin: right;
    transition: all 0.3s ease;
    background: transparent;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #fff;
    transition: all 0.4s ease-in-out;
    letter-spacing: 2px;
  }
  .top-tour .tour-items .tour-thumb .button-effcet .button .btns:hover {
    background: #109b9e;
    color: #fff;
    border: 1px solid #109b9e;
  }
  .top-tour .tour-items .tour-content {
    text-align: center;
    padding: 20px 10px;
  }
  .top-tour .tour-items .tour-content h4 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .top-tour .tour-items .tour-content h4 a {
    color: #454545;
    transition: all 0.4s ease-in-out;
  }
  .top-tour .tour-items .tour-content span {
    font-weight: 500;
    color: #727272;
    font-size: 16px;
  }
  .top-tour .tour-items .tour-content .icon {
    display: flex;
    justify-content: center;
    margin: 10px 0px;
  }
  .top-tour .tour-items .tour-content .icon li {
    margin-right: 10px;
  }
  .top-tour .tour-items .tour-content .icon li i {
    color: #109b9e;
  }
  .top-tour .tour-items .tour-content ins {
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    color: #109b9e;
  }
  .top-tour .tour-items:hover .tour-thumb img {
    transform: scale(1.2);
  }
  .top-tour .tour-items:hover .tour-content h4 a {
    color: #109b9e;
  }
  
  @media screen and (max-width: 768px) {
    .top-tour .tour-items .tour-content h4 {
      font-size: 18px;
    }
    .top-tour .tour-items .tour-content span {
      font-size: 14px;
    }
    .top-tour .tour-items .tour-content ins {
      font-size: 16px;
    }
  }
  /*========== Top Tour End ==========*/

   /*========== Newsletter Scetion Start ==========*/
.newsletter {
    overflow: hidden;
    padding: 70px 0px;
    background: #109b9e;
  }
  .newsletter .form-content h5 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
  }
  .newsletter .form {
    position: relative;
  }
  .newsletter .form input {
    color: #109b9e;
    width: 100%;
    padding: 22px 35px;
    border: none;
    outline: none;
    border-radius: 10px;
  }
  .newsletter .form i {
    position: absolute;
    top: 30px;
    left: 14px;
    color: #109b9e;
  }
  .newsletter .form .effect-button {
    position: absolute;
    top: 22px;
    right: 6px;
  }
  .newsletter .form .effect-button .effect-btns {
    border: none;
    outline: none;
    border-radius: 5px;
    background: none;
    color: #fff !important;
    padding: 16px 40px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    background-image: -webkit-linear-gradient(145deg, rgb(27, 211, 228) 0%, rgb(20, 201, 192) 100%);
    box-shadow: 0px 18px 30px 0px rgba(100, 159, 205, 0.36);
  }
  
  @media screen and (max-width: 991px) {
    .newsletter .form input {
      font-size: 15px;
    }
    .newsletter .form .effect-button .effect-btns {
      padding: 15px 20px;
      font-size: 15px;
    }
  }
  @media screen and (max-width: 768px) {
    .newsletter .form-content h5 {
      font-size: 28px;
    }
  }
  @media screen and (max-width: 500px) {
    .newsletter .form-content h5 {
      font-size: 28px;
    }
    .newsletter .form input {
      font-size: 14px;
    }
    .newsletter .form .effect-button .effect-btns {
      padding: 10px 10px;
      font-size: 14px;
    }
  }
  /*========== Newsletter Scetion End ==========*/