.footer-content {
  background-color: var(--primary-color);
  padding: 0.75rem 0.875rem;
  width: 100%;
  height: fit-content;
  position: fixed;
  bottom: 0;
  z-index: 99999;
}
.fonts-helvetika {
  font-family: var(--helvetica-font-family);
  color: var(--white-color);
}
.fonts-helvetika a:hover {
  color: var(--secondary-color);
}

.footer-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.social-icons {
  display: flex;
  /* gap: 1rem; */
  align-items: center;
  z-index: 99999999999;
}
/* .social-media {
    height: 30px;
    width: 30px;
    border-radius: 3px;
    
  } */
.social-padding {
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 3px;
}

.link-flex {
  display: flex;
  align-items: center;
  /* gap:rem; */
}
.link-flex li {
  padding: 0 0.87rem;
}
.link-flex li a p {
  color: white;
  transition: var(--common-transition);
}
.link-flex li a p:hover {
  color: var(--secondary-color);
  transition: var(--common-transition);
}
.poweredby a p {
  color: white;
  transition: var(--common-transition);
}
.poweredby a p:hover {
  color: var(--secondary-color);
  transition: var(--common-transition);
}

.social-media {
  width: 20px;
  height: 20px;
}
.social-media img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.social-padding:hover.social-padding {
  background-color: #3b5998;
}
/* .hover-flex-men li a p {
  color: white;
} */
.hover-enable-women {
  display: none;
  position: absolute;
  width: 100%;
  top: -3%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
  padding: 1rem;
  transition: var(--common-transition);
}
.link-flex .women-hover:hover .hover-enable-women {
  display: block;
  transition: var(--common-transition);
}
.link-flex .men-hover:hover .hover-enablemen {
  display: block;
  transition: var(--common-transition);
}
.hover-flex-men {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.hover-enablemen {
  display: none;
  position: absolute;
  width: 100%;
  top: -3%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
  padding: 1rem;
  transition: var(--common-transition);
}

.hover-enable-women {
  display: none;
}

.men-mob {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 50%;
  position: absolute;
  left: 0;
  transform: translateY(170%);
  background-color: rgba(0, 0, 0, 0.8);
  padding: 1.5rem;
}
.women-mob {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 50%;
  position: absolute;
  right: 0;
  transform: translateY(100%);
  background-color: rgba(0, 0, 0, 0.8);
  padding: 1.5rem;
}
/* .home-main-wrapper{
    height: 80vh;
} */

.dsbt-swiper-section {
  width: 100%;
  height: 100svh;

  background-color: var(--primary-color);
}

.swiper-bg {
  background-color: black;
  width: 100%;
  /* height: 100svh; */
  overflow: hidden;
}

.swiper-main {
  width: 100%;

  height: 100%;
}
.swiper-img-main img {
  /* object-fit: cover; */
  height: 100svh;
  width: 100%;
  margin-top: 10svh;
  /* margin-top: 25svh; */
}
/* 
.abouts-us-title p {
  font-size: 2.25rem;
  font-family: var(--regular-font-family);
  text-align: right;
}
.abouts-us-title {
  padding: 1rem;
}
.about-us-flex {
  display: flex;
}
.about-us-flex > div:nth-child(1) {
  flex-basis: 50%;
  width: 50%;
}
.about-us-flex > div:nth-child(2) {
  flex-basis: 50%;
  width: 50%;
} */
.contactus-main {
  width: 100%;
  height: 86.5lvh;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dsbt-abouts-wrapper {
  height: 86.5lvh;
  width: 100%;
}
.contactus-main > div:nth-child(1) {
  width: 50%;
  flex-basis: 50%;
}
.contactus-main > div:nth-child(2) {
  width: 50%;
  flex-basis: 50%;
  /* justify-self: center; */
}
.location-frame {
  width: 100%;
  height: 100%;
}
.location-frame iframe {
  transform: translateY(5%);
  width: 100%;
  height: 95%;
}
.address-img {
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
.address-copy-width {
  width: 30%;
  margin: 0 auto;
}
/* #dsbt-video-section-1{
  margin-top: 6rem;
} */
.video-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 2.5rem;
  row-gap: 2rem;
  margin-bottom: 3.5rem;
}
#video-page-wrapper-dsbt {
  margin-top: 7rem;
}
.video-grid div {
  width: max-content;
  /* height: fit-content; */
}
#dsbt-home-section-1 {
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 4%);
}

.mobile-footer-bottom {
  display: none;
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
.mobile-footer-bottom .social-icons-mobile {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.video-grid > div iframe {
  aspect-ratio: 16 / 9;
}

.video-grid > div {
  background-color: gray;
}

@media only screen and (max-width: 1680px) {
  html {
    font-size: 15px;
  }
  .video-grid {
    column-gap: 2rem;
    row-gap: 2rem;
  }
}
.video-grid div iframe {
  width: 100%;
  height: 100%;

  /* width: 380px !important; */
  /* width: calc(100% / 4 - 1rem); */
  /* height: 250px !important; */
}
.video-grid div {
  width: 100%;
  /* height: fit-content; */
}
.main-link-footer {
  margin: 0 auto;
}
.active-link-header p,
.active-link-header a {
  color: var(--secondary-color) !important;
}

@media only screen and (max-width: 1450px) {
  html {
    font-size: 14px;
  }
  .hover-flex-men {
    gap: 1rem;
  }
  .address-copy-width {
    width: 43%;
  }
  .location-frame iframe {
    transform: translateY(4%);
    height: 93.5%;
  }
}

@media only screen and (max-width: 1366px) {
  html {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1152px) {
  html {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1024px) {
  html {
    font-size: 11px;
  }
  .location-frame iframe {
    transform: translateY(1.5%);
    height: 96%;
  }
}

@media only screen and (max-width: 991px) {
  .hover-flex-men {
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
  }
  /* .hover-enablemen {
    top: -100%;
  } */
  .hover-enablemen {
    top: -70%;
}
  .hover-enable-women {
    top: -100%;
  }
  .visible-tab-mobile {
    display: block !important;
  }

  .hide-tab-mobile {
    display: none !important;
  }
  .social-icons,
  .poweredby {
    display: none;
  }

  /* .social-icons-mobile,.poweredby-mobile{
    display: block;
  } */

  .mobile-footer-bottom {
    display: flex;
  }

  .link-flex {
    flex-wrap: wrap;
    /* align-items: center; */
    width: 100%;
    justify-content: space-between;

    gap: 2rem;
  }
  .link-font-size p {
    font-size: 1.5rem;
  }

  .contactus-main {
    flex-direction: column;
    background-color: var(--pure-black-color);
  }
  .contactus-main > div:nth-child(1) {
    width: 100%;
    flex-basis: 50%;
  }
  .contactus-main > div:nth-child(2) {
    width: 100%;
    flex-basis: 100%;
    padding: 5rem 0 0 0;
    /* justify-self: center; */
  }

  .contact-font-size p,
  .contact-font-size p span {
    font-size: 2rem;
    line-height: 3rem;
  }
  .address-copy-width {
    width: 40%;
  }
  .dsbt-abouts-wrapper-contact {
    height: 89.5vh;
    width: 100%;
  }
  .video-grid {
    grid-template-columns: repeat(2, 1fr);
    /* row-gap: 0rem; */
  }
  .link-flex li {
    padding: 0 0.57rem;
  }
  .footer-content {
    padding: 1rem;
  }
  .video-grid {
    margin-bottom: 7.5rem;
}
}

@media only screen and (max-width: 767px) {
  .visible-mobile-only {
    display: block !important;
  }
  .hide-mobile-only {
    display: none !important;
  }
  .main-container {
    width: 98%;
  }
  .header-logo {
    width: 13.5rem;
  }
  .header-wrapper {
    padding: 0.5rem;
  }
  .product-hero-img {
    padding: 131% 0;
    background-size: cover !important;
  }
  .swiper-controllers .prev-btn,
  .swiper-controllers .next-btn {
    display: none;
  }
  .link-font-size p {
    font-size: 1.2rem;
  }
  .poweredby-mobile .link-font-size p {
    font-size: 1rem;
}
  .link-flex {
    justify-content: center;
    padding: 0;
    gap: 1rem 1rem;
  }
  .footer-content {
    padding: 0.75rem 0 0.75rem 0;
  }
  .address-copy-width {
    width: 90%;
  }
  .dsbt-abouts-wrapper-contact {
    height: 84vh;
    width: 100%;
  }
  .contactus-main > div:nth-child(1) {
    width: 100%;
    flex-basis: 40%;
  }
  .contactus-main > div:nth-child(2) {
    width: 100%;
    flex-basis: 100%;
    height: fit-content;
    padding: 2rem 0 0 0;
  }
  .location-frame {
    width: 30%;
  }
  .location-frame iframe {
    transform: translateY(8%);
    width: 100%;
    height: 94%;
  }
  .video-grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1rem;
  }
  .hover-enablemen {
    display: none;
  }
  .men-hover:hover .men-mob {
    transform: translateY(-114%);
    transition: var(--common-transition);
  }
  .link-flex .women-hover:hover .hover-enable-women {
    display: none;
  }
  .link-flex .men-hover:hover .hover-enablemen {
    display: none;
  }
  .women-hover:hover .women-mob {
    transform: translateY(-105%);
    transition: var(--common-transition);
  }
  .women-mob .link-font-size p {
    font-size: 1rem;
  }
  .men-mob .link-font-size p {
    font-size: 1rem;
  }
  .address-img {
    width: 20px;
    height: 20px;
  }
  .contact-font-size p,
  .contact-font-size p span {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  #dsbt-home-section-1 {
    transform: translate(-50%, 2%);
  }
}

@media only screen and (max-width: 600px) {
  .women-hover:hover .women-mob {
    transform: translateY(-107%);
    transition: var(--common-transition);
  }
  .video-grid {
    margin-bottom: 6rem;
    padding-top: 1rem;
  }
  .social-media {
    width: 1.25rem;
    height: 1.25rem;
}
.social-padding {
  padding: 0.2rem;
}
}

@media only screen and (max-width: 325px) {
  .link-font-size p {
    font-size: 1rem;
  }
  .contact-font-size p,
  .contact-font-size p span {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .address-img {
    width: 12px;
    height: 12px;
  }
  .contactus-main > div:nth-child(2) {
    padding: 3rem 0 0 0;
  }
  .inner-flex.inner-flex-small {
    gap: 1rem;
  }
  .video-grid {
    margin-bottom: 5rem;
  }
  .men-hover:hover .men-mob {
    transform: translateY(-109%);
  }
}
