/*=== MEDIA QUERY ===*/
/** --------------------------------------------------
Author       : Dreambuzz
Template Name: Rapoo - it solution landing template
Author URI : https://themeforest.net/user/dreambuzz/portfolio
Description: Rapoo,it, onepage,clean,bootstrap4, 
Description: Rapoo,it, onepage,clean,bootstrap4, responsive,modern,agency,landing template.
Version      : 1.0
* -------------------------------------------------  */
/*-----------------------------
 CSS INDEXING
* --------------------------------------
* 01.GLOBAL CSS STYLE
* 02.TYPOGRAPHY CSS STYLE
* 03.BUTTONS STYLE
* 04.HOMEPAGE CSS STYLE
    -LOGO CSS
    -MENU CSS
    -BACKGROUND
* 05.FEATURES CSS STYLE
* 06.SERVICE CSS STYLE
* 07.ABOUT CSS STYLE
* 08.PRICING CSS STYLE
* 09.TESTIMONIAL STYLE
* 10.LATEST BLOG CSS STYLE
* 11.CONTACT CSS STYLE
* 12.FOOTER CSS STYLE
* ----------------------------------------
*/

@font-face {
  
  src:  url('../fonts/Clan-News.ttf');
  font-family: Clan-News;
  
}

body {
  font-family: Clan-News;
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
  text-align: left;
  background-color: #fff;
  font-weight: 400;
  color: #6c757d;
}

/*--------------------
 TYPOGRAPHY
-----------------*/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Clan-News;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: .5rem;
  color: #212529;
}

.h1,
h1 {
  font-size: 2.125rem;
  line-height: 40px;
}

.h2,
h2 {
  font-size: 1.625rem;
}

.h3,
h3 {
  font-size: 1.375rem;
}

.h4,
h4 {
  font-size: 1.125rem;
}

.h5,
h5 {
  font-size: .9375rem;
}

.h6,
h6 {
  font-size: .75rem;
}

.lead {
  font-size: 1.0625rem;
  font-weight: 300;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.section-title {
  font-size: 35px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.bg-grey {
  background: #F4F7FC;
}

/*--------------------
Common Styles
-----------------*/
.section-heading {
  margin-bottom: 80px;
}

img {
  vertical-align: middle;
  border-style: none;
}

.img-thumbnail {
  padding: .25rem;
  border: 1px solid #dee2e6;
  background-color: #fff;
}

.section {
  position: relative;
  padding: 8.125rem 0;
}

@media (min-width: 768px) {
  .section {
    padding: 7.5rem 0;
  }
}

.section-top {
  padding-top: 8.125rem;
}

.section-bottom {
  padding-bottom: 8.125rem;
}

@media (min-width: 768px) {
  .section-top {
    padding-top: 10.3125rem;
  }
}

.bg-grey {
  background: #F4F7FC;
}

/*-------------------
  BUTTONS STYLE
----------------=----*/
.btn {
  font-size: .6875rem;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  padding: 1.2rem 2.7rem;
  border: 0.1rem solid transparent;
  transition: all 0.2s ease-in-out;
  letter-spacing: .5px;
}

.btn-circle {
  display: inline-flex;
  width: 4.20313rem !important;
  height: 4.20313rem !important;
  padding: 0 !important;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.btn-outline-dark {
  border: 1px solid #222;
}

.btn-white {
  background: #fff;
  color: #212529;
}

.btn-trans-white {
  border: 1px solid #fff;
  color: #fff;
}

.btn-outline-dark:hover {
  background: #222 !important;
  color: #fff !important;
}

.btn.btn-link {
  color: #212529;
}

.btn:focus {
  box-shadow: none !important;
}

.btn-circled {
  border-radius: 75px;
}

.bg-primary, .btn-primary, .btn-white:hover {
  background: #21c87a !important;
  border-color: #21c87a !important;
  color: #fff;
}

.bg-dark, .btn-primary:hover {
  background: #232323 !important;
  border-color: #232323 !important;
  color: #fff;
}

.shadow-sm-2 {
  box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
}

/*------------------------
 BACKGROUND
----------------------------*/
.bg-cover {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}





.bg-cover,
.bg-overlay,
.bg-overlay:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.bg-overlay:before {
  content: "";
  opacity: .55;
  background-color: #212529;
}

.box-shadow {
  box-shadow: 0 25px 100px -5px rgba(0, 0, 0, 0.15);
}

.mt50 {
  margin-top: 80px;
}

.mb-30 {
  margin-bottom: 30px;
}

.bg-primary {
  background: #21c87a !important;
}

a {
  color: #21c87a;
}

a:hover, a:focus {
  outline: none;
  text-decoration: none;
}

/*----------------------
 HEADER STYLE
-----------------------*/
.header-socials {
  line-height: 22px;
  margin-bottom: 0px;
}

.header-socials li {
  padding: 8px;
}

.header-socials li a {
  color: #21c87a;
}

/*-----------------
 LOGO BAR
-------------------*/
.logo-bar {
  padding: 30px 0px 60px;
}

.top-info-block {
  margin-right: 30px;
}

.top-info-block h5, .top-info-block p {
  margin-bottom: 0px;
}

.icon-block {
  margin-right: 20px;
  color: #21c87a;
  font-size: 40px;
  line-height: 20px;
  font-weight: 400;
}

.top-info-block:last-child {
  margin-right: 0px;
}

.header-bar {
  overflow: visible;
  position: relative;
  padding-bottom: 30px;
}

.main-navigation {
  margin-top: -40px;
}

/*-----------------------
 HOME-3
---------------------------*/
.header-white {
  background: #21c87a;
  box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
  border-radius: 0px;
}

.trans-navigation .navbar-brand h4, .site-navigation .navbar-brand h4, .site-navigation .navbar-brand h3, .trans-navigation .navbar-brand h3 {
  color: #fff;
}

.banner-content.style-2 {
  padding-top: 200px;
}

.trans-navigation .navbar-brand {
  padding-top: 13px;
}

.site-navigation.header-white {
  border-bottom: 1px solid transparent;
}

.site-navigation .navbar-brand {
  padding-top: 13px;
  margin-right: 20px;
}

.banner-content2 {
  padding: 200px 0px;
}

.banner-content2 .display-4 {
  color: #fff;
  font-weight: 600;
}

.banner-content2 p.lead {
  color: #fff;
}

/* =========================
PRELOADER
=======================*/
#page-loader {
  background: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1050;
}

.loader-icon {
  background: none repeat scroll 0 0 #fff;
  border-bottom: 3px solid rgba(19, 19, 19, 0.1) !important;
  border-left: 3px solid rgba(19, 19, 19, 0.1) !important;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-right: 3px solid #1453F2 !important;
  border-top: 3px solid rgba(19, 19, 19, 0.1) !important;
  height: 50px;
  left: 50%;
  margin: -20px 0 0 -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.colored-border {
  border-color: #fff;
}

.fa-spin {
  -webkit-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/*saravanan*/


            .mainstwos {
               
               background-image: url(/assets/Homepage.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100vh;
            }

            .rewards
            {

              margin-top: 130px;
            }
            .rewards-logo
            {

              margin-top: 120px;
            }

            .champion
            {
              background-color: #4f1211;

            }

            .list-font
            {
               font-family: Clan-News;
               font-size: 17px;
               line-height: 1.75;
               margin: 0;
              text-align: left;
              color: #fff;
              margin-top: 100px;
              padding-bottom: 100px;
            }

             .vistingcard-bg {
             background: url("/guest_files/vistcard.webp");
            }


             .footer-bg {
            
              background: url("/guest_files/footer_bg.webp");
              padding-left: 0px!important;
              padding-right:0px!important;
              height: 600px;
              margin-top: -250px;
              z-index: 999;
              position: relative;
            }

            .cardpad
            {
              padding-top: 100px;
            }


            .bodybg-img {
             background: url("/guest_files/mainbg.webp");
            }

            .tltlefonts
            {
               font-family:Clan-News;
               font-size: 40px;
               line-height: 1.75;
               margin: 0;
              text-align: left;
              color: #4f1311;
            }

            .title-pad
            {
              padding-top: 70px;
            }


            .title-pad2
            {
              padding-top: 130px;
            }

          
            .img-pad
            {
              padding-top: 30px;
            }

            .imgfont2
            {
               font-family: Clan-News;
               font-size: 25px;
               line-height: 1.2;
               color: #4f1311;
               text-align: center;
               margin-top: 25px;
               font-weight: 600;
            }

            .imgfont
            {
               font-family: Clan-News;
               font-size: 23px;
               line-height: 1.2;
               margin: 0;
               text-align: left;
               color: #4f1311;
               margin-top: 5px;
               text-align: center;
               margin-top: 25px;
            }


             .benefit-list
            {
               font-family: Clan-News;
               font-size: 20px;
               line-height: 1.5;
               text-align: left;
               color: #4f1311;
               margin-top: 5px;
               margin-top: 20px;
               
            }

            .benefit-title
            {
               font-family: Clan-News;
               font-size: 40px;
               line-height: 1;
               margin: 0;
              text-align: left;
              color: #4f1311;
            }

            .table1s
            {
              background-color: #ffcb08!important;
              color: #000;
              font-family: Clan-News;
              font-size: 15px;
              border: 1px solid #000;
              text-align: center!important;
              line-height: 1.2;

            }
            .orange-table1s
            {
              background-color: #f36f21!important;
              color: #fff;
              font-family: Clan-News;
              font-size: 13px;
              border: 1px solid #000;
              text-align: center!important;
              line-height: 1.5;

            }
            .table-redtitle
            {
              background-color: #4c1716!important;
              padding: 15px;
              color: #fff;
              font-family: Clan-News;
              font-size: 15px;
            }

            .table1s-white
            {
              background-color: #fff!important;
              color: #000;
              font-family: Clan-News;
              font-size: 15px;
              border: 1px solid #000;
              text-align: center!important;
              line-height: 1.2;

            }

            .table-border2
            {
              border-top:    1px solid #fff;
              border-left:   1px solid #000;
              border-right:  1px solid #000; 
              border-bottom: 1px solid #fff;

            }

            .table-border4
            {
              border-top:    1px solid #fff;
              border-left:   1px solid #000;
              border-right:  1px solid #000; 
              border-bottom: 2px solid #000;

            }

            .table-border5
            {
              border-top:    1px solid #fff;
              border-left:   1px solid #000;
              border-right:  1px solid #000; 
              border-bottom: 1px solid #000;

            }

            .table-border3
            {
              border-top:    1px solid #000;
              border-left:   1px solid #000;
              border-right:  1px solid #000; 
              border-bottom: 2px solid #000;

            }


            .Redshap
            {
              
               padding: 30px;
               border-radius: 40px;
               background: #ed1c24;
               width: 50%;
               margin-top: 150px;
               float: left!important;
               margin-left: 120px;

            }

             .yellowshap
            {
              
               padding: 30px;
               border-radius: 40px;
               background: #ffcb08;
               width: 90%;
               float: left!important;
               margin-top: -25px;

              

            }

            .yellowcoin
            {
              z-index: 999;
              position: relative;

            }


            .Redshap2
            {
              
               padding: 15px;
               border-radius: 40px;
               background: #ed1c24;
               width: 23%;
               margin-top: 30px;
               float: left!important;
               text-align: center;

            }

            .Redshap-title
            {
              
              font-family: Clan-News;
              font-size: 30px;
              color: #fff;
               
            }

            .Redshap-content
            {
              
              font-family: Clan-News;
              font-size: 22px;
              color: #fff;
              line-height: 1.2;
              text-align: left!important;
               
            }
            .yellow
            {
              background: #ffcb08;
              color:#000;
              font-family: Clan-News;
              font-size: 18px;
              padding: 10px;
              border-radius: 30px;


            }

            .Redshap-border
            {
              border: none!important;
            }
            .Redshapcontent
            {
              font-family: Clan-News;
              font-size: 18px;
              color: #000;
              float: left!important;
              line-height: 1.2;
            }

            .Redshapcontent2
            {
              font-family: Clan-News;
              font-size: 22px;
              color: #000;
              float: left!important;
              line-height: 1.2;
              margin-top: 20px;
              width: 100%;
            }

            .Redshapcontent3
            {
              font-family: Clan-News;
              font-size: 18px;
              color: #000;
              float: left!important;
              line-height: 1.5;
              margin-top: 20px;
              width: 100%;
            }

            .twobox
            {
              margin-top: 40px;
            }

            .coin-img
            {
              margin-top: -120px!important;

            }





            


            table {
              border-collapse: collapse;
              border-spacing: 0;
              width: 100%;
              border: 1px solid #ddd;
            }

            th, td {
              text-align: left;
              padding: 8px;
              border: 1px solid #000;
              text-align: center!important;


            }


            



@media (max-width: 800px) 

{

          .mainstwos {
             background: url("/guest_files/rkgbg_tab.webp");
          }

          .rewards-logo
            {

              margin-top: -10px!important;
              width: 95%;
            }

          .rewards
            {

              margin-top: 20px!important;
            }

            .list-font
            {
               font-family: Clan-News;
               font-size: 14px;
               line-height: 1.75;
               margin: 0;
              text-align: left;
              color: #fff;
              margin-top: 0px;
              padding-bottom: 100px;


            }
            .champ-img
            {
              width: 95%;
            }


            .imgfont2
            {
               font-family: Clan-News;
               font-size: 20px;
               line-height: 1.2;
               color: #4f1311;
               text-align: center;
               margin-top: 25px;
               font-weight: 600;
            }

            .imgfont
            {
               font-family: Clan-News;
               font-size: 18px;
               line-height: 1.2;
               margin: 0;
               text-align: left;
               color: #4f1311;
               margin-top: 5px;
               text-align: center;
               margin-top: 25px;
            }





            .Redshap
            {
              
               padding: 30px;
               border-radius: 35px;
               background: #ed1c24;
               width: 60%;
               margin-top: 150px;
               float: left!important;
               margin-left: 120px;

            }

            .Redshap-title
            {
              
              font-family: Clan-News;
              font-size: 20px;
              color: #fff;
               
            }

            .Redshap-content
            {
              
              font-family: Clan-News;
              font-size: 15px;
              color: #fff;
              line-height: 1.2;
              text-align: left!important;
               
            }
            .yellow
            {
              background: #ffcb08;
              color:#000;
              font-family: Clan-News;
              font-size: 12px;
              padding: 10px;
              border-radius: 30px;
              width: 100%;



            }

            .Redshap-border
            {
              border: none!important;
            }
            .Redshapcontent
            {
              font-family: Clan-News;
              font-size: 18px;
              color: #000;
              float: left!important;
              line-height: 1.2;
            }

            .twobox
            {
              margin-top: 40px;
            } 




            .Redshapcontent3
            {
              font-family: Clan-News;
              font-size: 18px;
              color: #000;
              float: left!important;
              line-height: 1.5;
              margin-top: 20px;
              width: 100%;
            }
             


            .footer-bg {
            
              background: url("/guest_files/footerbg_tab.webp");
              padding-left: 0px!important;
              padding-right:0px!important;
              height: 350px;
              margin-top: -150px;
              z-index: 999;
              position: relative;
            }


            .Redshap2
            {
              
               padding: 15px;
               border-radius: 40px;
               background: #ed1c24;
               width: 30%;
               margin-top: 30px;
               float: left!important;
               text-align: center;

            }

            .coin-img
            {
              margin-top: 30px!important;
            }
           







}


@media (max-width: 500px) 

{

          .mainstwos {
             background: url("/guest_files/rkgbg_mob.jpeg");
             background-size: 100% 100%;
          }
          .mainstwos .mobile_login {
            top: 47%;
            position: fixed;
            left: -27%;
          }

          .rewards-logo
            {

              margin-top: -10px!important;
              width:50%;
              align-self: center;
            }

          .rewards
            {

              margin-top: 30px!important;
              width: 60%!important;
              align-self: center!important
            }



            .imgfont2
            {
               font-family: Clan-News;
               font-size: 18px;
               line-height: 1.2;
               color: #4f1311;
               text-align: center;
               margin-top: 25px;
               font-weight: 600;
            }

            .imgfont
            {
               font-family: Clan-News;
               font-size: 15px;
               line-height: 1.2;
               margin: 0;
               text-align: left;
               color: #4f1311;
               margin-top: 5px;
               text-align: center;
               margin-top: 25px;
            }


            .tltlefonts
            {
               font-family: Clan-News;
               font-size: 25px;
               line-height: 1.75;
               margin: 0;
              text-align: left;
              color: #4f1311;
              text-align: center;
            }


             .benefit-list
            {
               font-family: Clan-News;
               font-size: 18px;
               line-height: 1.5;
               text-align: left;
               color: #4f1311;
               margin-top: 5px;
               margin-top: 20px;
               
            }

            .benefit-title
            {
               font-family: Clan-News;
               font-size: 25px;
               line-height: 1;
               margin: 0;
               text-align: center;
               color: #4f1311;
            }

            

            .alltables2
            {
              width: 100%!important;
            }


            .coin-img
            {
              margin-top: 1px!important;
            }


            .Redshap2
            {
              
               padding: 15px;
               border-radius: 40px;
               background: #ed1c24;
               width: 45%;
               margin-top: 30px;
               float: left!important;
               text-align: center!important;
               margin-left: 110PX;


            }



             .Redshapcontent3
            {
              font-family: Clan-News;
              font-size: 14px;
              color: #000;
              float: left!important;
              line-height: 1.5;
              margin-top: 20px;
              width: 100%;
            }
            

            .footer-bg {
            
              background: url("/guest_files/footerbg_mob.webp");
              padding-left: 0px!important;
              padding-right:0px!important;
              height: 200px;
              margin-top: -150px;
              z-index: 999;
              position: relative;
            }


            .yellow
            {
              background: #ffcb08;
              color:#000;
              font-family: Clan-News;
              font-size: 12px;
              padding: 10px;
              border-radius: 30px;
              width: 100%;
              text-align: center!important;


            }

            .twobox
            {
              margin-top: 40px;
              text-align: center;
            }

            .twobox2
            {
              
              text-align: center;
            }


            .Redshapcontent
            {
              font-family: Clan-News;
              font-size: 18px;
              color: #000;
              float: left!important;
              line-height: 1.2;
              text-align: center!important;

            }


             .Redshapcontent2
            {
              font-family: Clan-News;
              font-size: 18px;
              color: #000;
              float: left!important;
              line-height: 1.2;
              margin-top: 20px;
              width: 100%;
              text-align: center!important;
            }


            .table-redtitle
            {
              background-color: #4c1716!important;
              padding: 15px;
              color: #fff;
              font-family: Clan-News;
              font-size: 15px;
              width: 100%!important;
            }


            th, td {
              text-align: left;
              padding: 8px;
              border: 1px solid #000;
              text-align: center!important;
              font-size: 11px;
}





}



@media (max-width: 360px) 

{

          .mainstwos {
             background: url("/guest_files/rkgbg_mob.jpeg");
             background-size: 100% 100%;
          }

          .rewards-logo
            {

              margin-top: -10px!important;
              width:55%;
              align-self: center;
            }

          .rewards
            {

              margin-top: 30px!important;
              width: 70%!important;
              align-self: center!important
            }

            .alltables2
            {
              width: 100px!important;
            }


            .Redshapcontent3
            {
              font-family: Clan-News;
              font-size: 14px;
              color: #000;
              float: left!important;
              line-height: 1.5;
              margin-top: 20px;
              width: 100%;
            }


            .yellow
            {
              background: #ffcb08;
              color:#000;
              font-family: Clan-News;
              font-size: 12px;
              padding: 10px;
              border-radius: 30px;
              width: 100%;
              text-align: center!important;


            }


            .twobox2
            {
              
              text-align: center;
            }


            .Redshapcontent
            {
              font-family: Clan-News;
              font-size: 18px;
              color: #000;
              float: left!important;
              line-height: 1.2;
              text-align: center!important;
            }





}


/*saravanan*/

