header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 90px;
  z-index: 99;
}
header .top-header {
  padding-top: 10px;
}
header .top-header .main-top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .top-header .main-top-header ul {
  display: flex;
  gap: 10px;
}
@media (max-width: 500px) {
  header .top-header .main-top-header ul {
    flex-direction: column;
    gap: 0;
    font-size: 14px;
  }
}
header .top-header .main-top-header a {
  color: #fff;
  display: inline-block;
}
header .top-header .main-top-header .social-media ul {
  display: flex;
  gap: 10px;
}
header .top-header .main-top-header .social-media ul li a img {
  width: 36px;
}
@media (max-width: 600px) {
  header .top-header .main-top-header .social-media {
    display: none;
  }
}
header .top-header .main-top-header .contact-details i {
  margin-right: 5px;
}
header .bottom-header {
  position: relative;
  margin-top: 20px;
}
header .bottom-header .main-bottom-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .bottom-header .main-bottom-header .logo img {
  width: 250px;
}
@media (max-width: 500px) {
  header .bottom-header .main-bottom-header .logo img {
    width: 180px;
  }
}
header .bottom-header .main-bottom-header ul {
  display: flex;
  gap: 10px;
}
header .bottom-header .main-bottom-header ul li a {
  color: #fff;
}
header .bottom-header .main-bottom-header .main-menu ul {
  display: flex;
  gap: 10px;
  font-family: "Outfit", Sans-serif;
  align-items: center;
}
header .bottom-header .main-bottom-header .main-menu ul li a {
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}
header .bottom-header .main-bottom-header .main-menu ul li a:hover {
  background: #fff;
  color: #000;
}
@media (max-width: 1200px) {
  header .bottom-header .main-bottom-header .main-menu ul li a {
    padding: 10px 10px;
    display: inline-block;
  }
}
header .bottom-header .main-bottom-header .main-menu ul li.active a {
  background: #fff;
  color: #000;
  display: inline-block;
}
@media (max-width: 992px) {
  header .bottom-header .main-bottom-header .main-menu {
    display: block;
    flex-direction: column;
    padding: 150px 20px;
    position: fixed;
    background: #000000;
    width: 100%;
    max-width: 300px;
    right: -100%;
    top: 0;
    transition: all 0.4s ease-in;
    z-index: 1;
    height: 100vh;
    transition: 0.5s;
  }
  header .bottom-header .main-bottom-header .main-menu ul {
    flex-direction: column;
    gap: 5px;
    margin-top: 30px;
  }
  header .bottom-header .main-bottom-header .main-menu nav {
    text-align: center;
  }
  header .bottom-header .main-bottom-header .main-menu nav a {
    display: block;
    padding: 10px 0;
    font-size: 18px;
  }
  header .bottom-header .main-bottom-header .main-menu nav ul a {
    color: #000;
  }
  header .bottom-header .main-bottom-header .main-menu.active-menu {
    right: 0%;
    z-index: 8;
    text-align: center;
  }
}
header .bottom-header .main-bottom-header .free-estimate a {
  background: #24aadf;
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 5px;
  font-family: "Outfit", Sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
}
@media (max-width: 992px) {
  header .bottom-header .main-bottom-header .free-estimate {
    display: none;
  }
}
header .bottom-header .main-bottom-header .toggle-icon {
  display: none;
  z-index: 99;
}
header .bottom-header .main-bottom-header .toggle-icon img {
  width: 50px;
}
@media (max-width: 992px) {
  header .bottom-header .main-bottom-header .toggle-icon {
    display: block;
  }
}
@media (max-width: 500px) {
  header .bottom-header .main-bottom-header .toggle-icon img {
    width: 40px;
  }
}
@media (max-width: 1200px) {
  header {
    padding: 0px 20px;
  }
}
@media (max-width: 992px) {
  header.sticky {
    box-shadow: 0 2px 20px 0 rgba(209, 209, 209, 0.6);
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #000000 !important;
  }
}

.hero-section {
  background-color: #000000;
  color: #fff;
  padding: 60px 80px;
}
.hero-section .main-hero-section {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.hero-section .main-hero-section .item {
  padding: 300px 0px 250px;
}
@media (max-width: 768px) {
  .hero-section .main-hero-section .item {
    padding: 200px 0px 150px;
  }
}
@media (max-width: 500px) {
  .hero-section .main-hero-section .item {
    padding: 150px 0px 90px;
  }
}
.hero-section .main-hero-section .item1 {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../upload/banner/banner1.jpg") center/cover no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-section .main-hero-section .item2 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../upload/banner/banner2.jpg") center/cover no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-section .main-hero-section .item3 {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../upload/banner/banner3.jpg") center/cover no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-section .main-hero-section .item-content {
  padding: 0px 50px;
}
.hero-section .main-hero-section .item-content .content {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.hero-section .main-hero-section .item-content .banner-title {
  font-size: 50px;
  font-weight: 800;
  font-family: "Outfit", Sans-serif;
}
@media (max-width: 992px) {
  .hero-section .main-hero-section .item-content .banner-title {
    font-size: 44px;
  }
}
@media (max-width: 500px) {
  .hero-section .main-hero-section .item-content .banner-title {
    font-size: 32px;
  }
}
@media (max-width: 500px) {
  .hero-section .main-hero-section .item-content .banner-title {
    font-size: 26px;
  }
}
.hero-section .main-hero-section .item-content .banner-btn {
  border: 2px solid #fff;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
  transition: all 0.3s ease;
}
.hero-section .main-hero-section .item-content .banner-btn:hover {
  background: #24aadf;
}
@media (max-width: 768px) {
  .hero-section .main-hero-section .item-content {
    padding: 0px 10px;
  }
}
@media (max-width: 1200px) {
  .hero-section {
    padding: 60px 10px;
  }
}

.house-type-section .main-house-type {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../upload/other/background-img.jpg);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  border-radius: 20px;
}
.house-type-section .main-house-type .house-type {
  width: 50%;
  text-align: center;
  padding: 80px 20px;
  color: #fff;
}
.house-type-section .main-house-type .house-type .house-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 992px) {
  .house-type-section .main-house-type {
    gap: 0;
  }
}
@media (max-width: 768px) {
  .house-type-section .main-house-type {
    flex-direction: column;
  }
  .house-type-section .main-house-type .house-type {
    width: 100%;
    padding: 25px 20px;
  }
}

.about-us {
  padding-bottom: 100px;
}
.about-us .main-about-us {
  display: flex;
  gap: 50px;
}
.about-us .main-about-us .about-img {
  width: 50%;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  box-shadow: 0px 0px 12px #ccc;
}
.about-us .main-about-us .about-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 992px) {
  .about-us .main-about-us {
    flex-direction: column;
    gap: 30px;
  }
  .about-us .main-about-us .about-content {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .about-us .main-about-us .about-img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .about-us {
    padding-bottom: 40px;
  }
}

.services-section {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../upload/other/services-background.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.services-section .service-heading {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.services-section .service-heading p {
  margin-top: 10px;
}
@media (max-width: 992px) {
  .services-section .service-heading {
    width: 90%;
  }
}
.services-section .main-services {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-gap: 30px;
  align-items: stretch;
  margin-top: 40px;
}
.services-section .main-services .service-box {
  position: relative;
}
.services-section .main-services .service-box .img-box {
  display: flex;
  overflow: hidden;
  border-radius: 10px;
}
.services-section .main-services .service-box .img-box img {
  transition: all 0.3s ease-in-out;
}
.services-section .main-services .service-box .box-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  background-color: rgba(34, 34, 34, 0.3411764706);
  align-items: center;
}
.services-section .main-services .service-box .box-content h4 {
  font-size: 20px;
}
.services-section .main-services .service-box .box-content .service-btn a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s linear;
}
.services-section .main-services .service-box .box-content .service-btn a:hover {
  background-color: #24aadf;
  color: #fff;
}
@media (max-width: 768px) {
  .services-section .main-services .service-box .box-content {
    padding: 10px;
  }
  .services-section .main-services .service-box .box-content h4 {
    font-size: 18px;
  }
}
.services-section .main-services .service-box:hover .img-box img {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .services-section .main-services {
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    grid-gap: 10px;
  }
}

.after-before .main-after-before {
  display: flex;
  gap: 30px;
}
.after-before .main-after-before .after-before-box {
  width: 50%;
  display: flex;
  border-radius: 10px;
  box-shadow: 0px 0px 12px rgba(204, 204, 204, 0.8);
  overflow: hidden;
}
.after-before .main-after-before .after-before-box .wrapper {
  display: flex;
}
.after-before .main-after-before .after-before-box .wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
}
.after-before .main-after-before .after-before-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 992px) {
  .after-before .main-after-before {
    flex-direction: column;
  }
  .after-before .main-after-before .after-before-content {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .after-before .main-after-before .after-before-box {
    width: 100%;
  }
}

.faq-section {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../upload/other/faq-background.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.faq-section .container {
  max-width: 1200px;
  margin: 0 auto;
}
.faq-section .faq-title {
  text-align: center;
  margin-bottom: 30px;
  color: #ffffff;
}
.faq-section .faq-item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: max-height 0.3s ease, box-shadow 0.3s ease;
}
.faq-section .faq-item .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  background-color: #007bff;
  color: #fff;
  font-size: 1.25rem;
  border-bottom: 1px solid #007bff;
}
.faq-section .faq-item .faq-question h4 {
  font-size: 24px;
}
@media (max-width: 768px) {
  .faq-section .faq-item .faq-question h4 {
    font-size: 18px;
  }
}
.faq-section .faq-item .faq-question:hover {
  background-color: #0056b3;
}
.faq-section .faq-item .faq-question .faq-toggle {
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .faq-section .faq-item .faq-question {
    padding: 5px 10px;
  }
}
.faq-section .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  background-color: #f4f4f4;
  font-size: 1rem;
  color: #555;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.faq-section .faq-item.active .faq-answer {
  max-height: -moz-max-content;
  max-height: max-content; /* Adjust height based on content */
  padding: 15px 20px;
}
.faq-section .faq-item.active .faq-toggle {
  transform: rotate(45deg);
}

.testimonial-section {
  background-color: #f0f8ff;
}
.testimonial-section .testimonial-title {
  text-align: center;
  margin-bottom: 40px;
  color: #333;
}
.testimonial-section .owl-carousel .owl-nav button {
  background-color: #007bff;
  color: #fff;
  border-radius: 50%;
  border: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.testimonial-section .owl-prev {
  left: -50px;
}
.testimonial-section .owl-next {
  right: -50px;
}
.testimonial-section .testimonial-card {
  background: linear-gradient(145deg, #ffffff, #e6e6e6);
  box-shadow: 0px 0px 12px rgba(204, 204, 204, 0.5490196078);
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  transition: all 0.3s ease;
  overflow: hidden;
  margin: 10px;
}
.testimonial-section .testimonial-card .testimonial-content p {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 20px;
}
@media (max-width: 450px) {
  .testimonial-section .testimonial-card .testimonial-content p {
    font-size: 16px;
  }
}
.testimonial-section .testimonial-card .testimonial-author {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.testimonial-section .testimonial-card .testimonial-author h4 {
  font-size: 1.25rem;
  color: #333;
  margin-top: 20px;
}
.testimonial-section .testimonial-card .stars {
  margin-top: 10px;
  color: #f39c12;
  font-size: 1.5rem;
}
.testimonial-section .testimonial-card .stars span {
  margin-right: 2px;
}
.testimonial-section .group-btn {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}
@media (max-width: 450px) {
  .testimonial-section .group-btn {
    gap: 10px;
  }
}
@media (max-width: 500px) {
  .testimonial-section .testimonial-title {
    margin-bottom: 20px;
  }
  .testimonial-section .group-btn {
    margin-top: 20px;
  }
  .testimonial-section .testimonial-card {
    padding: 15px;
  }
}

.request-form-section {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../upload/other/form-background.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.request-form-section .main-request-form {
  background: #fff;
  border-radius: 15px; /* Rounded corners */
  border: 1px solid rgba(255, 255, 255, 0.3); /* Semi-transparent border */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); /* Soft shadow */
  padding: 20px; /* Internal spacing */
  color: #000000; /* Text color */ /* Center the card */
}
.request-form-section .form-heading {
  margin-bottom: 40px;
}
.request-form-section .form-heading h3 {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 500px) {
  .request-form-section .form-heading {
    margin-bottom: 20px;
  }
  .request-form-section .main-request-form {
    padding: 10px;
  }
}

form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
form input,
form textarea,
form select {
  width: 100%;
  padding: 10px;
  border: 1px dashed #000;
  border-radius: 5px;
}
form label {
  display: block;
  color: #000000;
  margin-bottom: 5px;
  font-size: 18px;
}
@media (max-width: 768px) {
  form label {
    font-size: 16px;
  }
}
form .group-box {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 768px) {
  form .group-box {
    flex-direction: column;
    gap: 10px;
  }
}
form .group-box .box {
  width: 50%;
}
@media (max-width: 768px) {
  form .group-box .box {
    width: 100%;
  }
}
form .input-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
form input[type=submit] {
  font-size: 18px;
  background-color: #24aadf;
  color: #fff;
  border: none;
  cursor: pointer;
  width: 170px;
}
form .radio-box label {
  display: flex;
  gap: 20px;
}
form .radio-box input {
  width: auto;
}
@media (max-width: 768px) {
  form {
    gap: 10px;
  }
}

footer {
  background-color: #333;
  color: #fff;
  padding: 40px 0 0;
}
footer .footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 992px) {
  footer .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  footer .footer-grid {
    grid-template-columns: 1fr;
  }
}
footer .footer-col h4 {
  font-size: 18px;
  margin-bottom: 15px;
}
footer .footer-col p,
footer .footer-col ul {
  font-size: 14px;
  line-height: 1.6;
}
footer .footer-col ul {
  list-style: none;
  padding: 0;
}
footer .footer-col ul li {
  margin-bottom: 10px;
}
footer .footer-col ul a {
  color: #fff;
  text-decoration: none;
}
footer .footer-col ul a:hover {
  color: #df1118;
}
footer .about-col .footer-logo {
  width: 250px;
  margin-bottom: 15px;
}
footer .quick-links ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
footer .quick-links ul li a i.arrow.right {
  margin-right: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(316deg);
}
footer .quick-links ul li a:hover {
  color: #df1118;
}
footer .contact-info ul li {
  display: flex;
  flex-direction: column;
}
footer .social-icons {
  display: flex;
  flex-direction: row !important;
  gap: 10px;
}
footer .social-icons a img {
  width: 40px;
  height: 40px;
  transition: transform 0.3s;
}
footer .social-icons a img:hover {
  transform: scale(1.1);
}
footer .bottom-footer {
  margin-top: 20px;
  background-color: #222;
  padding: 10px 0;
  text-align: center;
  font-size: 12px;
}
footer .bottom-footer a {
  color: #fff;
}
footer .bottom-footer img {
  width: 100px;
  margin-top: 10px;
}

.inner-banner {
  padding: 270px 0 150px;
  text-align: center;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../upload/banner/banner1.jpg") center/cover no-repeat;
  color: #fff;
}
.inner-banner a {
  color: aqua;
}
@media (max-width: 768px) {
  .inner-banner {
    padding: 200px 0 90px;
  }
}

.service-page .services-section {
  background: #f5feff;
}

.gallery-page .section-heading {
  text-align: center;
  margin-bottom: 40px;
}
.gallery-page .gallery .main-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 20px;
  align-items: stretch;
}
.gallery-page .gallery .item {
  display: flex;
  overflow: hidden;
  border-radius: 10px;
}
.gallery-page .gallery .item img {
  border-radius: 10px;
  transition: all 0.2s linear;
}
.gallery-page .gallery .item:hover img {
  transform: scale(1.1);
}

.videos-page .video-section .main-video-section {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-gap: 20px;
  align-items: stretch;
}
.videos-page .video-section .main-video-section .item {
  display: flex;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .videos-page .video-section .main-video-section {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}

.contact-page .contact-wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.contact-page .contact-wrapper .contact-form,
.contact-page .contact-wrapper .contact-details {
  flex: 1;
  min-width: 300px;
}
.contact-page .contact-wrapper .contact-form {
  padding: 20px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
.contact-page .contact-wrapper .contact-form .form-group input,
.contact-page .contact-wrapper .contact-form .form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}
.contact-page .contact-wrapper .contact-form .form-group textarea {
  resize: vertical;
}
.contact-page .contact-wrapper .contact-form .form-group .btn-submit {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.contact-page .contact-wrapper .contact-form .form-group .btn-submit:hover {
  background-color: #0056b3;
}
.contact-page .contact-wrapper .contact-details .details-wrapper {
  margin-top: 30px;
}
.contact-page .contact-wrapper .contact-details .details-wrapper .detail-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.contact-page .contact-wrapper .contact-details .details-wrapper .detail-item i {
  font-size: 20px;
  color: #000000;
  margin-right: 15px;
}
.contact-page .contact-wrapper .contact-details .details-wrapper .detail-item p {
  margin: 0;
  font-size: 16px;
  color: #000000;
}
.contact-page .contact-wrapper .contact-details .details-wrapper .detail-item p a {
  color: #000000;
  text-decoration: none;
}
.contact-page .contact-wrapper .contact-details .details-wrapper .detail-item p a:hover {
  text-decoration: underline;
}
.contact-page .map-section {
  display: flex;
}
.contact-page .map-section iframe {
  width: 100%;
}

.inner-service-page .sub-service .main-sub-service {
  display: flex;
  gap: 50px;
}
.inner-service-page .sub-service .main-sub-service .sub-service-img {
  width: 50%;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  box-shadow: 0px 0px 12px #ccc;
}
.inner-service-page .sub-service .main-sub-service .sub-service-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 992px) {
  .inner-service-page .sub-service .main-sub-service {
    flex-direction: column;
    gap: 30px;
  }
  .inner-service-page .sub-service .main-sub-service .sub-service-content {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .inner-service-page .sub-service .main-sub-service .sub-service-img {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */
.after-before-content h2{
  font-size: 44px;
  font-family: "Outfit", Sans-serif;
}
.hide{
  display: none;
}