@font-face {
    font-family: 'Gilroy-Heavy ☞';
    font-style: normal;
    font-weight: normal;
    src: local('Gilroy-Heavy ☞'), url('Gilroy-Heavy.woff') format('woff');
  }
  
  @font-face {
    font-family: 'gilroyextrabold';
    src: url('https://stark.rs/iosmehjetu/css/gilroy-extrabold-webfont.woff2');
  }
  
  @font-face {
    font-family: 'gilroylight';
    font-style: normal;
    font-weight: normal;
    src: url('https://stark.rs/iosmehjetu/css/Gilroy-Regular.woff');
  }
  
  @font-face {
    font-family: 'gilroybold';
    src: url('/css/gilroy-bold-webfont.woff2') format('woff2'),
         url('/css/gilroy-bold-webfont.woff') format('woff');
  
  }
  
  @font-face {
    font-family: 'gilroyheavy';
    src: url('https://stark.rs/iosmehjetu/css/Gilroy-Heavy.woff') format('woff');
  }
  
  @font-face {
    font-family: 'gilroyregular';
    src: url('/css/gilroy-regular-webfont.woff2') format('woff2'),
         url('/css/gilroy-regular-webfont.woff') format('woff');
  }
  
  @font-face {
    font-family: 'gilroyultralight';
    src: url('/css/gilroy-ultralight-webfont.woff2') format('woff2'),
         url('/css/gilroy-ultralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  
  }

html {
    scroll-behavior: smooth;
}
  
body#page-top {
    margin: 0px;
}

.masthead {
    background: url(../img/hero-back.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    margin-top: 0vh;
    padding-top: 1%;
    padding-bottom: 12%;
    height: auto;
    z-index: 9;
    position: relative;
}

img.shadow {
    position: absolute;
    right: 0;
    margin-top: -30%;
    margin-right: -20%;
}

.heart-img:hover {
    -moz-animation:  4s infinite linear;
    -o-animation: spinHorizontal 4s infinite linear;    
    -webkit-animation: spinHorizontal 4s infinite linear;
    animation: spinHorizontal 4s infinite linear;
}

#pattern {
    background: url(../img/pattern.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0%;
    margin-top: -15vh;
    position: relative;    
    padding-top: 7%;
    padding-bottom: 2%;
}

.flex-social {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e51e25;
    opacity: 83%;
    padding: 25px;
    border-radius: 25px;
    margin: auto;
    margin-top: 5%;
    width: 80%;
    max-width: 100%;
}

.flex-social a {
    padding-right: 15px;
    padding-left: 15px;
    transition: 1s ease;
}

.flex-social a:hover {
    transform: scale(1.1);
}

.flex-header a:not(:last-child) {
    padding-right: 30px;
}

a.nav img {
    box-shadow: 0 5px 15px rgb(0 0 0 / 0.3);
    width: 300px;
    max-width: 100%;
    border-radius: 25px;
}

.flex-header {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999999999;
    position: relative;
}

a.logo {
    margin-right: 70px;
}

@keyframes spinHorizontal {
    0% { transform: rotateY(0deg); }
    100% { transform: rotateY(360deg); }
    0% { transform: rotateY(0deg); }
}

@keyframes coin-rotate {
    from {
      transform: rotateY(0);
    }
  
    to {
      transform: rotateY(180deg);
    }
}

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

.hero-text p {
    font-family: 'gilroyheavy';
    font-size: 30px;
    color: #fff;
    line-height: normal;
    font-weight: 600;
}

.hero-text {
    padding-top: 6%;
    text-align: left;
}

.col-lg-6.hero-text {
    padding-left: 0px;
}

header.masthead.text-white.text-center .container {
    max-width: 1600px;
}

img.heart-img {
    padding-top: 15%;
    width: 500px;
    max-width: 100%;
    z-index: 999;
    position: relative;
}

img.shadow-img {
    margin-left: -60px;
    margin-top: -60px;
    z-index: 1;
    position: relative;
}

.flex-social a img {
    width: 60px;
}

.slick-slide img {
    display: block;
    width: 100%;
}

swiper-container {
    width: 100%;
    height: 100%;
}

swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}

swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

/*.swiper-button-next {
    background: url(../img/arrow-left.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 50px;
}*/

.swiper-slide img {
    width: 100%;
    max-width: 100%;
}

a.arrow-down img {
    transform: rotate(90deg);
    width: 130px;
}

a.arrow-down {
    left: 0;
    right: 0;
    bottom: 50px;
    position: absolute;
}

.swiper-pagination-bullets {
    display: none !important;
}

.hidden-desktop {
    display: none;
}

.animation {
    position: absolute;
    width: 350px;
    margin-left: -20%;
    z-index: 9;
}

.dtr-slick-slider .slick-prev {
    background: url(../img/arrow-left.webp);
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
    background-size: contain;
}

.dtr-slick-slider .slick-next {
    background: url(../img/arrow-right.webp);
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
    background-size: contain;
}

.dtr-slick-slider .slick-next {
    position: absolute;
    bottom: 45%;
    right: -8%;
    margin: 0 -50px 0 0;
}

.dtr-slick-slider .slick-prev {
    bottom: 45%;
    left: -8%;
    margin: 0 0 0 -50px;
}

img.animation {
    position: absolute;
    top: 0px;
    width: 360px;
    max-width: 100%;
}

.swiper_wrap {
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
    text-align: left;
  }
  .swiper-button-next {
    margin-top: 0px;
    position: absolute;
    top: 50%;
    right: -40px;
    width: 45px;
    height: 45px;
    transform: translateY(-50%);
  }
  .swiper-button-prev {
    position: absolute;
    top: 50%;
    left: -40px;
    width: 45px;
    height: 45px;
    transform: translateY(-50%);
    margin-top: 0px;
  }

.swiper-button-next {
    width: 130px;
    right: -15%;
}

.swiper-button-prev {
    width: 130px;
    left: -15%;
}
  
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    display: none !important;
}

a.left.carousel-control {
    top: 40%;
    left: -15%;
    background: none !important;
}

a.right.carousel-control {
    top: 40%;
    right: -15%;
    background: none !important;
}

.slide-item-img {
    width: 100% !important;
}

img.animation-1 {
    position: absolute;
    z-index: 99;
    margin-left: -15%;
}

img.animation-2 {
    position: absolute;
    z-index: 99;
    top: 52%;
    right: 0;
    margin-right: -200px !important;
}

.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }   
}

@keyframes move1 {
    0% {
      -webkit-transform: translate(0);
      transform: translate(0);
  }
  50% {
    -webkit-transform: translate(20px);
    transform: translate(20px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  }

.mob-header {
    display: none;
}

img.mob-img, .carousel-indicators {
    display: none !important;
}

.carousel-inner > .item > img,
          .carousel-inner > .item > a > img {
            width: 70%;
            margin: auto;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: visible;
}

img.animation-1 {
    position: absolute;
    z-index: 9;
    top: 10%;
    margin-left: -220px !important;
    opacity: 1;
    width: 350px !important;
}

img.animation-2 {
    position: absolute;
    z-index: 99;
    bottom: 10%;
    margin-right: -200px !important;
    opacity: 1;
    width: 350px !important;
}

img.animation-11 {
    position: absolute;
    z-index: 9;
    top: 20%;
    margin-left: -220px !important;
    opacity: 1;
    width: 320px !important;
}

img.animation-21 {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 12%;
    margin-right: -240px !important;
    opacity: 1;
    width: 320px !important;
}

img.animation-3 {
    position: absolute;
    z-index: 9;
    top: 30%;
    margin-left: -300px !important;
    opacity: 1;
    width: 400px !important;
}

img.animation-4 {
    position: absolute;
    z-index: 99;
    bottom: 12%;
    right: 0;
    margin-right: -180px !important;
    opacity: 1;
    width: 400px !important;
}

img.animation-5 {
    position: absolute;
    z-index: 9;
    top: 30%;
    margin-left: -350px !important;
    opacity: 1;
    width: 320px !important;
}

img.animation-6 {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 23%;
    margin-right: -350px !important;
    opacity: 1;
    width: 320px !important;
}

img.animation-7 {
    position: absolute;
    z-index: 9;
    top: 10%;
    margin-left: -270px !important;
    opacity: 1;
    width: 340px !important;
}

img.animation-8 {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 23%;
    margin-right: -200px !important;
    opacity: 1;
    width: 300px !important;
}

.carousel-inner {
    > .item {
     opacity: 0;
     top: 0;
     left: 0;
     width: 100%;
     display: block;
     position: absolute;
     z-index:0;  
     transition: opacity 0.4s ease;
     transform: translate3d(0,0,0) !important;
     &:first-of-type {
       position:relative;
     } 
     }
    > .active {
     opacity: 1;
     z-index:3;
   }
   
    > .next.left,
    > .prev.right {
     transition: opacity 0.4s ease;
     opacity: 1;
     left: 0;
     z-index:2;
     }                                                                                                             
    > .active.left,
    > .active.right {
     z-index:1;
     }
   }
   .carousel-control {
   z-index:4;
   }

#mobile-slide {
    display: none;
}

/* RESPONSIVE */

@media (max-width: 1920px) {
    .item {
        width: 80% !important;
        margin: auto;
        display: block;
    }

    a.left.carousel-control {
        left: -3%;
    }

    a.right.carousel-control {
        right: -3%;
    }

    .item.s2, .item.s3, .item.s4, .item.s5  {
        left: 0;
        right: 0;
    }

    img.animation-5 {
        position: absolute;
        z-index: 9;
        top: 30%;
        margin-left: -350px !important;
        opacity: 1;
        width: 300px !important;
    }

    img.animation-6 {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 25%;
        margin-right: -300px !important;
        opacity: 1;
        width: 320px !important;
    }

    .flex-social {
        width: 70%;
    }

    .hero-text p {
        font-size: 25px;
    }

    .hero-text p {
        font-size: 27px;
    }
}

@media (max-width: 1600px) {
    a.nav img {
        box-shadow: 0 5px 15px rgb(0 0 0 / 0.3);
        width: 230px;
        max-width: 100%;
        border-radius: 25px;
    }

    .hero-text p {
        font-size: 25px;
    }

    img.heart-img {
        padding-top: 10%;
        width: 450px;
        max-width: 100%;
        z-index: 999;
        position: relative;
    }

    .masthead {
        height: 120vh;
    }

    .col-lg-5.hero-text {
        padding-top: 5%;
        padding-left: 6%;
    }

    .flex-header a:not(:last-child) {
        padding-right: 40px;
    }

    a.left.carousel-control {
        top: 50%;
        left: 0%;
    }

    a.right.carousel-control {
        top: 50%;
        right: 0%;
    }

    a.left.carousel-control img, a.right.carousel-control img {
        width: 130px;
    }

    header.masthead.text-white.text-center .container {
        max-width: 100%;
    }

    .container {
        max-width: 100%;
    }

    img.animation-1 {
        width: 300px !important;
    }

    img.animation-2 {
        margin-right: -200px !important;
        width: 300px !important;
    }

    img.animation-21 {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 12%;
        margin-right: -140px !important;
        opacity: 1;
        width: 220px !important;
    }

    img.animation-7 {
        position: absolute;
        z-index: 9;
        top: 10%;
        margin-left: -200px !important;
        opacity: 1;
        width: 260px !important;
    }
    
    img.animation-3 {
        position: absolute;
        z-index: 9;
        top: 30%;
        margin-left: -300px !important;
        opacity: 1;
        width: 350px !important;
    }

    img.animation-11 {
        position: absolute;
        z-index: 9;
        top: 20%;
        margin-left: -220px !important;
        opacity: 1;
        width: 220px !important;
    }

    img.animation-4 {
        position: absolute;
        z-index: 99;
        bottom: 12%;
        right: 0;
        margin-right: -150px !important;
        opacity: 1;
        width: 350px !important;
    }

    img.animation-6 {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 25%;
        margin-right: -100px !important;
        opacity: 1;
        width: 150px !important;
    }

    img.animation-8 {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 23%;
        margin-right: -150px !important;
        opacity: 1;
        width: 250px !important;
    }

    img.animation-7 {
        position: absolute;
        z-index: 9;
        top: 10%;
        margin-left: -250px !important;
        opacity: 1;
        width: 280px !important;
    }

    img.shadow-img {
        margin-left: -20px;
        margin-top: -50px;
        max-width: 100%;
        z-index: 1;
        position: relative;
    }

    .container {
        width: 1500px;
    }

    .col-lg-5.hero-text {
        padding-top: 5%;
        padding-left: 3%;
    }

    img.shadow-img {
        width: 600px;
        margin-top: -40px;
    }

    img.animation-11 {
        position: absolute;
        z-index: 9;
        top: 20%;
        margin-left: -180px !important;
        opacity: 1;
        width: 220px !important;
    }

    img.animation-5 {
        position: absolute;
        z-index: 9;
        top: 30%;
        margin-left: -250px !important;
        opacity: 1;
        width: 300px !important;
    }

    img.animation-7 {
        position: absolute;
        z-index: 9;
        top: 10%;
        margin-left: -180px !important;
        opacity: 1;
        width: 280px !important;
    }

    .masthead {
        height: auto;
        padding-bottom: 30vh;
    }

    #pattern {
        padding-top: 0%;
        margin-top: -20vh;
        padding-top: 10%;
        padding-bottom: 2%;
    }
    
    a.arrow-down {
        bottom: 30px;
    }
}

@media (max-width: 1440px) {
    a.logo img {
        width: 200px;
    }

    a.logo {
        margin-right: 20px;
    }

    .col-lg-5.hero-text {
        padding-top: 5%;
        padding-left: 5%;
    }

    img.shadow {
        position: absolute;
        right: 0;
        margin-top: -30%;
        margin-right: -30%;
    }

    img.shadow-img {
        width: 400px;
        margin-top: -20px;
        margin-left: 100px;
    }

    .item {
        width: 70% !important;
        margin: auto;
        display: block;
    }

    a.arrow-down img {
        transform: rotate(90deg);
        width: 100px;
    }

    .container {
        max-width: 100%;
        width: 1200px;
    }

    .col-lg-5.hero-text {
        padding-top: 5%;
        padding-left: 0%;
        margin-left: -4%;
    }
    
    img.heart-img {
        padding-top: 10%;
        width: 450px;
        max-width: 100%;
        z-index: 999;
        position: relative;
        margin-left: 20%;
    }

    img.shadow {
        position: absolute;
        right: 0;
        margin-top: -30%;
        margin-right: -30%;
        width: 1100px;
    }

    .item {
        width: 85% !important;
        max-width: 100%;
    }

    img.animation-21 {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 12%;
        margin-right: -140px !important;
        opacity: 1;
        width: 220px !important;
    }

    img.animation-7 {
        position: absolute;
        z-index: 9;
        top: 10%;
        margin-left: -200px !important;
        opacity: 1;
        width: 260px !important;
    }
    
    img.animation-3 {
        position: absolute;
        z-index: 9;
        top: 30%;
        margin-left: -300px !important;
        opacity: 1;
        width: 350px !important;
    }

    img.animation-11 {
        position: absolute;
        z-index: 9;
        top: 20%;
        margin-left: -220px !important;
        opacity: 1;
        width: 220px !important;
    }

    a.arrow-down {
        bottom: 40px;
    }
}

@media (max-width: 1366px) {
    img.animation-7 {
        position: absolute;
        z-index: 9;
        top: 10%;
        margin-left: -200px !important;
        opacity: 1;
        width: 250px !important;
    }

    img.animation-21 {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 12%;
        margin-right: -170px !important;
        opacity: 1;
        width: 220px !important;
    }

    img.animation-3 {
        position: absolute;
        z-index: 9;
        top: 35%;
        margin-left: -250px !important;
        opacity: 1;
        width: 300px !important;
    }

    img.animation-4 {
        position: absolute;
        z-index: 99;
        bottom: 0%;
        right: 0;
        margin-right: -150px !important;
        opacity: 1;
        width: 300px !important;
    }

    img.animation-6 {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 25%;
        margin-right: -120px !important;
        opacity: 1;
        width: 150px !important;
    }

    img.animation-5 {
        position: absolute;
        z-index: 9;
        top: 30%;
        margin-left: -230px !important;
        opacity: 1;
        width: 250px !important;
    }

    img.animation-8 {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 23%;
        margin-right: -170px !important;
        opacity: 1;
        width: 230px !important;
    }

    img.animation-1 {
        width: 250px !important;
        margin-left: -200px !important;
    }

    img.animation-2 {
        margin-right: -170px !important;
        width: 250px !important;
    }

    img.animation-11 {
        position: absolute;
        z-index: 9;
        top: 20%;
        margin-left: -160px !important;
        opacity: 1;
        width: 200px !important;
    }

    img.animation-21 {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 15%;
        margin-right: -160px !important;
        opacity: 1;
        width: 200px !important;
    }

    img.shadow-img {
        width: 400px;
        margin-top: -20px;
        margin-left: 125px;
    }

    img.shadow {
        position: absolute;
        right: 0;
        margin-top: -31%;
        margin-right: -31%;
        width: 1100px;
    }

    #pattern {
        padding-top: 0%;
        margin-top: -17vh;
        padding-top: 8%;
        padding-bottom: 2%;
    }
}

@media (max-width: 1280px) {
    .container {
        max-width: 100%;
        width: 1100px;
    }

    a.nav img {
        box-shadow: 0 5px 15px rgb(0 0 0 / 0.3);
        width: 200px;
        max-width: 100%;
        border-radius: 25px;
    }

    .hero-text p {
        font-size: 25px;
    }

    img.shadow {
        position: absolute;
        right: 0;
        top: 0;
        margin-top: -30%;
        right: 0;
        margin-right: -37%;
        width: 1100px;
    }

    img.shadow {
        position: absolute;
        right: 0;
        top: 0;
        margin-top: -32%;
        right: 0;
        margin-right: -38%;
        width: 1100px;
    }

    .hero-text p {
        font-size: 23px;
    }

    a.arrow-down {
        bottom: 30px;
    }
}

@media (max-width: 1024px) {
.hidden-mobile, .desktop-header, .hidden-mobile {
    display: none;
}

.hidden-desktop {
    display: block;
}

#mobile-slide {
    display: block;
}

.mob-header {
    display: block;
    padding-top: 10%;
}

.logo img {
    width: 160px;
    max-width: 100%;
    margin: auto;
    text-align: center;
    display: block;
}

img.heart-img {
    width: 230px;
    display: block;
    margin: auto;
}

img.shadow-img {
    margin-left: 0px;
    width: 500px;
    max-width: 100%;
    margin-top: -26px;
    z-index: 1;
    position: relative;
}

.masthead {
    background: url(../img/hero-mob.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 0vh;
    padding-top: 0%;
    height: 125vh;
    z-index: 9;
    position: relative;
}

img.shadow {
    position: absolute;
    right: 0;
    max-width: 100%;
    margin-top: -60%;
    margin-right: 40px;
}

img.heart-img {
    padding-top: 20px;
}

.hero-text p {
    /*font-family: 'gilroyheavy';*/
    font-size: 18px;
    color: #fff;
    line-height: normal;
    font-weight: 600;
}

a.arrow-down img {
    transform: rotate(90deg);
    width: 100px;
}

#pattern {
    padding-top: 35%;
    padding-bottom: 5%;
}

.slide-item-img {
    width: 100% !important;
    max-width: 100% !important;
}

.flex-social {
    padding: 20px;
    border-radius: 25px;
    margin-top: 20%;
    width: 70%;
}

/*.carousel-indicators {
    display: block !important;
}*/

img.slide-item-img {
    display: none !important;
}

img.mob-img {
    display: block !important;
}

a.left.carousel-control, a.right.carousel-control {
    display: none !important;
}

.flex-social a img {
    width: 50px;
}

.flex-social a {
    padding-right: 10px;
    padding-left: 10px;
}

ol.carousel-indicators {
    bottom: 0;
    margin-bottom: -40px;
}

a.nav img {
    width: 155px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.desktop-slide {
    display: none !important;
}

#desktop-slide .floating {
    display: none !important;
}

.visible-carousel-item {
    display: block;
    position: absolute;
    top: 0;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 85%;
    margin: auto;
}

.flex-social {
    padding: 20px;
    border-radius: 25px;
    margin-top: 20%;
    width: 95%;
}

.flex-social a img {
    width: 40px;
}

img.heart-img {
    -moz-animation:  4s linear;
    -o-animation: spinHorizontal 4s linear;    
    -webkit-animation: spinHorizontal 4s linear;
    animation: spinHorizontal 4s linear;
}

@keyframes spinHorizontal {
    0% { transform: rotateY(0deg); }
    100% { transform: rotateY(360deg); }
    0% { transform: rotateY(0deg); }
}

.mob-img-back {
    background: #e73630;
    border-radius: 25px;
    opacity: 100%;
    height: fit-content;
    z-index: 9;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 5px;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 320px;
    max-width: 100%;
}

.floating {
    z-index: 2;
}

img.mob-img {
    display: block !important;
    z-index: 9;
    position: relative;
    width: auto;
    height: auto;
    margin: auto;
}

img.animation-1 {
    position: absolute;
    z-index: 1;
    top: 5%;
    margin-left: -70px !important;
    opacity: 1;
    width: 180px !important;
    height: auto;
}

img.animation-2 {
    position: absolute;
    top: unset;
    bottom: 25%;
    margin-right: -35px !important;
    opacity: 1;
    width: 180px !important;
    height: auto;
    z-index: 1;
}

img.animation-11 {
    position: absolute;
    z-index: 9;
    margin-top: 0px;
    top: 5%;
    margin-left: -60px !important;
    opacity: 1;
    width: 130px !important;
    height: auto;
}

img.animation-21 {
    position: absolute;
    right: 0;
    top: unset;
    bottom: 50px;
    margin-right: -30px !important;
    opacity: 1;
    width: 130px !important;
    height: auto;
    z-index: 1;
}

img.animation-3 {
    position: absolute;
    z-index: 9;
    top: 10%;
    left: 0;
    margin-left: -80px !important;
    opacity: 1;
    width: 200px !important;
    height: auto;
}

img.animation-4 {
    position: absolute;
    bottom: 12%;
    right: 0;
    margin-right: -150px !important;
    opacity: 1;
    width: 230px !important;
    z-index: 1;
    height: auto;
}

img.animation-5 {
    position: absolute;
    z-index: 1;
    top: 15%;
    margin-left: -80px !important;
    opacity: 1;
    width: 150px !important;
    height: auto;
}

img.mob-img.mob-item-5 {
    margin-right: -20px;
}

img.animation-6 {
    position: absolute;
    z-index: 1;
    right: 0;
    top: unset;
    bottom: 10%;
    margin-right: -50px !important;
    opacity: 1;
    width: 150px !important;
    height: auto;
}

img.animation-7 {
    position: absolute;
    z-index: 1;
    top: 5%;
    margin-left: -80px !important;
    opacity: 1;
    width: 200px !important;
    height: auto;
}

img.animation-8 {
    position: absolute;
    z-index: 99;
    right: 0;
    top: unset;
    bottom: 50px;
    margin-right: 0px !important;
    opacity: 1;
    width: 140px !important;
    height: auto;
}

swiper-slide {
    overflow: hidden;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    /* left: 50%; */
    margin: auto;
    display: block;
    text-align: center;
    left: unset;
    right: unset;
    position: static;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform 0.2s ease 0s, left 0.2s ease 0s;
    padding: 8px;
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius,50%);
    background: #eb483a !important;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .7);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.53);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.76);
}

.hero-text p {
    padding-left: 10px;
}

a.logo img {
    width: 170px;
}
}

@media (max-width: 640px) {
    .masthead {
        height: fit-content;
        padding-bottom: 35%;
    }

    #pattern {
        margin-top: -20vh;
        padding-top: 20%;
        padding-bottom: 5%;
    }

    a.nav img {
        width: 155px;
        margin-top: 20px;
        margin-bottom: 0px;
        border-radius: 10px;
    }

    .col-lg-5.hero-text {
        padding-top: 10%;
        padding-left: 5%;
    }

    img.shadow {
        position: absolute;
        right: 0;
        max-width: 100%;
        margin-top: 10%;
        margin-right: 40px;
    }

    .heart-img:hover {
        -moz-animation:  4s linear;
        -o-animation: spinHorizontal 4s linear;    
        -webkit-animation: spinHorizontal 4s linear;
        animation: spinHorizontal 4s linear;
    }

    @keyframes spinHorizontal {
        0% { transform: rotateY(0deg); }
        100% { transform: rotateY(360deg); }
        0% { transform: rotateY(0deg); }
    }

    a.arrow-down {
        bottom: 50px;
    }
}

@media (max-width: 480px) {
    img.shadow {
        position: absolute;
        right: 0;
        max-width: 100%;
        margin-top: 10%;
        margin-right: 40px;
    }

    .heart-img:hover {
        -moz-animation:  4s linear;
        -o-animation: spinHorizontal 4s linear;    
        -webkit-animation: spinHorizontal 4s linear;
        animation: spinHorizontal 4s linear;
    }
    
    @keyframes spinHorizontal {
        0% { transform: rotateY(0deg); }
        100% { transform: rotateY(360deg); }
        0% { transform: rotateY(0deg); }
    }
}

@media (max-width: 420px) {
    .masthead {
        padding-bottom: 60%;
    }

    .heart-img:hover {
        -moz-animation:  4s linear;
        -o-animation: spinHorizontal 4s linear;    
        -webkit-animation: spinHorizontal 4s linear;
        animation: spinHorizontal 4s linear;
    }
    
    @keyframes spinHorizontal {
        0% { transform: rotateY(0deg); }
        100% { transform: rotateY(360deg); }
        0% { transform: rotateY(0deg); }
    }
}

@media (max-width: 380px) {
    .masthead {
        padding-bottom: 60%;
    }

    .heart-img:hover {
        -moz-animation:  4s linear;
        -o-animation: spinHorizontal 4s linear;    
        -webkit-animation: spinHorizontal 4s linear;
        animation: spinHorizontal 4s linear;
    }
    
    @keyframes spinHorizontal {
        0% { transform: rotateY(0deg); }
        100% { transform: rotateY(360deg); }
        0% { transform: rotateY(0deg); }
    }

    img.shadow-img {
        margin-left: -10px;
        width: 500px;
        max-width: 100%;
        margin-top: -25px;
        z-index: 1;
        position: relative;
    }

    img.shadow {
        position: absolute;
        right: 0;
        max-width: 100%;
        margin-top: 50%;
        margin-right: 40px;
    }
}
