.top-navbar {
  max-width: 1800px;
  margin: auto;
  height: 30px;
  padding-top: 0px;
  background-color: #6a1b5d;
  display: flex;
  padding-left: 20px;
  color: white;
  place-items: center;
  padding-right: 0;
}
.top-navbar marquee{
  display: flex;
  width: 100%;
}
.top-navbar p{
  width: 100%;
  margin-bottom: 0;
  color: white;
  margin: 0;
}
.top-navbar h6{
  width: 10%;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  margin: 0;
  margin-right: 5px;
  margin-top:-5px;
  color: goldenrod;
}


nav {
  position: sticky;
  top: 0;
  left: 0;
  max-width: 1800px;
  margin: auto;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.295);
  z-index: 99;
  transition: background-color 0.5s ease-in-out;
  padding: 10px 0;

}

nav.scrolled {
  background-color: #ffffff;
  /* background-color: #00000074; */

  /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); */
}

nav .navbar {
  height: 100%;
  max-width: 1800px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* align-items: center; */
}


.navbar .logo {
  width: 30%;
  display: flex;
  place-items: center;
  padding-right: 50px;
  text-align: center;
}

.navbar .logo img{
  width: 30%;
  position: relative;
  animation: rotate1 30s infinite;
}

@keyframes rotate1 {
  0% {
    rotate: 0;
  }
  100% {
    rotate: 360deg;
  }
  0% {
    rotate: 0;
  }
}

.navbar .logo .tx{
  width: 100%;
  justify-content: center;
  text-align: center;
}
.navbar .logo .tx h5{
  width:100%;
  display: flex;
  place-items: center;
  margin: auto;
  text-align: center;
}
.navbar .logo .tx p{
  background-color: #6a1b5d;
  color: white;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 5px 10px;
  font-size: 15px;
  text-align: center;
}
.navbar .logo .tx .line{
  width: 10%;
  height: 5px;
  background-color: #6a1b5d;
}
nav .navbar .tx h1{
  font-weight: 800;
  color: #e6a459;
  /* color: goldenrod; */
  width: fit-content;
  margin-left: 2%;
  font-size: 35px;
  text-align: left;
}
nav .navbar .tx h6{
  width: fit-content;
  background-color: #000000;
  padding: 5px 10px;
  border-radius: 20px;
  margin-left: 3%;
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-size: 16px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

nav .navbar .tx h6 img{
  width: 20px;
  margin: 0 3px;
  margin-top: -5px;
}

nav .navbar .icons{
  width: 28%;
  /* background-color: #f4e6d6; */
}

nav .navbar .icons .icon-sec{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 0px;
}
nav .navbar .icons .icon-sec .box{
  width: 20%;
  text-align: center;
}

nav .navbar .icons .icon-sec img{
  width: 60%;
  border: 2px solid #6a1b5d;
  border-radius: 60%;
}
nav .navbar .icons .icon-sec .box p{
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  margin-top: 5px;
}

nav .navbar .icons .sm-sec{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  place-items: center;
  margin-bottom: -10px;
}
nav .navbar .icons .sm-sec a{
  width: 10%;
}
nav .navbar .icons .sm-sec img{
  width: 80%;
  height: fit-content;
  margin: 10px 5px;
  cursor: pointer;
}
nav .navbar .icons .sm-sec img:hover{
  margin-top: 5px;
}

nav .navbar .icons .sm-sec p{
  font-size: 15px;
  background-color: #000000;
  height: fit-content;
  color: #f36a6a;
  padding: 5px 15px;
  border-radius: 30px;
  text-align: center;
  margin-bottom: 0;
  margin-right: 10px;
  font-weight: 800;
  font-family: Georgia, 'Times New Roman', Times, serif;
}



nav .navbar  .cont-sec{
  width: 32%;
  justify-content: center;
  /* background-color: #f5ecf4; */
}

nav .navbar  .cont-sec h5{
  width: 100%;
  display: flex;
  justify-content: center;
  place-items: center;
}


nav .navbar  .cont-sec h5 p{
  background-color: #e6a459;
  color: rgb(0, 0, 0);
  border-radius: 20px;
  padding: 5px 15px;
  margin: 0;
  font-size: 15px;
}
nav .navbar  .cont-sec h5 .line{
  width: 10%;
  height: 5px;
  background-color: #e6a459;
}

nav .navbar  .cont-sec h1{
  width: 100%;
  font-weight: 800;
  justify-content: center;
  display: flex;
  color: #6a1b5d;
  place-items: center;
  font-size: 25px;
}
nav .navbar  .cont-sec h1 img{
  width: 35px;
  height: fit-content;
  margin: 0 8px;
}
nav .navbar  .cont-sec .tx{
  width: 100%;
  display: flex;
  place-items: center;
}
nav .navbar  .cont-sec h6{
  background-color: #6a1b5d;
  padding: 8px 20px;
  font-size: 15px;
}
nav .navbar  .cont-sec p{
  background-color: red;
  color: white;
  margin: 0;
  font-size: 15px;
  margin-top: -6px;
  height: fit-content;
  border-radius: 20px;
  padding: 5px 10px;
  margin-left: -15px;
}


.service-icons{
  max-width: 1800px;
  margin: auto;
  background-color: #6a1b5d;
  padding: 10px 4%;
  display: flex;
  justify-content: space-around;
}
.service-icons .box{
  /* width: 5%; */
  color: white;
  text-align: center;
}

.service-icons .box img{
  width: 30px;
}

.service-icons .box p{
  margin-bottom: 0;
  text-align: center;
}


.whatsapp{
  max-width: 1800px;
  margin: auto;
  position: relative;
}
.whatsapp img{
  width: 70px;
  position: fixed;
  z-index: 2000;
  margin-left: 92%;
  margin-top: 25%;
}




@media screen and (max-width: 900px) {

  .top-navbar{
    height: 30px;
    padding-left: 10px;
  }

  .top-navbar h6{
    width: 25%;
    font-size: 12px;
  }
  .top-navbar p{
    width:fit-content;
    font-size: 12px;
  }

  .top-navbar marquee{
    width: 75%;
  }


  nav {
    position: relative;
  } 

  .navbar{
    padding-bottom: 10px;
  }  

.navbar .logo {
  width: 100%;
  padding: 0;
  padding-left: 0px;
}
.navbar .logo img{
  width: 80px;
}

nav .navbar .tx h1{
  font-size: 30px;
}
nav .navbar .tx p{
  font-size: 12px;
}
nav .navbar .tx h6{
  font-size: 15px;
}



nav .navbar .icons{
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

nav .navbar .icons .icon-sec .box{
  width: 25%;
}
nav .navbar .icons .icon-sec .box p{
 font-size: 8px;
}

nav .navbar .icons .sm-sec {
  width: 100%;
  margin:15px 0px;
  margin-bottom: -5px;
}
nav .navbar .icons .sm-sec img{
  width: 80%;
  margin: 0px 8px;
}
nav .navbar .icons .sm-sec p{
  font-size: 12px;
}


nav .navbar  .cont-sec{
  width: 100%;
  justify-content: center;
  margin-top: 20px;
}

nav .navbar  .cont-sec h5{
  margin: auto;
  justify-content: center;
}
nav .navbar  .cont-sec h5 p{
  font-size: 12px;
}
nav .navbar  .cont-sec h1{
  text-align: center;
  justify-content: center;
  font-size: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}
nav .navbar  .cont-sec h6{
  font-size: 12px;
  margin-left: -5px;
  padding-left: 15px;
}

nav .navbar  .cont-sec p{
  font-size: 12px;
  text-align: left;
}

nav .navbar  .cont-sec .tx{
  margin-left: 5px;
}

.service-icons{
  overflow-x: scroll;
  justify-content: left;
  width: 100%;
}
.service-icons .box{
  /* width: 100px; */
  /* margin-bottom: -20px; */
}
.service-icons .box p{
  width: 60px;
  /* margin-bottom: -15px; */
  font-size: 12px;
}


.whatsapp img{
  width: 60px;
  position: fixed;
  z-index: 2000;
  margin-left: 80%;
  margin-top: 25%;
}



}













