html, body {
    margin: 0;
    padding: 0;
    user-select: none;
    scroll-behavior: smooth;
    }

    * {
    box-sizing: border-box;
    }

    .slider {
        width: 80%;
        margin: 10px auto;
    }

    .slick-slide {
    margin: 0px 20px;
    }

    .slick-slide img {
    width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
    color: black;
    }


    .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
    }
    
    .slick-active {
    opacity: 1;
    }

    .slick-current {
    opacity: 1;
    }

    .bg-gradient-primary-to-secondary {
        background-color: #f53b57 !important;
        background-image: linear-gradient(135deg, #f53b57 0%, rgba(255, 121, 63, 0.8) 100%) !important;
    }
    .nav-link:hover, .nav-link {
        color: #f53b57;
        text-decoration: none;
    }
    .nav-link:hover, .nav-link:focus {
        color: #c42f46;
        text-decoration: none;
    }
    @media (max-width: 767.98px) { /* For small screens */
    .navbar .centered-content {
        flex-direction: column;
        align-items: center;
        font-size:20px;
    }
    .navbar .centered-content .navbar-brand {
        margin: 5px 0;
    }
}
.card-hover-effect {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-width: 390px;
    margin: 0 auto;
}
.card-hover-effect:hover {
    transform: scale(1.05); /* Slightly enlarge the card */
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2); /* Add a shadow to create a pop-up effect */
}
p, h1, h2, h3, h4, h5, div, span, small {
    font-family: 'Montserrat', sans-serif;
    color: black;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 5px 10px;
    margin: 5px;
    padding: 15px 30px; 
    font-size: 36px;
}
.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
    background-color: #333;
}
.card-img-fixed {
    height: 200px; /* Set a fixed height */
    object-fit: contain; /* Ensures the image fill the area, cropping if necessary */
    width: auto; /* Ensure full width */
   
}
.card-img-fixed2 {      /* For new arrival landing page images */
    height: 210px; /* Set a fixed height */
    object-fit: contain; /* Ensures the image fill the area, cropping if necessary */
    width: auto; /* Ensure full width */
   
}
.card-img-fixed1 {
    height: 100px; /* Set a fixed height */
    object-fit: fill; /* Ensures the image fill the area, cropping if necessary */
    width: 100%; /* Ensure full width */
}
.card-img-fixed3 {
    height: auto; /* Set a fixed height */
    object-fit: contain; /* Ensures the image fill the area, cropping if necessary */
    width: 100%; /* Ensure full width */
}
.category_desc{
    /* margin-left: 10px; */
    border-radius: 5px; 
    background-color: rgba(255, 255, 255, 0.6);
}

.owl-carousel .item {
    display: flex;
    align-items: stretch;
}

.card {
    display: flex;
    flex-direction: column;
    height: auto;
    flex: 1 1 auto;
}

.card-body {
    flex-grow: 1;
}
.content{
    height: 100px; /* Set the fixed height */
    overflow-y: auto; /* Enable vertical scrolling */
   
}
/* Container for the iframe */
.iframe-container {
    position: relative;
    width: 100%;
    height: 200px;
    padding-bottom: 56.25%; /* Aspect ratio 16:9 */
    overflow: hidden;
    background-color: #000; /* Optional: background color when video is not loaded */
}

/* Responsive iframe filling the container */
.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
}

/* Optional: Media query for adjusting the container on smaller devices */
@media (max-width: 768px) {
    .iframe-container {
        padding-bottom: 56.25%; /* Aspect ratio 16:9 for tablets and smaller screens */
    }
}

@media (max-width: 480px) {
    .iframe-container {
        padding-bottom: 56.25%; /* Keep 16:9 ratio on smaller mobile screens */
    }
}
.headline{
    color:blue;
    font-weight:bold;
}
.search_placeholder::-webkit-input-placeholder {
    color: red;
    font-weight: bold;
}
#myscreen{
    border:none;
    width:100%;
    margin:0px;
    height: 75vh; 
    padding-top: 3vh;
}
a:hover::after {
    color: #f53b57;
    font-weight: bold;
}

@media (max-width: 512px) {
    .headline{
        font-size: 22px;
    }
    .language{
        font-size: 15px;
    }
    .resourceCount{
        font-size:17px;  
        font-family: "Montserrat", sans-serif;
    }
    .contentTitle{
        font-size: 14px;
    }  
    .ccFooterText{
        text-align: center;
    }
    .footerText{
        text-align: center;
    }
    .language{
        font-size: 15px;
    }
    .resourceCount{
        font-size:16px;  
        font-family: "Montserrat", sans-serif;
    } 
}

@media (max-width: 610px) {     /* 576px */
    .searchbar{
        margin-top: 8px;
    }
}

/* @media (max-width: 722px) and (min-width: 575px) {
    .searchbar{
        margin-top: 8px;
    }
} */

@media (max-width: 768px) { 
    .arrow{
        height: 25px;
    }
    .contentTitle{
        font-size: 16px;
    }
    .newArrivalTitle{
        font-size: 17px;
    }
    #myscreen{
        height: 55vh;
    }
    .videoTag{
        margin-top: 0vh;
        /* margin-left: 2vw; */
    }
    .search_placeholder::-webkit-input-placeholder{
        font-size:14px;
    }
    .category_desc{
        margin-top: 0vh;
    }
}

@media (min-width: 768px) { 
    .headline{
        font-size:25px;  
    }
    .language{
        font-size: 16px;
    }
    .resourceCount{
        font-size: 18px;  
        font-family: "Montserrat", sans-serif;
    }
    #logo2{
        margin-right: 5vw;
    }
    .ccFooterText{
        text-align: left;
    }
    .footerText{
        text-align: right;
    }
    .category_desc{
        margin-top: 15vh;
    }
    .videoTag{
        margin-left: 3vw;
    }
    .searchbar{
        margin-top: 0px;
    }
}

@media (max-width: 980px) {
    .videoTag{
        margin-top: 4vh;
    }
}

@media (min-width: 980px) {
    .category_desc{
        margin-top: 11vh;
    }
    .headline{
        font-size:36px;  
    }
    .language{
        font-size: 16px;    /* 22px */
    }
    .resourceCount{
        font-size: 18px;     /* 25px */
        font-family: "Montserrat", sans-serif;  
    }
}

@media (max-width: 1200px) { 
    .newArrivalTitle{
        font-size: 17px;
    } 
    .search_placeholder::-webkit-input-placeholder{
        font-size:10px;
    }
}

@media (min-width: 1200px) {
    /* .contentTitle{
        font-size: 18px;
    }   */
    .newArrivalTitle{
        font-size: 19px;
    } 
    .search_placeholder::-webkit-input-placeholder{
        font-size:12px;
    }
    .category_desc{
        margin-top: 11vh;
    }
}


/* Spinner Style */
.loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

/* Animation for the spinner */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* #fullscreen-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
    margin-bottom: 10px;
} */







/* Punam CSS */
#video_title{
    text-align: center; 
    font-weight: bold; 
    color: white;
}
.TitleText
{
    color:black;
    font-family: 'Montserrat', sans-serif;
    font-weight: bolder;
    text-align: center;
    display: flow-root;
}
.fontCls
{
    text-transform: uppercase;
}
