@import url('https://fonts.googleapis.com/css2?family=Lunasima:wght@400;700&display=swap');

*{
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lunasima', sans-serif;
    text-transform: none;
    text-decoration: none;
    border: none;
    outline: none;
}

.header{
    width: 100%;
    min-height: 10vh;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.8)),url(../images/home/black-img-2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    
}

.header .top-header{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    background: #100e1c;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 100;
}

.header .top-header .logo img{
    width: 200px;
}

.header .top-header .navBar{
    display: flex;
    align-items: center;
    position: relative;
}

.header .top-header .navBar a{
    color: #fff;
    font-size:1rem;
    margin: 0 1.4rem;
    transition: 0.4s ease;
}

.header .top-header .navBar a.active,
.header .top-header .navBar a:hover{
    color: #f3a60d;
}

.header .top-header .others{
    display: flex;
    align-items: center;
}

.header .top-header .others a,
.header .top-header .others span{
    margin-right: 1.2rem;
    color: #fff;
    font-size: 1rem;
    transition: 0.5s ease;
}

.header .top-header .others a:hover,
.header .top-header .others span:hover,
.header .top-header .others .search-box i:hover{
    color: #f3a60d;
}

.header .top-header .others .search-box i{
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
    transition: 0.5s ease;
}

#search{
    padding: 0.5rem 1rem;
    font-size: 1rem;
    text-transform: lowercase;
    margin-right: 0.5rem;
    position: fixed;
    right: 6rem;
    top: 1.8rem;
    display: none;
}

#search.active{
    display: block;
}

#search{
    padding: 0.5rem 1rem;
    font-size: 1rem;
    text-transform: lowercase;
    margin-right: 0.5rem;
    position: fixed;
    right: 6rem;
    top: 1.8rem;
    display: none;
}

#search.active{
    display: block;
}

/*======= home content =========*/
.home{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: center;
    justify-content: center;
    padding: 6rem 1rem 0;
}

.home .content{
    flex: 1 1 10rem;
    margin-bottom: 5rem;
}

.home .content h1{
    color: #000000;
    font-size: 4rem;
    line-height: 4.5rem;
    margin-bottom: 2rem;
	margin-left: 1rem;
}

.home .content h1 span{
    color: #f3a60d;
}

.home .content p{
    color: #2f2d2d;
    margin-bottom: 3rem;
    line-height: 1.5rem;
	margin-left: 1.5rem;
}

.btn{
    display: inline-block;
    padding: 1.6rem 3.7rem;
    font-size: 1.2rem;
    color: #100e1c;
    background: #f3a60d;
    border-radius: 40px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.5s;
	margin-left: 1.5rem;
}

.btn:hover{
    background: #fff;
}

.home .image{
    flex: 1 1 30rem;
    margin-bottom: 3rem;
}

.home .image img{
    width: 100%;
    margin-top: -3rem;
    height:40rem;
    object-fit: cover;
}

#menuBar{
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
    margin-left: 1.5rem;
}

#close{
    display: none;
}

@media(max-width:1212px){
    .header .top-header .navBar{
        position: fixed;
        top: 0;
        left: 0;
        width: 0;
        min-height: 100vh;
        background: #100e1c;
        display: block;
        padding-top: 5rem;
        overflow: hidden;
        z-index: 100;
        transition: 0.5s;
    }

    .header .top-header .navBar a{
        display: block;
        margin: 1.4rem 1.4rem;
        transition: 0.4s ease;
    }

    #close{
        display: block;
        color: #fff;
        position: absolute;
        top: 2rem;
        right: 1.7rem;
        font-size: 2.2rem;
    }

    .header .top-header .navBar.active{
        width: 250px;
    }

    .home .content{
        margin-top: 2rem;
    }

    .home .image img{
        width: 100%;
        height:25rem;
        object-fit: cover;
    }
}

@media(max-width:550px){
    .home .image img{
        margin-top: -3rem;
        height: 20rem;
        overflow: hidden;
        z-index: 1;
    }

    .header .top-header .others span{
        display: none;
    }

    .btn {
        display: block;
        width: 100%;
        margin-left: 0;
        text-align: center;
        padding: 1rem;
        font-size: 1rem;
    }
}

/*======== type section start ===========*/
.type .type-row{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 3rem;
    padding: 1rem;
}

.type .type-row .col-1{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    box-shadow: 0.2rem 0.2rem 0.3rem rgba(33, 32, 32, 0.58);
    background: #f1dd79;
    padding: 1.5rem;
    margin-top: -3rem;
    border-radius: 1rem;
    cursor: pointer;
    transition: 0.5s ease;
}

.type .type-row .col-1:hover{
    transform: scale(1.05);
}

.type .type-row .col-1 img{
    width: 80px;
    height: 80px;
    border-radius: 50%; 
}

.type .type-row .col-1 span{
    font-size: 1rem;
    color: #100e1c;
    font-weight: 550;
}

@media(max-width:665px){
    .type .type-row{
        grid-template-columns: 1fr 1fr ;
    }

    .type .type-row .col-1{
       margin-bottom: 3rem;
    }
}

@media(max-width:550px){
    .type .type-row{
        grid-template-columns: 1fr ;
    }
}


/*======= popular section start ========*/
.main-topic{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.main-topic span.sm-topic{
    font-size: 1.5rem;
    color: #f3a60d;
    font-weight: 550;
    padding-top: 2rem;
}

.main-topic h2{
    font-size: 2.8rem;
    color: #100e1c;
    margin-bottom: 4rem;
    font-weight: 550;
}

.popular .main-topic .topics{
    display: flex;
    align-items: center;
    gap: 3rem;
}

.popular .main-topic .topics button{
    font-size: 1.2rem;
    border-bottom: 0.1rem dotted #100e1c;
    background: transparent;
    cursor: pointer;
}

.popular .main-topic .topics button.active,
.popular .main-topic .topics button:hover{
    color: #f3a60d;
}

.popular .main-topic .topics button.active{
    border-bottom: none;
	margin-bottom: 2.7rem;
}

/*=========== tabContent =========*/

.tabContent{
    display: none;
}

*{
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

.container{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.product .product-card {
    z-index: 1;
    background: #1D212B;
    position: relative;
    width: 300px;
    height: 400px;
    margin: 40px;
    border-radius: 10px;
}

.product .product-card:before {
    content: '';
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.product .product-card .product-img {
    z-index: 1;
    position: absolute;
    max-width: 350px;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product .product-card .name {
    z-index: 2;
    color: #fff;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 130px;
    font-size: 20px;
    letter-spacing: 1px;
}

.product .product-card .price {
    z-index: 2;
    color: #fff;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 80px;
    font-size: 30px;
    font-weight: 300;
}

.product .product-card .popup-btn {
    z-index: 2;
    color: #fff;
    background: #555;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 10px 15px;
    border-radius: 20px;
    cursor: pointer;
}


/*Styles for popup view*/

.product .popup-view{
  z-index: 2;
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.product .popup-view.active{
  opacity: 1;
  visibility: visible;
}

.product .popup-card{
  position: relative;
  display: flex;
  width: 800px;
  height: 500px;
  margin: 20px;
}

.product .popup-card .product-img{
  z-index: 2;
  background: #1D212B;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 90%;
  transform: translateY(25px);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.product .popup-card .product-img img{
  z-index: 2;
  position: relative;
  width: 450px;
  left: -50px;
}

.product .popup-card .info{
  z-index: 2;
  background: #fff;
  display: flex;
  flex-direction: column;
  width: 55%;
  height: 100%;
  box-sizing: border-box;
  padding: 40px;
  border-radius: 10px;
}

.product .popup-card .close-btn{
  color: #f30d0d;
  z-index: 3;
  position: absolute;
  right: 0;
  font-size: 20px;
  margin: 20px;
  cursor: pointer;
}

.product .popup-card .info h2{
  font-size: 28px;
  line-height: 20px;
  margin: 10px;
}

.product .popup-card .info h2 span{
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.product .popup-card .info p{
  font-size: 15px;
  margin: 10px;
}

.product .popup-card .info .price{
  font-size: 30px;
  font-weight: 300;
  margin: 10px;
}

.product .popup-card .info .add-cart-btn{
  color: #fff;
  background: #009DD2;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: 10px auto;
  padding: 10px 50px;
  border-radius: 20px;
}

.product .popup-card .info .add-wish{
  color: #009DD2;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}

/*Responsive styles*/

@media (max-width: 900px){
  .product .popup-card{
    flex-direction: column;
    width: 550px;
    height: auto;
  }

  .product .popup-card .product-img{
    z-index: 3;
    width: 100%;
    height: 200px;
    transform: translateY(0);
    border-bottom-left-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .product .popup-card .product-img img{
    left: initial;
    max-width: 100%;
  }

  .product .popup-card .info{
    width: 100%;
    height: auto;
    padding: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .product .popup-card .info h2{
    margin: 20px 5px 5px 5px;
    font-size: 25px;
  }

  .product .popup-card .info h2 span{
    font-size: 10px;
  }

  .product .popup-card .info p{
    margin: 5px;
    font-size: 13px;
  }

  .product .popup-card .info .price{
    margin: 5px;
    font-size: 30px;
  }

  .product .popup-card .info .add-cart-btn{
    margin: 5px auto;
    padding: 5px 40px;
    font-size: 14px;
  }

  .product .popup-card .info .add-wish{
    font-size: 14px;
  }

  .product .popup-card .close-btn{
    z-index: 4;
  }
}


/*=======  care section start ==========*/
.care{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.care .content{
    flex: 1 1 20rem;
    padding: 1rem 3rem;
    width: 100%;
    min-height: 62vh;
    background-image: url(../images/care/care-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
}

.care .content h2{
    color: #fff;
    font-size: 3rem;
}

.care .content h2 span{
    color: #f3a60d;
}

.care .content p{
    margin: 1.7rem 0;
    color: #fff;
    line-height: 1.6rem;
}

.care .content .care-icon{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.5rem;
    margin-top: 3rem;
}

.care .content .care-icon .col-3{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.care .content .care-icon .col-3 img{
    width: 3.5rem;
    height: 3.5rem;
}

.care .content .care-icon .col-3 h4{
    color: #fff;
    padding-top: 1.2rem;
}

.care .content .button{
    display: flex;
    align-items: center;
    justify-content: center;
    margin:4rem 0;
}

.care .image {
    flex: 1 1 30rem;
    width: 100%;  
}

.care .image img{
    width: 100%;

}

@media(max-width:1300px){
    .care .image img{
        width: 100%;
    
    }
}

@media(max-width:1124px){

    .care .content .care-icon{
        margin-top: 1.5rem;
    }

    .care .content p{
        margin: 1.2rem 0;
    }

    .care .content .button{
        margin:2rem 0;
    }
}

@media(max-width:550px){
    .care .content .care-icon{
        grid-template-columns: 1fr 1fr ;
    }

    .care .content h2{
        color: #fff;
        font-size:2.2rem;
    }
}

/*========= recommend section start ==========*/
.recommend{
    padding: 3rem 1rem;
}

.recommend .main-recommend{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

.recommend .main-recommend .col-4{
    flex: 1 1 20rem;
    background: #eae8e8;
    border-radius: 1rem;
    cursor: pointer;
}

.recommend .main-recommend .col-4 .image {
    width: 100%;
    height: 55rem;
    border-radius: 1rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
}

.recommend .main-recommend .col-4 .image img{
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    object-fit: cover;
    transition: 0.5s ease;
}

.recommend .main-recommend .col-5{
    flex: 1 1 20rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
} 

.recommend .main-recommend .col-5 .col-6{
    background: #eae8e8;
    border-radius: 1rem;
    cursor: pointer;
}

.recommend .main-recommend .col-5 .col-6 .image_one{  
    width: 100%;
    height: 22rem;
    overflow: hidden;
    border-radius: 1rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.recommend .main-recommend .col-5 .col-6 .image_one img{
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    object-fit: cover;
    transition: 0.5s ease;
}

.recommend .main-recommend .col-4:hover .image img,
.recommend .main-recommend .col-5 .col-6:hover .image_one img{
    transform: scale(1.05);
}

.recommend .main-recommend .content{
    padding: 1rem 2rem;
}

.recommend .main-recommend .content h4{
    font-size: 2rem;
    color: #100e1c;
    margin-bottom: 1rem;
}

.recommend .main-recommend .content span{
    display: block;
    color: #100e1c;
    font-size: 1rem;
    padding-bottom: 0.7rem;
}

.recommend .main-recommend .content span i{
    color: #f3a60d;
    margin-right: 0.5rem;
}

.recommend .main-recommend .content h5{
    color: #100e1c;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.recommend .main-recommend .content h4:hover,
.recommend .main-recommend .content h5:hover{
    color: #f3a60d;
    transition: 0.5s;
}

.recommend .button{
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 3rem 0;
}

.recommend .button button:hover{
    background-color: #100e1c;
    color: #fff;
}

@media(max-width:991px){
    .recommend .main-recommend .col-5{
        grid-template-columns: 1fr ;
    } 
}

/*==========  hottest pizza section start ===========*/
.pizza{
    width: 100%;
    min-height: 60vh;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 3rem 0;
}

.pizza .main-pizza{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.pizza .main-pizza .col-7{
    flex: 1 1 10rem;
    padding: 1rem;
}

.pizza .main-pizza .col-7 h1{
    font-size: 4rem;
    line-height:4rem;
    color: #f3a60d;
    margin-bottom: 1.6rem;
	margin-left: 1.5rem;
}

.pizza .main-pizza .col-7 h1 span{
    color: #100e1c;
}

.pizza .main-pizza .col-7 p{
    color: #100e1c;
    font-size: 1rem;
    margin-bottom: 1.5rem;
	margin-left: 1.5rem;
}

.pizza .main-pizza .col-7 button:hover{
    background: #100e1c;
    color: #fff;
}
.pizza .main-pizza .col-7 img{
    width: 500%;
    height: 10rem;
    object-fit: cover;
	margin-left: 1.6rem;
}

.pizza .main-pizza .col-8{
    flex: 1 1 30rem;
    padding: 1rem;
}

.pizza .main-pizza .col-8 img{
    width: 100%;
    height: 45rem;
    object-fit: cover;
}

@media(max-width:550px){
	.pizza .main-pizza .col-7 img{
        height: 10rem;
    }
    .pizza .main-pizza .col-8 img{
        height: 20rem;
    }
}

/*========== client section start ===========*/
.client .slide{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 16% 2rem;
}

.client .slide i{
    font-size: 2.8rem;
    color: #f3a60d;
    margin-bottom: 1rem;
}

.client .slide p{
    color: #100e1c;
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.client .slide .client-box img{
    width: 150px;
    height: 150px;
    line-height: 120px;
    border-radius: 50%;
    border: 0.1rem solid #ccc;
}

.client .slide .client-box h4{
    margin: 0.5rem 0;
    font-size: 0.9rem;
    color: #100e1c;
    font-weight: 600;
}

.client .slide .client-box span{
    color: #f3a60d;
    font-weight: 600;
}

/*========== tutor section start ===========*/
.slide-container{
  max-width: 1120px;
  width: 100%;
  padding: 40px 0;
}
.slide-content{
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
}
.card{
  border-radius: 25px;
  background-color: #FFF;
}
.image-content,
.card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card-content{
  padding: 10px 14px;
  min-height: 210px;
  width: 100%;
  text-align: center;
  gap: 10px;
}
.image-content{
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
  overflow: hidden;
}
.ig-link{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.92);
  color: #100e1c;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
  border-radius: 999px;
  z-index: 3;
  box-shadow: 0 6px 16px rgba(0,0,0,.12);
}
.ig-link.ig-link--colored{
  position: static;
  top: auto;
  right: auto;
  margin: 8px 0 12px;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: #fff;
  box-shadow: 0 8px 18px rgba(0,0,0,.18);
}
.ig-link.ig-link--colored:hover{
  color: #fff;
  filter: brightness(1.03);
}
.ig-link .ig-icon{
  display: block;
}
.ig-link:hover{
  background: #fff;
  color: #000;
}

.social-links{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 14px 0 14px;
}
.social-link{
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 8px 18px rgba(0,0,0,.18);
}
.social-link svg{
  display: block;
}
.social-link--fb{
  background: #1877F2;
}
.social-link--ig{
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.social-link--tt{
  background: #111;
}
.social-link:hover{
  filter: brightness(1.05);
}

.social-float{
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 3;
}
.social-float-link{
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.92);
  color: #100e1c;
  text-decoration: none;
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(0,0,0,.12);
}
.social-float-link svg{
  display: block;
}
.social-float-link:hover{
  background: #fff;
  color: #000;
}
.social-float-link--fb{
  background: #1877F2;
  color: #fff;
}
.social-float-link--tt{
  background: #111;
  color: #fff;
}
.overlay{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 25px 25px 90px 90px;
}
#overlay-1,
.overlay.color-1{
  background-color: #1d259f;
}
#overlay-2,
.overlay.color-2{
  background-color: #f3a60d ;
}
#overlay-3,
.overlay.color-3{
  background-color:#3da38d;
}
#overlay-4,
.overlay.color-4{
  background-color:  #745b81 ;
}
#overlay-5,
.overlay.color-5{
  background-color:#e98585;
}
#overlay-6,
.overlay.color-6{
  background-color:#cb75fd;
}
.overlay::before,
.overlay::after{
  content: '';
  right: 0;
  bottom: -40px;
  position: absolute;
  height: 40px;
  width: 40px;
  background-color: #2ea6bc;
}
.overlay::after{
  border-radius: 0 0 0 0;
  background-color: #FFF;
}
.card-image{
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #FFF;
  padding: 3px;
}
.card-image .card-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.name{
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin: 0;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.description{
  font-size: 14px;
  color: #707070;
  text-align: center;
}

 .client .card-content .name{
   margin-bottom: 0;
 }
 .client .card-content .description{
   margin-top: 0;
   margin-bottom: 0;
 }
.button{
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  border-radius: 6px;
  margin: 14px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s ease;
}
#btn1,
.button.color-1{
background-color: #1d259f;
}
#btn2,
.button.color-2{
  background-color: #f3a60d;
}
#btn3,
.button.color-3{
  background-color: #3da38d;
}
#btn4,
.button.color-4{
  background-color: #745b81;
}
#btn5,
.button.color-5{
  background-color: #e98585;
}
#btn6,
.button.color-6{
  background-color: #cb75fd;
}
.button:hover{
  background: #1f7a99;
}

.swiper-navBtn{
  color: #fff;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover{
  color: #4070F4;
}
.swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 35px;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}
.swiper-pagination-bullet{
  background-color: #6E93f7;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: #4070F4;
}

@media screen and (max-width: 768px) {
  .slide-content{
    margin: 0 10px;
  }
  .swiper-navBtn{
    display: none;
  }
}

/*======== app section start ==========*/
.app .main-app{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    width: 100%;
    min-height: 70vh;
    background-image: linear-gradient(to left, rgba(0,0,0,0.4), rgba(0,0,0,0.4)),url(../images/home/black-img-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 1rem;
	padding-left: 5rem;
}

.app .main-app .col-9{
    flex: 1 1 30rem;
}

.app .main-app .col-9 h1{
    font-size: 2.6rem;
    color: #100e1c;
    margin-bottom: 1rem;
	margin-top: 3rem;
	margin-left: 0rem;
}

.app .main-app .col-9 h1 span{
    color: #f3a60d;
}

.app .main-app .col-9 p.phr{
    color: #fff;
    margin-bottom: 1.7rem;
}

.app .main-app .col-9 .others{
    margin-bottom: 2rem;
}

.app .main-app .col-9 .others p{
    color: #fff;
    font-size: 1rem;
    margin-bottom:2rem;
    margin-left: 4rem;
}

.app .main-app .col-9 .others p em{
    margin-right: 0.5rem;
    background: #f3a60d;
    padding: 0.5rem;
    border-radius: 50%;
}

.app .main-app .col-9 .image img{
    margin-top: 1rem;
    display: inline-block;
    width: 200px;
    height: 60px;
}

.app .main-app .col-10{
    flex: 1 1 20rem;
    padding-top: 0rem;
}

.app .main-app .col-10 img{
    width: 100%;
    margin-bottom: 0rem;
	margin-left: 0rem
}

@media(max-width:550px){
    .client .slide{
        padding: 0 6% 1.2rem;
    }

    .app .main-app .col-10 img{
        width: 100%;
        height: auto;
        margin-bottom: -0.3rem;
    }
}

/*======= subscribe section start ==========*/
.subscribe .main-sub{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #f3a60d;
    padding: 1rem;
    margin-bottom: 3.5rem;
}

.subscribe .main-sub .sub_one{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex: 1 1 20rem;
    position: relative;
}

.subscribe .main-sub .sub_one h4{
    color: #fff;
    font-size: 1.3rem;
    padding: 0.5rem;
}

.subscribe .main-sub .sub_one h2{
    font-size: 2rem;
    color: #100e1c;
}

.subscribe .main-sub .sub_one input{
    padding: 1.2rem 0.9rem;
    width: 400px;
    font-size: 1rem;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

.subscribe .main-sub .sub_one button{
    padding: 1.2rem 3rem;
    font-size: 1rem;
    background: #100e1c;
    color: #fff;
    cursor: pointer;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    position: absolute;
    right: 3rem;
    transition: 0.5s;
}

.subscribe .main-sub .sub_one button:hover{
    color: #100e1c;
    background: #fff;
}

@media(max-width:731px){
    .subscribe .main-sub .sub_one{
       margin-top: 2rem;
    }
}

@media(max-width:550px){
    .subscribe .main-sub .sub_one button{
        position: absolute;
        right: 0rem;
    }
}

/*========== blog section start ============*/
.blog .main-blog{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 1rem;
}

.blog .main-blog .blog-col-one{
    flex: 1 1 20rem;
    background: #ccc;
    cursor: pointer;
}

.blog .main-blog .blog-col-two{
    flex: 1 1 20rem;
}

.blog .main-blog .blog-col-one .image{
    width: 100%;
    height: 32rem;
    overflow: hidden;
}

.blog .main-blog .blog-col-one .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.blog .main-blog .blog-col-one:hover .image img{
    transform: scale(1.05);
}

.blog .main-blog .blog-col-one .blog-content{
    padding: 1rem;
}

.blog .main-blog .blog-col-one .blog-content h3{
    margin-top: 0.8rem;
    font-size: 1.3rem;
    padding-bottom: 1rem;
    color: #100e1c;
    transition: 0.5s;
}

.blog .main-blog .blog-col-one .blog-content p{
    color: #100e1c;
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.blog .main-blog .blog-col-two .blog-one{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 0.5rem;
    background: #ccc;
    cursor: pointer;
}

.blog .main-blog .blog-col-two .blog-one .image {
    width: 100%;
    height: 14rem;
    overflow: hidden;
}

.blog .main-blog .blog-col-two .blog-one .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}

.blog .main-blog .blog-col-two .blog-one:hover .image img{
    transform: scale(1.05);
}

.blog .main-blog .blog-col-two .blog-one .blog-content{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: left;
    justify-content: top;
    margin-top: 1rem;
    padding-right: 0.5rem;
}

.blog  .btn-one {
    background: #f3a60d;
    padding: 0.5rem 2rem;
    font-size: 1rem;
    width: 180px;
    border-radius: 40px;
    color: #100e1c;
    font-weight: 550;
    transition: 0.5s;
    margin-bottom: 1rem;
}

.blog  .btn-one:hover{
    color: #fff;
    background: #100e1c;
}

.blog .main-blog .blog-col-two .blog-one .blog-content h4{
    font-size: 1.1rem;
    color: #100e1c;
    transition: 0.5s;
    margin-bottom: 1.5rem;
    transition: 0.5s;
}

.blog .main-blog .blog-col-one .blog-content h3:hover,
.blog .main-blog .blog-col-two .blog-one .blog-content h4:hover{
    color: #f3a60d;
}

.blog-content .others{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 1rem;
}

.blog-content .others span{
    color: #100e1c;
    font-size: 1rem;
}

.blog-content .others span i{
    margin-right: 0.5rem;
    color: #f3a60d;
}

.blog .button{
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 3rem 0;
}

.blog .button button:hover{
    color: #fff;
    background: #100e1c;
}

@media(max-width:1300px){
    .blog .main-blog .blog-col-one .image{
        width: 100%;
        height: 28rem;
    }

    .blog .main-blog .blog-col-two .blog-one{
        grid-template-columns: 1fr ;
        padding-bottom: 2rem;
    }

    .blog .main-blog .blog-col-two .blog-one .blog-content{
        margin-top: 0rem;
        padding: 1rem;
    }
}


/*========= footer section start ==========*/
/*------- footer section ---------*/

.footer .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 0.5fr));
    padding: 1rem 0;
	background-image: linear-gradient(to left, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.8)),url(../images/home/black-img-2.jpg);
}

.footer .box-container .box h3{
    font-size: 2.2rem;
    color: #f3a60d;
    padding: 1rem 0;
	padding-left: 2rem;
	font:'poppins', sans-serif;
}

.footer .box-container .box a{
    display: block;
    color: var(--black);
    padding: 1rem 0;
}

.footer .box-container .box a i{
    color: var(--blue);
    padding-right: 0.5rem;
	padding-left: 2rem;
	font:'poppins', sans-serif;
}

.footer .box-container .box a:hover i{
    padding-right: 2rem;
}

.footer .box-container .box .map{
    width: 100%;
}

.footer .share{
    padding: 1rem 0;
    text-align: center;
}

.footer .share a{
    height: 5rem;
    width: 5rem;
    line-height: 5rem;
    font-size: 2rem;
    color: #fff;
    background-color: var(--blue);
    margin: 0 0 0.3rem;
    border-radius: 50%;
    padding:1.2rem;
	font:'poppins', sans-serif
}

.footer .credit{
    border-top: var(--border);
    margin-bottom: 1rem;
    padding: 0.1rem;
    padding-top: 1rem;
    font-size: 1rem;
    color: var(--light-color);
    text-align: center;
}

.footer .credit span{
    font-size: 1rem;
    color: #f3a60d;
}

/*========= footer section enhanced (animated black) ==========*/
.footer{
    position: relative;
    overflow: hidden;
    background: #000;
}

.footer::before{
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../images/footer-wave.svg");
    background-repeat: repeat-x;
    background-size: auto 320px;
    background-position: 0 100%;
    animation: none !important;
    pointer-events: none;
}

.footer::after{
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(900px 320px at 20% 0%, rgba(16,185,129,.18), transparent 60%),
                radial-gradient(900px 320px at 80% 0%, rgba(59,130,246,.16), transparent 60%);
    mix-blend-mode: screen;
    opacity: .9;
    pointer-events: none;
}

@keyframes footerWave{
    from{ background-position: 0 100%; }
    to{ background-position: -1200px 100%; }
}

.footer .box-container,
.footer .credit,
.footer .share{
    position: relative;
    z-index: 1;
}

.footer .box-container{
    background-image: none;
}

.footer .box-container a,
.footer .box-container a i,
.footer .credit{
    color: rgba(255,255,255,.95) !important;
    text-shadow: 0 1px 0 rgba(0,0,0,.35);
}

.footer .box-container .box a i{
    color: rgba(255,255,255,.95) !important;
}

.footer .box-container a:hover,
.footer .box-container a:hover i{
    color: #f3a60d;
}

.footer .box-container .box a i,
.footer .box-container a i{
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
    -webkit-text-fill-color: initial;
    color: #f3a60d !important;
    text-shadow: none;
}

.footer ::selection{
    background: #f3a60d;
    color: #100e1c;
}

.footer ::-moz-selection{
    background: #f3a60d;
    color: #100e1c;
}