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/publication.scss
@import 'partials';

.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;
            }
          }
        }
      }
    
}