@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,900;1,700&amp;display=swap");

/* CSS Variables */
:root {
  --normal-font: 400;
  --bold-font: 600;
  --bolder-font: 900;
  --primary-color: #0652dd;
  --secondary-color: #ea2027;
  --line-height: 1.7rem;
  --transition: 0.4s ease-in;
}

/* Smooth scroll effect */
html {
  scroll-behavior: smooth;
}

body,
html {
  overflow-x: hidden;
}

p {
  font-size: 1rem;
}

.logo-image img {
  width: 50% !important;
}

.image-section ul li img {
  width: 80%;
}

/* .servicesClass .row .col-md-4 {
  box-shadow: 0px 0px 2px 0px #00000059;
  padding: 30px 30px;
} */
.last_section_class {
  position: relative !important;
}

.gf-bg-overlay {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block !important;
  content: "";
  z-index: 1;
  background-color: rgba(10, 10, 10, 0.68);
}

.heading-one h3 {
  z-index: 2;
  position: relative;
}

.heading-two p {
  z-index: 2;
  position: relative;
}

.paragraph_sec ul {
  z-index: 2;
  position: relative;
}

.btn-booking a {
  margin-top: 30px;
  z-index: 2;
  position: relative;
}

.left-side-image img {
  border-radius: 12px;
}

.btn-booking {
  margin-top: 30px;
}

p.text-footer {
  text-align: right;
}

.footer-image {
  text-align: start;
}

.footer-image img {
  width: 35%;
  height: 34px;
}

.servicesClass .row .col-md-4 {
  border-right: 1px solid #00000040;
  margin-bottom: 40px;
  padding: 30px 30px;
}

.servicesClass .row .col-md-4:nth-last-child(1) {
  border-right: unset;
}

section#section_fifth_id .row .col-md-4 {
  border-right: 1px solid #00000040;
}

section#section_fifth_id .row .col-md-4:nth-last-child(1) {
  border-right: unset;
}

section#section_first_id {
  padding: 30px 0px 30px 0px;
  background-color: #ffaf2b47;
}

.first-col {
  padding: 10px;
}

.heading-one h6 {
  color: #0201018c;
  font-family: "Poppins", Sans-serif;
  font-weight: 600;
  letter-spacing: 4.5px;
  font-size: 1.25rem;
}

.heading-two h1 {
  font-weight: 600;
  line-height: 60px;
  font-family: var(--e-global-typography-67663b6-font-family), sans-serif !important;
  font-size: 3.5rem;
}

.image-section ul {
  display: flex;
  padding-left: 0;
}

.image-section ul li {
  list-style: none;
  margin-right: 50px;
}

.second-col {
  background-color: #172a43;
  padding: 30px;
  border-radius: 8px;
  color: #fff;
}

.form-heading h2 {
  color: #ff9a00;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.5px;
  padding-bottom: 10px;
}

.form-group input {
  margin-bottom: 16px;
  border-radius: 3px;
}

.form-group .form-control {
  margin-bottom: 16px;
  border-radius: 3px;
}

.form-group.text-center button.extra-class {
  border-radius: 0px !important;
  padding: 10px 10px;
  width: 60%;
  margin: 0 auto;
  background-color: #ffaf2b;
  border: unset;
  margin-top: 20px;
}

.form-group.text-center a.btn.btn-primary {
  border-radius: 0px !important;
  padding: 10px 10px;
  width: 60%;
  margin: 0 auto;
  background-color: #ffaf2b;
  border: unset;
  margin-top: 20px;
}

.section_spacing {
  padding: 50px 0px 50px 0px;
  text-align: center;
}

.publish-heading h2 {
  font-weight: 600;
  font-size: 3rem;
}

.publish-image img {
  width: 20%;
  transition: 0.9s;
  margin-bottom: 20px;
}

.publish-image img:hover {
  filter: drop-shadow(2px 4px 6px black);
}

.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,
      0,
      0,
      0.5);
  /* Adjust the opacity (last value) as needed */
  z-index: -1;
}

.section_third_class {
  background-image: url("../images/testimonial_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.carousal-section {
  background-color: #131423;
  color: #fff;
  border-radius: 15px 15px 15px 15px;
  padding: 40px 40px 40px 40px;
  margin: 0 180px;
}

.carousal-section h4 {
  color: #ffffff;
  font-family: "Poppins", Sans-serif;
  font-size: 18px;
  line-height: 1.7em;
}

.carousal-heading {
  color: var(--e-global-color-primary);
  font-family: "Oswald", Sans-serif;
  font-size: 23px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 50px;
}

.slick-next:before,
.slick-prev:before {
  font-size: 30px;
  line-height: 1;
  opacity: 0.75;
  color: #388dc9;
}

.slick-prev {
  left: -545px;
  top: 100px;
  z-index: 9999;
}

.slick-next {
  left: 545px;
  top: 100px;
}

.slider-container .slider img {
  height: auto;
  max-width: 100%;
  padding: 7px 20px;
  margin: 0 10px;
  object-fit: contain;
}

section#section_fifth_id {
  background-color: #ffaf2b47;
}

.publish-heading h5 {
  font-size: 1.5rem;
}

.publish-heading {
  margin-bottom: 20px;
}

.right-section {
  text-align: left;
}

.key-points ul li i {
  position: absolute;
  left: -32px;
  top: 13px;
}

.key-points ul li {
  list-style: none;
  display: flex;
  position: relative;
  padding: 12px 0;
  font-size: 18px;
}

.btn-booking a.booking {
  border: unset;
  padding: 8px 20px;
  border-radius: 4px;
  background-color: #ffaf2b;
  color: #fff;
  text-decoration: unset;
}

.books-heading h3 {
  font-size: 2.5rem;
}

footer.footer_section p {
  margin-bottom: 0;
}

footer.footer_section {
  background-color: #222222;
  color: #fff;
  text-align: center;
  padding: 15px 0;
}

section#last_section {
  background-image: url("../images/contact_bg.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading-one h3 {
  color: #ffffff;
  font-weight: 600;
  font-size: 3rem;
}

.heading-two p {
  color: #fff;
  font-size: 20px;
  padding: 20px 0;
}

.paragraph_sec ul li {
  display: contents;
  color: #fff;
}

.paragraph_sec ul {
  padding-left: 0;
}

.paragraph_sec ul li a {
  color: #fff;
  text-decoration: none;
}

.email-section {
  text-align: center;
  padding: 100px 0;
}

.image-icon img {
  background-color: #ffaf2b;
  padding: 20px 20px;
  border-radius: 30px;
}

.email-text-sec h3 {
  font-size: 35px;
  padding-top: 40px;
  font-weight: 600;
}

.email-text-sec p {
  color: #ffaf2b;
  font-size: 16px;
}

.back-home-btn {
  margin-top: 40px;
}

.back-home-btn a {
  background-color: #ffaf2b;
  color: #fff;
  text-decoration: unset;
  font-size: 16px;
  padding: 7px 20px;
  border-radius: 20px;
}

@media (max-width: 1600px) {}

@media (max-width: 1440px) {}

@media (max-width: 1366px) {}

@media (max-width: 1280px) {}

@media (max-width: 1024px) {
  .slick-next {
    left: 375px;
    top: 100px;
  }

  .slick-prev {
    left: -375px;
    top: 100px;
  }

  .left-side-image img {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .carousal-section {
    margin: 0 60px;
  }

  .books-heading h3 {
    font-size: 22px;
  }

  .key-points ul li {
    list-style: none;
    display: flex;
    position: relative;
    padding: 8px 0;
    font-size: 14px;
  }
}

@media (max-width: 768px) {}

@media (max-width: 480px) {
  section#section_second_id .row .col-md-4 {
    margin-bottom: 0px !important;
  }

  .footer-image {
    text-align: center;
  }

  p.text-footer {
    text-align: center;
  }

  .carousal-section {
    margin: 0 20px;
  }

  .section_spacing {
    padding: 30px 0px 30px 0px;
    text-align: center;
  }

  section#section_second_id .row .col-md-4 {
    margin-bottom: 60px;
  }

  .publish-heading h2 {
    font-weight: 600;
    font-size: 2rem;
  }

  .image-section ul li img {
    width: 100%;
  }

  .heading-two h1 {
    font-weight: 600;
    line-height: 45px;
    font-family: var(--e-global-typography-67663b6-font-family), sans-serif !important;
    font-size: 2rem;
  }

  .heading-one h3 {
    color: #ffffff;
    font-weight: 600;
    font-size: 24px;
  }

  .heading-two p {
    color: #fff;
    font-size: 16px;
    padding: 12px 0;
  }

  .paragraph_sec ul li {
    display: inline-block;
    color: #fff;
  }

  .right-section {
    margin-top: 30px;
  }
}

@media (max-width: 414px) {}

@media (max-width: 375px) {}


/* Overlay */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 1000;
}

/* Popup Form */
#popup-form {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  display: none;
  z-index: 1001;
  max-width: 600px;
  width: 100%;
  border-radius: 8px;
}

/* Popup Content */
.popup-content {
  position: relative;
}

/* Close Button */
.close-button {
  position: absolute;
  top: 0px;
  right: 15px;
  font-size: 34px;
  cursor: pointer;
  color: #fff;
}

.heading-three.mb-5 a {
    text-decoration: none;
    color: #000;
}

