.subscription__bg2{padding:8px;position:relative;z-index:1;background:#fff;box-shadow:0 15px 30px rgb(0 0 0 / 50%);border-radius:8px}.img2{margin:0;display:block;user-select:none}.float{position:fixed;bottom:40px;right:40px;z-index:100;}

    .popup_video .popup__window.login-md{
        max-width:600px !important;
    }
    .main-title__text.title{
        font-size:65% !important;
    }
    .main-title__text.title:before{
       display:none;
    }
    .main-title__text.title:after{
       display:none;
    }

    
    .what-you-get.login-get{
        padding: 0 0 30px !important;
    }
    @media screen and (min-width: 750px) {
        .inline-input1 {
            display: inline-block;
            width: 24%; /* Adjust width as needed */
            margin-right: 10px; /* Add spacing between inputs */
        }
        .inline-input2 {
            display: inline-block;
            width: 72%; /* Adjust width as needed */
        }

        .margin{
            margin-left: calc(50% - 50px);
            margin-top: 20px;
        }
        .profile-name {
            color: #fff;
            font-size: 16px;
        }
    }

    @media screen and (max-width: 900px) {
        .profile-name {
            color: #292525;
            font-size: 16px;
        }

        .submenu{
            z-index: 1;
            min-width: 170px !important;
        }
    }

    .toggle-icon{
        width: 10px;
        height: 10px;
        border: 2px solid #fff;
        margin:12px;
        border-right-color: transparent;
        border-top-color: transparent;
        transition: transform 0s ease; /* Add a transition effect */
        transform-origin: center; /* Set the transformation origin */
        transform: rotate(-45deg);
    }

    .profile:hover .toggle-icon {
        transform: rotate(133deg); /* Rotate the icon on hover */
    }

    #error-container {
        background-color: #f8d7da;
        color: #721c24;
        border: 1px solid #f5c6cb;
        padding: 10px;
        margin-bottom: 10px;
        text-align: center;
    }

    #error-message {
        font-weight: bold;
    }

    #error-container-otp {
        background-color: #f8d7da;
        color: #721c24;
        border: 1px solid #f5c6cb;
        padding: 10px;
        margin-bottom: 10px;
        text-align: center;
    }

    #error-message-otp {
        font-weight: bold;
    }
    /* Submenu Code :: START */
    

    .custom-menu {
        display: inline-block;
    }

    .profile {
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .profile-details {
        display: flex;
        line-height: 2.5;
    }

    .profile img {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        margin-right: 10px;
        object-fit: cover;
        object-position: center;
    }
    .submenu {
        position: absolute;
        top: 60px;
        right: 9px;
        background-color: #fff;
        border: 1px solid #ccc;
        padding: 10px;
        display: none;
        font-size: 12px;
    }

    .submenu ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .submenu li {
        margin-bottom: 5px;
    }

    .submenu a {
        text-decoration: none;
        color: #333;
    }

    .profile:hover .submenu {
        display: block;
    }

    .header .subscribed_lable{
        line-height: 43px;
        color: gold;
        border: 1px solid;
        padding: 0px 11px;
        border-radius: 8px;
    }
    .shimmer {
        color: grey;
        display:inline-block;
        -webkit-mask:linear-gradient(-60deg,#000 30%,#0005,#000 70%) right/300% 100%;
        background-repeat: no-repeat;
        animation: shimmer 2.5s infinite;
    }
    @keyframes shimmer {
        100% {-webkit-mask-position:left}
    }


    /* Slider Start */
    .category-slider .slider {
        width: 100%;
        margin: 50px auto;
    }

    .category-slider .slick-slide {
      margin: 0px 20px;
    }

    .category-slider .slick-slide img {
      width: 100%;
      border-radius: 0px;
    }

    .category-slider .slick-prev:before,
    .category-slider .slick-next:before {
      color: black;
    }


    .category-slider .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .category-slider .slick-active {
      opacity: .5;
    }

    .category-slider .slick-current {
      opacity: 1;
    }
    .category-slider .slick-initialized .slick-slide {
        width: 200px !important;
    }
    /* Slider End */

/* Clip Image Start */
    .clip-container {
        width: 100%;
        height: 140px;
        overflow: hidden;
        position: relative;
        border-radius: 10px; /* Adjust the radius to your preference */
    }
    .clip-container img {
        width: 100%;
        height: auto;
        position: absolute;
        bottom: -50px; /* Adjust to position the image */
    }
/* Clip Image End */
