﻿  @import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

  body {
    background: #000;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
  }
  

  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
    line-height: inherit;
  }

  h1 {
    color: #252525;
    font-size: 3em;
    line-height: 50px;
  }

  h2 {
    color: #353535;
    font-size: 2em;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 1.5em;
    margin-bottom: 0;
  }

  h3,
  h3 a {
    color: #454545;
  }

  p {
    color: #858585;
    font-size: 15px;
    font-weight: normal;
    line-height: 30px;
  }



  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a:hover, a:active, a:focus {
    color: #ce3232;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }

  .section-title {
    padding-bottom: 40px;
  }

  .section-title h2 {
    margin: 0;
  }

  .section-title h4 {
    color: #ddd;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0;
  }
  .list{
      text-align:justify;
      line-height:20px;
      list-style:url(../images/list-icon.png);
  }
  .list li{
      padding:10px 0px;
      color:#808080;
  }
  .list li strong{
      color:#c0c0c0;
  }
  .icon2{background:#aa272d;
    background-size: 100% 100%;
    animation: gradient 1s ease infinite; color:#fff; padding:15px 18px; margin-bottom:10px; border-radius:50px;}
  .pad{
      padding:10px;
  }
  .navbar-brand img{
      -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1);
  overflow:hidden
  }
  .zoom {
  animation: scale 2s linear infinite;
}
  
@keyframes scale {
  50% {
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
  }
}
@keyframes updown {
            0% {
                transform: translateY(0);
            }

            100% {
                transform: translateY(-10px);
            }
        }
a.back-to-top {
	display: none;
	width: 40px;
	height: 38px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	border-radius:50px;
	background: #f5f5f5 url("../images/up-arrow.png") no-repeat center 43%;
	transition: 1s; 
    animation: updown 1.1s infinite alternate;
}
a:hover.back-to-top {
	background-color:#fff;
}
.sec-btn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
    color: #f5b806;
    font-weight: normal;
    background: none;
    border: 2px solid #f5b806;
}
    .sec-btn:hover {
        color: black;
        background: #f5b806;
        border: 2px solid #f5b806;
    }
  .overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  section {
    position: relative;
    padding: 100px 0;
  }

  #team, 
  #menu,
  #testimonial {
    text-align: center;
  }

  .about-image img,
  .team-thumb img {
    width: 100%;
  }
  
  #google-map iframe {
    border: 0;
    width: 100%;
    height: 390px;
  }



  /*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

  .section-btn {
    background: none;
    border-radius: 50px;
    border: 0;
    color: #fff;
    font-size: inherit;
    font-weight: normal;
    padding: 10px 25px;
    transition: 0.5s 0.2s;
  }
  .section-btn:hover{
      background:#fff;
      color:#000;
  }


  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

/* General Navbar Styles */
.custom-navbar {
    border: none;
    margin-bottom: 0;
    padding: 25px 0;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.6);
}

    /* Brand (Logo) */
    .custom-navbar .navbar-brand {
        color: #ffffff;
        font-size: 18px;
        font-weight: bold;
    }

    /* Navbar Links */
    .custom-navbar .nav li a {
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        padding: 10px;
        text-transform: uppercase;
    }

        .custom-navbar .nav li a:hover {
            color: #f4b806;
        }

    /* Right-Side Menu */
    .custom-navbar .navbar-nav.navbar-right li a {
        padding-right: 12px;
        padding-left: 12px;
    }

    /* Book Now Button */
    .custom-navbar .navbar-nav.navbar-right .section-btn {
        display: inline-block;
        border-radius: 50px;
        color: black;
        background: #f5b806;
        transition: 0.5s ease-in-out;
        transform: scale(0.95);
    }

        .custom-navbar .navbar-nav.navbar-right .section-btn:hover {
            transform: scale(1);
        }

    /* Mobile Menu Toggle */
    .custom-navbar .navbar-toggle {
        border: none;
        padding-top: 10px;
    }

        .custom-navbar .navbar-toggle .icon-bar {
            background: #fff;
        }

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .custom-navbar .nav li a {
        font-size: 11px; /* Decreased font size */
        padding-left: 6px;
        padding-right: 5px;
    }
}

@media (max-width: 768px) {
    .custom-navbar .navbar-nav.navbar-right {
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .custom-navbar .navbar-nav.navbar-right li {
            display: block;
            text-align: center;
        }

            .custom-navbar .navbar-nav.navbar-right li a {
                display: block;
                font-size: 12px;
                padding: 8px 10px;
            }

    /* Show Contact & Book Now Button */
    .custom-navbar .navbar-nav.navbar-right {
        display: flex !important;
    }

        .custom-navbar .navbar-nav.navbar-right li a {
            font-size: 14px;
        }

        .custom-navbar .navbar-nav.navbar-right .section-btn {
            margin-top: 5px;
            padding: 8px 16px;
        }
}

  /*---------------------------------------
      HOME              
  -----------------------------------------*/

  #home {
    padding: 0;
  }

  #home h1 {
    color: #ffffff;
    padding-bottom: 30px;
  }

  #home h3 {
    color: #f9f9f9;
    font-size: 14px;
    line-height: inherit;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
  }

  @media (min-width: 768px) {
    .slider .col-md-8 {
      padding-left: 0;
    }
  }
@media (max-width: 768px) {
    .slider .item {
        background-size: cover !important; /* Ensure image covers the area */
        background-position: center center !important; /* Center the image */
    }

    .slider .caption {
        padding: 1em; /* Adjust padding for small screens */
        text-align: center; /* Center align text */
    }

    .owl-carousel .owl-item img {
        width: 100% !important;
        height: auto !important; /* Maintain aspect ratio */
        object-fit: cover !important; /* Ensure image fits properly */
    }
}

  .slider .owl-dots {
    position: absolute;
    top: 50%;
    right: 2em;
    justify-content: center;
  }

  .owl-theme .owl-dots .owl-dot {
    display: block;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 7px 10px;
    border: 2px solid #d9d9d9;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
  }

  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffffff;
    border-color: transparent;
  }

.slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    background-color: rgba(20,20,20,0.2);
    height: 100%;
    color: #fff;
    cursor: e-resize;
    padding: 4em 0 0 2em;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

.slider .item {
    position: relative;
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
}
    .slider .item img {
        width: 100%;
        height: auto;
        display: block;
    }


  .slider .item-first {
    background-image: url(../images/slider-image1.jpg);
  }

  .slider .item-second {
    background-image: url(../images/slider-image2.jpg);
  }

  .slider .item-third {
    background-image: url(../images/slider-image3.jpg);
  }

  .slider .item-second .section-btn {
    background: #292929;
  }

  .slider .item-second .section-btn:hover {
    background: #ffffff;
  }

  .slider .item-third .section-btn {
    background: transparent;
    border: 1px solid #ffffff;
  }

  .slider .item-third .section-btn:hover,
  .slider .item-third .section-btn:focus {
    background: #ce3232;
    border-color: transparent;
    color: #ffffff;
  }

@media (max-width: 1024px) {
    .slider .slider-img {
        max-height: 500px;
    }
}

@media (max-width: 768px) {
    .slider .slider-img {
        max-height: 400px;
    }
}

@media (max-width: 480px) {
    .slider .slider-img {
        max-height: 300px;
    }
}

  /*---------------------------------------
      ABOUT              
  -----------------------------------------*/

  #about {
    padding-bottom: 0;
  }

  .about-info {
    padding: 0 6em 5em 0;
  }

  .about-info .section-title {
    padding-bottom: 20px;
  }

  .about-image {
    position: absolute;
  }
.icon1 {
    background: #000000bd;
    text-align: center;
    padding: 10px;
    border: 3px solid #f3b809;
    cursor: pointer;
    border-radius: 5px;
    transition: .5s ease-in-out;
}
    .icon1:hover {
        border: 3px solid #f3b809;
        transition: .5s ease-in-out;
        background: #111;
    }
  .icon1:hover img {
      transform:translate(0px, -10px);
      transition: .5s ease-in-out;
  }
  .icon1 img{
      width:50%;
      padding:10px;
      height:auto;
      transform:translate(0px, 0px);
      transition: .5s ease-in-out;
  }
  .icon1 h5{
      text-align:center;
      color:#808080;
  }


  /*---------------------------------------
      TEAM              
  -----------------------------------------*/

#team {
    background: linear-gradient(90deg, #f5b706, #bf8f00);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}
  @keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
  .team-thumb {
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }

  .team-info {
    padding: 10px 30px 20px 30px;
  }

  .team-thumb .team-hover {
    position: absolute;
    background: #1c1c1c;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transform: translateY(100%);
    transition: 0.5s 0.2s;
  }

  .team-thumb:hover .team-hover {
    opacity: 0.95;
    transition-delay: 0.3s;
    transform: translateY(0);
  }

  .team-thumb img {
    transition: 0.5s 0.2s;
  }

  .team-thumb:hover img {
    transform: scale(1.2);
  }

  .team-thumb .social-icon li a {
    background: #292929;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #d9d9d9;
    font-size: 20px;
    margin: 15px 5px 0 5px;
  }

  .team-thumb .team-item {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }

  .team-item h4 {
    color: #ffffff;
  }

  .team-info p {
    color: #bfbdbd;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 5px;
  }



  /*---------------------------------------
     MENU              
  -----------------------------------------*/

  #menu {
    padding-bottom: 0;
  }
  #menu1 {
    padding-bottom: 0;
  }

  #menu .container {
    width: 100%;
  }

  #menu .col-md-4 {
    margin: 0;
    padding: 0;
  }

  .menu-thumb img {
    width: 100%;
    transition: 0.5s;
  }

  .menu-thumb:hover img {
    transform: scale(1.15);
  }

  #menu .menu-thumb {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    width: 102%;
  }

  .menu-thumb .menu-info {
    position: absolute;
    top: 60%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: left;
    padding: 25px 30px;
    transition: 0.5s 0.2s;
  }

  .menu-info .menu-item {
    float: left;
  }

  .menu-info .menu-price {
    float: right;
  }

  .menu-info .menu-price span {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    display: block;
    margin-top: 10px;
  }

  .menu-thumb .menu-info h3,
  .menu-thumb .menu-info p,
  .menu-thumb .menu-info span {
    transform: translateY(100%);
    opacity: 0;
    display: block;
    transition: 0.5s 0.2s;
    color: #ffffff;
    z-index: 2;
    position: relative;
  }

  .menu-thumb .menu-info h3 {
    margin-top: 0;
  }

  .menu-thumb .menu-info p {
    color: #d9d9d9;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
  }

  .menu-thumb:hover .menu-info h3,
  .menu-thumb:hover .menu-info p,
  .menu-thumb:hover .menu-info span {
    transform: translateY(0px);
    opacity: 1;
  }

  .menu-thumb:hover .menu-info {
    background: rgba(0,0,0,0.8);
  }



  /*---------------------------------------
      TESTIMONIAL             
  -----------------------------------------*/
  #testimonial1 {
    background: url('../images/top-bnr.jpg') top center no-repeat;
    background-size: cover;
    height:200px;
  }
  #testimonial {
    background: url('../images/testimonial-bg.jpg') center center no-repeat;
    background-size: cover;
  }

  #testimonial .owl-dots {
    position: relative;
    top: 0;
    right: 0;
    justify-content: center;
  }

  #testimonial .owl-theme .owl-dots .owl-dot,
  #testimonial .owl-theme .owl-dots .owl-dot span {
    display: inline-block;
  }

  #testimonial .owl-theme .owl-dots .owl-dot span {
    margin: 20px 5px;
  }

  #testimonial h2 {
    color: #ffffff;
  }

  #testimonial p,
  .tst-author h4,
  .tst-author span {
    display: inline;
  }

  #testimonial p {
    color: #d9d9d9;
    font-size: 20px;
    line-height: 35px;
  }

  .tst-author {
    margin-top: 20px;
  }

  .tst-author h4,
  .tst-author span {
    color: #b2b2b2;
  }

  .tst-author span {
    margin-left: 5px;
  }



  /*---------------------------------------
      CONTACT             
  -----------------------------------------*/

  #contact .section-title {
    padding-bottom: 0;
  }

  #contact .text-success,
  #contact .text-danger {
    display: none;
  }

  #contact .form-control {
    background: #111;
    border: 0;
    border-bottom: 0px solid #dddddd;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    transition: all ease-in-out 0.4s;
  }

  #contact .form-control:hover,
  #contact .form-control:focus {
    border-bottom-color: #222;
    border:0px solid #222;
  }

  #contact input {
    height: 55px;
    color:#808080;
  }
#contact textarea {
 color:#808080;
}
  #contact select {
    height: 55px;
    color:#808080;
  }
#contact .sec-btn {
    display: inline-block;
    padding: 10px 20px;
    height: auto;
    border-radius: 50px;
    color: #f3b806;
    font-weight: normal;
    background: none;
    border: 2px solid #f3b806;
    transition: .3s ease-in-out;
}
    #contact .sec-btn:hover {
        color: black;
        background: #f3b806;
        transition: .3s ease-in-out;
        border: 2px solid #f3b806;
    }
  #contact button#cf-submit {
    background: #272c37;
    border-radius: 0;
    border: 0;
    color: #ffffff;
    font-weight: bold;
  }

  #contact button#cf-submit:hover {
    background: #292929;
    color: #ffffff;
  }



  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/
  @keyframes animatedBackground {
  from {
    background-size:inherit;
    background-position: 100% 100%;
  }
  to {
    background-size: inherit;
    background-position: 0% 100%;
  }
}
footer {
    border-top: 1px solid rgba(0,0,0,0.05);
    /*padding: 120px 0;*/
    padding-bottom: 80px;
    background: black /*url(../images/footer-bg.png) repeat-x center bottom*/;
    /*background: linear-gradient(45deg, #aa272d, #9d242b);*/
    animation: animatedBackground 20s linear infinite alternate-reverse;
    background-position: 0px 0px;
}

  footer .section-title {
    padding-bottom: 10px;
  }

  footer h2 {
    font-size: 20px;
  }

  footer a,
  footer p {
    color: #ddd;
  }

  footer strong {
    color: #d9d9d9;
  }

  footer address p {
    margin-bottom: 0;
  }

  /*.footer-info,
  footer .social-icon {
    margin-top: 20px;
  }*/

  .footer-open-hour {
    /*background: #ce3232;*/
    /*background: url('../images/footer-open-hour-bg.jpg') center center no-repeat;*/
    background-size: cover;
    border-radius: 20px;
    margin-top: 0;
    padding: 20px 0 40px 0px;
    overflow: hidden;
    position: relative;
    z-index: 22;
    right: 20px;
    bottom: 20px;
  }

  .footer-open-hour::after {
    /*background: rgba(29,29,29,0.85);*/
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2222;
  }

  .footer-open-hour h2 {
    color: #ffffff;
  }

  .footer-open-hour p {
    color: #d9d9d9;
  }

  .footer-open-hour strong {
    color: #f9f9f9;
  }



  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
  }

    .social-icon li a {
        border-radius: 100px;
        color: #f5b706;
        font-size: 15px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-decoration: none;
        text-align: center;
        transition: all 0.4s ease-in-out;
        position: relative;
    }

    .social-icon li a:hover {
        background: #f5b707;
        color: #000;
    }



  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media screen and (max-width: 1170px) {
    .custom-navbar .navbar-nav.navbar-nav-first {
      margin-left: inherit;
    }
  }


  @media only screen and (max-width: 1200px) {
    .about-info {
      padding-right: 0;
    }

    .about-image {
      position: relative;
    }
  }


  @media only screen and (max-width: 992px) {
    section {
      padding: 60px 0;
    }

    .custom-navbar .section-btn {
      margin-left: 1em;
    }

    .slider .item {
      background-position: center;
    }

    .about-info {
      padding: 0;
    }

    .team-info {
      margin-bottom: 50px;
    }

    #menu .menu-thumb {
      width: 103%;
    }

    #testimonial {
      background-position: 50% 0 !important;
    }

    #google-map,
    .footer-info {
      margin-bottom: 50px;
    }
  }


  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-navbar .nav li a {
      padding-right: 10px;
      padding-left: 10px;
    }
  }

  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 2.5em;
    }

    h1,h2,h3 {
      line-height: normal;
    }

    .custom-navbar {
      backdrop-filter:blur(10px);
      background:rgba(0, 0, 0, 0.4);
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
      text-align: center;
    }

    .custom-navbar .nav li a {
      line-height: normal;
      padding: 10px;
    }

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
      color: #252525;
      font-weight: 600;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
      color: #ddd;
    }

    .custom-navbar .navbar-nav.navbar-right li {
      display: inline-block;
    }

    .custom-navbar .navbar-nav.navbar-right .section-btn {
      display: block !important;
      width: 50%;
      margin: 10px auto 10px auto;
      padding: 10px;
    }

    .custom-navbar .section-btn a {
      color: #ffffff !important;
    }

    .slider .caption {
      padding: 0;
    }

    .menu-thumb .menu-info {
      top: 80%;
    }

    footer {
      padding: 60px 0;
      padding-bottom: 60px;
    }

    .footer-open-hour {
      right: 0;
      bottom: 0;
      margin-top: 30px;
    }
  }


  @media only screen and (max-width: 580px) {
    h1 {
      font-size: 2.1em;
    }

    h2 {
      font-size: 1.8em;
    }

    .menu-thumb .menu-info {
      top: 60%;
    }
  }

/*image gallery*/
/* Custom Styling */
.photo-container {
    padding: 10px;
}

.photo-frame {
    width: 100%;
    height: 250px; /* Set a fixed height */
    object-fit: cover;
    border-radius: 10px; /* Rounded corners */
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    cursor: pointer;
}

    /* Hover Effect */
    .photo-frame:hover {
        transform: scale(1.05);
        box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);
    }
/* Gallery Title */
.gallery-title {
    text-align: center; /* Center the title */
    font-size: 3rem; /* Make the font size larger */
    font-weight: bold; /* Make it bold */
    margin-bottom: 30px; /* Add space below the title */
    color: #333; /* Set color to dark grey */
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .photo-frame {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .photo-frame {
        height: 180px;
    }
}

/*Video Gallery*/
/* Video Thumbnail Styling */
.video-container {
    padding: 10px;
}

.video-thumbnail {
    position: relative;
    width: 100%;
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.video-frame {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.video-thumbnail:hover .video-frame {
    transform: scale(1.05);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);
}

/* Play Icon Styling */
.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: white;
    transition: opacity 0.3s ease;
    opacity: 0;
}

.video-thumbnail:hover .play-icon {
    opacity: 1;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .video-thumbnail {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .video-thumbnail {
        height: 180px;
    }
}





