HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/Siyum_old/wp-content/themes/siyum/scss/inner-page.scss
@import 'partials';
.custom-container-1500{
    max-width: 1500px;
}
.inner-banner-sec{
    height: 100vh;
    // max-height: 1080px;
    // background-image: url('../img/inner-bg.png');
    // background-repeat: no-repeat;
    // background-position: center;
    padding: 150px 0;
    position: relative;
    z-index: 1;
    .banner-media {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
      }
      .overlay{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 99;
        background-image: url(../img/overlay.svg);
        background-size: cover;
        background-position: bottom;
      
       }
    .container{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        .title-block{
            text-align: center;
            color: #fff;
            h2{
                font-size: 45px;
                margin-bottom: 35px;
                font-family: $cooper-font;
            }
            p{
                margin: 0 auto;
                max-width: 982px;
                font-size: 18px;
                font-family: $karamel-font;
            }
        }
    }
}

.inner-tab-sec{
    position: relative;
    z-index: 2;
    .inner-tab-cover{
        margin-top: -100px;
        background-color: #fff;
        padding: 0 40px;
        border-radius: 16px 16px 0 0;
    }
    .video-tab-cover{
        margin-bottom: 25px;
        .tab-btn{
            display: flex;
            align-items: center;
            background-color: transparent;
            border-bottom: solid 3px transparent;
            transition: .3s;
            padding: 26px 0;
            position: relative;
            transition: .3s;
            margin-right: 3px;
            flex-grow: 1;
            font-family: $karamel-font;
            color: rgba($color: #022F75, $alpha: 0.6);
            transition: .3s;
            &:last-child{
                margin-right: 0;
            }
            &::before{
                background-color: #0067D0;
                content: '';
                position: absolute;
                left: 0;
                display: inline-block;
                width: 0;
                height: 2px;
                border-radius: 3px;
                top: 100%;
                transition: 0.5s transform ease;
                transform: scale3d(0, 1, 1);
                transform-origin: 100% 50%;
                width: 100%;
            }
            &:hover, &.active{
                color: #022F75;
                &::before{
                    transform: scale3d(1, 1, 1);
                    transform-origin: 0 50%;
                }
            }
            .icon{
                flex-shrink: 0;
                margin-right: 15px;
                img{
                    width: 38px;
                    height: 38px;
                    border-radius: 50%;
                    object-fit: cover;
                }
            }
            .data-label{
                font-family: $karamel-font;
                position: relative;
                padding: 10px 0;
                font-size: 18px;
                padding-right: 15px;
            }
        }
        .right-content-block{
            width: 100%;
        }
        .left-btn-block{
            width: 100%;
            border-bottom: 1px solid #E2E2E2;
            border-radius: 16px 16px 0 0;
            .tab-btn-block{
                display: flex;           
            }
        }
    }
    .video-slider-cover{
        .video-series-slider-lg{
            margin-bottom: 15px;
        }
        .item-lg-cover{
            position: relative;
            padding: 1px;
            max-height: 740px;
            border-radius: 10px;
            overflow: hidden;
            aspect-ratio: 1.891;
            .lg-play-btn{
                position: absolute;
                left: 0;
                width: 100%;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 10px;
                background-color: transparent;
                border: none;
            }
            .media-lg{
                width: 100%;
                height: 100%;
                border-radius: 10px;
                object-fit: cover;
            }
        }
    }
    .video-series-slider-thumb{
        .slick-list{
        }
        .thumb-item{
            padding: 0 5px;
            .thumb-cover{
                width: 100%;
                height: 205px;
                .thumb-media-item{
                    border-radius: 10px;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    cursor: pointer;
                }
            }
            .thumb-det{
                color: #022F75;
                padding-top: 15px;
                h5{
                    font-family: $karamel-font;
                    font-size: 24px;
                    margin-bottom: 5px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }
                p{
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    margin-bottom: 0;
                    font-family: $karamel-font;
                    font-size: 14px;
                }
            }
        }
        .slick-next, .slick-prev{
            top: 100px;
            z-index: 1;
            width: 35px;
            height: 64px;
            padding: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #E6F4FF;
            border-radius: 6px;
            background-position: center;
            background-repeat: no-repeat;
            &::before{
                display: none;
            }
        }
        .slick-next{
            right: -45px;
            background-image: url('../img/chevron-right-dark.svg');
        } 
        .slick-prev{
            left: -45px;
            background-image: url('../img/chevron-left-dark.svg');
        }
    }
    .tab-data-content{
        padding: 50px 30px 10px;
        color: #022F75;
        .data-title{
            margin-bottom: 50px;
            h2{
                font-size: 40px;
                font-family: $cooper-font;
                margin-top: 5px;
                font-weight: 600;
                color: #022F75;
            }
            h6{
                margin-bottom: 20px;
                font-size: 23px;
                font-family: $circular-font;
            }
            p{
                font-size: 18px;
                font-family: $karamel-font;
            }
        }
    }
}
.enjoy-shabbos{
    padding: 100px 0px;
    .inner-sec{
        background-color: #0B5497;
        padding: 64px 120px;
        border-radius: 26px;
        
    }

    .title{
        letter-spacing: 0px;
        color: #FFFFFF;
        font-size: 45px;
        line-height: 60px;
        font-family: $cooper-font;
    }
    .inner-content{
        
        letter-spacing: 0px;
        color: #FFFFFF;
        font-size: 18px;
        line-height: 31px;
        font-weight: 500;
        font-family: $karamel-font;

    }
    .two-btn{
        display: flex;
        padding-top:40px;
        @media(max-width:660px){
            flex-direction: column;
            width: 100%;
        }
        .btn{
            width: 270px;
            height: 83px;
            background: #fff 0% 0% no-repeat padding-box;
            border-radius: 49px;
            font-family: $dintext-font;
            letter-spacing: 0px;
            color: #0B5497;
            font-weight: 500;
            font-size: 22px;
            display: flex;
            align-items: center;
            margin-right: 30px;
            @media($sm-1679){
                font-size: 20px;
                height: 73px;
            }
            @media($sm-1481){
                font-size: 18px;
                height:63px;
            }
            @media($sm-1281){
                font-size: 16px;
            }
            @media($sm-767){
                height: 53px;
                width: 230px;
                margin-right: 9px;
            }
            @media(max-width:660px){
                width: 100%;
                margin-bottom: 10px;
                justify-content: center;
            }
            &.whatsap{
                width: 313px;
                @media($sm-767){
                    width: 250px;
                   
                }
                @media(max-width:660px){
                    width: 100%;
                    margin-right: 0px;
                }
            }
            .ico{
                width: 34px;
                height: 34px;
                border-radius: 30px;
                background-color: #0B5497;
                margin-right: 21px;
                display: flex;
                align-items: center;
                justify-content: center;
                img{
                    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(26deg) brightness(103%) contrast(102%);
                }
            }

        }
    }

    .email-input {
        display: flex;
        align-items: center;
        position: relative;
        border-radius: 50px;

        overflow: hidden;
        background: #E0E8EF9E 0% 0% no-repeat padding-box;
        border-radius: 49px;
  
        @media (max-width: 660px) {
          width: 100%;
        }
  
        .btn.receive-email {
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 0 20px;
          background-color: #ffffff;

          color: #0b5497;
          border: none;
          height: 100%;
          border-radius: 0;
          cursor: pointer;
  
          .ico{
            background-color: transparent;
            img {
             
                filter: unset;
              }
          }
        }
  
        .form-control {
        
          border: none;
          padding: 10px 20px;
          font-size: 16px;
          color: #0b5497;
          outline: none;
          background:transparent !important;
          width: 420px;
          border: none;
          box-shadow: none;
          font-family: $karamel-font;
          font-size: 16px;
          &::placeholder {
            color: #FFFFFF;
       
          }
        }
  
        .send-btn {
            background-color: #0096FF;
            border: none;
            // padding: 20px 20px;
            display: flex
        ;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            border-radius: 50px;
            position: absolute;
            z-index: 999;
            right: 13px;
            height: 54px;
            width: 54px;
            @media($sm-1679){
                height: 50px;
                width: 50px;
            }
          img {
            width: 24px;
            height: 24px;
            @media($sm-1679){
                height: 22px;
                width: 22px;
            }
          }
        }
      }
    
}