/* uppre nav css statyt */

* {
    font-family: Arial, Helvetica, sans-serif;
}

@font-face {
    font-family: "OpenSans-Regular";
    src: url(../fonts/OpenSans-Regular.ttf);
}

body {
    margin: 0;
    padding: 0;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}


/* .navbar--content {
    box-shadow: 2px 1px 5px 0px rgb(50 50 50 / 75%);
    background-color: #000000;
    padding: 0.25rem 0rem;
    /* top: 50px; */


/* } */

*/ .nav-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav-logo {
    width: 215px;
    height: 80px;
    padding: 0;
    margin: 12px 0px 12px 0;
}


/* .button__sell {
    border-radius: 50px;
    color: #000000;
    font-size: 14px;
    padding: 8px 30px !important;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    background-color: #ffd966 !important;
    position: relative;
} */


/* 
.addto-cart {
    position: relative;
}

.addto-cart #cartcount {
    position: absolute;
    top: -10px;
    left: 16px;
    height: 17px;
    width: 15px;
    background: #000000c9;
    border-radius: 70px;
    line-height: 17px;
    color: #fff;
    font-size: 11px;
} */


/* .button__sell:hover {
    background-color: #fff !important;
    border: 1px solid #ffd966;
    color: #000000;
} */

.upper-navigation {
    display: flex;
    padding: 0px 80px;
    justify-content: space-between;
    width: 100%;
}


/* .banner-section {
    background-image: url(../images/Top-Banner.JPG);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
} */


/* .custom-form {
    width: 37%;
    padding-bottom: 3rem;
} */


/* .search__icons {
    position: absolute;
    background: transparent;
    border: none;
    top: 20px;
    color: #b7b7b7;
    display: flex;
    box-sizing: border-box;
    padding: 0px 18px;
    overflow: hidden;
    transform: rotate(90deg);
    font-size: 28px;
}

.search_bar {
    height: 60px;
    border-radius: 0px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border: none;
    padding-left: 20px;
    padding-left: 55px;
    color: #696969;
    font-size: 14px;
    font-weight: lighter;
}

.search_bar::after {
    background-image: url(../images/search--icon.png);
    width: 10px;
    height: 10px;
    display: block;
    content: "";
}

.search-btn {
    background: #f6d865 !important;
    border: #f6d865 !important;
    color: #141323;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 600;
}

.search-btn:hover {
    color: #fff;
} */

.banner-heding {
    margin: 153px 0px 49px;
    color: #fff;
    text-align: center;
}

.banner-heding h2 {
    font-size: 40px;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
}

.banner-heding h1 {
    font-size: 64px;
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
}


/* carousel css start here  ============*/

.galleryImg {
    box-shadow: 0 0.025rem 0.25rem 1px rgba(0, 0, 0, 0.075);
    height: 190px;
    margin: 10px 0px 0px;
}

.galleryImg img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 34%;
    width: 23px;
    height: 41px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 30px;
}

.owl-carousel .owl-nav button.owl-next {
    right: 30px;
}

.banner-carousel-home .owl-prev span,
.banner-carousel-home .owl-next span {
    display: none;
}

.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus {
    outline: none;
}

.banner-carousel-home.owl-carousel .owl-nav.disabled {
    display: block;
}

.owl-carousel .owl-prev {
    background: url(../images/arrow_left.png) no-repeat !important;
    left: -33px;
}

.owl-carousel .owl-next {
    background: url(../images/arrow_right.png) no-repeat !important;
    right: -33px;
}

.owl-carousel .prev-slide:hover {
    background-position: 0px -53px;
}

.owl-carousel .next-slide:hover {
    background-position: -24px -53px;
}

.video-section {
    background-color: #fff;
    padding: 49px 0px 40px;
    text-align: center;
}

.video-section h3 {
    font-size: 34px;
    margin-bottom: 15px;
}

.video-section video {
    width: 46%;
    height: 347px;
}

.video-section video:focus {
    outline: none;
}

.revarding-section {
    width: 100%;
    padding: 20px 215px;
    display: flex;
    justify-content: space-around;
    background-color: #000000;
}

.reward-img {
    width: 272px;
}

.reward-heding {
    font-size: 45px;
    color: #ffd966;
    letter-spacing: 0.05em;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.7em;
    margin: 0;
    padding: 0;
}

.reward-para {
    font-size: 18px;
    letter-spacing: 0.0666667em;
    color: #fff;
    line-height: 1.7em;
    font-family: arial, helvetica, sans-serif;
}

.reward-para1 {
    margin-bottom: 42px;
    font-size: 20px;
}

.reward-text {
    padding-left: 118px;
}

.reward-text2 {
    padding-left: 0;
    padding-right: 5px;
}

.feature {
    background-color: #ffd966;
    padding: 3rem 205px 0px;
}

.feature-imgs {
    width: 179px;
    height: 182px;
    margin: 0 auto;
}

.feature-imgs img {
    height: 100%;
    object-fit: cover;
}

.feature--bg {
    padding: 15px;
    border-radius: 8px;
    height: 100% !important;
    text-align: center;
}

.feature-heading {
    padding: 11px 0px 0;
}

.feature-heading p {
    margin-bottom: 1rem;
    color: #1c2127;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
}

.feature-heading span {
    color: #333333;
    font-size: 18px;
    min-height: 108px;
    display: block;
}

.btn__join {
    background-color: #1c2127;
    color: #fff;
    font-size: 14px;
    border-radius: 50px;
    padding: 5px;
    width: 142px;
    height: 31px;
    line-height: 18px;
}

.btn__join:hover {
    background-color: transparent;
    border: 1px solid #1c2127;
    color: #1c2127;
}

.strat-now-text {
    font-size: 40px;
    text-align: center;
}

.bg__footer {
    background-color: #212121;
    background-position: center;
    background-size: cover;
    padding: 3rem 0rem;
    color: #fff;
    font-family: "Poppins-Regular" !important;
}

.footer__logo--image {
    margin-top: 2rem;
}

.custm__font-size {
    font-family: "OpenSans-Regular";
    font-size: 24px !important;
}

.footer__nav--links li {
    list-style-type: none;
}

.footer__nav--links li {
    padding: 0px 0px 10px 0px;
}

.footer__nav--links a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-family: "OpenSans-Regular";
}

.social--navbar li {
    text-align: center;
    list-style-type: none;
    display: inline;
}

.ftr-clr {
    background-color: #000000;
    padding: 15px;
    color: #fff;
    font-size: 14px;
}

.ftr-clr p {
    margin: 0;
    padding: 0;
}


/* media queries start  */

@media screen and (max-width: 1199px) {
    .revarding-section {
        padding: 20px 50px;
    }
    .feature {
        padding: 3rem 40px 0px;
    }
    .feature-heading p {
        font-size: 20px;
    }
}

@media screen and (max-width: 991px) {
    .feature {
        padding: 3rem 0px 0px;
    }
    .feature__responsive {
        padding: 0;
    }
    .feature--bg {
        padding: 15px 0px;
    }
    .custom-form {
        width: 52%;
    }
    .reward-heding {
        font-size: 35px;
        line-height: 48px;
    }
}

@media screen and (max-width: 767px) {
    .revarding-section {
        flex-direction: column;
    }
    .revarding-section {
        position: relative;
    }
    .reward-para1,
    .reward-heding {
        position: absolute;
        top: 20px;
        width: 100%;
        text-align: center;
        left: 0;
    }
    .reward-para1 {
        top: 70px;
    }
    .reward-img {
        margin: 0 auto;
        margin-top: 107px;
        margin-bottom: 20px;
    }
    .reward-sect2 {
        flex-direction: column-reverse;
    }
    .reward-text {
        padding-left: 0;
    }
    .features {
        padding: 2rem 0px 0px;
    }
    .strat-now-text {
        font-size: 34px;
    }
    .feature-imgs {
        width: 300px;
    }
    .feature-heading {
        padding-top: 5px;
    }
    .feature-heading span {
        min-height: auto;
    }
    .btn__join {
        margin-bottom: 20px;
    }
    .video-section {
        padding: 15px 0px;
    }
    .video-section video {
        width: 100%;
    }
    .upper-nav-internal {
        flex-wrap: wrap;
    }
    .upper-text {
        flex-shrink: initial;
        padding: 0px 10px;
    }
    .revarding-section {
        padding: 20px;
    }
}

@media (max-width: 575px) {
    .upper-navigation {
        padding: 0;
    }
    /* .button__sell {
        font-size: 12px;
        padding: 7px 12px !important;
    } */
    .nav-logo {
        width: 130px;
        height: 47px;
    }
    .banner-heding {
        margin: 50px 0px;
        margin-bottom: 15px;
    }
    .banner-heding h2 {
        font-size: 25px;
    }
    .banner-heding h1 {
        font-size: 33px;
    }
    .custom-form {
        width: 90%;
    }
    .video-section video {
        height: auto;
    }
    .reward-heding {
        line-height: 37px;
    }
    .reward-para1 {
        top: 98px;
        line-height: 26px;
    }
    .reward-img {
        margin-top: 133px;
    }
    .footer__logo--image {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .bg__footer {
        text-align: center;
    }
    .bg__footer {
        padding: 1.5rem 0rem;
    }
}