/*  ===========================
======== custom fonts ======== 
============================ */
/*google fonts*/
@import url('https://fonts.googleapis.com/css2?family=Style+Script&display=swap');
@font-face {
    src: url('fonts/PromoTest-Regular-BF63b7880272a33.woff') format('woff'),
    url('fonts/PromoTest-Regular-BF63b7880272a33.woff') format('woff');
    font-family: 'Promo';
    font-style: normal;
    font-weight: 400;
}
@font-face {
    src: url('fonts/PromoTest-Medium-BF63b78802b0fd1.woff') format('woff'),
    url('fonts/PromoTest-Medium-BF63b78802b0fd1.woff') format('woff');
    font-family: 'Promo';
    font-style: Medium;
    font-weight: 500;
}
@font-face {
    src: url('fonts/PromoTest-SemiBold-BF63b7880306c98.woff') format('woff'),
    url('fonts/PromoTest-SemiBold-BF63b7880306c98.woff') format('woff');
    font-family: 'Promo';
    font-style: Semi-bold;
    font-weight: 600;
}
@font-face {
    src: url('fonts/PromoTest-Bold-BF63b788015fdbf.woff') format('woff'),
    url('fonts/PromoTest-Bold-BF63b788015fdbf.woff') format('woff');
    font-family: 'Promo';
    font-style: bold;
    font-weight: 700;
}


/*  ===========================
======== Basic reset ======== 
============================ */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
        overflow-x: hidden;
        scroll-behavior: smooth;
}
body {
    font-family: 'Promo';
    color: #fff;
    overflow-x: hidden;
}
a {
    text-decoration: none !important;
    color: inherit;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
section{
    padding: 80px 0px;
}
p{
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}
h1,h2,h3,h4,h5,h6{
    color: #191919;
    margin: 0;
}
img{
    max-width: 100%;
    max-height: 100%;
    display: block; /* remove extra space below image */
}

/*  ===========================
    ======== hero area ======== 
    ============================ */
    .hero {
        /*background-image: linear-gradient(180deg, #0f3588 0%, #02aec2 60%);*/
        margin-bottom: 0px;
        padding: 100px 0px 100px 0px;
        height: 100%;
        display: flex;
        align-items: center;
        padding: 60px 0px;
        position: relative;
    }
    .hero-text-box h1 {
        font-size: 56px;
        color: #ff9529;
        font-weight: 600;
        margin-bottom: 12px;
    }

    .bloob-container svg {
        width: 900px;
        position: absolute;
        top: -300px;
        right: -150px;
        rotate: 20deg;
    }
    .cat-main-img img {
        margin-bottom: 25px;
        border-radius: 20px;
    }
    .player {
        aspect-ratio: 16 / 7;
        width: 100%;
    }
    a.btn {
        border-radius: 8px;
        display: inline-block;
        font-size: 18px;
        padding: 12px 35px;
        text-transform: uppercase;
    }
    
    .btn-color {
        background-color: #036ddf;
        color: #fff;
    }
.btn-color-lite{
    background-color: #15addc;
    color: #fff;
}
.btn-hero{
    margin-top: 20px;
}
    /*  ===========================
      ==== features area ====
    ============================ */
    .features-area{
        background-color: #0f6799;
    }
    .features-text h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .features-text p {
        color: #fff;
        padding: 0px 80px;
    }
    /*  ===========================
      ==== include list ====
    ============================ */
    ul.include-list li {
        display: flex;
        align-items: center;
       margin-top: 12px;
    }
    
    ul.include-list li a {
        text-decoration: none;
        color: #191919;
        font-size: 18px;
    }
    
    ul.include-list li img {
        width: 30px;
        margin-right: 15px;
    }
    /*  ===========================
      ==== quality ====
    ============================ */
    .quality{
        padding-top: 60px;
        padding-bottom: 0;
    }

   /*  ===========================
      ==== product ====
    ============================ */
    .product{
        background-image: linear-gradient(93deg, #0f3588 0%, #02aec2 60%);
    } 
    .product-text-box h3 {
        font-size: 24px;
        text-align: center;
        color: #fff;
    }
    
    .product-text-box {
        margin: 25px 0px;
    }
    
    .product-text-box span {
        display: block;
        text-align: center;
        margin-top: 12px;
        color: #fff;
    }
    a.main-product-box img {
        border-radius: 20px;
    }
        /*owl carousel css*/
/*owl class*/

  /*next prev style*/

.product-main-box .owl-nav .owl-prev {
    left: -65px;
}
.product-main-box .owl-nav .owl-next {
    right: -65px;
}

.product-main-box .owl-nav div {
    position: absolute;
    top: 20%;
    
}
.product-main-box .owl-nav i {
    color: #191919;
    font-size: 22px;
}
.product-main-box .owl-nav div {
    width: 39px;
    height: 39px;
    text-align: center;
    font-size: 25px;
    color: rgb(224, 215, 215);
}
.product-main-box .owl-nav div {
    position: absolute;
    top: 50%;
    background: #fff;
    border-radius: 50px;
}


    /*  ===========================
      ==== testimonials ====
    ============================ */
    .testimonial-area{
        background-image: linear-gradient(180deg, #d4dff1 0%, #fff 60%);
    }
    .section-title h2 {
        text-align: center;
        font-size: 40px;
        line-height: 50px;
    }
    .product-rating ul li {
        display: inline-block;
        font-size: 16px;
    }
    .product-rating{
        margin-bottom: 8px;
    }
    .product-rating ul li i{
        color: #FBBC04;
        font-size: 16px;
    }
    .product-rating ul li a {
        color: #191919;
    }
    .google-review .section-title h2{
        color: #fff;
    }

    .gtco-testimonials {
        position: relative;
        margin-top: 30px;
   }
    .gtco-testimonials h2 {
        font-size: 30px;
        text-align: center;
        color: #333;
        margin-bottom: 50px;
   }
    .gtco-testimonials .owl-stage-outer {
        padding: 30px 0;
   }
    .gtco-testimonials .owl-nav {
        display: none;
   }
    .gtco-testimonials .owl-dots {
        text-align: center;
   }
    .gtco-testimonials .owl-dots span {
        position: relative;
        height: 14px;
        width: 14px;
        border-radius: 50%;
        display: block;
        background: #fff;
        border: 2px solid #ff9528;
        margin: 0 4px;
   }
    .gtco-testimonials .owl-dots .active {
        box-shadow: none;
   }
    .gtco-testimonials .owl-dots .active span {
        background: #f5a83c;
        box-shadow: none;
        height: 12px;
        width: 12px;
        margin-bottom: -1px;
   }
   .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}
.card{
    position: relative;
}
.only-quote i {
    color: #ffff;
    font-size: 22px;
 }
 .only-quote {
    width: 35px;
    background: #3954bf;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -15px;
    left: 0;
}
    .gtco-testimonials .card {
        background: #fff;
        box-shadow: 0 8px 30px -7px #c9dff0;
        margin: 0 20px;
        padding: 0 10px;
        border-radius: 20px;
        border: 0;
   }
    .gtco-testimonials .card .card-img-top {
        max-width: 100px;
        border-radius: 50%;
        margin: 15px auto 0;
        box-shadow: 0 8px 20px -4px #95abbb;
        width: 100px;
        height: 100px;
   }
    .gtco-testimonials .card h5 {
        color: #01b0f8;
        font-size: 21px;
        line-height: 1.3;
        font-family: "Style Script", cursive;
    font-weight: 500;
  font-style: normal;
   }
    .gtco-testimonials .card h5 span {
        font-size: 18px;
        color: #666;
   }
    .gtco-testimonials .card p {
        font-size: 16px;
        color: #555;
        padding-bottom: 15px;
   }
    .gtco-testimonials .active {
        opacity: 0.5;
        transition: all 0.3s;
   }
    .gtco-testimonials .center {
        opacity: 1;
   }
    .gtco-testimonials .center h5 {
        font-size: 24px;
   }
    .gtco-testimonials .center h5 span {
        font-size: 20px;
   }
    .gtco-testimonials .center .card-img-top {
        max-width: 100%;
        height: 120px;
        width: 120px;
   }
   .gtco-testimonials .center h5 {
    font-size: 24px;
    margin-bottom: 10px;
    font-family: "Style Script", cursive;
    font-weight: 500;
  font-style: normal;
}
    @media (max-width: 767px) {
        .gtco-testimonials {
            margin-top: 20px;
       }
   }
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
        outline: 0;
   }
    .owl-carousel button.owl-dot {
        outline: 0;
   }
   /*Footer*/
   footer{
    background-color: #106699;
    padding: 20px 0px
   }
   .copyright-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright-container a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
}

.copyright-menu ul li {
    display: inline-block;
    margin-right: 15px;
}

.copyright-menu ul li:last-child {
    margin-right: 0;
}
.social-media {
    text-align: center;
}
  
  .social-media .available-heading {
    display: block;
    font-size: 24px; 
    margin-bottom: 20px; 
  }
  
  .social-media ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  
  .social-media li {
    display: inline-block;
    margin: 0 5px; 
  }
  
  .social-media li a i{
    display: inline-block;
    color: white;
    font-size: 22px;
  }
  

/*  ===========================
      ==== All Responsive codes ====
    ============================ */
/*Mobile menu do here*/
@media(min-width: 992px){

  }
 
/*Md devices*/
@media (min-width: 768px)  and (max-width:  998px) {
    .bloob-container svg {
        display: none;
    }
    .features-text p {
        padding: 0px 20px;
    }
 }
/*Mobile menu do here*/
@media(min-width: 992px){

  
}
/* small  mobile :320-767px.   */
@media (max-width: 767px)   {
    section {
        padding: 40px 0px;
    }
    .bloob-container svg {
        display: none;
    }
    .hero-text-box h1 {
        font-size: 30px;
    }

    .features-text h2 {
        font-size: 26px;
        line-height: 36px;
    }
    .features-text p {
        padding: 0px 0px;
    }
    .section-title h2 {
        text-align: center;
        font-size: 25px;
    }
    .product-main-box .owl-nav .owl-prev {
        left: -11px;
    }
    .product-main-box .owl-nav .owl-next {
        right: -11px;
    }
    .quality {
        padding-top: 30px;
    }
    .gtco-testimonials .center .card-img-top {
        object-fit: cover;
    }
    .copyright-container {
        flex-direction: column;
    }
    .social-media {
        margin-top: 12px;
    }
    .copyright-container a {
        font-size: 16px;
    }
    .copyright-container {
        text-align: center;
    }
    .gtco-testimonials .card {
        margin: 0 10px;
        padding: 0 10px;
    }
    .hero {
        padding: 40px 0px;
    }
  }




  

