
/* ----------------------- Home Page Swiper Section ----------------------- */

.home-page-slider{
    position: relative;
}

.home-interduce{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80%;
    margin: auto;
    z-index: 1000;
    color: white;
    pointer-events: none;
}

.home-interduce h2{
    font-family:"Kanit", sans-serif !important;
    font-weight: 600;
    font-style: normal;
    font-size: 40px;
}

.discover-btn{
    background-color: transparent;
    border: 2px solid rgba(233, 233, 21, 0.788)!important;
    border-radius: 1.5rem;
    outline: none;
    color: white;
    font-weight: bolder;
    padding: 0.5rem 1.5rem;
    text-transform: uppercase;
    margin-top: 0.75rem;
    transition: background-color 0.3s;
    pointer-events: all;

}

.discover-btn:hover{
    cursor: pointer;
    background-color:rgba(233, 233, 21, 0.788) ;
    color: white;

}

.home-swiper{
    width: 100%!important;
    background-color: black;
}



.home-swiper-img{
    width: 100%!important;
    margin: 0!important;
    padding: 0!important;
    box-sizing: border-box!important;
    opacity: 0.7;

}

.home-swiper-img img{
    width: 100%!important;
    height: 100vh;
    object-fit: cover;

}

.custom-btn{
    font-size: 25px!important;
    color: rgba(240, 240, 240, 0.685);
    background-color: rgba(255, 255, 255, 0.233);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: background-color 0.3s;
}

.custom-btn:hover{
    background-color: rgba(255, 255, 255, 0.397);
}


.prev-cus{
    position: absolute;
    left: 15px;
    bottom: 40%;
}

.next-cus{
    position: absolute;
    right: 15px;
    bottom: 40%;
}

/* .exibition{
position: absolute;
top: 10%;
right: 150px;
z-index: 9999999;
border: 2px solid rgb(255, 255, 255);
overflow: hidden;
}

.exibition img{
  width: 300px;
  
} */

@media (max-width: 1750px) {
  .photo-consept{
    width: 750px!important;
  }
}

@media (max-width: 1530px) {
  .photo-consept{
    width: 700px!important;
  }
}

@media (max-width: 1430px) {
  .photo-consept{
    width: 650px!important;
  }
}

@media (max-width: 1330px) {
  .photo-consept{
    width: 600px!important;
  }
}

@media (max-width: 1230px) {
  .photo-consept{
    width: 550px!important;
  }
}

@media (max-width: 1130px) {
  .photo-consept{
    width: 500px!important;
  }
}

@media (max-width: 992px) {
  .photo-consept{
    width: 700px!important;
  }
}

@media (max-width: 580px) {
  .photo-consept{
    width: 200px!important;
  }
}


@media (max-width: 768px) {
    .home-interduce{
        width: 80%;
        align-items: center;
    }
    .home-interduce h2{
        text-align: center;
    }

    .photo-consept{
      width: 550px!important;
    }
}

@media (max-width: 648px) {
  .photo-consept{
    width: 450px!important;
  }

}

@media (max-width: 482px){
    .home-interduce h2{
        font-size: 35px;
    }

    .photo-consept{
      width: 350px!important;
    }

    
}

/* ----------------------- Home Page Swiper Section End ----------------------- */




/* ----------------------- Blog Swiper  ----------------------- */

.btn-custom-primary{
    background-color: transparent;
    color:#eeeeee;
    border: 1px solid #0088fe;
    border-radius: 20px;
}

.btn-custom-primary:hover{
    background-color: #0088fe;
}



.blog1-carousel{
    padding: 0 10px;
  
  }
  .blog1-img {
    background-color: rgb(17, 17, 17);
  }
  
  
  .blog1-img img{
    width: 100%;
    height: 400px;
    object-fit: cover!important;
    opacity: 0.75;
  }
  
  .prev-custom-blog1{
    position: absolute;
    left: -50px;
    bottom: 45%;
    transition: all 0.3s;
  }
  
  .blog1-slider-container:hover .prev-custom-blog1{
    position: absolute;
    left: 15px;
    bottom: 45%;
  }
  
  .next-custom-blog1{
    position: absolute;
    right: -50px;
    bottom: 45%;
    transition: all 0.3s;
  }
  
  .blog1-slider-container:hover .next-custom-blog1{
    position: absolute;
    right: 15px;
    bottom: 45%;
  }


  





  .blog-carousel{
    padding: 0 10px;
 
  
  }
  .blog-img {
    background-color: rgb(17, 17, 17);
    
  }
  
  
  .blog-img img{
    width: 100%;
    height: 690px;
     object-fit: fill!important;
    opacity: 0.75;
  }
  
  .prev-custom-blog{
    position: absolute;
    left: -50px;
    bottom: 45%;
    transition: all 0.3s;
  }
  
  .blog-slider-container:hover .prev-custom-blog{
    position: absolute;
    left: 15px;
    bottom: 45%;
  }
  
  .next-custom-blog{
    position: absolute;
    right: -50px;
    bottom: 45%;
    transition: all 0.3s;
  }
  
  .blog-slider-container:hover .next-custom-blog{
    position: absolute;
    right: 15px;
    bottom: 45%;
  }

  /* -------------------- Video page ------------------ */

  .video-page{
    background-color: rgb(56, 49, 49);
    height: calc(100vh - 45px)!important;
    width: 100%;
  }

 
  .video-div{
   position: relative;
    height: 80vh!important;
  }

  .video-div video{
    width: 100%;
    height:calc(100vh - 75.5px)!important;
    
  }

  .close-btn{
    display: block;
    text-align: right;
    height: 30px;
    padding-right: 20px;
  }

  .close-btn a{
    font-size: 32px;
    color: white!important;
    transition: all 0.3s;
  }

  .close-btn i:hover{
    transform: scale(1.05)!important;
    color: #f39a34!important;
  }


  .consepts-body{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .consepts-card{
    height: 530px;
  }

  /* .consepts-img{
     height: 250px;
     object-fit: cover;
  } */

  .photo-consept{
    width: 900px;
  }

  