
*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

a{
    text-decoration: none !important;
}
ul, li{
    text-decoration: none !important;
    margin-bottom: 0px;
}

h1, h2, h3, h4, h5, h6, p{
    margin-bottom: 0px;
}

:root {
    --grey: #212429;
    --text:#787878;
    --blue:#38589C;
    --red:#D51E26;
    --text-p:#444444;
    --heading:#202020;
    --white:#FFFFFF;
}

.main-area{
  overflow: hidden;
}


/* btn */

.bt-btn{
  color: #fff;
  background-color: var(--red);
  font-size: 16px;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 30px;
  transition: all ease 0.4s;
}

.bt-btn:hover{
background-color: var(--blue);
color: #fff;
}

/* btn */

/* start upper nav */

.dot-top{
  color: #fff;
  font-size: 20px;
}
.upper-nav{
  background-color: #38589C;
  padding: 10px 0;
}
.up-text p{
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.upper-area {
  display: flex
;
  gap: 10px;
  align-items: center;
  position: relative;
}
.nav-font {
  color: red;
  font-size: 18px;
  padding: 8px 11px;
  border-radius: 100%;
  background-color: #fff;
}
.nav-font-2{
  padding: 8px 10px;
}
.nav-font-3{
  padding: 8px 8px;
}



.upper-icon{
  display: flex;
  gap: 10px;
}
.upper-main-nav{
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
}
.upper-text {
  display: flex
;
gap: 50px;
}
.upper-line{
  position: absolute;
  right: -6%;
  width: 2px;
  height: 25px;
  background-color: #fff;
}
.upper-line-2{
  position: absolute;
  right: -13%;
  width: 2px;
  height: 25px;
  background-color: #fff;
}


/* end upper nav */


.playing {
    background: rgba(255, 255, 255, .1);
    width: 3rem;
    height: 4rem;
    border-radius: .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    gap: 11px;
}
  
  .playing__bar {
    display: inline-block;
    background: #7DD3F7;
    width: 5%;
    height: 100%;
    animation: up-and-down 1.3s ease infinite alternate;
  }
  
  .playing__bar1 {
    height: 60%;
  }
  
  .playing__bar2 {
    height: 30%;
    animation-delay: -2.2s;
  }
  
  .playing__bar3 {
    height: 75%;
    animation-delay: -3.7s;
  }
  
  @keyframes up-and-down {
    10% {
      height: 30%;
    }
    
    30% {
      height: 100%;
    }
    
    60% {
      height: 50%;
    }
    
    80% {
      height: 75%;
    }
    
    100% {
      height: 60%;
    }
  }
  

.head{
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    margin-bottom:50px;
}

.head-text h1{
    font-family: "Raleway", serif;
    font-weight: 700;  
    font-size:40px ;
    color:var(--heading) ;
    text-align: center;

}

/* end head text */

.banner-2{
  position: relative;
}
.banner-2-img img{
  width: 100%;
}
.banner-2-text{
  position: absolute;
  top: 50%;
  left: 16%;
  transform: translateY(-50%);
}

.apo {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}
.banner-2-text h1{
  color: #38589C;
    font-family: "Raleway", sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-shadow: 1px 1px #fff, -1px 1px #fff, 1px -1px #fff, -1px -1px #fff, 1px 1px 5px #555;
}


/* end banner */

/* .float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
} */
.btn-floating:hover img {
  margin-bottom: -3px
}

.btn-floating {
    position: fixed;
    left: 45px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 0;
    z-index: 9999;
    color: white;
    transition: .2s;
}

.btn-floating:hover {
    width: auto;
    padding: 0 20px;
    cursor: pointer;
}

.btn-floating span {
    font-size: 16px;
    margin-left: 5px;
    transition: .2s;
    line-height: 0px;
    display: none;
}

.btn-floating:hover span {
    display: inline-block;
}

/* Phone */
.btn-floating.phone {
    bottom: 85px;
    background-color: #d51e26;
}

.btn-floating.phone:hover {
    background-color: #c03421;
}

/* WhatsApp */
.btn-floating.whatsapp {
    background-color: #34af23;
    bottom: 25px;
}

.btn-floating.whatsapp:hover {
    background-color: #1f7a12
}
.wh{
  font-size: 25px;
}


/* end floating wp */

#button {
  display: inline-block;
  background-color: #d51e26;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 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;
}

/* back button */


.btn {
    position: relative;
    display: inline-block;
    padding: 10px 19px;
    margin: 0px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    border-radius: 10%;
    outline: none;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    box-sizing: border-box;
}

.btn--liquidBtn {
    overflow: hidden;
  }
  
  .btn--liquidBtn span {
    position: relative;
    z-index: 1;
  }
  
  .btn--liquidBtn:hover div {
    top: -120px;
  }
  
  .btn--liquidBtn div {
    position: absolute;
    top: -80px;
    left: 0;
    width: 200px;
    height: 200px;
    background: var(--red);
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
    transition: 0.5s;
  }
  
  .btn--liquidBtn div::before,
  .btn--liquidBtn div::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 200%;
    height: 200%;
    transform: translate(-50%, -75%);
  }
  
  .btn--liquidBtn div::before {
    border-radius: 45%;
    background: rgb(0 66 255);
    animation: liquidAnimation 10s linear infinite;
  }
  
  .btn--liquidBtn div::after {
    border-radius: 40%;
    background: rgb(0 66 255);
    animation: liquidAnimation 10s linear infinite;
  }
  
  @keyframes liquidAnimation {
    0% {
      transform: translate(-50%, -75%) rotate(0deg);
    }
    100% {
      transform: translate(-50%, -75%) rotate(360deg);
    }
  }

/* end button */



*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}


a,
button {
  cursor: pointer;
  border: none;
  outline: none;
  user-select: none;
  background: none;
  box-shadow: none;
  text-decoration: none;
}


/* Elements */


.brand {
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: var(--color-pink-500);
}

/* Header */
.header {
  width: 100%;
  height: auto;
  z-index: 100;
  margin: 0 auto;
  box-shadow: var(--shadow-medium);
  background-color: #FFF8F8;
}

/* Wrapper */
.wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1rem;
  row-gap: 2rem;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* Navbar */


.navbar.active {
  left: 0rem;
  opacity: 1;
  visibility: visible;
}

/* Menu */
.menu-item {
  position: relative;
  display: inline-block;
  margin-left: 2rem;
}

.menu-link {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.40rem;
  font-family: inherit;
  font-size: 18px;
  font-weight: 600;
  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 Queries */

@media only screen and (max-width: 1280px) {
.menu-item {
  margin-left: 1rem !important;
}


}
@media only screen and (max-width: 1024px) {
  .menu-item {
    margin-left: 1rem !important;
  }
  .menu-link {
    font-size: 12px;
}
  






  }



@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: var(--color-white-100);
      transition: all 0.5s ease;
    }


  .menu {
      width: 100%;
      height: 100%;
      padding: 1rem 0;
      position: absolute;
      top: 0%;
      background-color: #FFF8F8;
  }

  .menu-item {
    display: block;
    margin: 0 auto;
  }

  .menu-link {
    justify-content: space-between;
    padding: 0.7rem 1.25rem;
  }
}

/* Submenu */
.submenu {
  position: absolute;
  top: 2.35rem;
  left: -2rem;
  /* min-width: 13rem; */
  width: 280px;
  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:#fff;
  transition: all 0.3s ease-in-out;
  z-index: 9;
  text-align: center;
  border-top: 3px solid #38589C;
}

.submenu-item {
  display: block;
  margin-top: 0rem;
  padding: 10px 20px;
}
.submenu-item:hover {
   background-color: #D51E26;
   color: #fff;
   border-radius: 10px;
}
.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 {
    text-align: left;
    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;
}
}

/* 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: #000;
}

.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;
  }
  .menu-link {
    font-size: 18px;
}

}

/* 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;
  }

.cross{
  position: absolute;
  top: 1%;
  right:2%;
}
.cross-icon{
  color: #fff;
  font-size: 30px;
}




}

@media only screen and (max-width: 480px) {
    .brand {
        width: 35%;
    }

.brand img{
  width: 100%;
}

}

@media only screen and (max-width: 430px) {
.menu-link {
  font-size: 15px;
}

}

/* end navbar */



/* start pop up */



.popup {
  width:100%;
  height:100%;
  display:none;
  position:fixed;
  top:0px;
  left:0px;
  background:rgba(0,0,0,0.75);
  z-index: 99;
}

/* Inner */
.popup-inner {
  width: 36%;
  padding: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
 
}
.popup-inner img{
  width: 100%;
}
/* Close Button */
.popup-close {
  width:30px;
  height:30px;
  padding-top:4px;
  display:inline-block;
  position:absolute;
  top:0px;
  right:0px;
  transition:ease 0.25s all;
  -webkit-transform:translate(50%, -50%);
  transform:translate(50%, -50%);
  border-radius:1000px;
  background:rgba(0,0,0,0.8);
  font-family:Arial, Sans-Serif;
  font-size:20px;
  text-align:center;
  line-height:100%;
  color:#fff;
}

.popup-close:hover {
  -webkit-transform:translate(50%, -50%) rotate(180deg);
  transform:translate(50%, -50%) rotate(180deg);
  background:rgba(0,0,0,1);
  text-decoration:none;
}



.popup-scroll{
overflow-y: scroll;
max-height: 300px;
padding:0 1em 0 0;
}
.popup-scroll::-webkit-scrollbar {background-color:#EEE;width:10px;}
.popup-scroll::-webkit-scrollbar-thumb {
border:1px #EEE solid;border-radius:2px;background:#777;
-webkit-box-shadow: 0 0 8px #555 inset;box-shadow: 0 0 8px #555 inset;
-webkit-transition: all .3s ease-out;transition: all .3s ease-out;
}
.popup-scroll::-webkit-scrollbar-track {-webkit-box-shadow: 0 0 2px #ccc;box-shadow: 0 0 2px #ccc;}	


.apo-main-area {
  background-color: #E9ECEF;
  padding: 30px 100px;
  border: 2px solid #38589C;
  text-align: center;
}
.pop-head h1{
  color: #38589C;
    font-family: "Raleway", sans-serif;
    font-size: 30px;
    font-weight: 600; 
    margin-bottom: 30px;
}
.pop-apo-area {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pop-apo-div, textarea{
  width: 100%;
  height: 45px;
  padding: 20px;
  border: none;
  border: 2px solid #222;
}

textarea{
  height: 80px;
  padding: 20px;
}




/* end pop up */






/* start footer */

.quick{
  display: flex;
  gap: 10px;
  align-items: center;

}
.foot-top-con{
  display: flex;
  justify-content: space-between;
}

.foot-area-1 {
  width: 16%;
}
.foot-area-1 img{
  width: 100%;
}

.foot-area-2{
  width: 30%;
  margin-top: 30px;
}
.foot-area-3 {
  width: 12%;
  margin-top: 30px;
}
.foot-3-area {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.foot-cont {
  display: flex;
  gap: 20px;
}
.foot-cont-2{
  margin-bottom: 10px;
}
.foot-2{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.foot-top {
  background-image: url(../../homeimage/foot-bg.png);
  width: 82%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 32px 0;
  margin: 0 auto;
}
.con-top{
  text-align: center;
  margin-bottom: 20px;
}
.foot-line {
  width: 100%;
  margin-bottom: 10px;
}
.foot-line img{
  width: 100%;
}
.foot-area-1 h1{ 
  font-family: "Raleway", serif;
  font-weight: 700;  
  font-size: 22px;
  color: #D51E26;  
}
.foot-area-1 p{ 
  font-family: "Raleway", serif;
  font-weight: 500;  
  font-size: 16px;
  color: #444444; 
  margin-top: 20px; 
  line-height: 30px;
  margin-bottom: 30px;
}
.foot-ic{
  color: #D51E26;
  font-size: 25px;
}
.foot-icon {
  display: flex;
  /* justify-content: center; */
  gap: 20px;
}
.foot-head h1{
  font-family: "Raleway", serif;
  font-weight: 700;  
  font-size: 28px;
  color: #D51E26;
  margin-bottom: 20px;
  text-shadow: 1px 1px #fff, -1px 1px #fff, 1px -1px #fff, -1px -1px #fff, 1px 1px 5px #555;
}
.quick-text p{
  font-family: "Raleway", serif;
  font-weight: 600;  
  font-size: 18px;
  color: #444444;
}
.quick-text p:hover{
  color: #D51E26;
  text-decoration: underline;
}
.foot-cont p{
  font-weight: 500;  
  font-size: 16px;
  color: #444444; 
}
.foot-cont p:hover{
  color: #D51E26; 
}
.foot-cont:hover .foo{
  color: #222; 
}
.foo{
  font-size: 20px;
  color: #D51E26;
}
.foo:hover{
  color: #222;
}
/* .foot-cont .foo{
  color: #2222;
} */

.con-top h3 {
  font-family: "Raleway", serif;
  font-weight: 600;
  font-size: 28px;
  color: #D51E26;
  margin-top: 15px;
  text-shadow: 1px 1px #fff, -1px 1px #fff, 1px -1px #fff, -1px -1px #fff, 1px 1px 5px #555;
}

.footer{
  padding-top: 80px;
}
.foot-bot {
  background-color: #D51E26;
  display: flex;
  justify-content: center;
  padding: 60px 0 10px;
  margin-top: -50px;
  position: relative;
  z-index: -1;
}
.foot-sound{
  width: 30%;
}
.foot-bot-text{
  width: 20%;
  text-align: center;
}
.foot-area-bot-text p{
  font-family: "Raleway", serif;
  font-weight: 600;  
  font-size: 15px;
  color: #fff;
}
.foot-area-bot-text{
  text-align: center;
}
.heart{
  color: #fff;
}


/* end footer */












