/*
Theme Name:     Twenty Twenty-Five Child
Template:       twentytwentyfive
Version:        1.0
Description:    A child theme for Twenty Twenty-Five.
Author:         Your Name
*/

@import url("../twentytwentyfive/style.css");

.has-global-padding > .alignfull {
  margin: 0;
}
.has-global-padding {
  padding: 0;
}
:where(.wp-site-blocks *:focus) {
  outline-width: unset;
  outline-style: unset;
}
html,
body {
  overflow-x: hidden !important;
}
body h1,
body h2,
body h3,
body h4 {
  font-family: "Butler";
  font-weight: 200;
}

body ul li,
body p {
  font-family: "GT America";
}

body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body ul li,
body a {
  color: #5d564e;
}
body a {
  text-decoration: none;
}

body .about-para {
  font-family: "GT America";
  font-weight: 900;
  font-size: 24px;
  line-height: 37px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  margin: 0 15px;
  flex-shrink: 0;
}

html,
body {
  overscroll-behavior: none;
}

.child .about-para {
  justify-content: center;
  display: flex;
}

body header li a {
  font-weight: 400;
  font-size: 16px;
  font-family: "GT America";
}
.about-col .about-parap {
  font-weight: 400;
  font-size: 24px;
  font-family: "GT America";
}

.container {
  max-width: 1350px;
  width: 100%;
  margin: auto !important;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.container-header {
  max-width: 1400px;
  width: 100%;
  margin: auto !important;
}

body .heading-h1 {
  font-weight: 200;
  font-size: 96px;
  line-height: 96px;
}

body .heading-h2 {
  font-weight: 200;
  font-size: 64px;
  text-align: center;
}

body .text-para,
body .hero-pra {
  font-family: "GT America";
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
}

/* header css */
.site-header-item,
.header-navigation,
.primary-menu-container {
  width: 100%;
}

.site-header-item .primary-menu-container .menu {
  width: 100%;
  justify-content: space-between;
}
header .first-heading {
  width: 436px;
  height: 58px;
}
/* header css  end */

.header-row {
  max-width: 1350px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 47px;
}

.navbar-main {
  gap: 80px;
}

/* hero banner css */

body .main-banner {
  width: 100%;
  max-width: 94%;
  margin: auto;
}

.main-banner .main-banner-left-col {
  position: relative;
}

.banner-ourlyp-img {
  position: absolute;
  right: 6%;
  top: 18%;
  bottom: 0;
}

.banner-ourlyp-img img {
  width: 295px;
  height: 442px;
}

.banner-video video {
  height: 675px;
  width: 379px;
}

/* hero banner css end */

/* about Section*/
.entry-content .about-main {
  max-width: 921px;
  width: 100%;
  margin: auto;
}
.image-container .inage-one img {
  width: 100%;
}

.wp-block-column.image-container {
  transition: opacity 0.3s ease;
}
.wp-block-column.image-container:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fffdfad9;
  transition: opacity 0.3s ease;
}
/* loop css */

.child {
  justify-content: space-around !important;
  gap: 20px !important;
  animation: marquee 40s linear infinite;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin: 15px 0;
  width: 100%;
}

.child:hover {
  animation-play-state: paused;
}

.parent {
  max-width: 100%;
  margin: 6px auto;
  overflow: hidden;
}

.loop-main {
  display: unset !important;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* tabs section */
.tab {
  float: left;
  width: 45%;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  padding: 29px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  color: #5d564e59;
  font-family: "Butler";
  border-bottom: 1px solid #5d564e;
  background: transparent;
}

/* Create an active/current "tab button" class */
.tab button.active,
.tablinks-1.active-btn {
  color: #5d564e;
}

/* Style the tab content */
.tabcontent-tab {
  float: left;
  padding: 0px 12px;
  width: 45%;
  border-left: none;
  margin-top: 45px;
  margin-left: 34px;
}

.tabcontent-tab-1st {
  float: left;
  padding: 0px 12px;
  width: 50%;
  border-left: none;
  margin-top: 21px;
  margin-left: 34px;
}

.tablinks {
  font-size: 64px;
  line-height: 64px;
  padding: 25px 0 !important;
}

#packaging {
  position: relative;
  top: 154px;
}

#merchand {
  position: relative;
  top: 396px;
}

#assembly {
  position: relative;
  top: 642px;
}

.head-one {
  font-size: 64px;
  font-family: "Butler";
  margin-top: 0;
  margin-bottom: 0;
}

.paragraoh-under {
  border-bottom: 1px solid #5d564e;
  padding-bottom: 20px;
}

.image-container {
  position: relative;
  display: inline-block;
}

.hover-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  color: rgb(0, 0, 0);
  transition: opacity 0.3s ease;
  font-size: 20px;
  text-align: center;
  opacity: 0;
  z-index: 1;
}

.image-container:hover .hover-text {
  opacity: 1;
}

.all-one-btn a {
  transition: all 0.3s ease;
  font-size: 16px;
  font-family: "GT America";
  font-weight: 400;
}
.all-one-btn {
  width: 204px;
}

.all-one-btn a:hover {
  background-color: #5d564e !important;
  color: #fff !important;
}

.mobile-dis-block {
  display: none !important;
}

.desktop-dis-block {
  display: block !important;
  padding: 12px 22px !important;
}

@media (max-width: 767px) {
  body .heading-h1 {
    font-size: 48px;
    line-height: 48px;
  }

  body .heading-h2 {
    font-size: 48px;
    line-height: 51px;
    text-align: center;
  }
  .meet-heading {
    max-width: 100%;
    margin: auto;
    margin-top: 25px;
  }
  html body #scrollToTopBtn {
    right: 10px;
  }
  body .text-para,
  .mobile-dis-block .faq-tab p,
  .main-banner .main-banner-right-col .hero-pra {
    font-size: 16px;
    line-height: 28px;
  }

  body .main-banner {
    flex-direction: column-reverse;
    padding: 0 10px;
    display: flex !important;
  }

  .about-main {
    max-width: unset;
    width: unset;
  }

  .banner-video video {
    width: 275px;
  }

  .banner-ourlyp-img {
    top: 24%;
  }

  .banner-ourlyp-img img {
    width: 217px;
    height: unset;
  }

  .tab .tablinks {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0;
    border-bottom: none;
  }

  .tab {
    width: 100%;
  }

  body .mobile-dis-block {
    display: block !important;
  }

  body .desktop-dis-block {
    display: none !important;
  }

  .faq-tab {
    display: none;
    transition: all 0.3s ease;
  }

  .faq-tab.active-1 {
    display: block;
  }

  .tablinks-1 {
    width: 100%;
    cursor: pointer;
  }
  .about-main .about-col,
  .tabs-main .tabs-col,
  body .gallery {
    padding: 0 20px;
  }
  .space-dis-none {
    display: none;
  }
  body .about-para {
    font-size: 16px;
  }
  header .first-heading {
    display: flex;
    align-items: center;
  }
  body .entry-content .space-h-70-m {
    height: 70px !important;
  }
  /* Specific SVG rect ko target karna */
  .wp-block-navigation__responsive-container-open svg rect {
    stroke: black; /* border color */
    stroke-width: 1; /* border ki motai */
  }
  .wp-block-navigation__responsive-container-open svg rect {
    height: 0.5px !important;
    width: 40px !important;
  }
  .about-col .about-parap {
    font-size: 16px;
    line-height: 28px;
  }
  .entry-content .feature-clients {
    line-height: 96px;
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .first-heading {
    font-size: 32px !important;
    max-width: 300px;
    display: flex;
    align-items: center;
  }
  .navbar-main {
    gap: 12px;
  }
  .header-row {
    padding: 12px 22px;
  }
  .main-banner {
    display: block !important;
  }
  .wp-block-video video {
    vertical-align: middle;
    width: 82% !important;
  }
}

/* Toggile Button bottom to Top css */
#scrollToTopBtn {
  position: fixed;
  bottom: 70px;
  right: 60px;
  z-index: 99;
  display: none;
  background: transparent;
  border: none;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

#scrollToTopBtn img {
  display: block;
  margin: auto;
}

/* Toggile Button bottom to Top css end */

/* show portfolio on click load more btn  */
.hidden {
  display: none !important;
}
/* loader */
#portfolio-loader {
  display: none;
  text-align: center;
  margin: 16px 0;
}
#portfolio-loader .spinner {
  border: 4px solid rgba(0, 0, 0, 0.08);
  border-top: 4px solid rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  animation: spin 0.9s linear infinite;
  margin: 6px auto;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* visually-hidden text for screen-readers */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* contact dorm & popup */
div#popmake-474 {
  top: 6% !important;
}
body .pum-container.pum-responsive.pum-responsive-medium {
  border: 18px solid black;
  width: 638px;
  height: auto;
  border-radius: 50px;
}
body .pum-theme-465 .pum-content + .pum-close,
.pum-theme-default-theme .pum-content + .pum-close {
  font-size: 0 !important;
}
body .pum-theme-465 .pum-content + .pum-close,
.pum-theme-default-theme .pum-content + .pum-close::before {
  content: "Close";
  color: #000;
  font-size: 14px;
}
body .pum-theme-465 .pum-content + .pum-close,
.pum-theme-default-theme .pum-content + .pum-close {
  background: transparent;
  box-shadow: none;
  color: #000;
  right: 15px;
  text-transform: capitalize;
  font-weight: 400;
}
@media screen and (min-width: 767px) {
  .popmake-content .wpcf7-form {
    padding-left: 35px;
    padding-right: 35px;
  }
}
body .pum-theme-1421,
.pum-theme-default-theme {
  background-color: transparent;
}
.popmake-content .form-title {
  text-align: center;
  font-size: 64px;
  font-family: "Conv_Butler_Light" !important;
  margin-top: 60px;
  font-weight: normal;
  text-transform: unset;
}

body .popmake-content .wpcf7-form-control.wpcf7-text,
body .popmake-content input[type="email"] {
  font-size: 24px;
  color: #000 !important;
  margin: 0;
  text-align: center;
  padding-bottom: 0;
  color: #000 !important;
  border-bottom: 2px solid #000 !important;
  font-size: 24px;
  font-family: "GT-America-Standard-Regular" !important;
  font-weight: 400;
}
body .popmake-content .wpcf7-form-control.wpcf7-textarea {
  border: 2px solid #000 !important;
  height: 143px;
  font-size: 24px;
  color: #000 !important;
  font-family: "GT-America-Standard-Regular" !important;
  font-weight: 400;
}
.popmake-content .edgtf-btn.edgtf-btn-solid {
  border: 3px solid #000;
  min-width: 178px;
  font-size: 15px;
  height: 56px;
  margin-top: 50px;
  border-radius: 20px !important;
  line-height: 54px;
  background: transparent;
  color: #000;
  text-align: center;
  font-family: "GT-America-Standard-Medium";
  color: #000;
  font-weight: 500;
  padding-right: 0 !important;
}
.popmake-content .edgtf-btn.edgtf-btn-solid:after {
  display: none !important;
}
.popmake-content .edgtf-btn.edgtf-btn-solid span {
  position: static;
  font-size: 15px;
  text-align: center;
  padding-top: 0 !important;
}
.popmake-content p {
  text-align: center;
}
#respond input[type="text"],
#respond textarea,
.edgtf-style-form textarea,
.post-password-form input[type="password"],
.wpcf7-form-control.wpcf7-date,
.wpcf7-form-control.wpcf7-number,
.wpcf7-form-control.wpcf7-quiz,
.wpcf7-form-control.wpcf7-select,
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea,
input[type="email"],
input[type="password"],
input[type="text"] {
    position: relative;
    width: 100%;
    margin: 0 0 35px;
    padding: 5px 5px;
    font-family: inherit;
    font-size: 15px;
    font-weight: inherit;
    line-height: calc(31px - (5px * 2) - 2px);
    color: #000;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color .2s 
ease-in-out;
    -o-transition: border-color .2s ease-in-out;
    transition: border-color .2s 
ease-in-out;
}
body .pum-content #btn2.btn.form-btn {
    border-color: #5d564e;
    border-style: solid;
    border-width: 1px;
    border-radius: 0px;
    color: #5d564e;
    background-color: #ffffff00;
    padding-top: var(--wp--preset--spacing--20);
    padding-right: var(--wp--preset--spacing--30);
    padding-bottom: var(--wp--preset--spacing--20);
    padding-left: var(--wp--preset--spacing--30);
    cursor: pointer;
}
body .pum-content #btn2.btn.form-btn br{
  display: none;
}
body .pum-content #btn2.btn.form-btn:hover {
  background-color: #5d564e !important;
    color: #fff !important;
}
@media screen and (max-width: 767px) {
    .pum-theme-465 .pum-content, .pum-theme-default-theme .pum-content {
        padding: 0 15px;
    }
}
.work-btn{
  width: 251px;
}
html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]){padding:0 !important;}
