
@font-face {
    font-family: 'gothambold';
    src: url('../font/gothambold.woff2') format('woff2'),
         url('../font/gothambold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothammedium';
    src: url('../font/gothammedium.woff2') format('woff2'),
         url('../font/gothammedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'metanormal';
    src: url('../font/meta-normal.woff2') format('woff2'),
         url('../font/meta-normal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'norwesterregular';
    src: url('../font/norwester.woff2') format('woff2'),
         url('../font/norwester.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Regattia Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Regattia Bold'), url('../font/Regattia-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Regattia Stencil Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Regattia Stencil Bold'), url('../font/RegattiaStencil-Bold.woff') format('woff');
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

.body, section.gift-content-part {
  background: #fff;
  color: #000;
  font-family: 'helveticaneuemedium';
  background-image: url("../img/bg-img.jpg");
  position: relative;
}
.page-template-template-offers div#content {
    padding: 0;
    max-width: 100%;
}
footer.offer-footer {
    padding: 30px 0;
    /*background: #e5decc;*/
}
footer.offer-footer h3 {
    margin: 0;
}
.page-template-template-offers footer#colophon {
    padding-top: 0;
}
.page-template-template-offers div#content{
  padding-bottom: 0 !important;
}
.page-template-template-offers div#wpcf7-f9001-o2 {
    margin-top: 35px;
}
.page-template-template-offers footer#colophon .footer-contact span, .page-template-template-offers footer#colophon .footer-contact p {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}
a {
  color: #ec777d;
  transition: 0.5s;
}
.page-template-template-offers div#page-title-bar {
    display: none;
}
a:hover,
a:active,
a:focus {
  color: #af4f54;
  outline: none;
  text-decoration: none;
}

button:focus {
  outline: none;
  box-shadow: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
  line-height: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'helveticaneuemedium';
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1.5em;
}

.m-t-30 {
  margin-top: 30px;
}

.p-tb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.p-tb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.p-lr-30 {
  padding-left: 30px;
  padding-right: 30px;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #ec777d;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 1;
}

.back-to-top:focus {
  background: #af4f54;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #af4f54;
  color: #fff;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
}
}

@media (min-width: 1200px) {
  .container-fluid {
    max-width: 1500px;
}
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  padding: 20px 0;
  height: 84px;
}

#header #logo h1 {
  font-size: 42px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#header #logo h1 a {
  color: #0c2e8a;
  line-height: 1;
  display: inline-block;
}

#header #logo h1 a span {
  color: #50d8af;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

.content-part {
  width: 100%;
  display: inline-block;
  margin-top: 30px;
}

.content-part .title {
  font-size: 30px;
  font-family: 'gothammedium';
  color: #000;
}

.content-part h2 {
  font-family: 'EB Garamond', serif;
  font-weight: 500;
  font-size: 3.7rem;
  position: relative;
}

.content-part h2 > .and {
    position: absolute;
    top: 14px;
    left: 68px;
}

.content-part h2 > .happ {
    position: absolute;
    top: 50px;
    left: 46px;
}

.paragraph-part {
    width: 100%;
    display: inline-block;
    margin-top: 5%;
    padding: 40px;
}

.paragraph-part p {
  font-family: 'EB Garamond', serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 45px;
 }

 .offer-sec {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
    padding: 0 50px;
    position: relative;
}

.offer-sec > p {
  font-size: 20px;
    padding: 15px 0px;
    width: 100%;
    max-width: 710px;
    margin-left: 0;
    font-family: 'gothammedium';
    font-style: italic;
    border-top: 2px solid #D8C385;
    border-bottom: 2px solid #D8C385;
}

.offer-sec p > span {
  font-family: 'gothambold';
}

.offer-sec .offer-circle {
  position: absolute;
    top: -257px;
  right: 130px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #B43842;
  text-align: center;
  box-shadow: 5px 2px 10px 1px rgba(0,0,0,0.5);
  z-index: 2;
}

.offer-circle > p {
  font-size: 2.2rem;
    font-family: 'gothambold';
    color: #fff;
    font-style: normal;
    margin-top: 25px;
    line-height: 2.7rem;
    margin-bottom: 0px;
}

.offer-circle > .offer-text {
    font-size: 7.2rem;
    font-family: 'gothambold';
    padding: 15px;
    margin: 0px;
    position: absolute;
    top: 99px;
    left: -44px;
    color: #F0E936;
    width: 100%;
}

.offer-circle > .offer-text > small {
  font-size: 5rem;
}

.offer-circle > .offer-text > .off {
    font-size: 2.5rem;
    line-height: 2.3rem;
    position: absolute;
    top: 74px;
    text-align: left;
    font-family: 'gothambold';
}

.offer-circle > .offer-text > .upto {
  position: absolute;
    font-size: 2.2rem;
    color: #fff;
    text-align: left;
    left: 160px;
    top: 31px;
    font-family: 'gothambold';
}

.foot-img {
  width: 100%;
  background-image: url("../img/foot-img.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;  
  height: 178px;
  position: relative;
  z-index: 0;
}

.foot-img .item-img {
    position: absolute;
    bottom: 0px;
    right: 280px;
}

.leaf-sec {
    position: absolute;
    bottom: -11%;
    right: 0px;
    z-index: 0;
    transform: translateY(-17%);
}

.content-part .top-part {
  text-align: center;
  margin-top: 7%;
}

.content-part .top-part .offer-circle {
    width: 280px;
    height: 280px;
    top: -80px;
    right: 300px;
}

.content-part .get-one {
  width: 100%;
  display: inline-block;
}

.content-part .get-block > p {
    font-family: 'Maven Pro', sans-serif;
    font-size: 22px;
    font-weight: 600;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.divider-line {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.offer-circle .rates {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'gothambold';
}

.offer-circle .rates p {
  color: #fff;
  margin-bottom: 0px;
}

.offer-circle .rates span {
    font-size: 2.8rem;
    color: #fff;
    position: relative;
}

.offer-circle .rates span img {
    position: absolute;
    top: 0;
    left: 38px;
}

.yellow-text {
  color: #F0E936 !important;
}

.content-part .row {
  position: relative;
  z-index: 1;
}

.content-part .gift-set {
  position: absolute;
  top: 50px;
}

.content-part .top-part .offer-circle.offer-second {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.content-part .top-part .offer-circle.offer-third {
    right: 200px;
}

.content-part .top-part .offer-circle.offer-forth {
  left: 230px;
  right: 0px;
}

footer h3 {
  margin-top: 4%;
  margin-bottom: 20px;
}

footer p {
  font-size: 22px;
}

footer h3,
footer p {
  font-family: 'Maven Pro', sans-serif;
  font-weight: 600;
  text-align: center;
}

section.gift-content-part {
    margin-top: 0px;
}
.gift-part-1{
  padding-bottom: 30px;
}

.m-img {
  display: none;
}

.offer-circle {
  display: block;
}

section.bottom-part {
    position: relative;
    z-index: 2;
}

@media (max-width: 1700px) {
  .foot-img .item-img {
  right: 30px;
}
}

@media (max-width: 1400px) {
  .offer-sec > p {
    max-width: 500px;
  }
  .offer-sec .offer-circle {
    right: 0px;
  }
  .foot-img .item-img {
  right: 230px;
}
}

@media (min-width: 992px) and (max-width: 1200px) {
  .offer-sec .offer-circle {
    top: -127px;
  }
  section.bottom-part {
    margin-bottom: 110px;
  }
  .foot-img .item-img {
    right: 120px;
  }
}

@media (max-width: 991px) {
  .content-part .top-part .offer-circle {
    right: 0px;
    width: 240px;
    height: 240px;
    top: -40px;
}
.content-part .top-part .offer-circle.offer-second {
    left: auto;
    right: 0px;
    width: 240px;
    height: 240px;
}

  .content-part .top-part .offer-circle.offer-third {
    right: 0px;
    width: 240px;
    height: 240px;
}
.content-part .top-part .offer-circle.offer-forth {
    left: auto;
    right: 0px;
    width: 240px;
    height: 240px;
}
.content-part .get-block > p,
footer p {
  font-size: 16px;
}
.top-btn {
  text-align: right;
}
.top-btn > img {
    width: 110px;
}
#header #logo img {
  width: 200px;
}
.p-lr-30 {
  padding-left: 10px;
  padding-right: 10px;
}
.foot-img .item-img {
  left: 0px;
  right: 0px;
}
.paragraph-part p {
  font-size: 20px;
  margin-bottom: 20px;
}
.offer-sec.one-gift {
  margin-bottom: 110px;
}
.offer-sec > p {
  font-size: 14px;
  max-width: 290px;
}
.content-part h2 {
  font-size: 3.2rem;
  margin-left: 15px;
}
footer.offer-footer h3 {
    font-size: 1.5rem;
}
.offer-sec {
  padding: 0 10px;
}
.paragraph-part {
  padding: 40px 20px 70px;
}
.foot-img .item-img > img {
    width: 58%;
}
.offer-sec .offer-circle {
  width: 250px;
  height: 250px;
  top: -67px;
}
.offer-circle > p {
  font-size: 1.7rem;
  line-height: 1.7rem;
  margin-top: 41px;
}
.offer-circle > .offer-text {
  font-size: 6.2rem;
  top: 69px;
}
.offer-circle > .offer-text > small {
    font-size: 4rem;
}
.offer-circle > .offer-text > .off {
    font-size: 2.2rem;
    line-height: 2rem;
  }
  .offer-circle > .offer-text > .upto {
    left: 140px;
    top: 35px;
    font-size: 1.7rem;
  }
  .offer-circle {
    display: none;
  }
  .m-img {
    display: block;
  }
  .offer-sec.one-gift,
  .offer-sec.two-gift,
  .offer-sec.three-gift,
  .offer-sec.four-gift,
  .offer-sec.five-gift {
    position: relative;
  }
  .offer-sec.one-gift .m-img {
    position: absolute;
    right: 0;
    top: -75px;
  }
  .offer-sec.two-gift .m-img {
    position: absolute;
    right: 0;
    top: -55px;
  }
  .offer-sec.three-gift .m-img {
    position: absolute;
    right: 0;
    top: -95px;
  }
  .offer-sec.four-gift .m-img {
    position: absolute;
    right: 0;
    top: -65px;
  }
  .offer-sec.five-gift .m-img {
    position: absolute;
    right: 0;
    top: -95px;
  }
}

@media (max-width: 600px) {
  .paragraph-part {
  padding: 40px 20px 10px;
  }
  .content-part .gift-set {
    top: 20px;
  }
}


@media (max-width: 500px) {
   .content-part .top-part .offer-circle {
    right: 0px;
    width: 150px;
    height: 150px;
}
.content-part .top-part .offer-circle.offer-second {
    left: auto;
    right: 0px;
    width: 150px;
    height: 150px;
}

  .content-part .top-part .offer-circle.offer-third {
    right: 0px;
    width: 150px;
    height: 150px;
}
.content-part .top-part .offer-circle.offer-forth {
    left: auto;
    right: 0px;
    width: 150px;
    height: 150px;
}

.content-part .get-block > p {
    font-size: 14px;
    margin-top: 25px;
}
.offer-circle .rates span {
  font-size: 1.5rem;
}
.offer-circle .rates p {
  font-size: 10px;
}
.offer-circle .rates span img {
  left: 18px;
    width: 70%;
}
.content-part .top-part {
  margin-top: 20%;
}
.top-btn > img {
    width: 80px;
}
#header #logo img {
  width: 150px;
}
.content-part .gift-set {
  top: 0px;
}
.content-part .gift-set > img {
    width: 150px;
}

.foot-img .item-img > img {
    width: 100%;
}
.offer-sec .offer-circle {
    right: 0px;
    top: -137px;
    width: 150px;
    height: 150px;
}
.offer-circle > p {
  font-size: 1rem;
  line-height: 1rem;
  margin-top: 25px;
}
.offer-circle > .offer-text {
  font-size: 4.2rem;
  top: 36px;
  left: -14px;
}
.offer-circle > .offer-text > small {
    font-size: 3rem;
}
.offer-circle > .offer-text > .upto {
  font-size: 1rem;
    top: 29px;
    left: 80px;
}
.offer-circle > .offer-text > .off {
    font-size: 0.9rem;
    line-height: 1rem;
    top: 56px;
}
.offer-sec.one-gift .m-img {
  top: -115px;
  right: -40px;
}
.offer-sec.one-gift .m-img > img {
    width: 80%;
}
.offer-sec.one-gift {
  margin-bottom: 30px;
}
.offer-sec > p {
  font-size: 14px;
  max-width: 200px;
}
.paragraph-part {
  padding: 40px 20px 10px;
}
}