
*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

ul, li, a{
    text-decoration: none;
    padding: 0;
    margin: 0;
}
p, h1, h2, h3, h4, h5, h6{
   margin-bottom: 0px;
}
.main-area {
  overflow: hidden;
}
/* start button */

.btn {
  width: 8.5em;
  height: 2.3em;
  margin: 0.5em;
  background: #CD0002;
  color: white;
  border: none;
  border-radius: 0.625em;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
   
   .btn:hover {
    color: #CD0002;
   }
   a .btn:hover{
    color:#CD0002;
}
   .btn:after {
    content: "";
    background: #C7C7C7;
    position: absolute;
    z-index: -1;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(-45deg) scale(0, 1);
    transition: all 0.5s;
   }
   
   .btn:hover:after {
    transform: skewX(-45deg) scale(1, 1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
   }

 /* end button */


 /* start hover */


 .shine-overlay {
  position: relative;
  overflow: hidden;
}

.shine-overlay:hover .shine {
  display: block;
}

.shine {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  transform: skew(30deg);
  animation: shine 0.75s linear 1;
}

@keyframes shine {
  0% {
    left: -50%;
    opacity: 0;
  }
  50% {
    left: 25%;
    opacity: 0.5;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

/* end  */

 img.vert-move {
  -webkit-animation: mover 1s infinite  alternate;
  animation: mover 1s infinite  alternate;
}
img.vert-move {
  -webkit-animation: mover 1s infinite  alternate;
  animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}
@keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}



/* end hover */



/* start head text */

.head h1 {
  -webkit-text-stroke: 1px #d2d2d2;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 100px;
  font-family: "Poppins", serif;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.head p {
    color: #202020;
    font-weight: 600;
    font-size: 40px;
    font-family: "Poppins", serif;
    margin-top: -48px;
    text-transform: uppercase;
}
.head{
    margin-bottom: 50px;
    text-align: center;
}
.head p span{
  color: #A90413;
  font-weight: 500;
  font-size: 30px;
  font-family: "Dancing Script", serif;
}


/* end head text */

.banner-2{
  position: relative;
}
.ban-2-text{
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  background: linear-gradient(90deg, rgba(68, 68, 68, 0.808) 0%, rgba(255,255,225,0.7343312324929971) 40%, rgba(255,255,206,1) 50%, rgba(255,255,225,0.7343312324929971) 60%, rgba(68, 68, 68, 0.783) 100%);
  padding: 3px 0;
}

.ban-2-img img{
  width: 100%;
}
.ban-2-text h1{
  font-weight: 500;
  font-size: 60px;
  color: #222222;
  font-family: "Signika", serif;
  text-shadow: 1px 1px #fff, -1px 1px #fff, 1px -1px #fff, -1px -1px #fff, 1px 1px 5px #555;
}


/* end banner */

/* start upper nav */

.upper-nav{
    background-color: #B55D28;
    padding: 5px 150px;
    display: flex;
    justify-content: space-between;
}

.up-area{
    display: flex;
    gap: 20px;
    align-items: center;
}

.upper-area-1{
    display: flex;
    gap: 40px;
    align-items: center;
}

.upper-area-2{
    display: flex;
    gap: 100px;
    align-items: center;
}
.up-env{
    color: #FFFF00;
    font-size: 20px;
}
.up-text p{
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    font-family: "Poppins", serif;
}
.up-fa{
    color: #222;
    font-size: 15px;
    background-color: #fff;
    padding: 10px 10px;
}

.payment p{
    color: #222;
    font-size: 16px;
    background-color: #fff;
    font-weight: 500;
    font-family: "Poppins", serif;
    padding: 6px 13px;
}


/* end upper nav */

.tab-header{
  display: none;
}



.menu a {
    color: #222;
    font-size: 18px;
    font-family: "Poppins", serif;
    font-weight: 400;
    padding: 2px 20px;
    position: relative;
    display: block;
    text-decoration: none;
}
.dropdown_menu li a {
    color: #fff;
    font-size: 18px;
    font-family: "Poppins", serif;
    font-weight: 400;
    padding: 8px 20px;
    position: relative;
    display: block;
    text-decoration: none;
}

ul.menu.align-center.expanded.text-center.SMN_effect-2 {
    display: flex;
    gap: 5px;
}

.SMN_effect-2 a:before, .SMN_effect-2 a:after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background: rgba(255, 255, 255, 0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	transform: scale(0.85);
}

.SMN_effect-2 a:after {
	opacity: 0;
	-webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: top 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: top 0.3s, opacity 0.3s, transform 0.3s;
}

.SMN_effect-2 a:hover:before, .SMN_effect-2 a:hover:after, .SMN_effect-2 a:focus:before, .SMN_effect-2 a:focus:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	background: #c8a755;
}

.SMN_effect-2 a:hover:after, .SMN_effect-2 a:focus:after {
	top: 0%;
	opacity: 1;
}
li::marker {
    color: transparent !important;
}




 
  .menu-container:nth-child(3) {
    margin-top: 200px;
  }
  
  .menu {
    display: flex;
    justify-content: center;
  }
  
  .dropdown {
    padding: 2px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #222;
    font-size: 18px;
    font-family: "Poppins", serif;
    font-weight: 400;
    position: relative;
    perspective: 1000px;
    z-index: 100;
}
  
  .dropdown:hover {
    background: #1D9CED;
    cursor: pointer;
  }
  
  .dropdown:hover .dropdown_menu li {
    display: block;
  }
  
  .dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    perspective: 1000px;
    z-index: -1;
  }

  .dropdown-2 .dropdown_menu {
    width: 250px;
    left: -60px;
  }
  .dropdown-3 .dropdown_menu {
    left: -60px;
  }

  .dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 260px;
    perspective: 1000px;
    z-index: -1;
}

.dropdown_menu li {
    display: none;
    color: white;
    background-color: #B55D28;
    padding: 10px 20px;
    font-size: 16px;
    opacity: 0;
}

  .chev{
   color: #B55D28;
   margin-left: 5px;
  }

  .dropdown_menu li:hover {
    background-color: #1D9CED;
    color: #222;
  }
  
  .dropdown:hover .dropdown_menu--animated {
    display: block;
  }
  
  .dropdown_menu--animated {
    display: none;
  }
  
  .dropdown_menu--animated li {
    display: block;
    opacity: 1;
  }

  .dropdown_menu-10 {
    animation: rotateY 300ms ease-in-out forwards;
    transform-origin: top center;
  }
  
  @keyframes rotateY {
    0% {
      transform: rotateY(90deg);
    }
    80% {
      transform: rotateY(-10deg);
    }
    100% {
      transform: rotateY(0);
    }
  }
  
  @keyframes slideDown {
    0% {
      opacity: 0;
      transform: translateY(-60px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  @keyframes rotateX {
    0% {
      opacity: 0;
      transform: rotateX(-90deg);
    }
    50% {
      transform: rotateX(-20deg);
    }
    100% {
      opacity: 1;
      transform: rotateX(0deg);
    }
  }
  
  @keyframes rotateZ {
    0% {
      opacity: 0;
      transform: translateZ(290px);
    }
    80% {
      transform: translateZ(10px);
    }
    100% {
      opacity: 1;
      transform: translateZ(0);
    }
  }
  
  @keyframes scaleZ {
    0% {
      opacity: 0;
      transform: scale(0);
    }
    80% {
      transform: scale(1.07);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  
  @keyframes translateX {
    0% {
      opacity: 0;
      transform: translateX(60px);
    }
    80% {
      transform: translateX(-5px);
    }
    100% {
      opacity: 1;
      transform: translateX(0px);
    }
  } 
 


  .desk-area-ar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 150px;
    background-color: #D3D3D3;
}


/* end desk navbar */

/* start mobile navbar */


.header {
  padding: 10px 0;
  width: 100%;
  height: auto;
  z-index: 100;
  margin: 0 auto;
  box-shadow: var(--shadow-medium);
  background-color: var(--color-white-100);
  position: relative;
}

/* Wrapper */
.wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1rem;
  row-gap: 2rem;
  width: 100%;
  margin: 0 auto;
}

/* Navbar */

.cross-icon{
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 0.5%;
  right: 2%;
}
.navbar.active {
  left: 0rem;
  opacity: 1;
  visibility: visible;
}

/* Menu */
.menu-item {
  position: relative;
  display: inline-block;
  margin-left: 0.9rem;
}

.menu-link {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.25rem;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: inherit;
  cursor: pointer;
  text-transform: capitalize;
  color: var(--color-black-500);
  transition: all 0.3s ease-in-out;
}

.menu-link > i.bx {
  font-size: 1.35rem;
  line-height: 1.5;
  color: inherit;
}

.menu-link:hover {
  outline: none;
  color: var(--color-pink-500);
}
@media only screen and (max-width:1280px ) {
.menu-link {
  font-size: 12px;
}
.desk-area-ar {
  padding: 0px 30px;
}

.dropdown, .menu a {
  padding: 2px 15px;
  font-size: 15px;
}

.desk-logo {
  width: 30%;
}
.desk-logo img{
  width: 100%;
}


}

@media only screen and (max-width:1024px ) {


  .menu-link {
      column-gap: 0.2rem;
      font-size: 10px;
  }
  .menu-item {
      position: relative;
      display: inline-block;
      margin-left: 0.2rem;
  }
  .dropdown, .menu a {
    padding: 2px 10px;
    font-size: 13px;
}

}


/* Media Queries */
@media only screen and (min-width: 993px) {

  
  

  .menu-dropdown:hover .submenu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@media only screen and (max-width: 992px) {
  .navbar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 75%;
    height: 100%;
    z-index: 10;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    box-shadow: var(--shadow-medium);
    background-color: #fff;
    transition: all 0.5sease;
}
    .tvs-logo {
      display: none;
  }

  .menu {
      width: 100%;
      height: auto;
      padding: 1rem 0;
      position: absolute;
      top: 0%;
      flex-direction: column;
    display: flex;
    justify-content: center;
  }

  .menu-item {
    display: block;
    margin: 0 auto;
  }

  .menu-link {
    justify-content: space-between;
    padding: 0.5rem 1.25rem;
  }
}

/* Submenu */
.submenu {
  position: absolute;
  top: 2.35rem;
  left: -2rem;
  min-width: 13rem;
  height: auto;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  border-radius: 0 0 0.25rem 0.25rem;
  border-top: 2px solid var(--color-pink-400);
  box-shadow: var(--shadow-medium);
  background-color: var(--color-white-100);
  transition: all 0.3s ease-in-out;
}

.submenu-item {
  display: block;
  margin-top: 0rem;
 
  padding: 10px 20px;
}
.submenu-item:hover{
  background-color: #133981;
  border-radius: 10px;
}
.submenu-item:hover .submenu-link{
  color: #fff;
}

.submenu-link {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: inherit;
  cursor: pointer;
  color: var(--color-black-500);
  transition: all 0.35s ease;
}

.submenu-link:hover {
  outline: none;
  color: var(--color-pink-500);
}

/* Media Queries for Submenu */
@media only screen and (max-width: 992px) {
  .submenu {
    position: relative;
    top: -0.5rem;
    left: 0rem;
    width: 100%;
    max-height: 0;
    padding: 0px;
    border: none;
    outline: none;
    opacity: 1;
    overflow: hidden;
    visibility: visible;
    transform: translateY(0px);
    box-shadow: none;
    background: transparent;
  }
  .menu-link {
    justify-content: center;
    column-gap: 10px;
    font-size: 17px;
    font-weight: 500;
}

}

/* Burger */
.burger {
  position: relative;
  display: none;
  cursor: pointer;
  user-select: none;
  width: 1.6rem;
  height: 1.15rem;
  opacity: 0;
  visibility: hidden;
  background: transparent;
}

.burger-line {
  position: absolute;
  display: block;
  right: 0;
  width: 100%;
  height: 2.1px;
  opacity: 1;
  border: none;
  outline: none;
  border-radius: 1rem;
  background: #222;
}

.burger-line:nth-child(1) {
  top: 0px;
}

.burger-line:nth-child(2) {
  top: 0.5rem;
  width: 70%;
}

.burger-line:nth-child(3) {
  top: 1rem;
}







/* Media Queries for Burger */
@media only screen and (max-width: 992px) {
  .burger {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  background-color: rgba(0, 0, 0, 0.65);
}





/* Media Queries for Overlay */
@media only screen and (max-width: 992px) {
  .overlay.active {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  /* .upper-nav-main {
    display: none;
} */

}

@media only screen and (max-width: 912px) {
.tab-header{
  display: block;
}

.desk-header{
  display: none;
}

.dropdown, .menu a {
  font-size: 17px;
        font-weight: 500;
}
.submenu {
  text-align: center;
}


}

@media only screen and (max-width: 712px) {
.brand {
  width: 70%;
}
.brand img{
  width: 100%;
}

}

@media only screen and (max-width: 430px) {
  .brand img {
    width: 88%;
}


}

@media only screen and (max-width: 393px) {
.brand img {
  width: 100%;
}


}



/* end mobile navbar */


/* end main-header */


#button {
  display: inline-block;
  background-color: #B55D28;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  left: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}




/* end top to button  */




/* start footer */

.footer{
  background-image: url(../../homeimage/foot-bg.png);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 20px 0 40px;
}

.foot-top{
 background-color: #474341;
 padding: 10px 0;
}
.fo-to-area p:hover {
  color: #fcfc72;
  font-weight: 600;
}




/* end foot-top */


.foot-to-con{
    display: flex;
    justify-content: center;
    gap: 50px;
}

.fo-to-area p{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    font-family: "Raleway", serif;
}

.foot-con {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  border-top: 1px solid #333333;
  margin-top: 20px;
  border-bottom: 1px solid #333333;
  margin-bottom: 20px;
}

.foot-1{
  width: 28%;
  margin-top: 50px;
}

.foot-1, .foot-2{
  margin-top: 20px;
}

.foot-1 p{
  color: #202020;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", serif;
  line-height: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.addd-fo-text p{
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", serif;
}
.addd-fo-text h1{
  color: #202020;
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", serif;
  text-decoration: underline 1px ;
  margin-bottom: 5px;
}
.fo-1-ic{
  color: #fff;
  font-size: 16px;
  padding: 10px 12px;
  background-color: #222222;
  border-radius: 100%;
}
.fo-1-ic:hover{
  color: #fff;
  background-color: #CD0002;
}
.fo-1-ic-3{
  padding: 10px 10px;
}
.foot-icon {
  display: flex;
  gap: 10px;
}

.add-foot-area{
  display: flex;
  gap: 20px;
  align-items: center;
}

.foo-dot{
  color: #fff;
  background-color: #CD0002;
  padding: 10px 12px;
  border-radius: 100%;
}
.foo-dot:hover{
  background-color: #222222;
}
.foot-2 {
  width: 32%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.foot-h h1{
  color: #191919;
  font-size: 30px;
  font-weight: 700;
  font-family: "Signika", serif;
  margin-bottom: 10px;
}

.addd-fo-text-2 p{
  font-size: 20px;
}


.foot-bt{
 background-color: #474341;
 padding: 10px 0;
}

.bt-text p{
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  font-family: "Signika", serif;
  text-align: center;
}

.heart{
  color: red;
  margin-left: 5px;
  margin-right: 5px;
}



/* end footer */



/* star floating whatsaap */

.whats-float-2{
  bottom: 9.8% !important;
}
.whats-float {
  position: fixed;
  transform: translate(118px, 0px);
  bottom: 15%;
  right: 0;
  width: 160px;
  height: 50px;
  overflow: hidden;
  background-color: #0CB300;
  color: #FFF;
  border-radius: 2px 0 0 2px;
  z-index: 10;
  transition: all 0.5 sease-in-out;
  vertical-align: middle;
}
.whats-float a span {
  color: white;
  font-size: 15px;
  padding-top: 8px;
  padding-bottom: 10px;
  position: absolute;
  line-height: 16px;
  font-weight: bolder;
}

.whats-float .ccc {
  font-size: 30px;
  color: white;
  line-height: 30px;
  padding: 10px;
  transform:rotate(0deg);
  transition: all 0.5s ease-in-out;
  text-align:center;

}
.whats-float-2 .ccc {
  font-size: 23px;
  color: white;
  line-height: 30px;
  padding: 10px;
  transform:rotate(0deg);
  transition: all 0.5s ease-in-out;
  text-align:center;

}
.whats-float:hover {
  color: #FFFFFF;
  transform:translate(0px,0px);
}

.whats-float:hover .ccc  {
  transform:rotate(360deg);
}


/* end floating whatsaap */








