/*!
Theme Name: go-everest-trek
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: go-everest-trek
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

go-everest-trek is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --primary: #120f10;
  --blue: #2ea3f2;
  --light: #fff;
  --dark: #000;
  --primary-font: "Montserrat", sans-serif;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
a,
a:hover,
a:active {
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}
a:hover {
  opacity: 60%;
}
body {
  font-family: var(--primary-font);
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
  z-index: 0;
}
img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
h1,
h2,
h3,
h5,
h4,
h6 {
  font-family: var(--primary-font);
  font-weight: 600;
  margin: 0;
  color: var(--dark);
}
p {
  margin: 0;
  color: var(--dark);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4em;
}
.wrapper {
  max-width: 1600px;
  padding: 0 30px;
  margin: 0 auto;
}
.btn {
  font-size: clamp(15px, 2vw, 18px);
  text-transform: uppercase;
  font-weight: 600;
  padding: 12px 24px;
  line-height: 1.7em;
  border-radius: 3px;
  border: 2px solid var(--primary);
  background-color: var(--primary);
  color: var(--light);
  border-radius: 3px;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: all !important;
  transition-property: all !important;
  position: relative;
}
.btn:hover {
  background-color: var(--light);
  color: var(--primary);
}

/* Header css  */
.site-header {
  padding: 22px 0;
  border-bottom: 2px solid #e3e3e3;
  background-color: transparent;
  transition: all 0.3s ease;
}

.site-header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 10px 0;
  background-color: var(--light);
  animation: fadeInDown 0.3s ease forwards;
  z-index: 99999;
}
.site-header.fixed .site-branding img {
  height: 65px;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-branding img {
  height: 80px;
  object-fit: contain;
}
.header-contact {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: end;
}
.header-contact .contact {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header-contact .contact-content span {
  font-size: 12px;
  font-weight: 600;
  opacity: 70%;
  color: var(--dark);
  text-decoration: underline;
  text-transform: uppercase;
  display: block;
}
.header-contact .contact-content a {
  color: var(--primary);
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 600;
}
.header-contact .btn {
  padding: 12px 24px;
  font-size: clamp(14px, 2vw, 18px);
  text-transform: capitalize;
  font-weight: 600;
}
.header-contact .btn:hover {
  background-color: var(--light);
}
.header-button {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header-button .btn:nth-child(2) {
  background-color: var(--light);
  color: var(--primary);
}
.header-button .btn:nth-child(2):hover {
  background-color: var(--primary);
  color: var(--light);
}

/* Banner section css */
.get-banner__section {
  padding: 60px 10% 50px;
}
.get-banner {
  position: relative;
}
.get-banner video {
  position: relative;
  width: 100%;
  height: 100%;
}
.get-banner .banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.banner-title {
  font-size: clamp(40px, 4vw, 60px);
  font-weight: 700;
  color: var(--light);
  margin-bottom: 20px;
}
.get-banner__section .btn::after {
  font-size: 16px;
  line-height: 1em;
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  opacity: 0;
  position: absolute;
  right: 14px;
  top: 15px;
  margin-left: -1em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-transform: none;
}
.get-banner__section .btn:hover {
  padding: 12px 36px 12px 24px;
  background-color: var(--primary);
  color: var(--light);
}
.get-banner__section .btn:hover::after {
  opacity: 1;
  margin-left: 0;
}

/* Slider section css */
.get-slider__section {
  padding: 0 16%;
}
.get-slider {
  position: relative;
}
.get-slider img {
  width: 100%;
  max-height: 510px;
  height: 100%;
  object-fit: cover;
}
.get-slider__section .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  background-color: unset;
  border: unset;
  padding: 0;
  cursor: pointer;
}
.get-slider__section .slick-arrow i {
  font-size: 32px;
}
.get-slider__section .slick-prev {
  left: 30px;
}
.get-slider__section .slick-next {
  right: 30px;
}
.slider-title,
.todo-section-title,
.itinerary-section-title,
.hotel-section-title {
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 10px;
}
.get-slider__section p {
  padding: 20px 8% 60px;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 500;
  line-height: 1.4em;
  text-align: center;
}

/* Todo section  */
.get-todo__section {
  padding: 80px 12% 70px;
}
.todo-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 60px;
  margin-top: 60px;
}
.todo-title,
.itinerary-title {
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 700;
  margin: 30px 0;
  text-align: center;
}
.todo-wrapper ul {
  padding: 0 30px;
}
.todo-wrapper ul li {
  list-style: disc;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}

/* Itinerary section css  */
.get-itinerary__section,
.get-hotel__section {
  padding: 0 13%;
}
.itinerary-wrapper {
  margin-top: 60px;
}
.itinerary-title {
  text-align: left;
  margin: 0;
}
.itinerary-content span {
  font-size: clamp(16px, 2vw, 20px);
  display: block;
  font-weight: 700;
  color: var(--primary);
  margin: 8px 0 12px;
}
.itinerary-container {
  display: flex;
  align-items: start;
  gap: 45px;
}
.itinerary-wrapper:nth-child(even) .itinerary-container {
  flex-direction: row-reverse;
}
.itinerary-content {
  width: 32%;
}
.itinerary-image {
  width: 68%;
}
.itinerary-image img {
  width: 100%;
  max-height: 650px;
  object-fit: cover;
}
.itineary-extra-image {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 35px;
  margin-top: 35px;
}
.itineary-extra-image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.itinerary-button {
  margin-top: 50px;
}
.itinerary-button .btn {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.itinerary-button .btn::after {
  content: unset;
}
.itinerary-button .btn:hover {
  background-color: var(--light);
  color: var(--primary);
}

/* Hotel section  */
.get-hotel__section {
  padding: 60px 13%;
}
.get-hotel__section p,
.get-blog__section p {
  font-size: clamp(15px, 2vw, 18px);
  text-align: center;
  padding: 0 6%;
  margin-top: 26px;
}
.hotel-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}
.hotel-container {
  width: calc(50% - 30px);
}
.hotel-wrapper img {
  max-height: 400px;
  width: 100%;
  object-fit: cover;
}
.hotel-title {
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 600;
  margin: 18px 0 0 0;
  text-align: center;
}

/* Blog post section css  */
.get-blog__section {
  padding: 20px 13%;
}
.get-blog__section img {
  max-height: 675px;
  width: 100%;
  object-fit: cover;
  margin-top: 45px;
}
.blog-container {
  padding: 0 7%;
  text-align: center;
}
.blog-container .blog-image {
  padding: 0 4%;
}
.blog-container p {
  padding: 0 !important;
  margin: 0;
}
.blog-title {
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 700;
  margin: 30px 0 15px;
  text-align: center;
}
.blog-title a {
  color: var(--dark);
}
.blog-title a:hover {
  color: var(--primary);
}
.blog-container .read-more {
  font-size: 16px;
  color: var(--blue);
  font-weight: 500;
}
.blog-container .read-more:hover {
  color: var(--primary);
}

/* Testimonial section css */
.testimonial-container img {
  width: 100%;
}
.get-testimonial__section {
  padding: 60px 12%;
}
.get-testimonial__section img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.hotel-section-title {
  margin-bottom: 45px;
}
.testimonial-title {
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 700;
  margin: 20px 0 14px;
}
.testimonial-container {
  padding: 0 15px;
  text-align: center;
}
.testimonial-slider .slick-dots {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: 40px;
}
.testimonial-slider .slick-dots button {
  background-color: #8d8d8d;
  width: 10px;
  height: 10px;
  border: unset;
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
}
.testimonial-slider .slick-dots .slick-active button {
  background-color: var(--dark);
}

/* Back to top  */
.back-to-top {
  position: fixed;
  bottom: 50px;
  right: 40px;
  z-index: 999;
  background-color: var(--light);
  border: 2px solid var(--primary);
  width: 40px;
  height: 40px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.back-to-top::before {
  content: " ";
  display: block;
  width: 36px;
  height: 36px;
  background-image: url("assets/img/arrow-up.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: all ease-in-out 0.3s;
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
}
.back-to-top:hover {
  background-color: var(--primary);
}
.back-to-top:hover::before {
  filter: invert(1);
}
.sticky-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: var(--light);
  border-top: 2px solid #e3e3e3;
  padding: 20px 30px;
  display: none;
  z-index: 9999;
}
.sticky-footer .header-contact {
  justify-content: space-between;
}

/* Footer section css  */
.site-footer {
  padding: 30px 0 20px 0;
}
.site-info {
  text-align: center;
}
.site-social-icons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 25px;
}
.site-social-icons i {
  width: 35px;
  height: 35px;
  border-radius: 4px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  color: var(--light);
  cursor: pointer;
}
.site-social-icons i:hover {
  opacity: 60%;
}
.footer-menu {
  margin-bottom: 30px;
}
.footer-menu ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.footer-menu ul li a {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--dark);
}
.footer-copyright {
  font-size: 16px;
  font-weight: 400;
  color: var(--dark);
}

@media only screen and (max-width: 980px) {
  .get-banner__section {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 35px;
  }
  .get-slider__section,
  .get-itinerary__section,
  .blog-container {
    padding: 0 5%;
  }
  .get-todo__section {
    padding: 60px 10%;
  }
  .get-blog__section {
    padding: 20px 10%;
  }
  .todo-wrapper {
    margin-top: 40px;
    gap: 45px;
  }
  .itinerary-container,
  .itinerary-wrapper:nth-child(even) .itinerary-container {
    flex-direction: column;
    gap: 30px;
  }
  .itinerary-wrapper {
    margin-top: 40px;
  }
  .itinerary-content,
  .itinerary-image {
    width: 100%;
  }
  .get-hotel__section,
  .get-testimonial__section {
    padding: 60px 5%;
  }
  .hotel-wrapper {
    flex-direction: column;
  }
  .hotel-container {
    width: 100%;
  }
  .get-hotel__section p,
  .get-blog__section p {
    padding: 0 3%;
  }
  .hotel-section-title {
    margin-bottom: 35px;
  }
  .back-to-top {
    display: none;
  }
  .footer-menu ul {
    gap: 25px;
  }
  .sticky-footer {
    display: block;
  }
  .site-header .header-contact {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .get-banner__section {
    padding: 20px 0;
  }
  .get-hotel__section p,
  .get-blog__section p,
  .get-slider__section,
  .get-itinerary__section,
  .get-hotel__section,
  .blog-container {
    padding: 0;
  }
  .get-slider__section p {
    padding: 10px 0 20px;
  }
  .get-todo__section,
  .get-hotel__section,
  .get-testimonial__section {
    padding: 50px 0;
  }
  .get-blog__section {
    padding: 20px 0;
  }
  .todo-wrapper,
  .get-blog__section img {
    margin-top: 30px;
  }
  .todo-wrapper {
    gap: 35px;
  }
  .get-hotel__section p,
  .get-blog__section p {
    margin-top: 20px;
  }
  .blog-title {
    margin: 20px 0 10px;
  }
  .itinerary-button {
    margin-top: 40px;
  }
  .hotel-section-title {
    margin-bottom: 20px;
  }
  .site-header-wrapper {
    justify-content: center;
  }
  .wrapper {
    padding: 0 15px;
  }
  .blog-container .blog-image {
    padding: 0;
  }
  .testimonial-container {
    padding: 0 4px;
  }
  .footer-menu ul {
    gap: 20px;
  }
  .site-footer {
    margin-bottom: 82px;
  }
}
@media only screen and (max-width: 567px) {
  .todo-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
  }
  .itinerary-button {
    margin-top: 30px;
  }
  .header-contact .btn {
    padding: 9px;
  }
  .sticky-footer .header-contact {
    gap: 10px;
  }
  .sticky-footer {
    padding: 15px;
  }
  .testimonial-container {
    padding: 0 1px;
  }
  .footer-menu ul {
    gap: 15px;
  }
  .site-footer {
    margin-bottom: 74px;
  }
  .sticky-footer .header-contact {
    flex-direction: column;
    gap: 15px;
  }
}
