@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif
}

:root {
  --font-size-xsmall: 20px;
  --font-size-navbar: 22px;
  --font-size-product: 22px;
  --font-size-profilename: 24px;
  --font-size-small: 26px;
  --font-size-medium: 45px;
  --font-size-large: 50px;
}

html{
    scroll-behavior: smooth;
    scroll-padding-top:var(--scroll-padding,169px);
}
.small_font{
    font-size:var(--font-size-small) !important;
}
.large_font{
    font-size:var(--font-size-large) !important;
}
.medium_font{
    font-size:var(--font-size-medium) !important;
}
.product_titles{
    font-size:var(--font-size-product) !important;
}
p{
    font-size:var(--font-size-xsmall) !important;
}
.speakeasy{
    max-width:175px;
}
@media (min-width: 1200px){
    .container{
        max-width:1760px !important;
    }
}
@media(max-width:991px){
    .display-none-991{
        display:none;
    }
}
.text-decoration-none{
    text-decoration: none;
    color: black;
}
.arrow{ 
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    border-radius: 50%;
    background: #ed1c24;
    display: inline-block;
    cursor: pointer; 
}
/*Header Css */
.home_fixed_header{
    position: fixed;
    width: 100%;
    z-index: 999;
}
.home_navbar{ 
    background-color:white
    /*padding-top:55px ;*/
}
.home_navbar .nav-link {
    color: black !important;
    font-size:var(--font-size-navbar);
    font-weight:500;
}
.app-download-icon {
    display: flex;
    align-items: center;
}
.app-download-icon small.font-weight-light.d-block {
    font-size: 16px;
}
.app-download-icon a {
    position: relative;
    color: white;
    border-color: white;
    background: black;
    border-radius: 10px;
}

.app-download-icon i.fa {
    font-size: 30px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.app-download-icon span {
    margin-left: 30px;
    line-height: 1.1;
}

.banner{
    background-size: cover;
    background-position:center center;
    color: white;
    height:auto;
}  
@media(min-width:1440px){
    .banner{
        height:996px;
    }  
}
.banner > div{
    padding-top: var(--scroll-padding);
}
.home_fixed_header .home_logo{
    max-width: 278px;
}
.home_fixed_header .home_navbar .nav-item.active .nav-link{
    color:#c7a854 !important;
}
@media(max-width:425px){
    .home_fixed_header .home_logo{
        max-width: 175px;
    }
}
.banner-mobile-img{
    max-width:55%;
}
@media(min-width:768px){
   #navbarSupportedContent{ 
        top: 135px !important; 
        /*top: 150px !important; */
    }  
}
@media(max-width:991px){
    #navbarSupportedContent{
        position: absolute;
        background: white;
        right: 12px;
        /*top: 120px;*/
        top: 105px;
        border-radius: 10px;
        z-index: 1;
        padding: 10px;
        line-height: 1;
        color: #ccc;
    } 
    #navbarSupportedContent .nav-link {
        color: black !important;
    }
}
@media(max-width:991px){
    .banner-mobile-img{
        display:none;
    }   
}
/*Edn Of Header Css */

 /*App Feature Css*/
#best_app_feature .feature_icon img{
    max-width: 80px;
}
#best_app_feature .feature_icon{
    padding-bottom:10px;
}
.best_app_feature_image{
    width:656px;
    height:744px !important;
}
@media(min-width:992px){
    #best_app_feature .features-list > div{
        padding:20px 0;
    }
    #best_app_feature .features-list{
        padding-left: 294px;
    }
    #best_app_feature .left_side{
        width:100%;
        margin:0;
        padding:0;
    }
    #best_app_feature .right-image{
        margin:0;
        padding:0;
    }
    #best_app_feature .right-image img{
        margin:0;
        padding:0;
    }
}
@media(max-width:1200px){
    #best_app_feature .features-list > div{
        padding:20px 0;
    }
}
@media(max-width:1640px){
    #best_app_feature .features-list{
        padding-left: 70px;
    }
}
/*End of App Feature Css*/


/*Testomonial Css*/ 
 
/*.testomonials.container {*/
/*    background-color: rgb(232, 242, 245);*/
/*    padding: 50px 40px 20px;*/
/*    margin-top: 20px;*/
/*    margin-bottom: 20px;*/
/*    overflow: hidden;*/
/*    box-shadow: 5px 5px 25px #a7a7a7*/
/*}*/

.testomonials{
    padding:40px 0;
}
.testomonials .tag {
    text-align: center;
    font-size: 1.1rem
}

.testomonials .fa-heart {
    color: rgba(255, 230, 0, 0.959);
    font-size: 30px
}

.testomonials .card {
    border-radius: 10px;
    padding: 30px 20px;
    border: 1px solid #000000; 
    margin-right: 20px;
}
.testomonials .card::after {
    content: '';
    width: 20px;
    height: 20px;
    bottom: -10px;
    left: 36px;
    position: absolute;
    transform: rotate(45deg);
    border: 1px solid black;
    BORDER-RADIUS: 3px;
}
.testomonials .card::before {
    content: '';
    width: 20px;
    height: 20px;
    bottom: -8px;
    left: 36px;
    position: absolute;
    transform: rotate(45deg);
    background: white;
    BORDER-RADIUS: 3px;
    z-index:1;
}
.testomonials .testimonial {
    font-size: var(--font-size-xsmall) !important;
    /*line-height: 1.4rem; */
} 

.testomonials .name {
    font-size: var(--font-size-profilename) !important;
    padding-top: 10px;
    align-items:center;
} 
 
.testomonials .owl-carousel {
    margin-bottom: 15px
}

.testomonials .owl-carousel .owl-stage-outer {
    padding: 40px 10px;
    /*height: 380px*/
}
.testomonials .quote{
    width: 40px !important;
    position: absolute;
    top: -20px;
}
.testomonials .owl-carousel .owl-item .profile img {
    width: 72px !important;
    aspect-ratio: 1/1;
    border-radius: 50%;
    object-fit: cover
}

.testomonials .owl-theme .owl-nav [class*='owl-'] {
    border-radius: 50% !important;
    background: #ed1c24; 
}

/*.testomonials .owl-theme .owl-nav [class*='owl-']:hover { */
/*    color: #1010ca !important*/
/*}*/

@media(max-width: 575.5px) {
    .testomonials .container {
        margin: 0px;
        padding: 20px
    }
}
/*End Of Testonomial CSS*/

/*App screeenshot css*/
.app-screenshot-section {
    /*height: 643px;*/
    padding-top: 95px !important;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    padding-top: 80px !important;
}
.app_screenshot img{
    border-radius: 20px; 
} 

.app_screenshot .owl-dot.active span{
    background: #000000 !important;
}
.app_screenshot .owl-dot span{
    border: 1px solid black;
    background:transparent !important;
}
.app_screenshot .owl-stage{
    display: flex;
    align-items: center;
}
@media(min-width:1500px){
    .app_screenshot img{  
        height: 634px !important;
        width: 357px !important; 
    }
    
    .app_screenshot .owl-item.active.center img{ 
        height: 704px !important; 
    }
}
@media(min-width:600px) and (max-width:1499px){
    .app_screenshot img{  
        height: 500px;
        width: 260px !important; 
    }
    
    .app_screenshot .owl-item.active.center img{ 
        height: 550px; 
    }
}
@media(max-width:1500px){
    .app-screenshot-section{
        background-size: auto;
        background-position: top center;
    }
}
/*End of App screeenshot css*/
/*About Us CSS */
#promotion{
    background: #f9f9f9;
    padding:40px 0;
}
#promotion p{
    text-align: justify;
}
/*End Of About Us Css*/
/*Footer Css */
footer{
    padding: 20px 0;
}
footer .social-icon {
    padding: 5px;
    display: inline-block; 
}
footer .social-icon i{
    padding: 2px;
}
footer .social-icon a{
    text-decoration: none;
    color: black;
}
footer i.fa.fa-linkedin{
    background: black;
    color: white;
}
@media(max-width:575px){
    .footer-flex div{
        text-align:center !important;
    }
}
/*End Of Footer Css*/

/*All Model Css*/
/*div#myModalsignup {*/
/*    overflow-y: scroll;*/
/*}*/
.CongratulationModal_btn{
    color:white;
    background-color:#ed1c24;
}
.model_body{
    border-radius: 15px;
    overflow: hidden;
}
.close_circle_btn {
    outline:none;
    border: 1px solid black;
    border-radius: 100%;
    padding: 4px;
}
.text-divider {
    margin: 2em 0;
    line-height: 0;
    text-align: center;
    width: 65%
}

.text-divider span {
    background-color: #ffffff;
    padding: 0.5em;
}

.panel-default:hover {
    border-color: red;
}

.text-divider:before {
    content: '';
    display: block;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #ffffff;
}
  
.text-divider {
    margin: 2em 0;
    line-height: 0;
    text-align: center;
    width: 65%
}

.text-divider span {
    background-color: #ffffff;
    padding: 0.5em;
}

.panel-default:hover {
    border-color: red;
}

.text-divider:before {
    content: " ";
    display: block;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #ffffff;
}
/*End of All Model CSs*/

/*Video Section CSS*/
.video_section{
    position: relative;
}
.video_pause{
    opacity:0;
}
.video_pause .fa-play{
    display:none;
}
.video_play .fa-pause{
    display:none;
}
.video_section:hover .video_pause{
    opacity:1;
}
.play_button:focus { 
    outline: none;
}

.video_section .play_button{
    z-index: 1;
   position: absolute;
   top: 50%; 
   left: 50%;
   transform: translate(-50%,-50%);
   color: #ed1c24;
    border-radius: 50%;
    padding: 15px 22px;
    background: white;
    border: none;
}
@media(max-width:768px){
    .video_section .play_button{
        padding: 10px 15px;
    }
}
.play_button::before {
    content: '';
    position: absolute;
    width: 135%;
    color: black;
    aspect-ratio: 1/1;
    border: 2px solid white;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);

}
.video_section video{
    width:100%;
}
/*End Of Video Section CSs*/
/*Other Section Css*/
.other_section{  
    color:#ffffff;
    background: #c7a854;
}

/*End Of Other section css*/