html{
    sroll-behaviour:smooth;
}
.slidermain {
  max-width: 100%;
  border-radius: 4px;
  /* max-height: 680px; */
  height: 80vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
  /* background-color: #fff; */
  background-image: url('./img/booknowbg.jpg');
  background-size: cover;background-repeat:no-repeat;
  background-position:top 0px center;
  padding: 0 8%;
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative;
}



.left-side {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  max-width: 40%;
}


.mySwiper {
  display: flex;
  flex-grow: 1;
  position: relative;
}

.main {
  padding: 42px 0 30px;
  display: flex;
  flex-grow: 1;
  position: relative;
}

.main-header {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 4px;
  font-weight: 600;
  transition-delay: 0.2s;
}
.main-title {
  font-size: 45px;width:75%;
  font-weight: 800;
  margin-top: 80px!important;color:#293241;
  line-height: 1em;
  transition-delay: 0.3s;
}
.main-subtitle {
  font-weight: 800;
  font-size: 26px;
  margin-top: 14px;
  margin-bottom: 60px;
  transition-delay: 0.4s;
}
.main-content__title {
  font-size: 26px;
  font-style: italic;
  margin-bottom: 14px;
  transition-delay: 0.2s;
}
.main-content__subtitle {
    color: #5e5d5d;
    font-family: 'Bahij_TheSansArabic-Bold';
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;margin-bottom:30px;
  letter-spacing: -0.01em;
  transition-delay: 0.3s;
}
.main-content .more-menu {
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  transition-delay: 0.4s;
}

.main-content .more-menu svg {
  width: 28px;
  height: 18px;
  margin-left: 10px;
}

.center {
  display: flex;
  margin-left: 320px;
  position: relative;
  flex-shrink: 0;
}



.center .bottle-img {
  position: absolute;
  top: 10.2%;
  left: 0;width:70%;
  transform: scale(1.6);
}
.swiper-slide {
  opacity: 0 !important;
  transition: 0.4s;
}
.swiper-slide-active {
  opacity: 1 !important;
}

.swiper-slide .main-wrapper > *,
.swiper-slide .main-content > * {
  transform: translateY(-30px);
  opacity: 0;
  transition-duration: 0.8s;
}

.swiper-slide-active .main-wrapper > *,
.swiper-slide-active .main-content > * {
  transform: none;
  opacity: 1;
}

.swiper-slide .bottle-bg {
  transition-duration: 0.6s;
  opacity: 0;
  object-position: 60%;
}

.swiper-slide-active .bottle-bg {
  opacity: 1;
  transform: none;
  object-position: 50%;
}

.swiper-slide .bottle-img {
  transition-duration: 0.8s;
  transform: scale(1.2);
  opacity: 0;
}

.swiper-slide-active .bottle-img {
  opacity: 1;
  transform: scale(1.6);
}

[data-sld="1"] .slidermain,
[data-sld="1"] .header {
  background-color: var(--savanna-bg);
}

[data-sld="2"] .slidermain,
[data-sld="2"] .header {
  background-color: var(--glacier-bg);
}

[data-sld="3"] .slidermain,
[data-sld="3"] .header {
  background-color: var(--coral-bg);
}

.main {
    padding: 42px 0 30px;
    display: flex;
    flex-grow: 1;
    position: relative;
}

.arrow-container {
  width: 25px;
  /* cubic-bezier-easing = sine / mehr Beispiele: https://easings.net/ */
  animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  cursor: pointer;position:relative;
    margin: -60px auto;
  height: 20px;
}

.arrow-down1 {
    display: flex;cursor: pointer;
    height: 40px;
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    background: #0a2262;
    font-size: 23px;
    color: red;
    cursor: pointer;
    width: 40px;
}

@keyframes bounce {
50% {
    transform: translateY(-15px);
  }
}
.call {
    justify-content: center;
    display: flex;margin-top:30px;
    position:fixed;
}
form .call {
    padding: 0px 30px 0px 0px;
}
.call img{width:30px;}
.call-main-banner {
    padding: 0px 0px 0px 15px;
    margin: 0px;
}
.call-text {
    font-weight: 800;
    font-size: 30px;
    line-height: 15px;
}


@media (max-width: 480px) {

  .slidermain {
    height: 100%;
    max-height: 100%;
  }
}

@media screen and (max-width: 575px) {
    .mySwiper{
        height:auto!important;
    }
  .left-side{
      max-width:100%;
  }
  .center .bottle-img {
    position: absolute;
    left: 17%;
    width: 65%;
    transform: scale(1.6);
}
.center .bottle-bg{
    height:375px;
}
  .main{
      display:block;
  }
  .main-title {
    font-size: 39px;
    width: 100%;
  }
  .center{margin-left:0px;}
}

@media screen and (min-width: 768px) {
.center .bottle-img {
  position: absolute;
  top: 13.2%;
  left:10%;
    }
  .left-side {
    text-align: center;
    max-width: 320px;
  }
.main-title{
    font-size: 28px;
    width: 100%;
}
.main-content__subtitle{margin-bottom:0px;}
.main{
        justify-content:space-between;
    }

  .main-content .more-menu {
    justify-content: center;
  }

  .center {
    margin-left: 0;
    margin-bottom: 56px;
  }

  .center .bottle-bg {
    width: 260px;
    height: 390px;
  }

 .button-wrapper {
    top: 0;
    left: 0;
    width: 100%;
    justify-content: space-between;
    padding: 0 60px;
  }

 .button-wrapper .swiper-button + .swiper-button {
    margin-left: 0;
  }

}
@media (min-width: 1200px) {
.main{
        justify-content:space-between;
    }
    }
@media (min-width: 1000px) {
    .center .bottle-img {
  position: absolute;
  top: 10.2%;
  left:-20%;
    }
    
    .left-side {
    text-align: center;
    max-width: 500px;
    }
   
    .center .bottle-img{
        width:100%;
    }
    .main-content__subtitle{
    text-align: left;
    }
    .main-title{
    width: 68%;
    text-align: left;
    font-size: 46px;
    }
    .main-subtitle{
        text-align:left;
    }
}
.mySwiper{
    width:100%;height:480px;
}
.arrow-center
{
    z-index: 999999;
    position: relative;
}
