/*
Theme Name: Izzatov's Secret
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 0.0.20
*/
@font-face {
  font-family: "Ambassadore Type";
  src: url("/wp-content/themes/izzatovssecret/assets/font/ambassadoretype.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Ambassadore Type", serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

h1 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
}
h2.large {
  font-size: 3rem;
}

h3 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

span.gold {
  color: #bc9a6a !important;
}

.transparent .header-main {
  height: 150px !important;
}

.accent-font {
  font-family: "amandine";
}

.button:not(.icon) {
  z-index: 2;
  padding: 0.5rem 2.5rem;
  border-radius: 0px !important;
  border: 2px solid rgba(175, 133, 84, 0.98);
  font-family: "niveau-grotesk";
  font-size: 1rem;
  font-weight: 300;
  text-transform: capitalize;
  line-height: 1 !important;
  letter-spacing: 0;
  min-height: 0;
  box-shadow: none !important;
}
.button:not(.icon).primary, .button:not(.icon).primary:visited, .button:not(.icon).primarylink {
  background-image: linear-gradient(90deg, #b99768, #e3d1b8, #bc9a6a);
  color: #000;
  border: none;
}
.button:not(.icon).primary:hover, .button:not(.icon).primary:focus {
  color: #000;
  opacity: 0.9;
}
.button:not(.icon).primary.is-outline, .button:not(.icon).primary.is-outline:visited {
  border: 1px solid #fff;
  background-image: none;
  color: #fff;
}
.button:not(.icon).primary.is-outline:hover, .button:not(.icon).primary.is-outline:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

section.hero {
  height: auto !important;
  aspect-ratio: 16/9;
  min-height: auto !important;
}
section.hero .section-content {
  height: 100%;
}
section.hero .section-content > .row {
  height: 100%;
}
section.hero .section-content > .row .hero-title {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.hero .section-content > .row .hero-title h1 {
  text-align: center;
  font-family: "amandine";
  font-size: 6rem;
  font-weight: 300;
  color: #bc9a6a;
  text-transform: uppercase;
}
section.hero .section-content .banner-header {
  position: relative;
  min-height: 200px;
}
section.hero .section-content .banner-header .slide {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  clip-path: inset(0 100% 0 0);
  animation: reveal 10s linear infinite;
  transition: opacity 1s ease-in-out;
  opacity: 0;
  text-align: center;
}
section.hero .section-content .banner-header .slide h2 {
  text-align: center;
  font-family: "Ambassadore Type";
  font-size: 4rem;
  font-weight: 300;
  color: black;
  text-transform: uppercase;
  margin: 0.75rem 0 0 0;
  padding: 0;
}
section.hero .section-content .banner-header .slide p {
  font-size: 2rem;
  color: white;
  margin: 0;
  padding: 0;
}
section.hero .section-content .banner-header .slide.show {
  display: inline-block;
  opacity: 1;
}
section.hero .section-content .banner-header .slide.hide {
  display: inline-block;
  opacity: 0;
}

@keyframes reveal {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  33% {
    clip-path: inset(0 0% 0 0);
  }
  50% {
    clip-path: inset(0 0% 0 0);
  }
  70% {
    clip-path: inset(0 0% 0 0);
  }
  100% {
    clip-path: inset(0 100% 0 0);
  }
}
.services .service {
  position: relative;
}
.services .service .col-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.services .service:nth-child(even) .col-inner {
  background-image: linear-gradient(90deg, #cbaf88, #b49a74, #a38151);
}
.services .service .img img {
  width: 100%;
  height: 425px;
  object-fit: cover;
}
.services .service .head {
  background-image: linear-gradient(90deg, #c2a478, #f7f4ef);
  position: absolute;
  top: 425px;
  width: calc(100% + 8px);
  min-height: 60px;
  opacity: 0.84;
  transform: translateY(-100%);
  padding: 0;
  margin: 0 -4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.services .service .head p {
  font-size: 25px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.services .service .text:not(.head) {
  padding: 1rem;
}
.services .service .button {
  margin-top: auto;
  width: fit-content;
}

.testimonial {
  position: relative;
  display: flex;
  background-color: #fff;
}
.testimonial::before {
  content: "";
  position: relative;
  display: block;
  min-width: 70px;
  height: 100px;
  background-image: url("/wp-content/uploads/2025/01/image-3.png");
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  margin: 2rem 0 0 2rem;
}
.testimonial::after {
  content: "";
  position: relative;
  display: block;
  min-width: 70px;
  height: calc(100% - 2rem);
  background-image: url("/wp-content/uploads/2025/01/image-1-1.webp");
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  margin: 0 2rem 2rem 0;
}
.testimonial .col-inner {
  flex: unset;
}

.accordion .accordion-title {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: none;
  font-size: 1rem;
}

form .gfield_label {
  text-transform: uppercase;
  letter-spacing: 0.1em !important;
}
form input, form textarea {
  border-radius: 0 !important;
  border: 1px solid #000 !important;
  box-shadow: none !important;
}
form .gform_button.button {
  z-index: 2 !important;
  padding: 0.5rem 2.5rem !important;
  border-radius: 0px !important;
  border: 2px solid rgba(175, 133, 84, 0.98) !important;
  background-image: linear-gradient(90deg, #b99768, #e3d1b8, #bc9a6a) !important;
  color: #000 !important;
  border: none !important;
  font-family: "niveau-grotesk" !important;
  font-size: 1rem !important;
  font-weight: 300 !important;
  text-transform: capitalize !important;
  line-height: 1.6 !important;
  letter-spacing: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  box-shadow: none !important;
}

.absolute-footer {
  background-color: #000;
  color: #fff;
}

/*# sourceMappingURL=style.css.map */
