*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }

  html, body{
    overflow-x: hidden;
}
 
  /*---------------------------------------------------------
  The header and the nav is started from here
   ---------------------------------------------------------*/

  .logo img{
 height: 4.5rem;
 width: 11rem;
}
nav ul li{
  list-style-type: none;
}
.nav-style {
  position: absolute;
  background-color: #ffffffe3;
  width: 100%;
  z-index: 9;
}

nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

nav ul li a {
  font-size: .8rem;
  padding: 0.3rem 1rem;
  text-decoration: none;
  color: black;
  font-family: 'Poppins', sans-serif;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}

nav ul li a:hover {
  border-bottom: 0.15rem solid #B73838;
  background-color: rgba(148, 96, 11, 0.322);
  border-radius: 0.2rem;
  transition: 0.1s;
}

/* the mobile nav style */
.mobile_menu_with_logo {
display: none;
}
.open_mobile_menu {
display: none;
}
/* --------------------------------------------------
Home page Image slider
---------------------------------------------------- */

header {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100vh;
}
.nav-style {
  position: relative;
  top: 0;
  display: flex;
  justify-content: space-around;
  padding: .1rem 0;
  flex-wrap: wrap;
}
.nav-style ul{
display: flex;
flex-wrap: wrap;
}

/* Slideshow styling */
.slideshow {
position: relative;
width: 100%;
height: 100%;
display: grid;

}

.slideshow-container {
position: relative;
width: 100%;
height: 100%;
display: grid;
}

.slide {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
opacity: 0;
transition: opacity 1.4s ease-in-out;

}

.slide.active {
opacity: 1;
}

.navigation {
position: absolute;
bottom: 30px;
left: 50%;
transform: translateX(-50%);
z-index: 6666;
}

.dot {
display: inline-block;
width: .8rem;
height: .8rem;
margin: 0 .4rem;
border-radius: 50%;
background-color: #ffffff;
cursor: pointer;
}
#radio1, #radio2, 
#radio3, #radio4, #radio5{
display: none;
}
.dot.active {
background-color: #bb0909b5;
}

.slide img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: 40% 50%;
}
.fit_picture {
object-position: 40% 35%;
}
.fit_booking{
object-position: 50% 40%;
}
.fit-img {
object-position: 70% 60%;
}
.slide {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
opacity: 0;
transition: opacity 1.4s ease-in-out;
}

.slide.active {
opacity: 1;
}


.overlay {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, 0.621);
z-index:2;
}

/* Slider title styling */

.slider-title {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  text-align: center;
  opacity: 1;
  width: 100%;
}

.slider-title h2 {
  color: rgb(255, 255, 255);
  font-size: 1.7rem;
  letter-spacing: .2rem;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  border-bottom: .33rem solid white;
  width: fit-content;
  padding: 0 3rem;
  padding-bottom: 1rem;
  border-radius: .3rem;
  font-weight:900;
}


 

  /*---------------------------------------------------------
   Display are is started from here
   ---------------------------------------------------------*/
  .display-area-pic{
    background-image: linear-gradient(rgba(0, 0, 0, 0.438),rgba(0, 0, 0, 0.678)), url(../images/S1.jpeg);
    background-position: center center;
    background-size:cover;
    background-attachment: fixed;
    height: auto;
    padding: 5rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .background-overlay-display{
    display: flex;
    flex-direction: column;
    align-items: center;
    
  }
  .display-area-pic h2{
    font-family: 'Asap', sans-serif ;
    font-size: 2rem;
    color: white;
    margin-bottom: 3rem;
    text-align: center;
    text-transform: capitalize;
  }
  
 #btn {
    height: 4rem;
    width: 10rem;
    font-size: 1rem;
    font-family: 'Asap', sans-serif;
    text-transform: capitalize;
    background-color: rgba(0, 0, 0, 0.267);
    color: white;
    border: .1rem solid white;
    border-radius: 5%;
    cursor: pointer;
    font-weight: 600;
}
#btn:hover{
    background-color: black;
    font-size: 1.1rem;
    transition: .3s ease-in-out;
    border: .15rem solid white;
    font-weight: bolder;
    color:white
  }
  #btn span{
    font-size: .9rem;
    font-family: 'Asap', sans-serif;
  }
  
  
  /*------------------------------------------
   Special menu section is started from here (left side)
   -------------------------------------------*/
   .special-menu-pic{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin: auto;
    grid-gap: 1rem;
    }
   .special-menu{
     background-color:  rgb(255, 255, 255);
    height:auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 5rem 0;
  }
  .special-menu-pic img{
    height: 13rem;
    width: 13rem;
    margin: 0;
    padding: 0;
    border: .3rem solid rgba(0, 0, 0, 0.479);
    border-radius: .6rem;
    box-shadow: black .9rem -.9rem 1rem ;
  }
 .product_name{
  font-size: 1.01rem;
  font-family: 'Asap', sans-serif;
  font-weight: bolder;
  margin: .5rem 0;
  text-align: center;
 }
  /*---------------------------------------------------------
   Special menu section is started from here (Right side)
   ---------------------------------------------------------*/
 
 .special-menu-item h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.7rem;
    text-align: center;
}
  .special-menu-item h3 {
    font-size: 1.5rem;
    font-family:'Poppins', sans-serif;
    margin-bottom: 3rem;
    text-align: center;
  }
  .special-menu-item h3::after {
    content: "";
    width: 6rem;
    height: .1rem;
    background-color: black;
    display: block;
    margin: auto;
    margin-top: 1rem;
}
  .thum-image {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    border: .2rem black solid;
    padding: .1rem;
    margin-top: 5rem;
}
  ul.menu-description {
    display: grid;
    align-items: center;
    justify-content: center;
    justify-items: center;
}
  .menu-description{
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-row-gap: 2rem;
  }
  .description {
    line-height: 1.5;
}
  .menu-description li{
    list-style-type: none;
    font-family:'Asap', sans-serif;
  }
  .description h2{
    text-transform: capitalize;
    margin-bottom: .5rem;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 1.3rem;
    text-align: center;
  }
  .description p {
    font-family: 'Asap', sans-serif;
    text-align: justify;
  }
  .price p{
    font-size: 1.5rem;
    font-family: 'Poppins', sans-serif;
    color: black;
  }
  .price p::before {
    content: '';
    width: 3rem;
    height: .05rem;
    background-color: black;
    display: block;
    margin-top: 4rem;
}
  .price p::after{
    content: '';
    width: 3rem;
    height: .05rem;
    background-color: black;
    display: block;
  }
  
  
  /*---------------------------------------------------------
       Reservation Section is started from here
   ---------------------------------------------------------*/
   .reservation-area{
      height: auto;
      padding: 5rem 0;
      background: linear-gradient(rgba(0, 0, 0, 0.541),
      rgb(0, 0, 0)), url(../images/m.jpg) 
      no-repeat;
      background-size: cover;
      background-position:center center;
      background-attachment: fixed;
      display: grid;
      grid-template-columns: .8fr .1fr .8fr;
      align-items: center;
      justify-items: center;
  }
  .left-pic img{
    height: 20rem;
    width: 25rem;
    margin: auto;
    border-radius: .4rem;
    border: .4rem solid rgba(175, 156, 156, 0.746);
   border-top-left-radius: 4rem;
   box-shadow: .8rem -1rem 5rem;
   position: relative;
   }

   .form-row{
    display: grid;
    grid-template-columns: 1fr;

   }
   
   form select, form input{
    display: inline-block;
    width: 100%;
    margin-bottom: .9rem;
    font-size: 1rem;
    text-align: center;
    padding: .4rem .2rem;
    outline: none;
    border: none;
    background-color: rgba(0, 0, 0, 0.192);
    color: white;
    border-bottom: .1rem solid white;
  }
  .submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1rem;
  }
  #submit{
    height: 3rem;
    width: 8rem;
    background-color: rgba(37, 3, 3, 0);
    outline: none;
    font-family: 'Poppins', sans-serif;
    font-size: .9rem;
    font-weight: bold;
    color: white;
    border: .1rem solid white;
    cursor: pointer;
   border-radius: .4rem;
  }
  #submit:hover {
    background-color: black;
    font-size: 1rem;
    transition: .3s ease-in-out;
    border: .15rem solid white;
    font-weight: bolder;
    color:white
  }
  .form-heading-line h2 {
    font-size: 1.8rem;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.1rem;
}
  .form-heading-line h3{
    margin-top: .4rem;
    font-size: 1.5rem;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 1rem;
    letter-spacing: 0.1rem;
  }
  .form-heading-line{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
    color: white;
  }
  
  
/* the form upload image */
.drive {
  color: white;
  display: flex;
  align-items: center;
  font-family: 'Asap', sans-serif;
  justify-content: center;
    width: 100%;
    margin-bottom: .9rem;
    font-size: 1rem;
    text-align: center;
    padding: .4rem .2rem;
    outline: none;
    border: none;
    background-color: rgba(0, 0, 0, 0.192);
}


/* the close button for upload and upload styling */
.file-input {
  position: relative;
  display: flex;
  overflow: hidden;
}

.file-input input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.file-input span {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #ccc;
  cursor: pointer;
    width: 100%;
    margin-bottom: .9rem;
    font-size: 1rem;
    text-align: center;
    outline: none;
    color: white;
    border-bottom: .1rem solid white;
    background-color: rgba(0, 0, 0, 0.192);

}

.file-input span:hover {
  background-color: #292626;
}

.image-preview {
  position: relative;
  display: inline-block;
}

.close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: .4rem .76rem;
  font-size: 1rem;
  background-color: #eee;
  border: none;
  cursor: pointer;
}
#preview {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.divider-line_white {
    display: inline-block;
    height: 12rem;
    width: .2rem;
    background-color: white;
}

  
  /*---------------------------------------------------------
       The About page is started from here
   ---------------------------------------------------------*/
   .head-about{
     background:linear-gradient(rgba(0, 0, 0, 0.56),rgba(0, 0, 0, 0.5)), url(../images/S9.jpeg) no-repeat;
     background-attachment: fixed;
     background-position: center;
     background-size: cover;
     height: 100vh;
     display: block;
     max-width: 100%;
     height:100vh;
   }
   .about_mid_tag_line h2{
     color: white;
     font-size: 3rem;
     padding: 1rem 3rem;
     font-family: 'Poppins', sans-serif;
     text-transform: uppercase;
     font-weight: bolder;
     border-bottom: .5rem solid white;
     border-radius: .4rem;
    }
   .about_mid_tag_line{
     display: flex;
     justify-content: center;
     align-items: center;
     height: 100%;
   }
   /*---------------------------------------------------------
       Description of the about page is started from here 
   ---------------------------------------------------------*/



  .about{
    display: grid;
    grid-template-columns: 1fr .2fr 1fr;
    height: auto;
    padding: 3rem;
  }
  .left_pic_about_us{
    height: 18rem;
    width: 70%;
    border: black .3rem solid;
    box-shadow: .9rem -.9rem 1rem ;
  }
  .about-left-pic{
  display: flex;
  align-items: center;
  justify-content: center;
  }
  .about-description{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .about-description h2{
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
   font-size: 2rem;
  }
 .about-description p {
    margin-top: 1.5rem;
    line-height: 1.5rem;
    font-size: 1.1rem;
    padding: 0rem 1rem;
    text-align: justify;
    font-family: 'Asap', sans-serif;
}
  .underline{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .divider-line {
    display: inline-block;
    height: 12rem;
    width: .2rem;
    background-color: #00000094;
}
 
  .about_readmore a{
    display: flex;
    justify-content: flex-end;
    text-decoration: none;
    font-family: 'Asap', sans-serif, sans-serif;
    font-size: 1.2rem;
    text-transform: capitalize;
    color: black;
    padding-bottom: 1rem;
    margin-right: 2rem;
}
  .about-description ul li {
   padding-top: 2rem;
}
  
  /* -------------------------------------------------
  The mission and the vision is started from here
  ----------------------------------------------------*/
  .mission-and-vision{
    height: auto;
    padding: 3rem 2rem;
    display: grid;
    grid-template-columns: 1fr .1fr 1fr;
    justify-content: center;
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
  
  .our-mission h2{
    text-align: center;
    padding-bottom: 1.5rem;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
  }
  .our-mission ul li {
    padding-top: 1.2rem;
}
  .our-vision ul li {
    padding-top: 1.2rem;
    margin-left: 1rem;
    font-family: 'Asap', sans-serif;

}
.read_more_mission{
  text-align: right;
  list-style-type: none;
}
.read_more_mission a{
  text-decoration: none;
  font-family: 'Asap', sans-serif, sans-serif;
  font-size: 1.2rem;
  text-transform: capitalize;
  color: black;
}
.about_readmore a {
  display: flex;
  justify-content: flex-end;
  text-decoration: none;
  font-family: 'Asap', sans-serif, sans-serif;
  font-size: 1.2rem;
  text-transform: capitalize;
  color: black;
  padding-bottom: 1rem;
  margin-right: 2rem;
}
  .our-vision h2{
    text-align: center;
    padding-bottom: 1.5rem;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
  }
 
  .divider-lines{
    display: inline-block;
    height: 12rem;
    width: .2rem;
    background-color: white;
  }
  .our-mission, .our-vision p{
    font-size: 1.1rem;
    padding: 0 1rem;
    text-align: justify;
    font-family: 'Asap', sans-serif;

  }
   /* -------------------------------------------------
             Our policy is started from here
  ----------------------------------------------------*/

   /* -------------------------------------------------
             Online Booking is started from here
  ----------------------------------------------------*/
  .online-booking{
    height: auto;
    padding: 5rem 0;
    background: linear-gradient(rgba(0, 0, 0, 0.784),rgba(0, 0, 0, 0.733)),url(../images/S4.jpeg) no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    color: white;
  }
  .booking-description h3{
    font-size: 2.3rem;
    letter-spacing:.1rem;
    font-family: 'Asap', sans-serif;
    text-align: center;
  }
  .booking-description p{
    font-size: 1.3rem;
    text-align: center;
    margin-top: 2rem;
    font-family: 'Asap', sans-serif;
    padding: 0 1rem;
  }
  #book-btn{
    width: 13rem;
    height: 3.2rem;
    font-size: 1.5rem;
    font-family: 'Asap', sans-serif;
    outline: none;
    background-color: rgba(0, 0, 0, 0.15);
    border: none;
    color: white;
    border: .1rem solid white;
    border-radius: .3rem;
    cursor: pointer;
    margin-top: 2rem;
  }
  #book-btn:hover{
    background-color: black;
    font-size: 1rem;
    transition: .3s ease;
  }

  
   /* -------------------------------------------------
             The Contact Area is started from here
  ----------------------------------------------------*/
  .head-contact{
    background:linear-gradient(rgba(0, 0, 0, 0.56),rgba(0, 0, 0, 0.5)), url(../images/t5.jpg) no-repeat;
    background-attachment: fixed;
    background-position:20% 30%;
    background-size:auto;
    height: 100vh;
    color: white;

  }
  .contact-mid-tag-line {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
 .contact-mid-tag-line h2{
  color: white;
  font-size: 1.9rem;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  text-align: center;

}
.contact-mid-tag-line p{
  color: white;
  font-size: 1.5rem;
  font-family: 'Asap', sans-serif;
  text-transform: uppercase;
  padding: .8rem 4rem;
  font-weight: bolder;
  border-bottom: .4rem solid white;
  width: fit-content;
  border-radius: .4rem;
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

  /* -------------------------------------------------
             The Contact Form Area is started from here
  ----------------------------------------------------*/
  .contact-form{
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    padding: 3rem 0;
  }
  .contactfrom-heading{
    text-align: center;
  }
  .divide-line{
    background-color: black;
    height: .15rem;
    width: 10rem;
    display: inline-block;
  }
  .contact_tel{
    text-decoration: none;
    color: black;
    margin-top: 1.5rem;
    font-size: 1.7rem;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
  }
  .phone_num{
    padding: 2rem 0;
  }
  .contactfrom-heading h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    color: black;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
  .contactfrom-heading h3{
    text-transform: uppercase;
    font-size: 1.4rem;
    font-family: 'Asap', sans-serif;
  }

  .form-contact{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .form-contact input {
    height: 2.5rem;
    width: 50%;
    outline: none;
    border: none;
    border: .13rem solid black;
    border-radius: .4rem;
    text-align: center;
    margin: .4rem 1.5rem;
    font-size: 1.1rem;
    background-color: white;
    color: black;
}
  .contact-from-with-textarea {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contact-form-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
 #text-area {
    outline: none;
    border: .13rem solid black;
    border-radius: .4rem;
    padding: 1rem 3rem;
    font-size: 1.2rem;
    width: 80%;
    height: 12rem;
    font-family: monospace;
    text-transform: capitalize;
    margin-top: 2rem;
}
 #send {
    height: 3.5rem;
    width: 15rem;
    margin-top: 2rem;
    font-size: 1.3rem;
    background-color: white;
    color: black;
    font-family: monospace;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    border: none;
    border: .11rem solid black;
    border-radius: .3rem;
}
  #send:hover{
    background-color: black;
    font-size: 1.8rem;
    transition: .3s ease-in-out;
    border: .15rem solid white;
    font-weight: bolder;
    color:white
  }

  .contact-display-area{
    height: auto;
    padding: 10rem;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.683),rgba(0, 0, 0, 0.683)), url(../images/l.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .contact-display-area h2{
    font-size: 3rem;
    font-family: 'Poppins', sans-serif ;
    text-transform: uppercase;
    color:  white;
  }
  .contact-display-area h3 {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Asap', sans-serif;
    color:  white;
    line-height: 4rem;
}
  .location-outlet{
    height: auto;
    display: grid;
  grid-template-columns: 1fr .1fr 1fr .1fr 1fr;
   align-items: center;
   justify-items: center;
   margin: 3.5rem 0;
  }
  .location h3{
    font-size: 1.5rem;
    font-weight: normal;
    font-family: 'Asap', sans-serif;
    text-transform: uppercase;
  }

  .line{
    background-color:white;
    height: .15rem;
    width: 5rem;
    display: inline-block;
    margin-bottom: .5rem;
  }
  
  .location-content ul li{
    list-style-type: none;
    text-transform: capitalize;
    font-size: 1rem;
    font-family: 'Asap', sans-serif;
  }
 
  .opening-hours {
    margin-top: 1rem;
  }
  .contact-phone{
    margin-top: 1rem;
  }
 .opening-hours h3, .contact-phone h3{
   font-size: 1.2rem;
   font-weight: normal;
   font-family: 'Asap', sans-serif;
   text-transform: uppercase;
   margin-bottom: .6rem;
 } 
 .card_for_location{
  background-color: rgba(0, 0, 0, 0.017);
  height: auto;
  padding: 2rem 2rem;
  box-shadow: -.7rem -.8rem 1.5rem rgba(0, 0, 0, 0.67);
  border: .12rem solid black;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  text-align: center;
 }
 .contact_location_image{
  height: 13rem;
  width: 15rem;
}


/* The accident claim styling is started from here */
.main_body_ac_claim {
  display: grid;
  place-items: center;
  align-items: center;
}
.ac_claim_pic img {
  height: 26rem;
  width: 30rem;
  box-shadow: rgba(0, 0, 0, 0.32) 1rem -1rem 2rem;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border: 0.17rem solid rgba(0, 0, 0, 0.286);
  padding: 0.3rem;
  margin: 0px auto;
}

.ac_claim_pic {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 5rem 0;
  gap: 5rem;
  border-bottom: .2rem solid black;
  border-top: .2rem solid black;
}
.accident_phone_call {
  display: flex;
  flex-direction: column;
  position: absolute;
  justify-content: center;
  align-items: center;
  top: 140%;
}
.ft_contact_num_ac {
  color: white;
  text-decoration: none;
  font-size: 1.6rem;
  padding: 1rem 0;
  text-transform: uppercase;
}
p.accident_phone_call {
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: 'Asap', sans-serif;
}
.slider_title_accident {
  position: absolute;
  top: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  text-align: center;
  opacity: 1;
  width: 100%;
}
.slider_title_accident h2 {
  color: rgb(255, 255, 255);
  font-size: 1.7rem;
  letter-spacing: .3rem;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif, cursive, sans-serif;
  border-bottom: .33rem solid white;
  width: fit-content;
  padding: 0 3rem;
  padding-bottom: 1rem;
  border-radius: .3rem;
}
p.accident_phone_call {
  font-size: 1.5rem;
  text-transform: uppercase;
  border-bottom: .1rem solid white;
  background: #00000087;
  color: white;
  line-height: 2.5rem;
  padding: 2rem 5rem;
  letter-spacing: .1rem;
  border-top-left-radius: 2.3rem;
}
.overlay_gallery_accident{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 2;
}

.image-container {
  position: relative;
}

.text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: rgba(0, 0, 0, 0.61);
  padding: 2rem 0.4rem;
  color: white;
  border-radius: 0.5rem;
  width: 70%;
  z-index: 999;
}
.overlay_ac {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.31);
  z-index: 2;
}

.text-overlay h2,
.text-overlay p {
  margin: 0;
}
.image-container p {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 2.5rem;
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-family: 'Asap',sans-serif;
}
.image-container h2 {
    font-family: 'Poppins', sans-serif;
    padding-bottom: .5rem;
    font-size: 2.5rem;
    font-weight: bolder;
    text-transform: uppercase;
    border-bottom: .1rem solid rgb(255, 255, 255);
    width: fit-content;
    margin: 0 auto;
    margin-bottom: .8rem;
    color: #F17D32;
}

/* accident claim management section is started from here */
.ac_management {
  display: grid;
  padding: 2rem 5rem;
}
.ac_management p {
  font-family: 'Asap', sans-serif;
}
section.ac_management h1 {
  font-family: 'Poppins',sans-serif;
  text-transform: uppercase;
  border-bottom: .2rem solid black;
  text-align: center;
  width: fit-content;
  font-weight: bolder;
  margin: 0 auto;
  padding-bottom: .2rem;
  margin-bottom: 2rem;
}
.para_ac_claim{
  display: grid;
  grid-gap: 1.4rem;
  text-align: justify;
}
.logo_ac_claim {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0rem;
}
  /* -------------------------------------------------
             The Blog Area is started from here
  ----------------------------------------------------*/
  .head-blog{
    background:linear-gradient(rgba(0, 0, 0, 0.443),rgba(0, 0, 0, 0.403)), url(../images/S1.jpeg) no-repeat;
    background-attachment: fixed;
    background-position: 40% 25%;
    background-size: cover;
    height: 100vh;
    color: white;
  }
  .blog-mid-tag-line{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  }
  .blog-mid-tag-line h2{
   color: white;
   font-size: 1.9rem;
   font-family: 'Poppins', sans-serif;
   letter-spacing: .1em;
   text-transform: uppercase;
   text-align: center;
 
 }
 .blog-mid-tag-line p {
    color: white;
    font-size: 1.4rem;
    font-family: 'Asap', sans-serif;
    text-transform: uppercase;
    padding: .8rem 4rem;
    font-weight: bolder;
    border-bottom: .4rem solid white;
    border-radius: .4rem;
    margin-top: 1.4rem;
    letter-spacing: .1rem;
}

   /* -------------------------------------------------
             The Blog inner-section is started from here
  ----------------------------------------------------*/
  .inner-section-blog {
    height: auto;
    display: grid;
    grid-template-columns: 1fr 2fr 3fr;
    justify-items: center;
    align-items: center;
    padding: 4rem 3.5rem;
}
  .the-blog-image img{
    height: 23rem;
    width: 80%;
    box-shadow: 1rem -1rem 2rem rgba(0, 0, 0, 0.322);
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border: .17rem solid rgba(0, 0, 0, 0.287);
    padding: .3rem;
    margin: 0 auto;
  }
  .the-blog-image{
    margin: 0 auto;
  }
  .blog-description h2{
    font-size: 1.2rem;
    font-family: 'Asap', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    padding-bottom: .6rem;
    border-bottom: .34rem solid white;
    margin-bottom: 2rem;
    width: fit-content;
  }
  .u-line{
    height: .1223rem;
    width: 8rem;
    background-color: white;
    display: inline-block;
    margin-bottom: 1rem;
  }
  .time-date-event ul li{
    list-style-type: none;
    font-family: 'Asap', sans-serif;
    line-height: 1.8rem;
    text-align: center;
    text-transform: capitalize;
    font-size: 1rem;
  }
  .blog-description p{
    font-size: 1.15rem;
    line-height: 1.7rem;
    font-family: 'Asap', sans-serif;

  }
  .blog-description ul li{
    text-align: right;
    list-style-type: none;
    margin-top: 1rem;
  }
 .blog-description ul li a {
    text-decoration: none;
    font-family: 'Asap', sans-serif;
    font-size: 1.4rem;
    text-transform: capitalize;
    color: black;
}
  .line-event{
    height: .11rem;
    width: 100%;
    background-color: white;
    display: inline-flex;
    margin: .8rem 0;

  }
  .blog-hr-line{
    width: 80%;
    margin: auto;
    background-color: rgb(219, 213, 213);
    height: .01rem;
    outline: none;
    border:none
  }


 /* The gallery section is started from here */
 header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.overlay_gallery{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index:2;
}
#fit-top{
  object-position: 40% 60%;
}
#fit_third_image{
  object-position: 40% 85%;
}
/* The light-box adding for the gallery and styling here */
.photos_of_restaurant{
  width: 100%;
  height: auto;
  display: grid;
  align-items: center;
  justify-content: center;
  padding: 2% 2%;
  background-color: rgba(0, 0, 0, 0.276);
}
.gallery_for_photos{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  grid-gap: 1rem;
  grid-auto-flow: dense;
}
.gallery_for_photos img{
  display: grid;
  grid-column: auto;
  width: 100%;
  border-top-left-radius: .3rem;
  border-bottom-right-radius: .3rem;
  grid-auto-flow: dense;

}

.title_gallery{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 40vh;
  background: url(../images/u4.jpg);
}
.title_gallery h1{
  color: rgb(253, 253, 253);
  font-size: 1.9rem;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.title_gallery h2 {
    color: rgb(255, 255, 255);
    font-size: 1.5rem;
    font-family: 'Asap', sans-serif;
    text-transform: uppercase;
    padding: .8rem 4rem;
    font-weight: bolder;
    border-bottom: .4rem solid white;
    width: fit-content;
    border-radius: .4rem;
    margin-top: 1rem;
    text-align: center;
}

  /*---------------------------------------------------------
       The footer Section is started from here
   ---------------------------------------------------------*/
   .ft{
    background: linear-gradient(rgba(0, 0, 0, 0.653),rgba(0, 0, 0, 0.744)), url(../images/S1.jpeg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    display: grid;
    grid-template-columns: 1fr .1fr 1fr .1fr 1fr;
    height: auto;
    padding: 3rem 0;
    color: white;
  }
  a .fab{
    font-size: 3rem;
    padding: .3rem;
    color: white;
  }
  .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .another-content{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .another-content ul li{
   list-style-type: none;
   margin: .5rem 0;
   text-align: center;
   font-size: 1.1rem;
   font-family: 'Asap', sans-serif;
  }
  
  
  .fot-menu{
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
    list-style-type: none;
  }
  
  .fot-menu ul li{
   list-style-type: none;
   padding-bottom: .3rem;
   text-align: center;
  }
 .fot-menu ul li a {
    text-decoration: none;
    font-size: .8rem;
    color: white;
    text-transform: uppercase;
    font-family: 'Asap', sans-serif;
}
 .fot-menu ul li a:hover{
   background-color: rgba(148, 96, 11, 0.322);
   padding: 0 2rem;
   border-radius: .2rem;
 }
 .divider-line-footer{
   display: inline-block;
   height: 10rem;
   width: .1rem;
   background-color: white;
 }
 .fot-menu ul li {
  border-bottom: .1rem solid white;
  padding: .5rem 0;
}
.email_style{
  color: white;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.ft_contact_num{
  color: white;
  text-decoration: none;
}
/* The animation for the website */

.animation_from_left_side {
  opacity: 0;
  filter: blur(.2rem);
  transform: translateX(-100%);
  transition: all 2s;
  transition-delay: .3s;
}

.show {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
}

.the-middle-section {
opacity: 0;
transform: translateY(60%);
filter: blur(.2rem);
transition: 1s ease-in-out;
transition-delay: .4s;
}
.the-middle-section.show {
opacity: 1;
filter: blur(0);
transform: translateY(0);
}

.animation_from_right{
  transform: translateX(100%);
  opacity: 0;
  filter: blur(.2rem);
  transition: 2s;
  transition-delay: .3s;
}

.animation_from_right.show
 {
  opacity: 1;
  transform: translateX(0%);
  filter: blur(0);
}
.animation_for_footer{
  transform: translateX(-100%);
  opacity: 0;
  filter: blur(.2rem);
  transition: 2s;
  transition-delay: .3s;
}
.animation_for_footer.show{
  opacity: 1;
  transform: translateX(0%);
  filter: blur(0);
}
.from_right{
  transform: translateX(-100%);
  opacity: 0;
  filter: blur(.2rem);
  transition: 2s;
  transition-delay: .3s;
}
.from_right.show{
  opacity: 1;
  transform: translateX(0%);
  filter: blur(0);
}
.fade_in_animation{
  opacity: 0;
  filter: blur(.1rem);
  transition: 1s;
  transition-delay: .5s;
  margin-top: 5rem;
}
.fade_in_animation.show{
  opacity: 1;
  filter: blur(0);
  margin-top: 0;
}


/* the price menu slider */

.slider {
  position: absolute;
  width: 98%;
  background-color: #191717fb;
  z-index: 9999;
  transition: all 1s ease-in-out;
  transform: translateX(-105%);
  transition:2s ease-in-out;
  height: 42rem;
  display: grid;
  justify-content: center;
  margin: auto;
  padding: 1rem 1rem;
  margin-top: 24rem;

}
.slider.show {
    transform: translateX(0%);
}
.close_button {
  position: absolute;
  top: 0;
  right: 0;
  padding: .4rem 1rem;
  font-size: 2rem;
  background-color: rgb(119, 6, 6);
  border: none;
  cursor: pointer;
}
/* The content of menu styling */
.menu-list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  grid-gap: 9rem;
}
.heading-menu-slider{
color: goldenrod;
display: flex;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', sans-serif;
margin-bottom: 1.6rem;
font-size: 2rem;
border-bottom: .2rem solid gold;
width: fit-content;
padding: 0 1rem;
padding-bottom: .3rem;
}

.price_list ul li {
  list-style: none;
  font-size: 1.3rem;
  margin-bottom: .3rem;
  color: white;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  text-align: center;
  line-height: 2rem;
}
ul li.p{
  color: rgb(223, 223, 21);
  font-size: 1rem;
  width:22rem;
  margin-bottom: 1rem;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
/* the price image slider  */

.price_image{
  width: 15rem;
  height: 10rem;
  box-shadow: .5rem -.5rem 2.3rem  rgba(245, 244, 244, 0.322);
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border: .17rem solid rgba(255, 255, 255, 0.287);
    padding: .3rem;
}
h2.week_price{
  color: white;
  margin: 1.3rem 0;
  font-size: 1.3rem;
}
.call_for_other_price ul li {
  color: white;
  text-align: center;
  list-style: none;
  margin-top: 1rem;
  
}






