
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
body{
    background: url(ramdan_bg.png) no-repeat left top;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.helal_logo{
    position: fixed;
    top:100px;
    left: 100px;
    width:150px;
    -webkit-animation: flickerAnimation 2s infinite;
   -moz-animation: flickerAnimation 2s infinite;
   -o-animation: flickerAnimation 2s infinite;
    animation: flickerAnimation 2s infinite;
}
.helal_logo img{
    width: 100%;
}
.iftar_logo{
  margin-bottom: 50px;
  margin-top: 50px;
  font-size:60px;
  font-family: "Dancing Script", cursive;
  font-weight: 400;
  font-style: normal;
  color: #86754d;
}
.content{
    width:1200px;
    display: flex;
    gap:50px;
}
.content_box{width:50%;
text-align: center;

}
.content a{text-decoration: none;}
.content_box img{
    width:220px;
    border-radius: 50%;
}
.content_box h2{
font-size: 20px;
text-transform: uppercase;
color: #86754d;
background: #fff;
font-family: "Poppins", sans-serif;
font-weight: 700;
}
.content_box h2 span {
  display: block;
  color: #223a7a;
  font-size: 16px;
  position: relative;
  font-weight: 300;
  text-transform: capitalize;
  width: 220px;
  margin: auto;
}
.content_box h2 span::before {
    content: "";
    width: 25px;
    height: 1px;
    background: #000;
    position: absolute;
    display: block;
    left:15px;
    top: 13px;
  }
  .content_box h2 span::after {
    content: "";
    width: 25px;
    height: 1px;
    background: #000;
    position: absolute;
    display: block;
    right: 15px;
    top: 13px;
  }
  
    .content_box h3{display: block;
        color: #333;
        font-size: 15px;
        position: relative;
        font-weight: 300;
        text-transform: capitalize;
        font-family: "Poppins", sans-serif;
        display: block;
        background: #fff;
    }
.content_box h3 span{
      font-size:18px;
      color: #86754d;
      background: #fff;
      font-family: "Poppins", sans-serif;
      font-weight:600;
      display: block;
}
.content_box h3 b{
  font-size:22px;
  color: #86754d;
  background: #fff;
  font-family: "Poppins", sans-serif;
  font-weight:700;
  display: block;
}
.content_box h3 b i{
  font-size:20px;
  color: #86754d;
  background: #fff;
  font-family: "Poppins", sans-serif;
  font-weight:300;
  font-style: normal;
}
.booking{
  background:#86754d;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.content_box h5 {
  display: block;
  color: #223a7a;
  font-size: 16px;
  font-weight: 300;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  margin: auto;
  border: solid 1px #223a7a;
  border-radius: 30px;
  max-width: 120px;
}
.left_content{}
@keyframes flickerAnimation {
    0%   { opacity:1; }
    50%  { opacity:.3; }
    100% { opacity:1; }
  }
  @-o-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:.3; }
    100% { opacity:1; }
  }
  @-moz-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:.3; }
    100% { opacity:1; }
  }
  @-webkit-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:.3; }
    100% { opacity:1; }
  }

@media screen and (min-width:0px) and (max-width:480px) {
    body {
        height: 100%;
        display: block;
        padding: 5px 35px;
        padding-bottom: 50px;
      }
      .content_box {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
      }
      .iftar_logo img {
        width: 220px;
        margin-bottom: 40px;
      }
      .iftar_logo {
        margin: auto;
        margin-top: auto;
        margin-top: 91px;
        text-align: center;
      }
      .iftar_logo img{ width:200px;

        }  
        .content {
            height: auto;
            width: auto;
            display: block;
            gap: 50px;
          }
          .helal_logo {
            position: fixed;
            top: 40px;
            left: 30px;
            width: 100px;
          }
          .iftar_logo{
            margin-bottom: 50px;
            margin-top: 150px;
            font-size:44px;
            font-weight: 400;
            font-style: normal;
            color: #86754d;
          }
}