/* WordPress Embed Styles for Yas Bay Ramadan Event */

/* Font Face for BigNoodleTitling */
@font-face {
  font-family: 'BigNoodleTitling';
  src: url('../fonts/BigNoodleTitling.eot');
  src: url('../fonts/BigNoodleTitling.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BigNoodleTitling.woff2') format('woff2'),
    url('../fonts/BigNoodleTitling.woff') format('woff'),
    url('../fonts/BigNoodleTitling.ttf') format('truetype'),
    url('../fonts/BigNoodleTitling.svg#BigNoodleTitling') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


.event-widget.eid-banner .thumbnail{
  border: 10px solid #004D72;
}

.eid-top-section{
  width: 100%;
    padding: 100px 0 90px;
}

.big-container{
     width: 100%;
     max-width: 1530px;
     margin: 0 auto;
}

.eid-top-section-inner{
  width: 100%;
  text-align: center;
  max-width: 1210px;
  margin: 0 auto;
}

.eid-top-section-inner p{
  max-width: 1090px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.eid-top-section-inner h5{
  font-size: 29px;
  font-weight: bold;
  color: #000000;
  margin: 20px 0;
  font-family: "Source Sans Pro", sans-serif;
}

.title-one{
  font-size: 80px;
  line-height: 100%;
  color: #000;
  margin-bottom: 15px;
}

.eid-main p:last-child{
     margin-bottom: 0;
}

.eid-main p{
     font-size: 18px;
     line-height: 28px;
     color: #000;
}

.eid-offwhite-section{
     width: 100%;
     padding: 90px 0;
  background: rgba(250, 248, 244, 0.8);

}

.grid-two{
  margin-top: 30px;
     display: grid;
     grid-template-columns: repeat(2, 1fr);
     gap: 60px 30px;
}


.grid-three{
  margin-top: 30px;
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 10px;
}

.eid-item{
     width: 100%;
     height: 100%;
     position: relative;
     background:rgba(250, 248, 244, 0.8);
}

.eid-item-img{
     width: 100%;
     height: 355px;
     position: relative;
}

.eid-item-img label{
     position: absolute;
     padding: 5px 10px;
     background: #fff;
     top: 15px;
     left: 15px;
     display: block;
     font-size: 18px;
     line-height: 20px;
     font-weight: 400;
     color: #000;
     font-family: "Source Sans Pro", sans-serif;
     z-index: 2;
}

.eid-item-img img{
     width: 100%;
     height: 100%;
     object-fit: cover;
}

.eid-item-link{
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      align-items: center;
      font-size: 18px;
      font-weight: 600;
      color: #000;
      font-family: "Source Sans Pro", sans-serif;
      margin-bottom: 20px;
}

.link-syle1{
     display: inline-block;
     position: relative;
}

.link-syle1::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}

.eid-item-link a{
  color: #000;
}

.eid-item-link a:hover{
  color: #004e72;
}

.eid-item-link span{
  margin-top: 0 !important;
}

.eid-item-content{
     width: 100%;
     padding-top: 30px;
     background:rgba(250, 248, 244, 0.8);
     padding: 40px 25px 140px;
    
}

.eid-item-content h4{
       font-size: 40px;
       line-height: 100%;
       color: #000;
       margin-bottom: 15px;
       text-transform: uppercase;
}

.eid-item-content .btn span{
margin-top: 0;
}

.eid-item-content span{
display: flex;
align-items: center;
  margin-top: 15px;
}

.eid-item-content span,
 .eid-item-content span a{
  font-size: 18px;
  font-weight: bold;
  color: #000;

  transition: all 0.3s ease-in-out;
}

 .eid-item-content span a:hover{
  color: #004E72;
 }

 .eid-family-section{
  padding: 80px 0;
    color: #ffff !important;
    background-color: #004E72;
 }

 .eid-family-inner{
  width: 100%;
 }


 .eid-item-content-bottom{
  position: absolute;
  bottom: 45px;
  left: 0;
  padding: 0 30px;
  width: 100%;
 }



  .eid-family-inner h3{
       font-size: 50px;
       line-height: 100%;
       margin-bottom: 10px;
       color: #fff;
  }

  .eid-family-section p,
  .eid-family-section h2,
   .eid-family-section .eid-item-content h4{
    color: #fff;
  }


  .eid-weekend-section{
       width: 100%;
       padding: 100px 0;
      
      
  }


    .eid-weekend-section .eid-family-inner h3{
         color: #000;
    }

    .res-bottom-section-inner{
          width: 100%;
          max-width: 870px;
    }


    .res-bottom-section{
         width: 100%;
         min-height: 670px;
         padding: 100px 0;
         display: flex;
         align-items: center;
         background-size: cover;
         background-position: center;
         background-repeat: no-repeat;
         color: #fff;
    }

    .res-bottom-section h3{
       font-size: 70px;
       line-height: 100%;
       margin-bottom: 25px;
       color: #fff;
  }

  .res-bottom-section p{
        color: #fff;
        margin-bottom: 10px;
  }

  .res-top-section{
        width: 100%;
        padding: 100px 0;
        background: rgba(250, 248, 244, 0.8);
        overflow: hidden;
  }

  .res-top-section-inner{
         display: flex;
         flex-wrap: wrap;
         align-items: center;
  }

  .res-top-img{
       width: 45%;
  }

  .res-top-img img{
        width: 100%;
        height: auto;
  }

  .res-top-content{
       width: 55%;
       padding: 0 60px;
  }

  .mobile-img{
    display: none;
  }
    

    @media (max-width: 1600px) {
  
.big-container{
max-width: 90%;
}

.title-one {
    font-size: 70px;
}

.eid-top-section-inner h5 {
  font-size: 24px;
  margin: 15px 0;
}

.res-top-section{
     padding: 80px 0;
}

.res-top-content{
  padding:  0 50px;
}

.eid-weekend-section{
     padding: 80px 0;
}

.res-bottom-section {
  width: 100%;
  min-height: 600px;
  padding: 70px 0;
}

.eid-item-content h4 {
  font-size: 35px;
}

.res-bottom-section h3 {
  font-size: 60px;
  line-height: 100%;
  margin-bottom: 20px;
}

.eid-item-content-bottom{
      bottom: 30px;
}

.eid-item-content{
  padding: 35px 20px 140px;
}

.eid-item-img label{
     font-size: 16px;
}

.eid-top-section {
  padding: 80px 0 70px;
}
    }


       @media (max-width: 1300px) {
.big-container{
max-width: 96%;
}



.eid-top-section {
    padding: 70px 0;
}

    .title-one {
        font-size: 60px;
    }

    .eid-item-content h4 {
    font-size: 30px;
    }

    .eid-item-content {
      padding: 30px 20px 140px;
  }

  .eid-item-content-bottom{
     padding: 0 20px;
  }

  .res-bottom-section h3 {
    font-size: 40px;
    margin-bottom: 20px;
}

.eid-main p {
  margin-bottom: 10px;
}

.eid-item-link{
  font-size: 16px;
}

.eid-item-img label{
  padding: 4px 6px;
  top: 10px;
    left: 10px;
}

    .eid-offwhite-section{
       padding: 70px 0;
    }

    .eid-main p{
    font-size: 16px;
    line-height: 26px;
 }

 .eid-family-inner h3 {
    font-size: 40px;
 }

 .eid-family-section{
 padding: 70px 0;
 }

 .eid-weekend-section{
  padding: 70px 0;
 }

 .eid-item-img{
     height: 310px;
 }

 .grid-two {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 45px 20px;
}

.grid-three {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.eid-top-section-inner h5 {
  font-size: 20px;
  margin: 15px 0;
}

       }

         @media (max-width: 1024px) {
    .title-one {
        font-size: 40px;
    }

    .eid-item-content h4 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .eid-item-content {
    width: 100%;
    padding-top: 20px;
}

.eid-item-content span, .eid-item-content span a {
    font-size: 16px;
}

.eid-family-inner h3{
        font-size: 28px;
    }
         }
         @media (max-width: 768px) {

             .eid-top-section {
        padding: 60px 0;
    }

    .title-one{
        font-size: 35px;
    }

     .eid-family-section{
 padding: 60px 0;
 }

 .eid-weekend-section{
  padding: 60px 0;
 }

 .eid-main br{
  display: none;
 }

 .eid-item-content br{
  display: block !important;
 }

        .eid-offwhite-section {
        padding: 60px 0;
    }

    .eid-item-content h4{
        font-size: 30px;
        margin-bottom: 10px;
    }

    .eid-main p{
      margin-bottom: 15px;
    }

        .eid-family-inner h3 {
        font-size: 26px;
    }

    .big-container {
      max-width: 90%;
  }

    .grid-three {
        margin-top: 20px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 10px;
      
    }

    .res-bottom-section {
      width: 100%;
      min-height: 600px;
      padding: 50px 0;
      align-items: flex-end;
      text-align: center;
  }

  .res-bottom-section h3 {
    font-size: 35px;
    margin-bottom: 20px;
}

.eid-main p {
  margin-bottom: 10px;
}

        .eid-item-img {
        height: 275px;
    }

    .mobile-img{
      display: block;
    }

    .desktop-img{
      display: none;
    }

    .eid-top-section-inner h5{
        font-size: 16px;
        margin: 15px 0;
    }

    .res-top-img {
      width: 100%;
  }

  .res-top-section {
    padding: 60px 0;
}

.res-top-content {
  padding: 0 0;
  width: 100%;
  padding-bottom: 20px;
}

.res-top-section-inner{
  flex-direction: column-reverse;
}
      

  }


   @media (max-width: 480px) {

    .grid-two{
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}

.grid-three{
  grid-template-columns: repeat(1, 1fr);
   gap: 25px;
}


   }