/******** Fonts ****************/
@font-face {
  font-family: 'Poppins-Regular';
  src: url('../fonts/Poppins-Regular.eot');
  src: local('Poppins Regular'), local('Poppins-Regular'), url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Bold';
  src: url('../fonts/Poppins-Bold.eot');
  src: local('Poppins Bold'), local('Poppins-Bold'), url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Light';
  src: url('../fonts/Poppins-Light.eot');
  src: local('Poppins Light'), local('Poppins-Light'), url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype'), url('../fonts/Poppins-Light.svg#Poppins-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-SemiBold';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype'), url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/**************************************/
/***** Logo Top *****/
/* .logo-fixed-top {
    position: absolute;
    height: 17vh;
    width: 100%;
    background-color: transparent;
    top: 0;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.logo-fixed-top .logo-elipse-container {
    position: absolute;
    bottom: 0;
    background-color: #0F145B;
    height: 120vw;
    width: 65vw;
    border-radius: 50%;
}

@media only screen and (max-width: 1200px) {
    .logo-fixed-top {
        height: 12vh;
    }
    .logo-fixed-top .logo-elipse-container {
        height: 100vw;
        width: 70vw;
    }
}

@media only screen and (max-width: 500px) {
    .logo-fixed-top .logo-elipse-container {
        width: 85vw;
    }
} */
/************ Loading ***********/
#loading-center-absolute {
  transform: none;
}

#loading-center-absolute img {
  width: 100%;
  height: 100%;
}

/********************************/
/***************** Nav Bar*******/
.navbar-default .nav li a {
  color: #fff;
  font-family: Poppins-Regular !important;
}

header.row .navbar .navbar-header .navbar-toggle span {
  background: #fff;
}

header.row .navbar .navbar-header .navbar-toggle[aria-expanded="true"] span {
  background: #fff;
}

header.row .navbar.is-scrolling .navbar-header .navbar-toggle span {
  background: #374048;
}

header.row .navbar.is-scrolling .navbar-header .navbar-toggle[aria-expanded="true"] span {
  background: #374048;
}

@media (max-width: 991px) {
  .navbar-default .navbar-collapse .nav li a {
    color: #0F145B;
  }
}

.navbar-default .nav li a:hover {
  color: #fff;
}

header.row .navbar.is-scrolling .nav li a {
  color: #0F145B;
}

header.row .navbar.is-scrolling .nav li.active a {
  color: #0F145B;
}

.buy-it-now-btn {
  background-color: #D51055 !important;
  font-family: Poppins-Regular !important;
}

/********************************/
/************* Header ***********/
header.row {
  background: linear-gradient(to bottom, rgba(15, 20, 91, 0.3) 0, rgba(15, 20, 91, 0.3) 100%), url(../images/header-background-image-.jpg);
  min-height: 100vh;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media only screen and (max-width: 1100px) {
  header.row {
    min-height: 100%;
  }

  div.top-banner {
    padding-top: 120px;
    padding-bottom: 50px;
  }

  a.btn.btn-primary.btn-lg.build-your-gift-box-btn {
    padding: 0 40px !important;
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  header.only-safari {
    background-attachment: scroll !important;
  }
}

.top-banner {
  padding-top: 28vh;
}

.top-banner h2,
.top-banner h3,
.top-banner p {
  color: #fff;
}

.top-banner h3 {
  font-family: Poppins-SemiBold !important;
  font-size: 36px;
}

.top-banner h2 {
  font-family: Poppins-SemiBold !important;
  text-transform: uppercase;
}

.top-banner p {
  font-family: Poppins-Regular !important;
  max-width: 95%;
}

.build-your-gift-box-btn {
  font-family: Poppins-Bold !important;
  background: #D51055 !important;
  border-radius: 12px !important;
}

/********************************/
/************ Section 2 THE GIFT BOX ****************/
.section-2 img.the-gift-box-img {
  width: 75%;
}

@media only screen and (max-width: 500px) {
  .section-2 img.the-gift-box-img {
    max-width: 90%;
    width: 90%;
  }
}

.section-2 .feature-note {
  display: none;
}

.section-2.the-gift-box .section-header h2 {
  font-family: Poppins-Bold !important;
  color: #0F145B;
}

.section-2.the-gift-box .section-header p {
  font-family: Poppins-Regular !important;
  color: #242424;
  max-width: 95%;
}

/********** Section 3 How it Works *****************/
.how-it-works.section-3 {
  background-color: #0F145B;
  padding: 60px 0;
  color: #fff !important;
}

.how-it-works.section-3 h2 {
  text-align: center;
  font-family: Poppins-Bold;
  font-size: 32px;
  margin-bottom: 15px;
  color: #fff;
  text-transform: uppercase;
}

.how-it-works.section-3 .how-it-works-grid-container {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 30px;
}

.how-it-works.section-3 .how-it-works-grid-container .grid-item {
  text-align: center;
}

.how-it-works.section-3 .how-it-works-grid-container .grid-item img {
  margin-bottom: 15px;
  max-width: 60%;
}

.how-it-works.section-3 .how-it-works-grid-container .grid-item h3 {
  font-family: Poppins-Bold;
  font-size: 24px;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #fff;
}

.how-it-works.section-3 .how-it-works-grid-container .grid-item p {
  font-family: Poppins-Regular;
  font-size: 16px;
  color: #fff;
}

@media only screen and (min-width: 1200px) {
  .how-it-works.section-3 .how-it-works-grid-container .grid-item {
    width: 25%;
  }
}

@media only screen and (max-width: 1100px) {
  .how-it-works.section-3 .how-it-works-grid-container .grid-item {
    width: 50%;
  }
}

/**************************************************/
/****** Section 4 The benifits ****/
.the-benefits.section-4 {
  padding-bottom: 50px !important;
}

.the-benefits.section-4 .section-header h2 {
  font-family: Poppins-Bold !important;
  color: #0F145B;
}

.the-benefits.section-4 .section-header p {
  font-family: Poppins-Regular !important;
  color: #242424;
  max-width: 100%;
}

.the-benefits.section-4 .benefit .media-left span img {
  max-height: 35px;
  vertical-align: top;
}

.the-benefits.section-4 .benefit .media-body h4 {
  text-transform: uppercase;
  font-family: Poppins-Bold !important;
  color: #0F145B;
}

.the-benefits.section-4 .benefit .media-body p {
  font-family: Poppins-Regular !important;
  color: #0F145B;
}

@media only screen and (max-width: 768px) {
  .the-benefits.section-4 {
    padding-top: 50px !important;
  }

  .the-benefits.section-4 .section-header {
    margin-bottom: 20px;
  }
}

/**********************************/
/********  Our-collection Section**/
.our-collection {
  padding: 60px 0 88px !important;
}

.our-collection .section-header h2 {
  font-family: Poppins-Bold !important;
  color: #0F145B;
}

.our-collection .section-header p {
  font-family: Poppins-Regular !important;
  color: #242424;
  max-width: 100%;
}

.our-collection .collections .item .title {
  font-family: Poppins-Bold !important;
  color: #000;
}

.our-collection .collections .item .price {
  font-family: Poppins-Regular !important;
  color: #000;
  font-weight: 400 !important;
}

.our-collection .collections .item .btn {
  border-radius: 30px;
  font: 300 14px/26px "Poppins", sans-serif !important;
  padding: 5px 35px 5px !important;
  color: #0f155b !important;
  background: white !important;
  border-color: #0f145b !important;
}

.our-collection .collections .item .btn:hover {
  color: white !important;
  background: #0f145b !important;
}

.our-collection .collections .item .btn {
  background: #D51055 !important;
  color: #fff !important;
  border-color: #D51055 !important;
}

.our-collection .collections .item .btn:hover {
  background: #D51055 !important;
}

@media only screen and (max-width: 768px) {
  .our-collection .collections .item .btn {
    background: #D51055 !important;
    color: #fff !important;
    border-color: #D51055 !important;
  }

  .our-collection .collections {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

/**********************************/
/********** Split Columns**********/
.split-columns .texts-inner h2 {
  font-family: Poppins-Bold !important;
  color: #0F145B;
}

.split-columns .texts-inner p {
  font-family: Poppins-Regular !important;
  color: #0F145B;
}

/**********************************/
/********* As Featued In ********/
.featured-on {
  background: #fff;
}

.featured-on ul li img {
  opacity: 1;
  max-height: 55px;
  margin: 0 20px;
}

.featured-on ul li>a:hover, .featured-on ul li>a:focus {
  background-color: transparent;
}

@media only screen and (max-width: 1100px) {
  .featured-on {
    padding: 35px 0 !important;
  }

  .featured-on ul li {
    width: 33% !important;
    padding: 0;
  }

  .featured-on ul li img {
    max-width: 95%;
    margin: 0;
  }

  .featured-on ul.featured-main-container {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
  }

  .featured-on ul.featured-main-container .first-image-title {
    width: 100% !important;
    margin-bottom: 30px;
  }

  .featured-on ul.featured-main-container .first-image-title img {
    max-width: 40%;
  }

  .special-padding-featured {
    padding-top: 17px !important;
  }
}

/**********************************/
/**********Splited Boxes Section**/
.splited-boxes .single-box-div {
  height: 600px;
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.splited-boxes .single-box-div.box-1 {
  background: linear-gradient(to top, rgba(15, 20, 91, 0.8) 0, rgba(15, 20, 91, 0.5) 20%, rgba(15, 20, 91, 0) 40%), url(../images/box-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.splited-boxes .single-box-div.box-2 {
  background: linear-gradient(to top, rgba(15, 20, 91, 0.8) 0, rgba(15, 20, 91, 0.5) 20%, rgba(15, 20, 91, 0) 40%), url(../images/box-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.splited-boxes .single-box-div .text-container {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: fit-content;
  padding: 0 35px 35px;
}

.splited-boxes .single-box-div .text-container h4 {
  margin-top: 40px;
  color: #fff;
  font-size: 32px;
  font-family: Poppins-SemiBold !important;
  text-transform: uppercase;
}

.splited-boxes .single-box-div .text-container p {
  margin-top: 5px;
  color: #fff;
  font-size: 18px;
  font-family: Poppins-Regular !important;
  width: 68%;
}

.splited-boxes .single-box-div .text-container .general-box-btn {
  margin-top: 24px;
  background-color: #D51055 !important;
  border: none !important;
  border-radius: 12px;
  color: #fff !important;
  font-family: Poppins-Bold !important;
  font-size: 16px;
  text-transform: uppercase;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}

@media only screen and (max-width: 768px) {
  .splited-boxes .single-box-div {
    height: 380px;
  }

  .splited-boxes .splited-boxes-special-text-container {
    bottom: 50px !important;
  }

  .splited-boxes .single-box-div .text-container {
    padding: 0 25px 35px;
  }

  .splited-boxes .single-box-div .text-container p {
    width: 80%;
  }

  .splited-boxes .splited-boxes-special-text-container-2 {
    bottom: 20px !important;
  }

  .col-6 {
    width: 46%;
    float: left;
  }

  .pt-special {
    padding-top: 20px !important;
  }
}

/*********************************/
/**** Newsletter *****************/
.newsletter .section-header h2 {
  font-family: Poppins-Bold !important;
  color: #0F145B;
  margin-bottom: 30px;
}

.newsletter .section-header p {
  font-family: Poppins-Regular !important;
  color: #242424;
  max-width: 100%;
}

.newsletter-form .input-group .input-group-addon button {
  background: #D51055 !important;
}

.newsletter form.needsclick {
  max-width: 750px !important;
}

.newsletter button.needsclick {
  transform: rotate(180deg) !important;
  -webkit-transform: rotate(180deg) !important;
  padding: 25px 25px !important;
}

.newsletter form.needsclick>div>div>div:nth-child(2) {
  height: 80px !important;
}

.newsletter .needsclick input[type='email'] {
  background: #f8fbfd !important;
  border-color: #e8eef2 !important;
  text-transform: capitalize !important;
  padding: 0 38px !important;
  font-family: Poppins-Regular !important;
  font-size: 19px !important;
}

.newsletter .needsclick input[type='email']::placeholder {
  font-family: Poppins-Regular !important;
  font-size: 16px !important;
}

.newsletter .section-header {
  margin-bottom: 50px !important;
}

@media only screen and (max-width: 767px) {
  .newsletter {
    padding: 25px 0;
  }

  .newsletter .section-header h2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*********************************/
/***** Split Col Section *********/
.split-column:nth-child(even) .texts .texts-inner {
  float: none !important;
}

.split-column .texts .texts-inner {
  padding-left: 19px !important;
  padding-right: 19px !important;
}

.split-columns .texts-inner h2, .split-columns .texts-inner p {
  text-align: center !important;
}

/*********************************/
/******** Footer *****************/
footer.row {
  background: #0F145B;
}

.social-links ul li a {
  background: #fff !important;
}

.social-links {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}

.social-links ul li a {
  color: #0F145B;
}

@media only screen and (max-width: 500px) {
  .social-links ul li a {
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 38px;
  }
}

.copyright-text {
  color: #fff !important;
  font-family: Poppins-Regular !important;
  font-size: 18px !important;
}

/*********************************/
/**** General Classes ***********/
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pt-special {
  padding-top: 5px;
}

@media only screen and (max-width: 767px) {
  .section-header p {
    max-width: 90% !important;
  }

  .how-it-works.section-3 .how-it-works-grid-container .grid-item h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

/********************************/
