/*
Theme Name: Ostrov Auto
Theme URI: ostrovauto.com.ua
Description:  Ostrov Auto.
Author: DevSeoSpace Team
Author URI: devseospace.com
Version: 1.0
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    font-size: clamp(14px, 1.2vw, 18px);
    line-height: 1.8;
}

.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: 16px;
  font-weight: normal;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: 16px;
  font-weight: normal;
}

.exo {
  font-family: "Exo", sans-serif;
  font-optical-sizing: 16px;
  font-weight: normal;
}

h2 {
  font-size: clamp(17px, 10vw, 83px);
  font-weight: 900;
  margin-bottom: 40px;
  line-height: normal;
}

h3 {
  font-size: clamp(17px, 10vw, 65px);
  font-weight: 900;
  margin-bottom: 40px;
  line-height: normal;
}

p {
	margin-bottom: 20px;
}

main ul {
	list-style-position: inside;
	margin-bottom: 20px;
}

main ul li {
	margin-bottom: 10px;
}

body {
  background: #000;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  height: 75px;
  padding: 0 100px;
  background: #C3DA0B;
  z-index: 600;
}

.header-logo {
  width: 100%;
  max-width: 65px;
}

.header-logo a img {
  width: 100%;
  min-width: 110px;
  height: auto;
}

.header-menu {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.main-nav {
  background: #C3DA0B;
}

.menu,
.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* .menu > li {
  position: relative;
} */

.menu a {
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none;
  height: 75px;
  width: auto;
  padding: 12px 16px;
  background: #C3DA0B;
  white-space: nowrap;
}

.menu a:hover {
  /* background: #333; */
  color: #fff;
}

/* Desktop: горизонтальне меню */
.menu {
  display: flex;
  align-items: center;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-container,
.hero-container-category {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #C3DA0B;
  padding-top: 75px;
}

.hero-container-category {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  background: #C3DA0B;
  padding-top: 75px;
  position: relative;
  overflow: hidden;
}

.hero-container-contacts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-top: 75px;
  position: relative;
  overflow: hidden;
}

.paralax-bg-contacts {
  position: absolute;
    inset: 0;
    background: url(img/retro-auto.png) center / cover no-repeat;
    transform: translateZ(0);
}

.hero-container-contacts-content {
  color: #fff;
  text-align: center;
  padding: 20px;
  z-index: 100;
}

.hero-container-contacts-content h1,
.hero-container-contacts-content h1 span {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(17px, 13vw, 83px);
  font-weight: 700;
  text-transform: uppercase;
}
.hero-container-contacts-content p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.contacts-map {
  width: 100%;
  height: 350px;
  border: none;
  filter: grayscale(100%) brightness(0.25);
  transition: all 1000ms;
}

.contacts-map:hover {
    filter: grayscale(0%) brightness(1);
}

.hero-content {
  width: 100%;
  height: auto;
  padding: 0 100px;
}

.hero-content-category {
  width: 100%;
  height: auto;
  padding: 0 100px;
  z-index: 100;
}

.hero-content h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  max-width: 390px;
}

.hero-brand {
    width: 100%;
    height: auto;
}

.hero-content p,
.hero-content-category p {
    font-size: 16px;
    max-width: 650px;
    margin-bottom: 50px;
}

.hero-content-category h1,
.hero-content-category h1 span {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(30px, 10vw, 83px);
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
}

.hero-content-category p {
  max-width: 650px;
  margin-bottom: 50px;
  color: #fff;
}

.hero-button,
.custom-cont-button,
.global-cta-button a,
.custom-cont-2-button,
.custom-cont-3-button {
    display: inline-block;
    font-size: 24px;
    padding: 15px 40px;
    background: #eb420a;
    color: #fff;
    text-decoration: none;
    transition: all 1000ms;
    box-shadow: inset 0 0 0 0 #000;
}

/*.hero-button:hover,*/
/*.custom-cont-button:hover {*/
/*    box-shadow: inset 500px 0 0 0 #000;*/
/*}*/

.full-width-right {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.hero-container-cta {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 465px;
  padding: 45px 40px;
  background: #fff;
    -webkit-mask: linear-gradient(45deg, transparent 25px, black 0) top left;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
}

.hero-container-cta-content {
  max-width: 240px;
}

.cta-content-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.cta-content-description {
  font-size: 15px;
  line-height: 1.2;
  color: #989898;
}

.cta-content-img {
  position: absolute;
  right: 0;
  top: -50px;
}

.hero-container-review {
  position: relative;
  width: 100%;
  max-width: 575px;
  padding: 60px 60px;
  color: #fff;
  background: #000;
    -webkit-mask: linear-gradient(135deg, transparent 25px, black 0) top left;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
}

.hero-container-review-content {
  position: relative;
}

.hero-container-title,
.hero-container-title b {
  font-size: 28px;
  font-weight: 200;
  margin-bottom: 20px;
}

.hero-container-title b {
  font-weight: 700;
}

.hero-container-description {
  font-size: 15px;
  font-weight: 200;
  margin-bottom: 20px;
}

.hero-container-button {
  display: inline-block;
  padding: 15px 40px;
  text-decoration: none;
  color: #7e7e7e;
  background: #FEFFFF;
  transition: all 800ms;
}

.hero-container-button:hover {
  color: #000;
}

.vector-hero {
  display: flex;
  width: 100%;
  height: auto;
  background: #000;
}

.vector-hero img {
  width: 100%;
  height: auto;
}

.content-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #000;
  color: #fff;
  padding: 150px 0;
}

.content-box,
.content-box-contacts {
  width: 100%;
  max-width: 1920px;
  display: flex;
  flex-direction: column;
  padding: 0 100px;
}

.content-box-contacts {
    align-items: center;
}

.hp-h2 {
  font-size: clamp(17px, 15vw, 83px);
  font-weight: 900;
  margin-bottom: 100px;
}

.custom-cont-1 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  background: #0D0E0C;
  padding: 60px;
  margin-top: 75px;
  margin-bottom: 75px;
}

.custom-cont-1-decor {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
}

.custom-cont-1-decor img {
  width: 25vw;
}

.custom-cont-1-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.custom-cont-1-img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 calc(30% - 25px);
}

.custom-cont-1-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-cont-1-content {
  padding: 100px;
  flex: 0 0 calc(70% - 25px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url(img/custom-container-1-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;

}

.custom-cont-1-content h3,
.custom-cont-2-content h3,
.custom-cont-2-content h3 span,
.custom-cont-3-content h3,
.custom-cont-3-content h3 span {
  font-size: clamp(24px, 5vw, 73px);
  font-weight: 900;
  margin-bottom: 40px;
}

.custom-cont-1-content p,
.custom-cont-2-content p,
.custom-cont-3-content p {
  margin-bottom: 40px;
  font-size: clamp(16px, 1vw, 24px);
}

.custom-cont-1-content ul {
  list-style: inside;
  margin-bottom: 40px;
  font-size: 18px;
  color: #827E7E;
}

.custom-cont-button {
  width: fit-content;
}

.cta-card-servises {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 60px;
  margin-top: 75px;
  margin-bottom: 75px;
}

.cta-card-servises-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 120px) / 3);
  padding: 100px 50px;
  background: rgb(26, 26, 26, 50%);
  -webkit-mask: linear-gradient(225deg, transparent 60px, black 0) top left;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
}

.cta-card-category-item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 120px) / 3);
  padding: 100px 50px;
  background: rgb(26, 26, 26, 50%);
  color: #fff;
  -webkit-mask: linear-gradient(225deg, transparent 60px, black 0) top left;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
}

.cta-card-category-content {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cta-card-category-title {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
}

.cta-card-category-desc {
    color: #696767;
    margin-bottom: 15px;
}

.cta-card-category-price {
    width: fit-content;
    min-width: 120px;
    padding: 5px 15px;
    text-align: center;
    background: #D2EB0A99;
    color: #fff;
}

.cta-card-contacts {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 150px;
}

.cta-card-contacts-item {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: calc((100% - 120px) / 3); */
  width: 100%;
  padding: 100px 50px;
  background: #1a1a1a80;
  gap: 15px;
  border-top: 1px solid #1a1a1a80;
  transition: all 1000ms;
}

.cta-card-contacts-item:hover,
.cta-card-contacts-item:active {
  border-top: 1px solid #D2EB0A;
}

.cta-card-сontacts-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95px;
  height: 95px;
}

.cta-card-сontacts-img img {
  width: 100%;
  height: auto;
}

.cta-card-contacts-content {
  width: calc((100% - 110px));
}

.cta-card-contacts-title {
  font-size: clamp(16px, 1vw, 28px);
  font-weight: 600;
  color: #fff;
}

.cta-card-contacts-text,
.cta-card-contacts-text ul li {
  font-size: clamp(16px, 1vw, 18px);
  font-weight: 400;
  color: #8d8d8d;
}

.cta-card-contacts-text ul {
  list-style: none;
}

.contacts-text-box {
  width: 100%;
  max-width: 1080px;
  text-align: center;
  margin-bottom: 150px;
}

.contacts-text-box p {
  font-size: clamp(16px, 5vw, 28px);
}

.contacts-form {
  width: 100%;
  max-width: 1500px;
  padding: 150px 200px;
  background: #1d1d1d;
  margin-bottom: 150px;
}

.contacts-form-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

.contacts-form-item-title {
  font-size: clamp(16px, 5vw, 28px);
  color: #B6B6B6;
}

.contacts-form-item-container {
  width: 100%;
  height: auto;
  padding: 15px 25px;
  background: #121212;
  color: #B6B6B6;
  border: none;
}

.contacts-form-item-text-area {
  width: 100%;
  height: auto;
  min-height: 150px;
  padding: 15px 25px;
  background: #121212;
  color: #B6B6B6;
  border: none;
}

.contacts-form-button {
  font-size: clamp(16px, 5vw, 28px);
  background: #D2EB0A;
  color: #454545;
  border: none;
  padding: 25px 70px;
  transition: all 500ms;
}

.contacts-form-button:hover {
  cursor: pointer;
  color: #000;
  color: #454545;
}

.cf-status {
  display: none;
  font-size: clamp(16px, 5vw, 28px);

}

a.cta-card-servises-item {
  text-decoration: none;
  transition: all 500ms;
  transform: scale(1);
}

a.cta-card-servises-item:hover {
  transform: scale(1.025);
}

.cta-card-servises-brand {
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 200;
  letter-spacing: 2.5px;
  color: #fff;
}

.cta-card-servises-img {
  width: 100%;
  height: auto;
}

.cta-card-servises-img img {
  width: 100%;
  height: auto;
}

.cta-card-servises-content {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cta-card-servises-category {
  font-size: 20px;
  font-weight: 400;
  color: rgb(255, 255, 255, 50%);
}

.cta-card-servises-title {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.global-cta-button {
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 150px;
}

.hero-button:hover,
.custom-cont-button:hover,
.global-cta-button a:hover,
.custom-cont-2-button:hover,
.custom-cont-3-button:hover {
  box-shadow: inset 500px 0 0 0 #ffffff;
  color: #000;
}

.custom-cont-2 {
  width: 100%;
  height: auto;
  display: flex;
  margin-top: 75px;
  margin-bottom: 75px;
}

.custom-cont-2-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.custom-cont-2-content h3,
.custom-cont-3-content h3 {
  color: #fff;
}

.custom-cont-2-content h3 span,
.custom-cont-3-content h3 span {
  color: #C3DA0B;
}

.custom-cont-2-button {
  width: fit-content;
}

.custom-cont-2-img {
  width: 50%;
  height: auto;
}

.custom-cont-2-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-cont-3 {
  width: 100%;
  height: 100%;
  min-height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin-top: 75px;
  margin-bottom: 75px;
}

.paralax-bg {
  position: absolute;
  inset: 0;
  background: url(img/retro-auto.png) center / cover no-repeat;
  transform: translateZ(0);
}

.custom-cont-3-content {
  width: 100%;
  max-width: 1500px;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 20px;
}

.global-img-full-width {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.global-img-full-width img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


footer {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #8D8D8D;
}

.footer-container {
  width: 100%;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 60px 0 60px 0;
  border-bottom: 1px solid #2C2C2C;
}

.footer-top-left {
  width: 100%;
  max-width: 260px;
}

.footer-top-left-img {
  width: 100%;
  max-width: 136px;
  margin-bottom: 20px;
}

.footer-top-left-title {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #D2EB0A;
  margin-bottom: 15px;
}

.footer-top-left-text {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
}

.footer-top-left-social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-top-left-social-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #2A2A2A;
  border-radius: 100%;
}

.footer-top-nav {
  width: 100%;
  max-width: 700px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.footer-top-nav-title {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.footer-top-nav-links li,
.footer-top-nav-links li a {
  list-style: none;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.footer-top-nav-links a {
  
  text-decoration: none;
  color: #8D8D8D;
}

.footer-bottom {
  margin: 60px 0 100px 0;
}

.footer-bottom-left {
  font-size: 14px;
}

.accent {
  color: #C3DA0B !important;
}

.m-50 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.mb0 {
  margin-bottom: 0;
}

.mt50 {
    margin-top: 50px;
}

.call-number {
    color: #8d8d8d;
    text-decoration: none;
}

@media (max-width: 1680px) {
  .custom-cont-1-content h3,
  .custom-cont-2-content h3,
  .custom-cont-1-content p,
  .custom-cont-2-content p,
  .custom-cont-1-content ul {
    margin-bottom: 30px;
  }
}

@media (max-width: 1440px) {
  .custom-cont-1-content h3,
  .custom-cont-2-content h3,
  .custom-cont-1-content p,
  .custom-cont-2-content p,
  .custom-cont-1-content ul {
    margin-bottom: 20px;
  }
  .custom-cont-1-img {
    flex: 0 0 calc(40% - 25px);
  }
  .custom-cont-1-content {
    padding: 50px;
    flex: 0 0 calc(60% - 25px);
  }
  .hero-button,
  .custom-cont-button {
    padding: 10px 40px;
  }
}

@media (max-width: 1280px) {
  header {
    padding: 0 50px;
  }
  .hero-content,
  .hero-content-category {
    padding: 0 50px;
  }
  .content-box,
  .content-box-contacts {
    padding: 50px;
  }
  .custom-cont-1 {
    padding: 40px;
  }
  .custom-cont-1-decor {
    margin-bottom: 40px;
  }
}

@media (max-width: 1024px) {
  .cta-card-servises-item,
  .cta-card-category-item {
    width: calc((100% - 80px) / 2);
  }
  .custom-cont-1 {
    padding: 20px;
  }
  .custom-cont-1-decor {
    margin-bottom: 20px;
  }
  .custom-cont-1-img {
    flex: 0 0 calc(40% - 10px);
  }
  .custom-cont-1-content {
    padding: 50px;
    flex: 0 0 calc(60% - 10px);
  }
  .custom-cont-2 {
    flex-direction: column;
  }
  .custom-cont-2-content {
    order: 2;
    width: 100%;
  }
  .custom-cont-2-img {
    order: 1;
    width: 100%;
    margin-bottom: 150px;
  }
  .contacts-form {
    padding: 75px 100px;
  }
  .footer-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-top-left {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .hero-content,
  .hero-content-category {
    padding: 0 20px;
  }
  .content-box,
  .content-box-contacts {
    padding: 20px;
  }
  .contacts-form {
    padding: 30px 50px;
  }
  .contacts-form-button {
    width: 100%;
    padding: 15px 70px;
  }
}

@media (max-width: 640px) {
  .hero-container-cta {
    padding: 40px 30px;
  }
  .hero-container-review {
    max-width: 95%;
    padding: 40px 40px;

  }
  .cta-card-servises-item,
  .cta-card-category-item {
    width: 100%;
  }
  .custom-cont-1-box {
    flex-direction: column;
  }
  .custom-cont-1-content {
    flex: auto;
  }
  .custom-cont-1-img {
    margin-bottom: 20px;
  }
  .custom-cont-1-img img {
    max-height: 350px;
  }
}

@media (max-width: 530px) {
  .footer-top-nav {
    flex-direction: column;
  }
}

@media (max-width: 490px) {
  .hero-container-cta {
    max-width: 95%;
  }
  .hero-container-cta-content {
    max-width: 100%;
  }
  .cta-content-img {
    display: none;
  }
  .custom-cont-1-content {
    padding: 25px;
  }
  .hero-button, .custom-cont-button {
    padding: 5px 25px;
  }
  .contacts-form {
    padding: 15px 25px;
  }
}

/* @media (max-width: 1680px) {} */