h1, h2, h3, h4, h5, h6 {
    font-family: 'Rubik', sans-serif;
}

body {
    font-family: 'Raleway', sans-serif;
}

img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.banner-bg .row.h-100 {
    height: 100vh;
}
.banner-bg {
    height: 120vh !important;
    background-image: url(../assets/img/banner-bg.png);
    background-size: cover;
    background-position: center bottom;
}

body, html {
    height: 100%;;
}

.banner-area .container {
    max-width: 1750px;
}

.offer-bg {
    height: 300px;
    background-size: cover;
    background-position: center;
}

.promo-section {
    background-image: url(assets/img/pattern-bg.png);
    background-size: cover;
    background-position: center;
}

.footer-menu-area {
    background-color: #4c1055;
}

.offers-section {
    position: relative;
    z-index: 1;
    padding: 170px 0;
}

.offers-section:after {
    position: absolute;
    background-color: #ffefe0;
    content: "";
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: skewY(4deg);
}

.offers-section .section-title h2 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 60px;
}

ul.offer-ratings {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.offer-ratings li {
    display: inline-block;
    color: #ed8a19;
}

.ratings-price p.offer-price {
    margin: 0;
    font-size: 25px;
    color: #4c1055;
    font-weight: 600;
}

.ratings-price {
    overflow: hidden;
}

ul.offer-ratings {
    float: left;
    width: 50%;
    padding: 6px 0;
}

p.offer-price {
    float: right;
    width: 50%;
    text-align: right;
}

.offer-text h3 {
    font-size: 25px;
}

.offer-text p {
    font-size: 16px;
    margin-bottom: 20px;
}

a.offer-btn {
    background-color: #e30f74;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    padding: 12px 33px;
    border-radius: 50px;
    font-weight: 600;
}

.ratings-price {margin-bottom: 15px;}

.single-offer-item {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.offer-inner-content {
    padding: 30px 20px;
}

.feature-section {
    margin-bottom: 250px;
}

.promo-section {
    padding-top: 150px;
    padding-bottom: 150px;
}

.promo-bg {
    width: 645px;
    height: 445px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}

.promo-text {
    padding: 60px 45px;
    box-shadow: 5px 0px 68px rgba(0, 0, 0, 0.22);
    border-radius: 10px;
}


.promo-text {
    position: absolute;
    top: -100px;
    left: 40%;
    background-color: #fff;
}

.promo-text h3 {
    font-size: 25px;
}

.single-promo-item {
    position: relative;
    margin-bottom: 200px;
}

.promo-text p {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
}

.promo-text p:last-child {
    margin-bottom: 0;
}

.single-promo-item.promo-reverse .promo-bg {
    margin: 0 auto;
    margin-right: 0;
}

.single-promo-item.promo-reverse .promo-text {
    left: auto;
    right: 40%;
}

.promo-section .section-title h2 {
    font-size: 50px;
    font-weight: 700;
}

.promo-section .section-title {
    margin-bottom: 150px;
}

.promo-section .section-title h2 {
    font-size: 50px;
    font-weight: 700;
}

.promo-section .section-title {
    margin-bottom: 200px;
}

.banner-text h1 {
    font-size: 72px;
    font-weight: 700;
}

.banner-text {
    color: #ffff;
}

.banner-text p {
    font-size: 29px;
}

a.solid-btn {
    display: inline-block;
    font-size: 48px;
    background-image: linear-gradient(0deg, #f84b0e,#f58a22);
    color: #ffff;
    padding: 35px 135px;
    border-radius: 128px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
    box-shadow: 5px 0px 60px rgba(0, 0, 0, 0.22);
}

.banner-text h1 {
    margin-bottom: 0;
}

.banner-text p {
    margin-bottom: 50px;
    margin-top: 40px;
    font-size: 30px;
}

.feature-text h2 {
    font-size: 55px;
    margin-bottom: 30px;
}

.feature-text p {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.6;
}

.feature-text {
    margin-left: 50px;
}

.offer-text span.meta {
    display: inline-block;
    font-weight: 600;
    color: #e31074;
    font-size: 16px;
    margin-bottom: 15px;
}

.offer-text span.meta a {
    color: #e31074;
}

.offer-text h3 {
    margin-bottom: 25px;
}

.offer-inner-content {
    padding: 25px 25px 35px 25px;
}

.promo-text h3 {
    margin-bottom: 1rem;
}

.promo-text h3 {
    margin-bottom: 25px;
}

.promo-text p {
    margin-bottom: 35px;
    color: #292841;
}

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

.footer-menu-area ul.footer-menu li {
    display: inline-block;
}

.footer-menu-area ul.footer-menu li a {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin: 0 27px;
}

.footer-menu-area {
    padding: 50px 0;
}

a:active, a:hover, a:link, a:visited {
    text-decoration: none;
}

a.solid-btn {
    transition: 0.3s;
}

a.solid-btn:hover {
    transform: scale(1.05);
}

a.offer-btn {
    transition: 0.3s;
}

a.offer-btn:hover {
    opacity: 0.8;
}

.footer-menu-area ul.footer-menu li a:hover {
    opacity: 0.8;
}

.footer-menu-area ul.footer-menu li a {
    transition: 0.3s;
}

.single-offer-item {
    transition: 0.3s;
}

.single-offer-item:hover {
    box-shadow: 0 67px 133px rgba(0, 0, 0, 0.2);
}

.single-promo-item:last-child {
    margin-bottom: 0;
}


.promo-bg {
    box-shadow: 0 0 250px rgba(161, 161, 161, 0.22);
}

.blockCpy.pullsare-self:hover {
  transform: scale(1);
}
.blockCpy.pullsare-self{
  animation-name: pulse-self;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
@keyframes pulse-self {
  from {
    transform: scale(1);
  }

  40% {
    transform: scale(1.1);
  }

  to {
    transform: scale(1);
  }
}
#_fixedButton {
  animation: none;
}
.banner-section{
  margin-top: -1px;
}
#offer{
  padding-top: 120px;
}
a h1 {
  color: #fff;
}
@media (min-width: 769px ) {
  a h1 {
    transition: transform 1s ease !important;
  }

  a h1:hover {
    transform: scale(1.08);
  }
}

.promo-text {
    position: relative;
    top: auto;
    left: -81px;
    width: calc(100% - 564px);
    min-width: calc(100% - 564px);
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    z-index: 1;
}

.promo-text-inner {
    padding: 60px 45px;
    background-color: #fff;
    box-shadow: 5px 0px 68px rgba(0, 0, 0, 0.22);
    border-radius: 10px;
}

.single-promo-item.promo-reverse .promo-text {
    right: auto;
    left: auto;
}

.promo-bg {
    position: relative;
    width: 645px;
    min-width: 645px;
}

.banner-text h1 {
    margin-bottom: 28px;
}

ul.offer-ratings li i.out-of-rating {
    color: #cccccc;
}

ul.offer-ratings li i.half-rating {
    background-image: linear-gradient(90deg, rgba(237, 138, 25, 1) 50%, rgba(204, 204, 204, 1) 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.feature-section {
    padding-top: 30px;
}

.single-offer-item{
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.align-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.offer-text{
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

a.offer-btn{
    min-width: 150px;
    text-align: center;
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .promo-bg {
        min-width: 500px;
    }

    .promo-text {
        width: calc(100% - 419px);
        min-width: calc(100% - 419px);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .promo-bg {
        min-width: 500px;
    }

    .promo-text {
        width: calc(100% - 419px);
        min-width: calc(100% - 419px);
    }

    .promo-section .section-title {
        margin-bottom: 200px;
    }
}


@media only screen and (max-width: 991px) {
    .promo-bg {
        min-width: 100%;
        width: 100%;
        height: 267px;
    }

    .offer-bg {
        height: 267px;
    }

    .promo-text {
        width: 100%;
        min-width: 100%;
        left: auto;
    }

    .single-promo-item.promo-reverse .promo-text {
        right: auto;
        left: auto;
    }

    .single-offer-item-wrap{
        margin-bottom: 30px;
    }

    .single-offer-item{
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .single-promo-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .promo-text {
        margin-top: -100px;
    }

    .single-promo-item.promo-reverse .promo-bg {
        left: -81px;
    }

    .feature-section {
        padding-top: 50px;
    }

    .offer-inner-content{
        height: calc(100% - 300px);
    }
}

@media only screen and (max-width: 750px) {
    .single-promo-item .promo-text {
        padding: 0;
    }

    .promo-text-inner {
        padding: 30px;
    }
}
