/* hero start */
.hero {
  width: 100%;
  height: 100vh;
  position: relative;

  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 14.06%,
      rgba(0, 0, 0, 0.45) 63.76%
    ),
    url(../images/sheki.png),
    rgb(192, 190, 190) 0px -466.07px / 100% 158.249% no-repeat;
  background-size: cover;
}

.hero-top,
.hero-bottom {
  gap: 20px;
}

.hero-top-heading {
  font-size: 90px;
  color: var(--white);
}

.hero-top-txt {
  color: var(--black);
  width: 55%;
  text-align: center;
}

.hero-bottom-heading {
  font-size: 80px;
  color: var(--orange);
}

.hero-bottom-txt {
  color: var(--white);
  width: 33%;
  text-align: center;
  line-height: 1.3;
}

.hero a {
  position: absolute;
  top: 40%;
  left: 50%;
  opacity: 0.6;
}

/* hero end */

/* about and products start */
.aboutAndProduct-container {
  background-color: var(--cream);
}

.about-section {
  gap: 70px;
  padding: 40px 0;
}

.about-left,
.about-right {
  width: 50%;
}

.about-heading {
  color: var(--brown);
  font-size: 50px;
  margin-bottom: 20px;
}

.about-subheading {
  font-size: 25px;
  margin-bottom: 20px;
}

.about-left p {
  text-align: center;
}

.about-right img {
  width: 100%;
}

.btn-empty {
  margin-top: 50px;
  width: 40%;
  border: 1px solid var(--brown);
  border-radius: 7px;
  padding: 10px 15px;
  text-align: center;
  transition: 0.5s all ease-in-out;
}

.btn-empty:hover {
  background-color: var(--brown);
  color: var(--white);
}

/* products */
.products {
  padding: 40px 0;
}

.products-heading {
  color: var(--brown);
  font-size: 50px;
  text-align: center;
  margin-bottom: 40px;
}

/* swiper carousel owl */
.owl-carousel {
  width: 95vw;
  height: 100%;
  margin: 40px auto;
}

.owl-carousel img {
  height: 400px;
  width: 100%;
  object-fit: contain;
  transform: scale(0.6);
  transition: all 0.5s;
}

.owl-carousel img:hover {
  transform: scale(0.77);
  transition: all 0.5s;
}

.active.center img {
  transform: scale(1);
}

.owl-carousel.carousel-wine .owl-nav button.owl-next,
.owl-carousel.carousel-wine .owl-nav button.owl-prev {
  color: rgba(210, 170, 103, 1);
  font-size: 60px;
  font-weight: 600;
  position: absolute;
  font-family: "ArnoPro";
}

.owl-carousel.carousel-wine .owl-nav button.owl-next:hover,
.owl-carousel.carousel-wine .owl-nav button.owl-prev:hover {
  background: none;
  color: var(--brown);
}

.owl-carousel.carousel-wine .owl-nav button.owl-next {
  right: -70px;
  top: 30%;
}

.owl-carousel.carousel-wine .owl-nav button.owl-prev {
  left: -70px;
  top: 30%;
}

.owl-item.active.center > .carousel-wine-item > .carousel-wine-item-details {
  clip-path: inset(0 0 0% 0);
}

.carousel-wine-item {
  gap: 10px;
  width: 95%;
}

.carousel-wine-item-details {
  gap: 15px;
  clip-path: inset(0 0 100% 0);
  display: flex;
  transition: all 0.4s ease-in-out;
}

.carousel-wine-item-link {
  cursor: pointer;
  color: black;
}

.carousel-wine-item * {
  text-align: center;
}

.carousel-wine-item .carousel-wine-item-details h4 {
  font-size: 18px;
}

.carousel-wine-item .carousel-wine-item-details p {
  font-size: 14px;
}

.carousel-wine-item .carousel-wine-item-details a.btn-empty-carousel {
  width: 100%;
  border: 1px solid var(--brown);
  border-radius: 7px;
  padding: 5px 15px;
  text-align: center;
  transition: 0.5s all ease-in-out;
}

.carousel-wine-item a.btn-empty-carousel:hover {
  background-color: var(--brown);
  color: var(--white);
}

/* about and products end */

/* wine video start */
.wine-video {
  background-color: var(--black);
  position: relative;
  padding: 40px 0;
}

.wine-video-txt-container {
  position: absolute;
  inset: 0;
}

.wine-video-txt {
  width: 40%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.wine-video-txt * {
  color: var(--white);
}

.wine-video-txt > h2 {
  font-size: 50px;
  margin-top: 50%;
}

.wine-video-txt > p {
  font-size: 18px;
}

.wine-video-txt > .btn-empty {
  border-color: var(--white);
  display: block;
}

.wine-video-txt > .btn-empty:hover {
  background-color: var(--white);
  color: var(--black);
}

/* wine video end */

/* brands start */
.brands {
  padding: 50px 0;
  background-color: var(--cream);
}

.brands-heading {
  color: var(--brown);
  font-size: 50px;
  text-align: center;
  padding: 40px 0;
}

.brands-img-container img {
  width: 100%;
}

#grapes-img {
  clip-path: polygon(0 0, 0 97%, 97% 0);
}

#grape-garden {
  clip-path: polygon(100% 100%, 3% 100%, 100% 3%);
  position: absolute;
  top: 0;
  right: 0;
}

.brands-img-container {
  position: relative;
}

.brands-img-container img {
  height: 100%;
}

#grapes-img,
#grape-garden {
  height: 100%;
}

.brands-txt-left,
.brands-txt-right {
  position: absolute;
  color: var(--white);
}

.brands-txt-left {
  top: 3%;
  left: 3%;
}

.brands-txt-right {
  bottom: 5%;
  right: 5%;
}

.brands-txt-heading {
  font-size: 50px;
  font-weight: 400;
  width: 6ch;
}

.brands-btn {
  color: var(--white);
  border-color: var(--white);
  width: 100%;
  display: inline-block;
  margin-top: auto;
}

.brands-img-container .brands-btn:hover {
  background-color: var(--white);
  color: var(--black);
}

#grapes-img,
#grape-garden {
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

/* brands end */

/* news start */
.news-section {
  background-color: var(--cream);
  padding: 40px 0 90px 0;
}

.news-heading {
  color: var(--brown);
  font-size: 50px;
  text-align: center;
  padding: 40px 0;
}

.news-section .news-container {
  position: relative;
}

.first-grape,
.second-grape {
  position: absolute;
}

.first-grape {
  top: -27%;
  left: -7%;
  transform: rotate(210deg);
}

.second-grape {
  transform: rotate(33deg);
  right: -2%;
  bottom: -16%;
}

/* swiper */
.news-section .swiper {
  width: 100%;
  height: 100%;
}

.news-section .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.5s all cubic-bezier(0.23, 1, 0.32, 1);
}

.news-section .swiper-slide:hover .swiper-img-container::before {
  opacity: 0.6;
}

.news-section .swiper-slide:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.news-section .swiper-img-container {
  height: 300px;
  width: 100%;
  position: relative;
}

.news-section .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}

.news-section .swiper-slide .swiper-img-container {
  position: relative;
}

.swiper-img-container::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.4;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 50%,
    rgb(145, 140, 140) 100%
  );
}

.news-section .swiper-slide-img-txt * {
  position: absolute;
  color: var(--white);
  font-weight: 300;
  line-height: 1.5;
}

.news-section .swiper-slide-img-txt h3 {
  width: 50%;
  text-align: left;
  top: 10%;
  left: 10%;
}

.news-section .swiper-slide-img-txt p {
  bottom: 4%;
  right: 5%;
}

.swiper-slide-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 20;
  cursor: pointer;
}

/* ------------------- */
/* swiper buttons */

.news-section .news-swiper .swiper-wrapper {
  padding-bottom: 50px;
}

.news-section .swiper-button-next,
.swiper-button-prev {
  background-color: transparent;
  height: 10px;
  padding: 10px 25px;
  border-radius: 5px;
  border: 1px solid var(--brown);
  color: transparent;
  transition: 0.4s all ease-in-out;
}

.news-section .swiper-button-next:hover,
.swiper-button-prev:hover {
  box-shadow: 0 0 10px var(--brown);
}

.news-section .swiper-button-next {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='none'><path d='M12.25 11L19 6M19 6L12.25 0.999999M19 6L0.999999 6' stroke='%23974D24' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 30%;
  top: 100%;
}

.news-section .swiper-button-next::before {
  position: absolute;
  content: "irəli";
  color: var(--brown);
  top: 10%;
  right: 55px;
  font-family: Legan, "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS",
    sans-serif;
}

.news-section .swiper-button-prev::before {
  position: absolute;
  content: "geri";
  color: var(--brown);
  top: 10%;
  left: 55px;
  font-family: Legan, "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS",
    sans-serif;
}

.news-section .swiper-button-prev {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='none'><path d='M7.75 1L1 6M1 6L7.75 11M1 6H19' stroke='%23974D24' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 30%;
  top: 100%;
}

/* news end */

/* footer start */
.footer-top-container {
  padding: 50px 0;
  background-color: var(--creamDark);
}

.footer-bottom-container {
  padding: 30px 0;
  background-color: var(--cream);
}

footer * {
  color: black;
}

footer a svg path {
  fill: black;
}

.footer-bold-txt {
  font-weight: bold;
}

p.footer-bold-txt {
  width: 60px;
  text-align: end;
  margin-right: 20px;
}

.footer-column-gaps {
  gap: 20px;
}

.address-length {
  width: 60%;
}

footer a {
  transition: 0.4s all ease-in-out;
}

footer a:hover {
  scale: 1.1;
  text-decoration: underline;
  text-underline-offset: 5px;
}

/* footer end */

/* ------RESPONSIVE------ */

@media only screen and (min-width: 1440px) {
  .container {
    width: 1310px;
  }
}

@media only screen and (max-width: 1440px) {
  .container {
    width: 1190px;
  }

  /* carousel */
  .owl-carousel.carousel-wine .owl-nav button.owl-next {
    right: 5px;
    top: 30%;
  }

  .owl-carousel.carousel-wine .owl-nav button.owl-prev {
    left: 5px;
    top: 30%;
  }

  /* grape background ::before */
  .second-grape {
    transform: rotate(260deg);
    right: 0;
    bottom: -23%;
  }

  .first-grape {
    top: -33%;
    left: 0;
    transform: rotate(51deg);
  }
}

@media only screen and (max-width: 1200px) {
  .container {
    max-width: 1140px;
  }

  /* carousel */
  .owl-carousel.carousel-wine .owl-nav button.owl-next {
    right: -70px;
    top: 30%;
  }

  .owl-carousel.carousel-wine .owl-nav button.owl-prev {
    left: -70px;
    top: 30%;
  }
}

@media only screen and (max-width: 1189px) {
  .container {
    max-width: 1000px;
  }

  /* header and nav */
  nav {
    gap: 40px;
  }

  .social-container {
    gap: 15px;
  }

  .search-box:hover > .search-input {
    width: 120px;
    padding: 1px 6px;
  }

  /* carousel */
  .owl-carousel.carousel-wine .owl-nav button.owl-next {
    right: -50px;
    top: 30%;
  }

  .owl-carousel.carousel-wine .owl-nav button.owl-prev {
    left: -50px;
    top: 30%;
  }
}

@media only screen and (max-width: 1111px) {
  .container {
    max-width: 900px;
  }

  /* header and nav */
  nav {
    gap: 20px;
  }

  .social-container {
    gap: 5px;
  }

  /* hero */
  .hero {
    height: 1400px;
    background-position: center;
  }

  /* search input */
  .search-box:hover > .search-input {
    width: 95px;
  }

  /* wine vide */
  .wine-video-txt h2 {
    margin-top: 20%;
  }

  /* swiper slide */
  .news-section .swiper-slide-img-txt h3 {
    font-size: large;
  }
}

@media only screen and (max-width: 1027px) {
  .container {
    max-width: 900px;
  }

  /* hero */
  .hero {
    height: 1200px;
  }

  .hero-top-heading {
    font-size: 80px;
  }

  .hero-bottom-heading {
    font-size: 70px;
  }

  /* carousel */
  .owl-carousel.carousel-wine .owl-nav button.owl-next {
    right: 0px;
    top: 30%;
  }

  .owl-carousel.carousel-wine .owl-nav button.owl-prev {
    left: 0px;
    top: 30%;
  }

  /* grape under bg image */
  .second-grape {
    right: 8px;
  }

  /* wine video */
  .wine-video-txt {
    width: 55%;
  }

  .wine-video-txt h2 {
    margin-top: 30%;
  }
}

@media only screen and (max-width: 925px) {
  .container {
    max-width: 790px;
  }

  /* header and nav */
  .social-container {
    gap: 0;
  }

  nav {
    gap: 15px;
  }

  .navLink {
    font-size: 14px;
  }

  /* hero */
  .hero {
    background-position: 10%;
  }

  .brands-txt-heading {
    font-size: 40px;
  }
}

@media only screen and (max-width: 870px) {
  .container {
    max-width: 730px;
  }

  /* hero */
  .hero-top-heading {
    font-size: 70px;
  }

  .hero-bottom-heading {
    font-size: 60px;
  }

  .hero-bottom-txt {
    width: 55%;
  }

  /* carousel */
  .owl-carousel.carousel-wine .owl-nav button.owl-next {
    right: 10px;
    top: 30%;
  }

  .owl-carousel.carousel-wine .owl-nav button.owl-prev {
    left: 10px;
    top: 30%;
  }

  /* footer */
  .address-length {
    width: 40%;
  }
}

@media only screen and (max-width: 768px) {
  .container {
    max-width: 610px;
  }

  /* TABLET MENU START */

  .mobile-close-icon {
    position: absolute;
    top: 23px;
    right: 5.5%;
    font-size: 40px;
  }

  .mobile-close-icon path {
    fill: var(--white);
  }

  .mobile-header {
    background-color: var(--black);
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 40px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    width: 60%;
    height: 100vh;
    display: flex;
  }

  .mobile-header .logo-container {
    width: fit-content;
  }

  .mobile-header nav {
    gap: 30px;
    opacity: 0;
    transition: 1.5s all ease-in-out;
  }

  .mobile-header nav .navLink {
    font-size: 24px;
  }

  .mobile-header nav .navLink:hover::after {
    width: 40%;
  }

  .mobile-header .social-container {
    display: flex;
    margin-bottom: 40px;
    opacity: 0;
    transition: 1.5s all ease-in-out;
  }

  .mobile-header .social-container a {
    width: 35px;
    height: 35px;
  }

  .mobile-header .social-container a .facebook {
    width: 10px;
    height: 20px;
  }

  .mobile-header .social-container a .instagram {
    width: 22px;
    height: 22px;
  }

  .mobile-header .social-container a .lang {
    width: 22px;
    height: 22px;
  }

  .mobile-header .social-container {
    gap: 10px;
  }

  .header-burger-icon {
    display: inline-block;
    position: absolute;
    top: 23px;
    right: 3%;
    font-size: 35px;
  }

  .header-burger-icon path {
    fill: white;
  }

  .container .search-box .search-btn {
    width: 38px;
    height: 38px;
  }

  .container .search-box:hover {
    height: 35px;
  }

  .container .search-box .search-input {
    font-size: 16px;
  }

  .search-box:hover > .search-input {
    padding: 1px 10px;
  }

  .container .search-box .search-btn svg {
    height: 1.2em;
  }

  header .container nav,
  .social-container {
    display: none;
  }

  header .container {
    justify-content: space-between;
  }

  header .container .search-box {
    margin-right: 70px;
  }

  /* tablet menu */

  /* about */
  .about-section {
    gap: 30px;
  }

  .about-left {
    width: 40%;
  }

  /* carousel */
  .owl-carousel.carousel-wine .owl-nav button.owl-next {
    right: 25px;
    top: 30%;
  }

  .owl-carousel.carousel-wine .owl-nav button.owl-prev {
    left: 25px;
    top: 30%;
  }

  .owl-item.active.center {
    margin-right: 0;
  }

  /* wine video */
  .wine-video-txt h2 {
    font-size: 30px;
  }

  .wine-video-txt p {
    font-size: 16px;
    margin-top: 20px;
  }

  .wine-video-txt a {
    margin-top: 20px;
  }

  /* grape bg */
  .second-grape {
    right: 24px;
    bottom: -25%;
  }

  .first-grape {
    top: -46%;
    left: 14px;
  }

  /* footer */
  .footer-top {
    gap: 40px;
  }

  .address-column {
    width: 45%;
  }
}

/* Mobile */
@media only screen and (max-width: 650px) {
  .container {
    max-width: 500px;
  }

  /* hero */
  .hero-bottom-txt {
    width: 65%;
  }

  /* about */
  .about-section {
    flex-direction: column;
  }

  .about-left,
  .about-right {
    width: 100%;
  }

  /* carousel */
  .carousel-wine-item {
    width: 98%;
  }

  .owl-carousel.carousel-wine .owl-nav button.owl-next {
    right: 0;
    top: 30%;
  }

  .owl-carousel.carousel-wine .owl-nav button.owl-prev {
    left: 0;
    top: 30%;
  }

  /* brands */
  .brands-txt-heading {
    font-size: 35px;
  }

  /* wine video */
  .wine-video-txt h2 {
    font-size: 30px;
  }

  .wine-video-txt > .btn-empty {
    margin-top: 20px;
  }

  /* footer */
  .footer-top {
    flex-wrap: wrap;
  }

  .footer-social {
    flex-direction: row;
    align-items: baseline;
  }
}

/* MOBILE */
@media only screen and (max-width: 565px) {
  .container {
    max-width: 400px;
  }

  /* mobile header */
  .mobile-header {
    width: 100%;
  }

  /* brands */
  .brands-txt-heading {
    font-size: 25px;
  }

  /* wine video */
  .wine-video-txt {
    width: 100%;
  }

  .wine-video-txt h2 {
    margin-top: 10%;
  }

  /* bottom swiper button */
  .news-section .swiper-button-prev {
    left: 10%;
  }

  .news-section .swiper-button-next {
    right: 10%;
  }

  /* footer */
  .footer-top {
    flex-direction: column;
  }

  .footer-top * {
    width: 100%;
  }

  .footer-bold-txt {
    font-size: large;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 470px) {
  .container {
    max-width: 320px;
  }

  /* wine video */
  .wine-video-txt h2 {
    margin-top: 15%;
  }

  .wine-video-txt a {
    margin-top: 10px;
  }

  .wine-video-txt p {
    display: none;
  }

  /* footer */
  p.footer-bold-txt {
    margin-right: 0;
    width: 100%;
    text-align: start;
  }

  .address-column div {
    gap: 10px;
  }
}

@media only screen and (max-width: 450px) {
  /* brands */
  .brands-txt-heading {
    font-size: 20px;
  }

  .btn-empty.brands-btn {
    padding-top: 5px;
  }

  .news-section .swiper-slide-img-txt h3 {
    font-size: medium;
  }
}

@media only screen and (max-width: 370px) {
  .container {
    max-width: 250px;
  }

  /* mobile nav */
  #mobile-nav .navLink {
    font-size: 18px;
  }

  /* hero */
  .hero-top-txt,
  .hero-bottom-txt {
    width: 90%;
  }

  .hero-top-heading,
  .hero-bottom-heading {
    font-size: 55px;
    text-align: center;
  }
}
