@charset "utf-8";
/* CSS Document */ 
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

@font-face {
    font-family: 'Swz921n';
    src: url('./../font/Swz921n.ttf');
}


* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin:0; padding:0; }
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body { margin:0; padding:0; font-family: 'Nunito Sans', sans-serif; font-weight: 400; -webkit-overflow-scrolling: touch;}

:focus { outline:none;}
ul, li, ol { list-style:none; padding: 0; margin: 0;}
a { text-decoration:none; -webkit-transition:0.5s; color: #494949; transition:0.5s;}
input[type="button"],input[type="submit"] { text-decoration:none; -webkit-transition:0.5s; transition:0.5s;}
a:hover{color:#0072ca; text-decoration: none; outline: none;}
a:focus {text-decoration: none; outline: none;}
a img, img { border:none; vertical-align:middle; max-width:100%; width:auto}

h1, h2, h3, h4, h5, h6 {font-family: 'Nunito Sans', sans-serif; font-weight: 700;  margin: 0px; padding: 0px; }
p {font-family: 'Nunito Sans', sans-serif;    font-weight: 400;    color: #333333;    font-size: 16px;    line-height: 25px;    margin-bottom: 15px;}

:before, :after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

.bg {background-size: cover; background-position: center center;  background-repeat: no-repeat;}



body{font-family: 'Poppins';}
.container-fluid{    width: 468px;    margin: auto;}
main {	width: 100%;	background-color: #000;}
figure img {    display: block;    margin: auto;    max-width: 100%;}
.logo_img {	max-width: 250px;}
.discounts {	max-width: 300px;}
.support_img {	max-width: 100px;}
.container-fluid .whatsapp{    background: #fff;    padding: 10px 15px;    border-radius: 50px;    color: #8EE96E !important;    font-size: 20px;    font-weight: 500;    text-align: center;    box-shadow: 0px 6px 0px #000000;    position: relative;    margin-bottom: 40px;    display: block;}
.container-fluid .whatsapp img{    position: absolute;    top: 50%;    transform: translateY(-50%);    left: 0;    width: 60px;}
.teligram{    background: #fff;    padding: 10px 15px;    border-radius: 50px;    color: #2BA2DC !important;    font-size: 20px;    font-weight: 500;    text-align: center;    box-shadow: 0px 6px 0px #000000;    position: relative;    margin-bottom: 50px;    display: block;}
.container-fluid .whatsapp:hover, .teligram:hover{    text-decoration: none;}
.teligram img{    position: absolute;    top: 50%;    transform: translateY(-50%);    left: 0;    width: 60px;}
.support{    text-align: center;    font-size: 35px;    color: #fff;    font-family: 'Bebas Neue', cursive;    margin: 0;    padding-bottom: 1px;    font-weight: 500;}
.contact{    color: #FF0000;    font-size: 16px;    margin: 0;    text-align: center;    font-weight: 700;    padding-bottom: 5px;}
.bg-red {	padding: 10px 0px;	background: linear-gradient(0deg, rgba(228,197,96,1) 0%, rgba(194,150,61,1) 100%);}
.footer-social{    margin: 0;    padding: 0;    display: flex;    justify-content: space-between;}
.footer-social li{    list-style-type: none;}
.footer-social li a {	color: #000;	text-align: center;}
.footer-social li a:hover{    text-decoration: none;}
.footer-social li a i{    font-size: 25px;    display: block;}
.footer-social li a span{    font-size: 10px;}
.privacy_div{    text-align:center;    color:#ffffff;}
.privacy_div a{    color:#ffffff;}
@media (max-width: 468px){
    body{        width: 100%;    }
    .container-fluid{padding: 0; width: 100%;}
    main{height: 100vh;}
.fix-reds{position: fixed;bottom: 0;width: 100%;}
}





button, .btn-primary {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(236, 236, 236);
    background: -moz-linear-gradient(top, rgba(74, 18, 30, 0.6) 0%, rgba(127, 32, 52, 0.63) 100%);
    background: -webkit-linear-gradient(top, rgba(74, 18, 30, 0.6) 0%, rgba(127, 32, 52, 0.63) 100%);
    background: linear-gradient(to bottom, rgba(74, 18, 30, 0.6) 0%, rgba(127, 32, 52, 0.63) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#994a121e', endColorstr='#a17f2034', GradientType=0);
    padding: .5em 2em;
    transition: opacity ease-in-out 0.5s;
    color: #fff;
    border-radius: 20em;
    font-size: 1em;
    box-shadow: none !important;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
button:hover, .btn-primary:hover, button:focus, .btn-primary:focus {
    border-color: rgb(236, 236, 236) !important;
}
img {max-width: 100%;}
.d-none{display: none;}
.transition {position: fixed;    width: 100%;    height: 100%;    opacity: 1;    z-index: 21;    top: 0;    background: #ffffffa3;    transition: opacity ease-in-out 0.5s, z-index ease-in-out 0.5s;    display: flex;    align-items: center;    justify-content: center;    align-content: center;}
.transition.hide {    opacity: 0;    z-index: -1;    display: none;}
.container{    max-width: 92%;    width: 100%;    margin: 0 auto;}
.header_section{    width: 100%;    display: inline-block;    padding: 0 0 0 0;    text-align: center;    background: url(../images/hero_banner.jpg) no-repeat;    background-size: 100% 100%;    height: 100vh;    position: relative;}
.caption{    display: inline-block;    position: absolute;    left: 8em;    top: 40%;    transform: translateY(-45%);    text-align: left;}
.caption h1 {
	width: 100%;
	display: inline-block;
	padding: 0 0 0 0;
	color: #fff;
	font-size: 5.700em;
	text-transform: uppercase;
	margin: 0;
	line-height: 1;
	font-family: 'Poppins';
}
.caption h2{    width: 100%;    display: inline-block;    padding: 0 0 0 0;    font-family: 'Poppins';    color: #fff;    font-size: 4.650em;    text-transform: uppercase;    margin: 0;    line-height: 1;}
.caption .btn-primary {    background: #ffd800;    padding: 0.4em 1.4em;    color: #fff;    border-radius: 20em;    font-size: 1.4em;    box-shadow: none !important;    -webkit-transition: all 0.5s ease-out;    -moz-transition: all 0.5s ease-out;    -o-transition: all 0.5s ease-out;    transition: all 0.5s ease-out;    border: 0;    text-decoration: none;    margin: 1em 0 0 0;    color: #000000;    line-height: 1;    text-transform: uppercase;    float: left;font-family: 'Poppins'; }
.caption .btn-primary:hover {    background: #fff;}
.caption .btn-primary span {    font-family: 'Poppins';    font-size: 1em;    font-weight: 600;    float: left;}
.caption .btn-primary strong {    font-size: 1.565em;    font-family: 'Poppins';    line-height: 0.7em;}
.caption .btn-primary img {    padding: 0.2em 0.5em 0.2em 0;    float: left;    width: 2.1em;}
.footer_wrapper {    width: 100%;    display: inline-block;    padding:  1.5em 0;    position: fixed;    left: 0;    bottom: 0;background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(24,26,38,1) 100%); }
.footer {    width: 100%;    display: flex;    padding: 0 0 0 0;    align-items: center;    justify-content: flex-start;}
.footer .logo {    width: auto;    display: inline-block;}
.footer h3 {    display: inline-block;    margin: 0;    font-size: 1.8em;    line-height: 1;    color: #fff;    font-weight: 600;    padding: 0 2em 0 1em;}
.footer .social {    display: inline-block;    list-style-type: none;    margin: 0;    padding: 0 2em 0 0;}
.footer .social li{    display: inline-block;    padding: 0 0.3em 0 0.3em;}
.footer_wrapper .whatsapp {    display: inline-block;    border-left: 0.2em solid #fff;    padding: 0.4em 1.5em;    font-size: 1.3em;    color: #ffd800;    font-weight: 600;    margin-right: 1.5em;    line-height: 1.1;}
.footer_wrapper .whatsapp a {    font-size: 1.5em;    line-height: 1;    color: #fff;    font-weight: 600;    display: inherit;    text-decoration: none;}
.footer_wrapper .whatsapp a:hover {    color: #ffd800;}
.footer_wrapper .whatsapp:last-child{    margin-right: 0;}
.copyright {    width: 100%;    display: inline-block;    padding: 0 0 0 0;    text-align: center;}
.copyright p{    display: inline-block;    padding: 0 2em 0 0;    margin: 0;    font-size: 1em;    color: #fff;    font-weight: 600;}
.footer-menu{    width: auto;    list-style-type: none;    margin: 0 0 0 2em;    padding: 0 0;    display: inline-block;}
.footer-menu li{    display: inline-block;    font-size: 1em;    color: #fff;    font-weight: 600;    text-decoration: none;    padding: 0 0.3em;}
.footer-menu li a{    text-decoration: none;    color: #fff;}
.footer-menu li a:hover{    color: #ffd800;}
.footer .logo img {max-width: 250px;width: 47%;}


@media only screen and (max-width: 1440px) {

    .footer .social li img {
        width: 38px;
   }
   .caption h2 {font-size: 40px;}
   .caption h1 {font-size: 60px;}
   .caption .btn-primary strong {
	font-size: 22px;}
    .caption .btn-primary span {
        font-size: 15px;
    }
    .footer_wrapper .whatsapp a {
        font-size: 16px;
    }
    .footer_wrapper .whatsapp {
        font-size: 16px;
    }
    .footer h3 {
        font-size: 20px;
    }
    .copyright {
        padding: 10px 0;
    }
}

@media only screen and (max-width: 1199px) {

    .caption h2 {
        font-size: 50px;
    }
    .caption h1 {
        font-size: 60px;
    }
    .caption .btn-primary {
        font-size: 14px;
    }
    .footer .logo {
        width: auto;
        display: inline-block;
        flex: 0 0 100%;
        max-width: 100%;
        border-bottom: 1px solid #fff;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .footer {
        width: 100%;
        display: flex;
        padding: 0 0 0 0;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .footer h3,.footer .social ,.footer_wrapper .whatsapp {
        line-height: 1.4;
        flex: 0 0 50%;
        max-width: 50%;
        margin: 0;
        border: none;
        border-top: 1px solid #fff;
        padding-top: 30px;
        margin-top: 30px;
    }
    .footer h3,.footer .social {margin: 0;border: none;padding: 0;}
    .whatsapp {
        line-height: 2;
   }
    .footer .social li img {
        width: 32px;
   }
    .whatsapp a {
        font-size: 1.3em;
   }
    .whatsapp {
        font-size: 1.5em;
   }
   .footer .logo img {
     max-width: 100px;
     width: 47%;
   }
    .footer h3 {
        line-height: 1.4;
   }
}
@media only screen and (max-width: 991px) {
    .footer h3,.footer .social ,.footer_wrapper .whatsapp {
        flex: 0 0 100%;
        max-width: 100%;
        border: none;
        padding: 0;
        margin: 0;
        padding: 10px 0;
    }
    .footer_wrapper .whatsapp {
        font-size: 15px;
    }
    .footer_wrapper .whatsapp a {
        font-size: 16px;
    }
    .caption h1 {
        font-size: 35px;
        line-height: 1.5;
    }
    .caption h2 {
        font-size: 25px;
    }
    .footer .logo{margin:0 ;padding: 10px 0; border: none;}
    .header_section{
        background: url(../images/hero_ipad_banner.jpg) no-repeat;
        background-size: cover;
   }
    .caption .btn-primary {
        font-size: 1.4em;
        float: none;
        display: inline-block;
        line-height: 1.3;
   }
    .caption .btn-primary {
        font-size: 2em;
        float: none;
        display: inline-block;
   }
.caption {
   left: 0em;
   bottom: 25em;
   transform: translateY(0%);
   text-align: center;
   top: auto;
}
.caption .btn-primary strong {
	font-size: 20px;
}
.caption .btn-primary span {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: 600;
	float: left;
}
.caption .btn-primary {
	font-size: 21px;
}
    .footer {
        justify-content: center;
   }
    .copyright {
        padding: 3em 0 0 0;
   }
    .d-none{
        display: block;
   }
   .footer h3{
       display: none;
   }
   .footer .logo img {
   width: 100%;
}
.footer .logo {
   width: 20%;
   margin-right: 1em;
}
}
@media only screen and (max-width: 767px) {
 
.footer .logo {
   width: 100%;
}
    .footer .logo img {
       margin: 0 auto;
       display: inherit;
   }
    .footer {
        justify-content: center;
        flex-wrap: wrap;
   }
    .footer h3 {
        padding: 0 0em 0 1em;
   }
   .copyright p {
	padding: 0 0 0em 0;
	font-size: 15px;
}
    .footer-menu {
        margin: 0;
        padding: 0;
   }
    .footer-menu li {
        font-size: 15px;
   }
.footer .social {
   padding: 1.5em 0em 1.5em 0;
   width: 100%;
   text-align: center;
}
    .copyright {
        padding: 1.5em 0 0 0;
   }
 
.caption .btn-primary {
   font-size: 1.4em;
}
.caption .btn-primary img {
   width: 2.3em;
}
    .footer_wrapper {
        padding: 0 0 1.5em 0;
   }
   .bdr-none{
       border-left: 0;
       padding: 0;
   }
.whatsapp:last-child {
   margin-right: 0;
   padding-right: 0;
   padding-bottom: 0;
   padding-top: 0;
}
.caption {
   bottom: 350px;
}

}
@media only screen and (max-width: 480px) {
   .footer .logo img {
     width: 100%;
     max-width: 80px;
   }
    .copyright p {
        padding: 0 0 0em 0;
        font-size: 13px;
    }
    .caption h1 {
        font-size: 32px;
        line-height: 1.5;
    }
    .caption h2 {
        font-size: 25px;
    }
    .caption {
        bottom: 370px;
    }
}
@media only screen and (max-width: 360px) {
    .caption {
   bottom: 28em;
}
.caption h2 {
	font-size: 23px;
}
    }
@media only screen and (max-width: 320px) {
    .caption .btn-primary {
        font-size: 1.1em;
   }

    .footer-menu li {
        font-size: 1.3em;
   }
    .copyright p {
        font-size: 1.3em;
   }
.footer .social li img {
   width: 22px;
}
    .footer h3 {
        font-size: 1.9em;
   }
    .footer .logo {
        width: 25%;
   }
    .footer .social {
        padding: 0.5em 0em 0 0;
   }
    .copyright {
        padding: 0.5em 0 0 0;
   }
.caption {
   bottom: 19em;
}
.footer .logo img {
   width: 40%;
   }

.whatsapp {
   font-size: 1.3em;
}
}