:root {
  --primary: #66685c;
  --secondary: #c2c4a7;
  --ternary: #c4b08f;
}

.section-padding {
  padding: 100px 0;
}

.cursor2 {
  background-color: var(--secondary);
}

#hero {
  height: 100vh;
}

#hero .slide-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

#hero .theme-btn {
  margin-top: 20px;
  padding: 15px 30px;
  border-radius: 0;
  border-color: var(--primary);
  font-size: 18px;
}

.wpo-hero-slider .slide-content h2 {
  font-size: 65px;
  line-height: 75px;
}

.wpo-hero-slider .slide-content {
  max-width: 1000px;
}

.wpo-site-header .navbar-header .navbar-brand img {
  max-width: 150px;
  filter: brightness(0) invert(1);
}

.wpo-site-header .navigation.sticky-header {
  background-color: white;
}

.wpo-site-header .navigation.sticky-header .navbar-header .navbar-brand img {
  filter: none;
}

.wpo-site-header .navigation.sticky-header #navbar>ul>li>a,
.wpo-site-header .navigation.sticky-header .header-right .social_menu a {
  color: var(--primary);
}

.wpo-site-header .navigation.sticky-header .header-right .social_menu a:hover {
  color: var(--ternary);
}

.wpo-header-style #navbar {
  justify-content: center !important;
}

.preloader img {
  max-width: 65px;
}

.preloader .loader-line-mask .loader-line {
  box-shadow: inset 0 0 0 1px var(--secondary);
}

.video-hero {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: -2;
}

.video-overlay {
  background-color: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.header-right .social_menu {
  gap: 1.5rem;
}

.header-right .social_menu a {
  font-size: 22px;
  color: white;
}

.wpo-site-header #navbar>ul li a:hover {
  color: var(--secondary);
}

.theme-btn {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}

.theme-btn:hover {
  background-color: var(--ternary) !important;
  border-color: var(--ternary) !important;
}

.header-right .social_menu a:hover {
  color: var(--secondary);
}

.wpo-project-section .title h2 {
  color: var(--primary);
  font-size: 75px;
  margin: 0 auto 40px;
  line-height: 75px;
}

.title h2 {
  color: var(--primary);
  text-align: center;
  font-weight: 400;
  font-size: 75px;
  line-height: 75px;
  margin: 0 auto 40px;
  display: block;
}

.wpo-funfact-section .item h2 span {
  font-size: 160px;
  color: var(--secondary) !important;
}

.wpo-funfact-section .item h3 {
  font-size: 22px;
  color: var(--secondary) !important;
}

.wpo-about-section .content h2 {
  font-size: 75px;
  text-align: left;
  line-height: 75px;
  margin-bottom: 20px;
  color: var(--primary);
}

.wpo-about-section .about-wrap {
  width: unset;
  margin: 0 auto;
}

.wpo-about-section .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.wpo-about-section .content {
  text-align: justify;
  padding-right: 55px;
}

.wpo-about-section .content p {
  max-width: unset;
}

#about .theme-btn {
  padding: 15px 20px;
  border-radius: 0;
  font-size: 18px;
}

.wpo-about-section .content .about-btn {
  max-width: unset;
  margin: 30px 0 0;
}

#sep.wpo-funfact-section {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(../img/sep.webp);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 100px 0;
}

#sep .title h3 {
  font-size: 60px;
}

#sep .content h5 {
  font-size: 22px;
  font-weight: 500;
  color: var(--secondary);
}

#sep .content p {
  font-weight: 500;
  color: white;
}

#sep .content ul li {
  margin-bottom: 8px;
}

#services {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../img/services.webp);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-card-s2 .content {
  height: 100%;
  max-width: unset;
  padding: 60px 40px;
}

.service-card-s2 {
  height: 100%;
  align-items: flex-start;
}

.service-card-s2 h2 {
  margin-bottom: 10px;
}

.service-card-s2 h2 a {
  font-size: 32px;
  line-height: 40px;
}

.service-card-s2 p {
  font-size: 17px;
}

.service-card-s2 .icon img {
  height: 100px;
}

.wpo-funfact-section .item {
  margin-bottom: 0;
}

.wpo-service-section-s2 .service-wrap .bg-image {
  border-radius: unset;
}

.wpo-instagram-section .instagram-card .popup-icon {
  background-color: var(--secondary);
}

.wpo-instagram-section .instagram-card .popup-icon i {
  color: white;
}

#brochure {
  padding: 120px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/brochure.webp);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top;
}

#brochure h4 {
  color: white;
  font-size: 45px;
}

#brochure .theme-btn {
  padding: 10px 20px;
  border-radius: 0;
  background: transparent !important;
  border-color: white !important;
}

#brochure .theme-btn:hover {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}

#contact .row.first-part {
  flex-direction: column;
  color: white;
  padding: 30px 20px;
  height: 100%;
  justify-content: center;
}

#contact .office-info-item {
  border-bottom: 1px solid grey;
}

#contact .office-info-item:last-child {
  border-bottom: none;
}

#contact .office-info-text h2,
#contact .office-info-text p {
  color: white;
}

#contact .info {
  background-color: var(--primary);
}

#contact .office-info-icon {
  display: flex;
  gap: 10px;
  align-items: center;
}

#contact .office-info-text {
  padding: 30px 0;
}

#contact .office-info-text p {
  font-size: 18px;
}

.wpo-contact-pg-section .wpo-contact-form-area {
  margin-bottom: 0;
}

.wpo-site-footer {
  padding: 15px 0;
  color: white;
  font-size: 16px;
  background-color: #222;
}

.wpo-site-footer a {
  color: white;
}

.back-to-top {
  background-color: var(--ternary);
  border-color: var(--ternary);
}

.back-to-top:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--primary);
}

.back-to-top:hover.back-to-top i {
  color: black;
}

.grey-container {
  background-color: #66685c;
  padding: 100px;
}

#sep .content ul li {
  margin-bottom: 8px;
  font-size: 16px;
  letter-spacing: 0.3px;
}

#sep .content ul {
  padding-left: 1rem;
}

.fancybox-skin {
  background: none;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: var(--secondary) !important;
}

#contact .office-info-text a {
  color: white;
  font-size: 18px;
}

#contact .office-info-text a:hover {
  color: var(--secondary);
}

.sep-img {
  padding-bottom: 100px;
}

.sep-img img {
  height: 500px;
  width: 100%;
  object-fit: contain;
}

#contact .office-info-text h2 {
  margin-bottom: 0;
}

.wpo-contact-pg-section form .submit-area {
  text-align: left;
  margin-bottom: 0;
}

.wpo-contact-pg-section form input,
.wpo-contact-pg-section form select,
.wpo-contact-pg-section form textarea {
  font-size: 18px;
}

.wpo-contact-pg-section form textarea {
  height: 150px;
}

.safari #sep,
.safari #services,
.safari #brochure {
  background-attachment: unset !important;
}

@media (max-width: 991px) {
  .wpo-site-header #navbar {
    background-color: var(--primary);
  }

  .wpo-site-header #navbar>ul>li>a {
    font-size: 18px;
  }

  .img-height-mobile {
    height: 400px;
  }

  .safari .img-height-mobile {
    padding: 0;
  }

  .safari .img-height-mobile img {
    display: block !important;
    height: 400px;
    width: 100%;
    object-fit: cover;
  }

  .wpo-site-header .mobail-menu button {
    background-color: transparent;
  }

  .wpo-site-header .sticky-header .mobail-menu button {
    background-color: var(--primary);
  }

  .wpo-site-header .slideInn {
    right: 0 !important;
    left: unset !important;
  }

  .wpo-site-header .navbar-header .navbar-brand img {
    max-width: 120px;
  }

  .theme-btn {
    padding: 10px 25px !important;
  }

  .wpo-about-section .content h2,
  .wpo-project-section .title h2,
  .title h2 {
    font-size: 60px;
    line-height: 60px;
  }

  .wpo-hero-slider .slide-content h2 {
    font-size: 40px;
    line-height: 50px;
  }

  #hero .slide-sub-title {
    margin-top: 80px;
  }

  .wpo-about-section .content {
    padding: 0 12px;
    text-align: justify;
  }

  .wpo-funfact-section .item h2 span {
    font-size: 130px;
    line-height: 130px;
  }

  .wpo-funfact-section .item {
    margin-bottom: 30px;
  }

  .service-card-s2 {
    text-align: center;
  }

  #brochure h4 {
    font-size: 40px;
  }

  #contact .row.box {
    flex-direction: column-reverse;
  }

  #contact .row.box .col-lg-7 {
    padding: 0;
  }

  #contact {
    padding-bottom: 0;
  }

  #contact .info {
    margin: 40px 0;
  }

  #contact .office-info-item {
    background-color: var(--primary);
  }

  .wpo-site-header .navbar-header {
    float: left;
  }

  .wpo-site-header .mobail-menu button {
    float: right;
  }

  .wpo-site-header .navigation {
    padding: 20px 40px;
  }

  .wpo-hero-slider {
    padding: 0;
  }

  .wpo-about-section .image {
    display: none;
  }

  .wpo-site-header #navbar .navbar-nav {
    height: unset;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 30px !important;
  }

  .social-mobile {
    display: flex !important;
    padding: 0 30px;
    gap: 20px;
  }

  .social-mobile a {
    color: white;
    font-size: 20px;
  }

  .wpo-site-header .menu-close {
    border: none;
  }
}

@media (max-width: 575px) {
  .grey-container {
    padding: 100px 15px;
  }

  .wpo-hero-slider .slide-content h2 {
    font-size: 36px;
    line-height: 38px;
  }

  .theme-btn {
    font-size: 16px !important;
  }

  .wpo-site-header .navigation {
    padding: 20px;
  }

  .wpo-about-section .content h2,
  .wpo-project-section .title h2,
  .title h2,
  #sep .title h3 {
    font-size: 50px;
    line-height: 50px;
  }

  #brochure .row {
    text-align: center;
    gap: 1.5rem;
  }

  #contact .info {
    margin: 0;
  }

  .wpo-contact-pg-section .wpo-contact-form-area {
    box-shadow: none;
    padding: 0 30px;
    margin-bottom: 100px;
  }

  .wpo-contact-title {
    display: none;
  }

  #contact .office-info-icon {
    align-items: end;
  }

  .wpo-instagram-section .wraper .instagram-card {
    padding: 15px;
  }

  .wpo-instagram-section .instagram-card img {
    height: 400px;
    object-fit: cover;
  }

  #services {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
      url(../img/services-mobile.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
  }

  #sep.wpo-funfact-section {
    background: none;
  }
}

@media (min-width: 992px) {
  .wpo-site-header .navigation.sticky-header #navbar>ul li a:hover {
    color: var(--ternary) !important;
  }
}