

.first-banner {
   position: relative;
   background: url("../images/img_2_2500px.jpg") no-repeat center;
   background-size: cover;
}
.second-banner {
   position: relative;
   background: url("../images/bg-invest-02.jpg") no-repeat top center;
   background-size: cover;
}
.third-banner {
   position: relative;
   background: url("../images/Crown_half_with_title-space2_2500px.jpg") no-repeat top center;
   background-size: contain;
}

h1 {
   font-size: 2em;
   line-height: 1.2em;
}

h1 span {
   font-size: 0.6em;
}

h1.text-yellow {
   color: yellow;
}

h2 {
   font-family: "Open Sans", sans-serif;
   font-size: 1.2em;
/*   line-height: 35px;*/
}

h2.text-orange {
   font-size: 1.4em;
   line-height: 1.2em;
}
h2.text-black {
   font-size: 1.4em;
   line-height: 1.2em;
   color: #000000;
}
.text-orange {
   color: #fbb03b;
}
.text-light-red {
   color: #e06b6b;
}
.text-gold {
    color: #fad65e;
}

.gold-gradient-text {
    background: linear-gradient(to right, #ba943e, #fdfcf8, #ba943e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.silver-gradient-text {
    background: linear-gradient(to right, #aaaaaa, #efefef, #aaaaaa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.bronze-gradient-text {
    background: linear-gradient(to right, #b2664c, #f1ad98, #b2664c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/*h3 {
   font-family: "Crimson Text", serif;
   font-size: 25px;
}

h4 {
   font-family: "Crimson Text", serif;
   font-size: 38px;
}*/

h5 {
   font-family: "Open Sans", sans-serif;
   /*font-size: 18px;
   line-height: 35px;*/
}

h6 {
   font-family: "Open Sans", sans-serif;
   font-size: 20px;
   line-height: 35px;
   font-weight: 300;
}

body {
   font-family: "Open Sans", sans-serif;
   font-size: 23px;
}

span.text-yellow {
   font-size: 25px;
   color: yellow;
   font-weight: 600;
   font-family: "Open Sans", sans-serif;
}

small {
   font-size: 17px;
}

footer {
   font-size: 16px;
   background-color: #795001;
   background-image: linear-gradient(to right, #795001, #bf9036, #795001, #bf9036, #795001);
   color: #fff;
}
footer a{
   color: #fff;
}
footer a:hover{
   color: #fbb03b;
}
.cny-container {
   padding-bottom: 2em;
}

.date-container {
   position: absolute;
   display: flex;
   justify-content: center;
   align-items: center;
   left: 0;
   right: 0;
   top: 0;
   height: 100%;
   color: #b52324;
}

.date-details {
   width: 80%;
   margin: auto;
   background: #690807;
   color: white;
   padding: 35px 20px 15px 20px;
   margin-top: -15px;
}

#first-container {
   background: #000;
   /*   padding-bottom: 800px;*/
}

.first-container-text-width {
   width: 80%;
   margin: auto;
}

#second-container {
   background: #231f20;
}

#second-container h6 {
   font-size: 23px;
   font-weight: 600;
}


.promo-content {
   /*background: url("../images/renewals-discount.png") no-repeat top center;
   background-size: contain;
   height: 100%;*/
   /*   z-index: -1;*/
}

.promo-renewals-wrap {
   /*   padding: 50px 0;*/
}

.light-yellow {
   color: #f8e8bb;
}

.ribbon-container {
   max-width: 355px;
   margin: auto;
   width: 100%;
}

#third-container {
   background: #231f20;
   /*padding-top: 40px;
   padding-bottom: 40px;*/
}

#third-container small div {
   font-size: 22px;
   line-height: 1.2em;
}

#third-container small span {
   font-size: 18px;
}

.blue-bg-img {
   position: absolute;
   top: -55px;
   bottom: 0;
   left: 0;
   right: 0;
}

.blue-bg-img img {
   width: 100%;
}

.dark-blue {
   color: #02417b;
}

#third-container p {
   font-size: 18px;
   margin-bottom: 0;
}

.third-container-text-width {
   width: 80%;
   margin: 2em auto;
   position: relative;
}

.circle-with-shadow {
   width: 300px;
   height: 300px;
   z-index: -1;
   top: 250px;
   border-radius: 50%; /* Make it a circle */
   background: radial-gradient(
      circle at center,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 75%
   );
}

.invest-container {
   margin-top: -128px;
   position: relative;
}

.btn-black {
   border-radius: 20px;
   padding: 12px 50px;
   color: white;
   background-color: rgb(0, 0, 0);
   text-decoration: none;
}

.btn-black:hover {
   transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s,
      transform 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.15s,
      opacity 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.15s;
   color: white;
   background-color: rgb(0, 0, 0, 0.7);
}

#fourth-container {
   background: url("../images/si-bg.jpg") no-repeat top center;
   background-size: cover;
}

#fourth-container p {
   font-size: 14px;
   margin-bottom: 2em;
}

#fifth-container {
   background: url("../images/testimonial-bg.jpg") no-repeat top center;
   background-size: cover;
}
.text-gold {
   color: #e7bd75;
}
.testimonial-carousel {
   margin-bottom: 70px;
}

.testimonial {
   border: 3px solid #fbb03b;
   padding: 28px;
   text-align: center;
   margin: 0;
   min-height: 610px;
   border-radius: 25px;
   box-shadow: 7px 7px 9px rgba(0, 0, 0, 0.3);
   background: rgb(119, 6, 0);
   background: linear-gradient(
      180deg,
      rgba(119, 6, 0, 1) 0%,
      rgba(207, 27, 39, 1) 100%
   );
}
.testimonial h5 {
   color: #e7bd75;
   font-weight: bold;
   font-size: 24px;
}
.testimonial .occupation {
   color: #e7bd75;
   font-size: 16px;
   font-weight: bold;
   margin-bottom: 25px;
}
.testimonial .stars {
   margin-bottom: 25px;
   color: #e7bd75;
}

.testimonial .description {
   font-size: 16px;
   color: #ffffff;
   margin-bottom: 0px;
}

button.slick-arrow {
   background: #e7bd75;
   color: #d0100d;
   padding: 10px;
   width: 70px;
   height: 70px;
   border: 0;
   border-radius: 50%;
   font-size: 30px;
   transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s,
      transform 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.15s,
      opacity 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.15s;
}
button.slick-arrow:hover {
   background: #fdc15a;
}

.red-big-btn {
   font-size: 20px;
   color: white;
   background: rgb(181, 35, 36);
   border-radius: 30px;
   padding: 16px 60px;
   font-weight: bold;
   text-decoration: none;
   transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s,
      transform 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.15s,
      opacity 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.15s;
   cursor: pointer;
   position: relative;
}

.red-big-btn:hover {
   transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s,
      transform 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.15s,
      opacity 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.15s;
   color: white;
   background: rgb(181, 35, 36, 0.7);
}

.green-big-btn {
   font-size: 30px;
   color: #333;
   background: #e2d143;
   border-radius: 50px;
   padding: 20px 70px;
   font-weight: bold;
   text-decoration: none;
   transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s,
      transform 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.15s,
      opacity 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.15s;
   cursor: pointer;
   position: relative;
}

.green-big-btn:hover {
   background: rgb(56, 107, 34, 0.7);
   transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s,
      transform 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.15s,
      opacity 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.15s;
   color: white;
}

.big-btn {
    font-size: 22px;
    color: #fff;
    background: #662e91;
    border-radius: 15px;
    padding: 6px 0;
    width: 280px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.5scubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, transform 1.2scubic-bezier(0.175, 0.885, 0.32, 1.275) 0.15s, opacity 1.2scubic-bezier(0.175, 0.885, 0.32, 1.275) 0.15s;
    cursor: pointer;
    position: relative;
    /* border: 5px solid #f05b23; */
    box-shadow: 7px 7px 9px rgba(0, 0, 0, 0.3);
    background-color: #e6394c;
    /* background-image: linear-gradient(to right, #ef5725, #c32a2d); */
}

.big-btn:hover {
   background: #c32a2d;
   transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s,
      transform 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.15s,
      opacity 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.15s;
   color: white;
}

.up-to {
   position: absolute;
   top: -11px;
   color: white;
   left: 32px;
   line-height: 1;
   font-size: 16px;
}

.subscription-1 {
   font-size: 60px;
   color: white;
   line-height: 50px;
   font-weight: 900;
}


.subscription-1-box {
   width: 210px;
   padding: 5px 10px;
   text-align: center;
   background: #c7a46d;
   font-weight: bold;
   color: white;
   height: 70px;
   display: flex;
   align-items: center;
   flex-direction: row;
   justify-content: center;
}

.subscription-2 {
   font-size: 60px;
   color: white;
   line-height: 50px;
   font-weight: 900;
}

.subscription-2-box {
   font-size: 21px;
   width: 210px;
   padding: 5px 10px;
   text-align: center;
   line-height: 1;
   background: #c7a46d;
   font-weight: bold;
   color: white;
   height: 70px;
   display: flex;
   align-items: center;
   flex-direction: row;
   justify-content: center;
}

.logo-container img {
   width: 16vw;
}

.cny-container img {
   width: 100%;
}

img.img-top-header {
   width: 80%;
}

.light-border {
   position: absolute;
   width: 96%;
   top: 7px;
   height: 80%;
   left: 7px;
   right: 0;
   border: 1px solid rgba(255, 255, 255);
   border-radius: 50px;
   z-index: 999;
}

#back-to-top.show {
   opacity: 1;
   pointer-events: auto;
}

#back-to-top {
   position: fixed;
   bottom: 20px;
   right: 15px;
   cursor: pointer;
   border: 0;
   transition: opacity 0.2s ease-out;
   opacity: 0;
   pointer-events: none;
   z-index: 99;
}

#back-to-top img {
   width: 48px;
   height: 48px;
}

.text-blue {
   color: #96a292;
}

.text-inside-gift {
   font-family: "Open Sans", sans-serif;
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   text-align: center;
   padding: 10px;
}

.text-inside-gift p.date {
   color: #000000;
   font-weight: 800;
   font-size: 35px;
   margin: 0;
   line-height: 1.2em;
   padding: 30px 0;
}

.text-inside-gift .discount {
   padding: 36px 0;
}

.text-inside-gift p.discount-i {
   margin: 0;
   font-size: 70px;
   font-weight: 800;
   line-height: 1.2;
}

.text-inside-gift p.discount-ii {
   margin: 0;
   font-weight: 500;
   line-height: 1.2;
   font-size: 35.32px;
   padding: 10px;
}

.text-inside-gift ul {
   font-size: 20px;
   list-style: none;
   padding-left: 0;
   font-weight: 600;
   width: 100%;
   margin: 0 10px;
   padding-bottom: 38px;
}

.text-inside-gift ul li {
   background: url(../images/renewals-discount-icon.png) no-repeat 8px 0px;
   background-size: 50px;
   list-style-type: none;
   margin: 0;
   padding: 0px 0px 30px 60px;
   vertical-align: middle;
}

.gift-button {
   padding: 46px 0;
}

.voucher-ann {
   color: #fff;
   text-decoration: none;
   border: solid 3px #2dcc7c;
   border-radius: 20px;
   background: #2dcc7c;
   font-weight: 700;
   padding: 17px 10px;
   width: 93%;
   display: inline-block;
   text-align: center;
   box-shadow: 7px 8px 23px -6px rgba(0, 0, 0, 0.28);
   -webkit-box-shadow: 7px 8px 23px -6px rgba(0, 0, 0, 0.28);
   -moz-box-shadow: 7px 8px 23px -6px rgba(0, 0, 0, 0.28);
   transition: all 0.3s;
}

.voucher-ann-ii {
   border: solid 3px #fff;
   padding: 20px 10px;
   width: 80%;
   margin: auto;
   border-radius: 20px;
   font-size: 25px;
   font-weight: 700;
}

.voucher-ann-ii span {
   color: yellow;
   font-size: 28px;
   text-transform: uppercase;
}

a:link {
   text-decoration: none;
}
a:visited {
   text-decoration: none;
}
a:hover {
   text-decoration: none;
}
a:active {
   text-decoration: none;
}

img.redeem {
   position: absolute;
   left: 20px;
   top: 45%;
   z-index: 9;
   width: 85%;
}

.menu-top-left{
   display: inline-flex;
   justify-content: space-between;
   align-items: center;
}
.menu-top-left img{
   height: 160px;
}
.menu-top-left h4 {
   font-size: 23px;
   color: #fff;
   text-align: left;
   line-height: 25px;
   margin: 0 20px;
}
.menu-top-right {
   display: flex;
   justify-content: center;
}
.main-btn-yellow {
   background-color: aliceblue;
   background-image: linear-gradient(to right, #795001, #bf9036, #795001);
/*   border: 5px solid #c79d6d;*/
   padding: 10px;
   border-radius: 15px;
   color: #fff;
   text-decoration: none;
   cursor: pointer;
   text-align: center;
   width: 200px;
   font-weight: 600;
}
.btn-check:focus+.btn, .btn:focus {
   outline: 0;
   box-shadow: none;
}
.box-white{
   border: 5px solid #c69c6e;
   border-radius: 25px;
   padding: 35px;
   background-color: #fff;
   text-align: justify;
}
.box-white p{
   font-size: 18px;
}
.box-gold {
   border: 5px solid #ffffff;
   border-radius: 50px;
   padding: 35px;
   background-color: #f7d195;
   background-image: linear-gradient(137deg, #805506, #be8f35, #805506, #be8f35);
   text-align: justify;
   height: auto;
   min-height: 530px;
   justify-content: space-between;
   display: flex;
   flex-direction: column;
}
.trophy {
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 45px 0;
}
.trophy img {
   height: 160px;
}
.trophy h1 {
   font-size: 2em;
   font-weight: 900;
   margin-left: 20px;
   margin-bottom: 0;
   line-height: 1;
}
.trophy .first-prize h1 {
   font-size: 4em;
}
.trophy .second-prize h1, .trophy .third-prize h1 {
   font-size: 3em;
}
.trophy h2 {
   font-size: 1.4em;
   font-weight: 900;
   margin-left: 20px;
   margin-bottom: 0;
   line-height: 1;
}
.prizes {
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 45px 0;
   text-align: center;
}
.prizes img {
   height: 250px;
}
.prizes.phone img {
   height: 350px;
}
.prizes h2 {
   font-size: 22px;
    font-weight: 600;
    margin: 20px;
    line-height: 1.2em;
}
.social-container {
  right: 0; top: 30%; z-index: 11;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}

.social-container a {
  color: white; 
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  font-size: 22px;
  right: -49px;
  width: 100px;
}

.fb {
  background-color: #1b5ed8;
  background-image: url(../images/icons-fb.svg);
  background-repeat: no-repeat;
  padding: 25px 15px 25px 27px;
}

.telegram {
  background-color: #35aadf;
  background-image: url(../images/telegram2_1500px.png);
  background-repeat: no-repeat;
  padding: 25px 15px 25px 27px;
  background-size: contain;
}

.ubs {
  background-color: #fff;
  background-image: url(../images/icons-ubs.jpg);
  background-repeat: no-repeat;
  padding: 25px 15px 25px 27px;
  background-size: contain;
}

.cgs {
  background-color: #fff;
  background-image: url(../images/icons-cgs.jpg);
  background-repeat: no-repeat;
  padding: 25px 15px 25px 27px;
  background-size: contain;
}

.rhb {
  background-color: #fff;
  background-image: url(../images/RHB2_1500px.png);
  background-repeat: no-repeat;
  padding: 25px 15px 25px 27px;
  background-size: contain;
}

.socgen {
  background-color: #fff;
  background-image: url(../images/SocieteG.png);
  background-repeat: no-repeat;
  padding: 25px 15px 25px 27px;
  background-size: contain;
}
.ubs2 {
  background-color: #fff;
  background-image: url(../images/ubs_icon.png);
  background-repeat: no-repeat;
  padding: 25px 15px 25px 27px;
  background-size: contain;
}
.social-container .fb:hover, 
.social-container .telegram:hover, 
.social-container .twitter:hover,
.social-container .ubs:hover,
.social-container .cgs:hover,
.social-container .rhb:hover,
.social-container .socgen:hover,
.social-container .ubs2:hover {
  right: -40px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 1400px){
   img.img-def{
      height:280px ;
   }
   img.img-partner{
      height:130px ;
   }
}

@media (max-width: 1199px) {
   .text-inside-gift p.date {
      font-size: 28px;
      padding: 24px 0;
   }
   .text-inside-gift .discount {
      padding: 16px 0;
   }
   .text-inside-gift p.discount-i {
      font-size: 54px;
   }
   .text-inside-gift p.discount-ii {
      font-size: 23.32px;
   }
   .text-inside-gift ul {
      font-size: 14px;
      padding-bottom: 22px;
   }
   .gift-button {
      padding: 27px 0;
   }
}
@media only screen and (min-width: 991px) and (max-width: 1400px)  {
   img.img-def{
      height:280px ;
   }
   h2 {
    font-size: 1.3em;
   }
   .box-gold{
      min-height: 600px;
   }
   img.img-partner{
      height:auto ;
   }
}

@media (max-width: 991px) {
   .text-inside-gift p.date {
      padding: 35px 0;
   }
   .text-inside-gift .discount {
      padding: 50px 0;
   }
   .text-inside-gift ul {
      font-size: 16px;
      padding-bottom: 22px;
   }
   .gift-button {
      padding: 39px 0;
   }
   .ribbon-img {
      width: 100%;
   }
   
   img.img-partner{
      height:130px ;
   }
   /*h2.text-orange {
      font-size: 18px;
   }*/
   
   /*h5,
   h6 {
      font-size: 17px;
      line-height: 28px;
   }*/
   span.text-yellow {
      font-size: 19px;
   }
   .menu-top-left{
     display: flex;
     justify-content: center;
   }
   .menu-top-left h4 {
     margin-top: 10px;
    font-size: 20px;
   }
   .menu-top-left h4 small {
    font-size: 18px;
   }
   .menu-top-left img {
    height: 160px;
   }
   .prizes {
   display: block;
   }
   .box-gold {
      padding: 15px;
      min-height: auto;
   }
}

@media (max-width: 767px) {
   .text-inside-gift p.date {
      font-size: 20px;
   }
   .text-inside-gift .discount {
      padding: 40px 0;
   }
   .text-inside-gift p.discount-i {
      font-size: 35px;
   }
   .text-inside-gift p.discount-ii {
      font-size: 18px;
   }
   .text-inside-gift ul {
      font-size: 14px;
      padding-bottom: 20px;
   }
   .text-inside-gift ul li {
      background-size: 33px;
      padding: 0px 0px 10px 45px;
   }
   .gift-button {
      padding: 25px 0;
   }
   .big-btn {
      font-size: 23px;
/*      padding: 10px 45px;*/
   }

   .invest-container {
      margin-top: 0px;
      padding-top: 40px;
   }

   h1 {
      font-size: 2em;
   }
   h2 {
      font-size: 35px;
   }
   .subscription-1,
   .subscription-2 {
      font-size: 5.2vw;
      line-height: 1.1;
   }

   .subscription-2-box,
   .subscription-1-box {
      font-size: 3.5vw;
      width: 36vw;
      height: 14vw;
      padding: 0vw;
   }

   .up-to {
      font-size: 3vw;
      top: -1vw;
      left: 10vw;
   }

   .logo-container img {
      width: 36vw;
   }
   .cny-container img {
      width: 100%;
   }
   img.img-top-header {
      width: 100% !important;
   }
   .trophy h1{
    color: #fff !important;
   }
   .trophy h2{
      color: #fff !important;
   }
   h2.text-orange {
   font-size: 1.2em;
   }
   .box-gold {
      padding: 15px;
      min-height: auto;
   }
   img.img-partner{
      height:auto ;
   }
   .menu-top-left{
     display: flex;
     justify-content: space-around;
     flex-direction: row;
   }
   .menu-top-left h4 {
     text-align: center;
       font-size: 18px;
       margin: 0 10px;
       margin-top: 10px;
   }
   .menu-top-left h4 small {
    font-size: 16px;
   }
   .menu-top-left img {
    height: 120px;
   }
}

@media (max-width: 550px) {
   .text-inside-gift {
      bottom: 18px;
   }
   .promo-content {
      height: 564px;
      margin-top: -60px;
   }
   .gift-button {
      padding: 8px 0;
   }
   .gift-button .big-btn {
      font-size: 14px;
      /*      padding: 5px 37px;*/
   }
   .big-btn {
      font-size: 16px;
    padding: 10px 15px
   }
   .cny-container img {
      width: 100%;
   }
   .voucher-ann-ii {
      font-size: 18px;
   }
   .text-inside-gift p.date {
      padding: 15px 0;
   }
   .text-inside-gift .discount {
      padding: 30px 0;
   }
   .text-inside-gift ul {
      margin: 0;
      padding-bottom: 38px;
   }
   .text-inside-gift ul li {
      height: 51px;
   }
   img.redeem {
      left: 0;
      width: 75%;
      right: 0;
      margin: 0 auto;
   }
   .big-btn{
      width: auto;
   }
   .box-gold {
      padding: 15px;
      min-height: auto;
   }
   h2 {
    font-size: 1.2em;
   }
   h1 {
    font-size: 1.5em;
   }
   .trophy {
    padding: 20px 0;
   }
   .trophy img {
    height: 120px;
   }
   .trophy h1{
    font-size: 35px;
    color: #fff !important;
   }
   .trophy .first-prize h1, .trophy .second-prize h1, .trophy .third-prize h1{
    font-size: 35px;
   }
   .trophy h2{
      font-size: 25px;
      color: #fff !important;
   }
   .prizes {
    padding: 20px 0;
   }
   .prizes.phone img {
    height: 250px;
   }
   .prizes img {
       height: 250px;
   }
   .main-btn-yellow{
      width: auto;
      padding: 5px 17px;
   }
}
