html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    margin: 0 !important;
    padding: 0 !important;
  }
@font-face {
    font-family: myFirstFont;
    src: url('../fonts/ShorifJonotaUnicode.ttf');
 }
 * {
    font-family: myFirstFont;
 }
  body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden; /* Prevent horizontal scroll */
}
.footer{
    background-color:black ;
}
.carousel-control-next,
.carousel-control-prev /*, .carousel-indicators */ {
    filter: invert(100%);
}
  /* Define a custom class for the table */
.upper-border-td {
    border-top: 2px solid #ff0000; /* Red upper border with 2px width */
}
.uppor-border{
    border-top: 1px dashed #636262; /* Red upper border with 2px width */
}
.bottom-border{
    border-bottom: 1px dashed #636262; /* Red upper border with 2px width */
}
.bottom-border-td {
    border-bottom: 2px solid #ff0000; /* Red upper border with 2px width */
}
.btn-lg{
    border-radius: 0
}
.btn {
    border-radius: 30px;
    background-color: black;
    border: none;
    color: white;
}
.btn:hover{
    background-color: #473f3f !important;
}
.custom-radio {
    display: none;
}

.package-option {
    padding: 10px;
    border: 1px solid black;
    margin-top: 10px;
    cursor: pointer;
}

.package-option:hover {
    background-color: #f0f0f0;
}
.section {
    background-color: black;
    padding: 10px 0 10px 0;
    color: white;
    font-weight: bold;
    font-size: 40px;
}
.sectionOne{
    color: black;
    font-weight: 900;
    font-size: 40px;
}
.package_one{
    padding: 0px 0px 10px;
    /* border: 1px solid #f99630; */
    border-radius: 10px;
    text-align: center;
    margin: 10px 0 10px 0px;
    transition: 1s;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; */
    /* box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.package_one img {
    width: 400px;
    height: 400px;
}

.package_one:hover {
    transform: scale(1.05);
    z-index: 2;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.box{
    width: 250px;
    height: 300px;
    background: orange;
    margin: 0px 10px;
    transition: 1s;

}

.box:hover{
    transform: scale(1.3);
    background: #ff800a;
    z-index: 2;
    box-shadow: 2px 2px 2px #000;

}

.img-review {
    width: 100%;
    /* height: 500px; */
    border: 2px solid black;
    border-radius: 10px;
}

.image-container {
    width: 100%;
    overflow: hidden; /* Hide any overflowing content */
}

.image-container img {
    width: 100%;
    display: block;
}


  .overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.7);
    overflow-x: hidden;
    transition: 0.5s;
  }

  .overlay-content {
    position: relative;
    top: 25%;
    left:10%;
    width: 80%;
    text-align: center;
    background-color: #fff;
  }

  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }

  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }

  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
  }


  @media screen and (max-width: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
    .sectionOne{
        color: black;
        font-size: 30px;
    }
    .section {
        background-color: black;
        padding: 10px 0 10px 0;
        color: white;
        font-size: 30px;
    }
    .desktop-timer{
        display: none;
    }
    .mobile-timer{
        display: block;
    }
    .display-4{
        font-size: 2.2rem !important;
    }
  }
  .faq{
    border-bottom: 1px solid rgb(173, 172, 172);
    margin-top: 6px;
}
  @media (min-width: 992px) { /* Adjust the screen width threshold as needed */
    .embed-responsive-16by9 {
        width: 900px; /* Set the desired width for desktop */
        height: 450px; /* Set the desired height for desktop */
    }
    .desktop-timer{
        display: block;
    }
    .mobile-timer{
        display: none;
    }

}

  .featuresList li{
    list-style: none;
    padding: 10px 5px 10px 5px;
    background-size: 25px;
  }

  .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #bababa;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #bababa;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #bababa;
}

.btn-square {
    border-radius: 0
    /* Adjust the height to make the buttons square */
}
.callable-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #007bff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 999;
  }

  .call-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
    text-decoration: none;
  }

  .call-link i {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .call-link:hover {
    text-decoration: none;
  }

  .slick-initialized .slick-slide{
    padding:10px;
  }

  .footer-list li{
    list-style: none;
    display: inline;
    padding: 10px 20px;
  }

  @media screen and (max-width: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
      font-size: 40px;
      top: 15px;
      right: 35px;
    }
    .featuresList{
      padding: 0;
    }

    .featureTitle{
        margin-left: 0 !important;
    }
    .timerTitle{
        text-align: center !important;
    }
    .text-right{
        text-align: center !important;
    }
    .slick-initialized .slick-slide{
        padding:0px;
    }

    .h4{
        font-size: 1.3rem;
    }

  }
