/*
	Theme Name: Hello Elementor Child
	Template: hello-elementor
	Author: Elementor Team
	Version: 1.0
	Text Domain: hello-elementor-child
*/

@font-face {
  font-family: "Proxima Nova";
  src: url("fonts/ProximaNova-Light.woff2") format("woff2"),
    url("fonts/ProximaNova-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("fonts/ProximaNova-Bold.woff2") format("woff2"),
    url("fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("fonts/ProximaNova-Black.woff2") format("woff2"),
    url("fonts/ProximaNova-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

body,
a,
li {
  font-family: "Proxima Nova", sans-serif !important;
  letter-spacing: 0.1px;
}

.contour_text {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 900;
  font-size: 100px;
  color: transparent;
  -webkit-text-stroke: 1px #ffffffc2;
  text-stroke: 1px #ffffffc2;
}

#tahefobu-header.ta-sticky-active, .turbo-header-template.ta-sticky-active {
	top: 0 !important;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    transition: all 0.3s ease;
}


.tahefobu-nav-menu {
  display: flex;
  align-items: center;
}

.tahefobu-nav-menu .tahefobu-menu-item {
  max-width: 105px;
  text-align: left;
}

.charmonman_font {
  font-family: "Charmonman";
  font-weight: 700;
  font-size: 35px;
}

.cf7-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px 20px;
}

.cf7-grid .cf7-col {
  position: relative;
}
.cf7-grid .cf7-col-full {
  grid-column: span 2;
}

.cf7-grid .wpcf7-form-control {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(120, 110, 98, 0.45);
  background: transparent;
  padding: 14px 0;
  font-size: 17px;
  line-height: 1.2;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
}

.cf7-grid input,
.cf7-grid textarea,
.cf7-grid select {
  -webkit-appearance: none;
  appearance: none;
}

.cf7-col p {
  margin-bottom: 0;
}

.cf7-grid ::placeholder {
  color: #000;
}

.cf7-grid .cf7-col:focus-within::after {
  width: 100%;
}

.cf7-grid textarea.wpcf7-textarea {
  resize: none;
  min-height: 90px;
  padding-top: 10px;
}

.cf7-grid .cf7-select select {
  padding-right: 34px;
  cursor: pointer;
}

.cf7-grid .cf7-select::before {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(60, 60, 60, 0.65);
  border-bottom: 2px solid rgba(60, 60, 60, 0.65);
  transform: translateY(-55%) rotate(45deg);
  pointer-events: none;
}

.cf7-grid .cf7-select select:required:invalid {
  color: rgba(60, 60, 60, 0.75);
}
.cf7-grid .cf7-select option {
  color: #222;
}
.cf7-grid .cf7-select option[value=""] {
  color: rgba(60, 60, 60, 0.75);
}

.cf7-grid input[type="submit"] {
  padding: 16px 32px;
  width: auto;
}

.cf7-grid input[type="submit"]:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.cf7-grid input[type="submit"]:active {
  transform: translateY(0);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}

.wpcf7-not-valid-tip {
  font-size: 15px;
  font-weight: 400;
}

.big_image img {
    width:145%;
    max-width:none;
    height: auto;
}

@media (max-width: 768px) {
	.contour_text {
	  font-size: 70px;
	}
}

@media (max-width: 768px) {
	.contour_text {
	  font-size: 60px;
	}
  .cf7-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .cf7-grid .cf7-col-full {
    grid-column: span 1;
  }
}

@media (max-width: 380px) {
	.grid-container {
		grid-template-columns: 1fr !important;
	}
}
