@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');
/* Top header css Starts */
*{
    font-family: "Poppins", sans-serif;
}
body{
    background-color: #000 !important;
}
p{
  font-size: 14px;
  color: #555;
}
img{
    width: 100%;
    height: auto;
}
a{
    text-decoration: none !important;
}
a:hover{
  text-decoration: none !important;
  color: #000 !important;
}
.container{
    max-width: 960px !important;
}
.sec-title3{
    color: #fff;
}
.sec-title3 span{
    color: #e31f00;
}
.sec-title3 p{
    color: #fff;
    font-size: 16px;
}
.buttons{
    display: flex;
    gap: 10px;
}
.login a{
    background: #e99907;
    color: #000000;
    padding: 7px 9px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 12px;
}
.logo-section{
    background: #282828;
    border-radius: 5px;
    padding: 5px;
}
.login a i{
    margin-right: 5px;
}
/* Navbar css start here */
.logo-section img{
    width: 90px;
}
nav.navbar{
    background: #000;
    padding: 0;
}

.mobile-logo{
  display: none;
}

.main-header {
    position: relative;
    display: block;
    width: 100%;
    z-index: 99999;
}
.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #a31412;
}
nav {
  background: none;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  z-index: 9;
}
/*---------------- Navbar css end here-------------------*/

/* blog css stars */
.sec-title3 .title{
    font-size: 25px;
    font-weight: 300;
}
.blog-area {
    position: relative;
    z-index: 5;
    padding: 31px 0 15px;
}
.blog-area .owl-nav .owl-next{
    position: absolute;
    right: 0px;
    top: 25%;
}
.blog-area .owl-nav .owl-prev {
    position: absolute;
    left: 16px;
    top: 25%;
}
.blog-area .owl-nav i:hover {
    background-color: #a31412;
    color: #fff;
}

.blog-area .owl-prev i {
    background: #20202054;
    padding: 5px 16px;
    margin-right: 15px;
    color: #fff;
    border-radius: 50%;
    font-size: 30px;
}

.blog-area .owl-next i {
    background: #20202054;
    padding: 5px 16px;
    margin-right: 15px;
    color: #fff;
    border-radius: 50%;
    font-size: 30px;
}
.blog-area .owl-dots{
    display: none;
}

/* blog css ends */


.why-box{
    background: #2e2e2e;
    text-align: center;
    padding: 10px 5px;
    height: 180px;
    margin-bottom: 10px;
}
.why-box img{
    width: 65px;
}
.why-box h4{
    color: #e99907;
    font-size: 15px;
}
.why-box p{
    color: #fff;
}
.count-box img{
    border: 1px solid #ff9d9d;
    border-radius: 150px;
    width: 100px;
    height: 125px;
    margin-bottom: 10px;
}
.count-box{
    text-align: center;
}
.play-img{
    margin-bottom: 20px;
}
.play-img img{
    border: 6px solid #2e2e2e;
    border-radius: 5px;
}
.count-box p{
    color: #fff;
}
.why-choose-section{
    padding: 0px 0;
}
.sec-title3{
    margin-bottom: 20px;
}
.pd{
    padding-bottom: 100px;
    padding-top: 15px;
}
/* footer css starts */

.footer {
    padding: 10px 0 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #000;
    z-index: 99;
}
.socials{
    display: flex;
    justify-content: space-between;
}
.social-1 i{
    width: 40px;
    height: 40px;
    background: #ddd;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    margin-right: 10px;
}
.fa-telegram{
    background: #36a5f5 !important;
    color: #fff;
}
.fa-whatsapp{
    background: #0ddb56 !important;
    color: #fff;
}
.fa-instagram{
    background: #e70a33 !important;
    color: #fff;
}
.fa-youtube{
    background: #f00 !important;
    color: #fff;
}
.login-sec .logo img{
    width: 110px;
    background: #2e2e2e;
    padding: 10px;
    border-radius: 5px;
}
.form-sec form .first{
    display: flex;
    background: #2e2e2e;
    border-radius: 5px;
    padding: 4px 10px;
    margin-bottom: 15px;
    align-items: center;
}
.form-sec form p{
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
    padding-left: 5px;
}
.form-sec form img{
    width: 30px;
}
.form-sec form input{
    background: transparent;
    border: navajowhite;
    font-size: 13px;
    padding-left: 10px;
    width: 100%;
    height: 35px;
    font-weight: 500;
}
.form-sec form input:focus-visible {
    outline-offset: 0px !important;
    outline: 0px !important;
}
.form-sec form label{
    color: #fff;
    font-size: 12px;
    margin-bottom: 5px;
}
.login-sec .logo{
    text-align: center;
    margin-bottom: 75px;
}
.login-sec{
    padding: 65px 0;
}
.form-sec .btn{
    width: 100%;
    background: #e98e06;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
}
.form-sec h4{
    font-size: 17px;
    color: #fff;
        margin-bottom: 25px;
}
.form-control:focus {
    color: #495057 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    outline: 0 !important;
    box-shadow: none !important;
}
.sign{
    position: absolute;
    left: 90px;
    top: 0;
}
.sign a {
    background: #e99907;
    color: #000000;
    padding: 7px 15px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 18px;
}
/* footer css ends */