@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700");

header {
  background: transparent;
  z-index: 2;
}

header .navbar {
  padding: 20px 0px;
}

header .navbar-nav {
  display: flex;
  gap: 50px;
}

header .nav-link {
  color: #FFFFFF;
}

header .navbar-nav .nav-item:hover .nav-link {
  color: rgb(226, 142, 31);
}

.navbar-collapse.collapse.show,
.navbar-collapse.collapsing {
  background-color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 10px;
}

.navbar-collapse.collapse.show .navbar-nav,
.navbar-collapse.collapsing .navbar-nav {
  gap: 10px;
}

.nav-link.active {
  color: #fe5b56 !important;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.header-top {
  height: 80px;
  width: 100%;
  position: fixed;
  transition: all 0.s cubic-bezier(.25, .8, .25, 1);
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  outline: none;
  background: transparent;
}

.navbar-toggler span {
  display: block;
  width: 30px;
  height: 2px;
  margin: 6px auto;
  background-color: #ffffff;
  transition: all 0.4s ease-in-out;
}

.navbar-toggler[aria-expanded="true"] span:nth-of-type(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] span:nth-of-type(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/*Service section Navbar background starts*/

.bg-navbar {
  background-color: #000000;
}

/*Service section Navbar background ends*/

@media only screen and (max-width: 576px) {
  header .nav-link {
    color: #000000;
  }
}

/*------Footer Section starts----*/
footer {
  background-color: #000000;
  color: #FFFFFF;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

footer .text-orange {
  font-size: 18px;
  font-weight: 500;
  background: #FF256D;
  background: linear-gradient(90deg, rgba(255, 37, 109, 1) 17%, rgba(255, 123, 71, 1) 48%);
  -webkit-background-clip: text;
  background-clip: text;
  background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Noto Serif", serif;
}

footer .shape-text {
  font-size: 25px;
  font-weight: 400;
  font-family: "Noto Serif", serif;
}

footer .shape-content {
  font-size: 17px;
  font-family: "Noto Serif", serif;
  font-weight: 600;
  margin: 8px 4px 39px 0;
  font-weight: 500;
}

footer .small {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

footer a {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 38px;
  color: #FFFFFF;
  text-decoration: none;
}

footer a:hover {
  color: #f39c12;
  text-decoration: underline;
}

footer .Copy {
  color: #6c757d !important;
  font-family: "Poppins", sans-serif;
}

footer .site-footer {
  font-size: 12px;
  color: #6c757d;
  font-family: "Noto Serif", serif;
  margin-top: 10px;
}

footer .text-orange-1 {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  background: #FF256D;
  background: linear-gradient(90deg, rgba(255, 37, 109, 1) 17%, rgba(255, 123, 71, 1) 48%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

footer .contact-btn {
  border: 2px solid;
  color: #FFFFFF !important;
  font-size: 20px;
  font-weight: 400;
  width: fit-content;
  border-radius: 19px;
  background-color: #ffffff !important;
  background: #FF256D;
  background: linear-gradient(90deg, rgba(255, 37, 109, 1) 32%, rgba(255, 123, 71, 1) 83%);
  border: none;
  font-family: "Noto Serif", serif;
  height: 100%;
  text-decoration: none !important;
  padding: 14px 35px;
  cursor: pointer;
  transition: all ease 0.4s;
}

footer .contact-btn:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
}

footer .social-icon {
  margin-top: 10px;
}

footer .social-icon img {
  border: 1px solid #6c757d;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  padding: 5px;
  transition: all 0.3s;
}

footer .social-icon1:first-child img:hover {
  background-color: #1877F2;
}

footer .social-icon2:nth-child(2) img:hover {
  background-color: #0A66C2;
}

footer .social-icon3:last-child img:hover {
  background-color: #E1306C;
}

/*-----Footer Section ends----*/
@media only screen and (max-width: 1024px) {

  /*Footer Section Starts*/
  footer .text-orange-1 {
    font-size: 18px;
  }

  /*Footer Section Ends*/
}

#WhatsappFloat a {
  position: fixed;
  left: 20px;
  bottom: 2%;
  display: inline-block;
  z-index: 9999;
  transition: .3s ease-in-out
}

#WhatsappFloat img {
  width: 40px;
  height: 40px;
  background: #2ab200;
  border-radius: 50%;
  box-shadow: 0 5px 15px 0 rgb(0 0 0 / 30%)
}

@media only screen and (max-width:600px) {
  #WhatsappFloat a {
    left: 10px;
    bottom: 3%
  }
}

@media only screen and (max-width: 991px) {

  /*------Footer Section starts----*/
  footer .contact-btn {
    font-size: 16px;
    width: fit-content;
  }

  footer .text-orange-1 {
    font-size: 20px;
    margin-top: 6px;
  }

  footer .container,
  .container-md,
  .container-sm {
    max-width: 908px;
  }



}

/*------Footer Section Ends---*/
@media only screen and (max-width: 767px) {

  /* Footer Section Starts*/
  footer .text-orange {
    margin: 13px 0;
  }

  footer .list-unstyled {
    margin: 9px 0;
  }

  footer .text-orange-1 {
    margin-left: 0px;
  }

  footer .site-footer {
    margin-left: 0px;
  }

  footer .shape-text {
    margin-left: 0px;
  }

  footer .shape-content {
    margin-left: 23px;
  }

  footer .shape-content {
    margin-left: 0px;
  }

  footer .contact-btn {
    margin-left: 0px;
  }

  /*Footer section ends*/
}


@media only screen and (max-width: 441px) {

  /*Footer Section Starts*/
  footer {
    margin-top: 40px;
}

  footer a.contact-btn {
    margin-left: 0px;
  }

  footer .list-unstyled {
    margin: 17px 0px;
  }

  footer .shape-text {
    margin-left: 0px;
  }

  footer .shape-content {
    margin-left: 0px;
    margin-bottom: 37px;
  }

  footer .text-orange {
    margin: 20px 0px 0px 0px;
  }

  footer .text-orange-1 {
    margin-left: 0px;
    margin-top: 0px;
  }

  /*Footer Section Ends*/
}