body{
   font-feature-settings: "smcp", "zero";
   margin: 0px;
   padding: 0px;
}

#tmkoc{
    
    /* width: 400vh; */
    /* left: 0px; */
    /* margin: -20px; */
    /* border: 12px solid green; */
    /* position: fixed; */
    z-index: 2;
  
}
#loader{
    background-color:maroon;
    width: 100%;
    height: 100vh;
}
#l-c{
    /* border: 2px solid; */
    height: 100px;
    text-align: center;
    justify-content: center;
    color: white;
}
.l{
    /* background-color: maroon; */
    text-align: center;
    border:4px solid rgb(119, 2, 2);
    border-bottom:4px solid white;
    border-radius: 150px;
     width: 60px;
     height: 60px; 
     display: inline-block;
     animation: 1s ro linear infinite;
}
@keyframes ro {
    0%{transform: rotate(0deg);}
    100%{transform: rotate(360deg);}
    
}
.l1{
    position: relative;
    top: -60px;
    /* margin-top: -122px; */
    font-size: 20px;
color: white;
}
.b{
    /* display: inline-block; */
    /* margin: 0 0.5rem; */
  color: white;
    animation:zoomInDown; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 4s; /* don't forget to set a duration! */
  }
  .animate__animated.animate__zoomInDown {
    --animate-duration: 4s;
  }
  
  /* This changes all the animations globally */
  :root {
    --animate-duration: 800ms;
    --animate-delay: 0.9s;
  }
.row{
    /* border: 2px solid green; */
    
    top: 50%;
    
    position: relative;
}
.navbar{
  
    /* top: 0px; */
    /* left: 0px; */
    position:fixed;
    z-index:2;
    border-radius: 32px;
    /* width: 100%; */
    color: white;
    background-color: rgb(255, 255, 255);
    /* border: 2px solid red; */
    position: fixed;
}
@media(max-width:990px)
{
    .navbar{
        /* width: 100%; */
    }
}

#navbarSupportedContent{

justify-content: center;
text-align: center;

}

.navbar-toggler-icon{
border-radius: 8px;
 color: rgb(255, 255, 255);
    background-color: maroon;
}

#a{
    color:rgb(0, 0, 0) ;
}
@media(max-widht:990px){
    #navicon{
        /* margin-left: -50px; */
        justify-content: center;
    }
}
#fa-home{
    background-color: maroon;
    font-size: 18px;
    height: 20px;
    border-radius: 8px;
    width: 25px;
    color: white;
}
#a:hover{
    border-radius: 12px;
    color: white;
    background-color:maroon;
}
/* home-page */

#home-page{
    top: 150px;
    position: absolute;
   
}

#whatsap {
    position: fixed;
/* background-color: green; */
color: white;
    z-index: 3;
    /* font-size: 70px; */
    bottom: 25px;
    border-radius: 170px;
    right: 15px;
    /* top: 40px; */
    height: 130px;
    /* width: 2330px; */
/* animation: 9s bi linear infinite; */
}
@keyframes bi{
    0%{transform: rotate(0deg);}
    100%{transform: rotate(360deg);}
}

#icon-cont2{
    /* border: 2px solid green; */
/* z-index: 999999999; */
}

#icon-w {
    position: relative;
}
#hr-1{
    justify-content: center;
    
    opacity:20;
    margin-top: 60px;
    text-align: center;
   
}
#h-c-1{
    margin-top: 70px;
    
    justify-content: center;
}
.Heading-1{
   
    color:white;
   
}
.Heading-1::before{
    position: absolute;
    color: white;
}
.paragraph-1{
    color:white;
   
}
#h-c-2{
    /* border: 2px solid violet; */
    /* height: 450px; */
}
#boy{
    margin-left: 120px;
    margin-top: -60px;
height: 400px;
width: 450px;
}
@media(max-width:990px){
    #boy{
        justify-content: center;
        margin-left: 20px;
        margin-top: 20px;
    }
}
#b-1{
    
    color: white;
    background-color: maroon;
}
#b-2{
    
    color: maroon;
    background-color:white;
}
#b-2:hover{
    border: 2px solid white;
    background-color: maroon;
    color: white;
}
#b-3{
    margin-top: 10px;
    background-color: maroon;
    color: white;

    margin-left: 40px;
}
#b-3:hover{
    border:  2px solid maroon;
    background-color: transparent;
    color: maroon;

}

#b-1:hover{
   border: 2px solid maroon;
   background-color: transparent;
   color: white;
}
#i1{
background-image: url("pexels-fu-zhichao-587741.jpg");
background-attachment: fixed;
/* margin-top: -60px; */
position: relative;
top: -60px;
background-position: center;
height:600px;
background-size: cover;
/* width: 100%; */


/* background-blend-mode: lighten; */
}
#i1::after{
    
    content: '';
    position: absolute;
    width: 100%;
    height:600px;
    top: 0;
    left: 0;

    background-color: rgba(8, 6, 6, 0.54);
}
#about-page{
    margin-top: 20px;
 
 
}
#ab-img{background-attachment: fixed;
    position: relative;
    /* left: 60px; */
    justify-content: center;
    height: 250px;
    width: 300px;
    margin-top:10px;

}
@media(max-width:990px){
    #ab-img{
        width:100%;
        text-align:center;

    }
}

#ab-row{

    color: maroon;
}

#ab-col-2{
    /* margin-top: -20px; */
    text-align: center;
    background-color: maroon;
color: white;
    border: 2px solid;
    height: 240px;
    background-attachment: fixed;
}
#fb{
    justify-content: center;
    margin-top: 10px;
    width: 30px;
    height: 30px;
    font-size: 25px;
    border-radius: 20px;
    background-color: white;
    color: rgb(63, 63, 229);
}
#ins{
    justify-content: center;
    margin-top: 10px;
    width: 30px;
    height: 30px;
    font-size: 25px;
    border-radius: 20px;
    background-color: white;
    color: rgb(230, 46, 21);
}
#w{
    justify-content: center;
    margin-top: 10px;
    width: 30px;
    height: 30px;
    font-size: 25px;
    border-radius: 20px;
    background-color: white;
    color: rgb(37, 157, 31);
}
#fb:hover,#ins:hover,#w:hover{
    background-color: transparent;
}
.ab-para1{
    margin-top: 70px;
    color: white;
   
}
@media(max-width:990px){
    /* #b-2{
        margin-top: 40px;
    } */

}
/* SERVICE-PAGE */
#service-page{
    margin-top: 40px;
   
}
#ser-row-1{
justify-content: center;

}
#ser-col-1{
  
    margin-left: 12px;
    margin-top: 90px;
}

#cofe{
    font-size: 50px;
    float: right;
}
@media(max-width:770px)
{
    #cofe{
        text-align: center;
        width: 100%;
 }
}
#fav-ser-1{
    font-size: 50px;
    float: right;
    margin-top: -20px;
}
.cake-para{
    color: rgb(138, 0, 0);
   
    text-align: center;
    margin-top: 10px;
}
@media(max-width:770px)
{
    #fav-ser-1{
        text-align: center;
        width: 100%;
 }
}

.cof-para{
    color: rgb(138, 0, 0);

  text-align: center;
}
#ser-col-2{
    margin-top: 20px;
    border: 15px solid maroon;
    height: 550px;
    margin-left: 12px;
 
    background-color: maroon;
}
#box{
    margin-top: 40px;
    height: 440px;
    border:3px solid white;
}
@media(max-width:300px){
    #ser-col-2{
        height: 550px;
    }
    #box{
        margin-top:-4px ;
        height:530px;
    }
}
.heading-1{
    color: white;
    text-align: center;
}
.ser-para{
    text-align: center;
    color: white;
}

#ser-col-3{
    
    margin-left: 12px;
    margin-top: 90px;

}
#clock{
    font-size: 50px;
}
@media(max-width:770px)
{
    #clock{
        text-align: center;
        width: 100%;
 
    }
}
.cl-para{ 
    color: rgb(138, 0, 0);

    text-align: center;
    margin-top: 10px;}

   #food{font-size: 50px;
margin-top: -10px;}
@media(max-width:770px)
{
    #food{
        text-align: center;
        width: 100%;
        margin-top: 20px;
 
    }
}

.food{
    color: rgb(138, 0, 0);
    
    text-align: center;
    margin-top: 7px;
}
#test{
   
     margin-top: 70px;
}
#h3{
    font-size: 30px;
}
#test-1{
    color: maroon;
}
/* contact-page */
#contact-page{
    margin-top: 40px;
   
}
#con-row-1{
   text-align: center;

}
.heading-6{
    color: rgb(0, 0, 0);
}
#cont-col-1{

    background-color: white;

}
#cont-col-2{
    border: 2px solid maroon;
    height: 310px;
    margin-left: -15px;

}
@media(max-width:770px){
    #cont-col-2{
       
        margin-left: 0px;
    }
}

#cont-img{
    height: 310px;
    width: 100%;
    background-size: cover;
}
#cont-col-3{
   
    /* margin:15px; */
}
.box-1{
    background-color: rgb(255, 255, 255);
   
    width: 150px;
    border-radius: 250px;
}
#ph{
    margin-top: 13px;
   margin-left: 30px;
    
    font-size: 30px;
    color: rgb(107, 0, 0);
}
#ph1{
    margin-top: 13px;
   margin-left: 30px;
   
    font-size: 30px;
    color: rgb(107, 0, 0);
}
#ph2{
    margin-top: 13px;
   margin-left: 30px;
   
    font-size: 30px;
    color: maroon;
}
.un{
    line-height: 2px;
   
    text-decoration: underline rgb(0, 0, 0);
     width: 100%;

}
.p{
    color: black;
    text-decoration: underline rgb(0, 0, 0);
}
ul {
    margin: 0px;
    padding: 0px;
}
#contact-page{
    background-color: maroon;
    border-radius: 55px;
}
@media(max-width:770px){
    #c-r-1{
        text-align: center;
    }
   #f{
    width: 100%;
    text-align: center;
   }

}


.footer-section {
  /* background: maroon; */
  position: relative;

}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
    background-color: rgb(0, 0, 0);
  position: relative;
  z-index: 2;
  padding: 10px;
  top: -120px;
  /* margin: 5px; */
}

#c-a{
    margin-top: -130px;
}
.heading-8{
    color: white;
    margin-top: -10px;
    text-align: center;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
#bl{
    margin-top: 210px;
}
@media(max-width:770px){
    #b-2{
        margin-top: -25px;
    }
}
/*  */
.my-form {
    color: maroon;
}
.my-form .btn-default {
    background-color: maroon;
    color: #fff;
    border-radius: 0;
}
.my-form .btn-default:hover {
    background-color: maroon;
    color: #fff;
}
.my-form .form-control {
    border-radius: 0;
}
.gallery {
    display: flex;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    /* margin: 20px; */
}

.gallery img {
    width: 100%;
    max-width: 300px;
    height: auto;
    transition: transform 0.3s;
    padding: 10px;
}

.filter-btns {
    display: flex;
    justify-content: center;
    margin: 20px;
}

.filter-btn {
    cursor: pointer;
    padding: 10px;
    margin: 5px;
    background-color: maroon;
    color: #fff;
    border: none;
    border-radius: 5px;
}