* {
    margin: 0;
    padding: 0;
  }
  body{
    background-color: black;
    font-family: 'Poppins', sans-serif;
    color: white;
  }
  * {
    scroll-behavior: smooth;
}
  ul,p {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  p{    color: rgba(255, 255, 255, 0.7);}
  a{text-decoration: none;}
  .hidden{display: none;}
  .th-btn {
    display: inline-block;
    background: radial-gradient(circle, #edbe54, #c99e3e);
    padding: 8px 12px;
    margin-top: 20px;
    border-radius: 10px;
}
.th-btn a{color: white;}
.th-btn:hover a{color: black;}
  .nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-block: 12px;
}
  .main-menu{gap: 50px;}
  .main-menu a{color:#eebd56; font-size: 16px;transition: 0.3s all;}
  .main-menu a:hover{color: #eebd56;}

.mobile-menu {
  display: none;
  flex-direction: column;
  align-items: flex-end;
}
.mob-menu-icon{display: none;}
a#mobile-menu-icon {
    color: #eebd56;
        background: rgb(238 189 86 / 34%);
    padding: 6px 10px;
    font-size: 24px;
}
.mobile-menu a{color:#eebd56;}
  .tagline {
    display: inline-flex;
    background: linear-gradient(125.17deg, rgb(39, 39, 39) 0%, rgb(17, 16, 29) 100%);
    padding: 6px 16px 6px 6px;
    align-items: center;
    color: white;
    border-radius: 10px;
    margin-bottom: 2rem;
    gap: 12px;}
    .brand h1{font-size: 72px;    font-weight: 600;}
    .text-gradient {
      background: radial-gradient(circle, #edbe54, #c99e3e);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent;
  }
  p.about {
    max-width: 470px;
    font-size: 18px;
}
.gts {
    display: flex;
    /* background: linear-gradient(157.81deg,#def9fa -43.27%,#bef3f5 -21.24%,#9dedf0 12.19%,#7de7eb 29.82%,#5ce1e6 51.94%,#33bbcf 90.29%); */
    box-shadow: 0 0 20px #bbbbbb40!important;
    min-width: 126px;
    min-height: 130px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    border: 1px solid;
}
.gts:hover {
  box-shadow: 0 0 20px #bbbbbbbf!important;
}
section.nmbers {
  margin-bottom: 4.5rem;
}
.nmb-main{
  display: flex;
  align-items: center;
  justify-content: center;
}
.nmb-main p{font-size: 40px; font-weight: 600;}
.nmb-main h4{font-size: 20px; margin-bottom: 0px;}
.th-pad {
  padding-block: 4rem;
}
.icon-box {
  display: flex;
  align-items: self-start;
  gap: 12px;
}
.thicon {
  background: rgb(238 189 86 / 34%);
  color: #eebd56;
  padding: 6px 10px;
  border-radius: 50%;
  font-size: 34px;
  width: 62px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content h3 {
  font-size: 20px;
}

/* gallery */

.section-wrapper {
    width: 100%;
    height: 734px;
    overflow: hidden;
    position: relative;
    background-color: transparent
}

.section-wrapper .container {
    position: relative;
    height: 100%
}

.section-wrapper .shielding-layer {
    content: "";
    width: 67%;
    height: 169%;
    position: absolute;
    top: -37%;
    left: -6%;
    z-index: 3;
    pointer-events: none;
    transform: rotate(16deg)
}

.section-wrapper .shielding-layer:before {
    content: "";
    width: 71%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: #00040fcc
}

.section-wrapper .shielding-layer:after {
    pointer-events: none;
    content: "";
    width: calc(29% + 1px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    background: linear-gradient(90deg,transparent 0,rgba(249,249,254,0))
}

.section-wrapper:before {
    content: "";
    width: 100%;
    height: 119px;
    pointer-events: none;
    background: linear-gradient(180deg,rgba(254,254,255,0),transparent);
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 2
}

.section-wrapper .box {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    height: 100%;
    z-index: 100
}

.section-wrapper .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 44%;
    max-width: 600px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4
}

.section-wrapper .content .title {
    font-size: 32px;
    color: #000c;
    line-height: 48px;
    text-align: left
}

.section-wrapper .content .feature-list {
    margin: 18px 0 24px;
    font-size: 14px;
    color: #000000b3;
    line-height: 20px
}

.section-wrapper .content .btn {
    padding: 14px 28px;
    font-size: 18px;
    color: #fff;
    line-height: 27px;
    display: inline-block
}

.section-wrapper .template-wall {
    width: 100%;
    display: flex;
    align-items: flex-start;
    transform: rotate(16deg);
    text-align: right
}

.section-wrapper .template-wall .column {
    display: flex;
    flex-direction: column;
    margin: 0 10px;
    transform-style: preserve-3d
}

.section-wrapper .template-wall .column:nth-child(2n) {
    -webkit-animation: myimg-data-v-4d0e073a 15s linear infinite;
    animation: myimg-data-v-4d0e073a 15s linear infinite
}

.section-wrapper .template-wall .column:nth-child(odd) {
    -webkit-animation: myimg-data-v-4d0e073a 30s linear infinite;
    animation: myimg-data-v-4d0e073a 30s linear infinite
}

.section-wrapper .template-wall .column:hover {
    z-index: 100;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.section-wrapper .wall-box {
    display: inline-block;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.section-wrapper .wall-box .icon {
    width: 214px;
    margin: 25px 10px;
    cursor: pointer;
    transition: all .2s
}

.section-wrapper .wall-box .hoverable:hover {
    transform: scale(1.2)
}

.btn {
    background-color: #000c;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    font-family: Poppins,Segoe UI,Avenir,Helvetica,Arial,sans-serif;
    font-weight: 600;
    transition: transform .3s ease-in-out
}

@-webkit-keyframes myimg-data-v-4d0e073a {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-50%)
    }
}

@keyframes myimg-data-v-4d0e073a {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-50%)
    }
}

/* close */
.catalog-text h2 {
  font-size: 48px;
}
.catalog-text param {
  font-size: 18px;
}
/* catalog book......................... */

/* .app {
    --thickness: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer
}

.app[data-current-media=book] .book-wrapper {
    display: block
}

.app[data-current-media=book] .media__button[value=book] {
    color: #000
}

.app[data-current-media=movie] {
    background: linear-gradient(to right,#2196F3,#03A9F4)
}

.app[data-current-media=movie] .movie-wrapper {
    display: block
}

.app[data-current-media=movie] .media__button[value=movie] {
    color: #000
}

.app[data-current-media=movie] .controls__thickness {
    display: none
}

.title {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    font-family: Josefin Sans;
    padding: 5vmin;
    font-size: 30px;
    color: #fbfffc;
    z-index: 1
}

.media-container:hover .book {
    transform: rotateX(5deg) rotateY(-50deg)
}

.media-container:hover .book-shadow {
    transform: rotateX(90deg) rotate(40deg)
}

.media-container:hover .movie {
    transform: rotateX(5deg) rotateY(-50deg)
}

.media-container:hover .movie-shadow {
    transform: rotateX(90deg) rotate(40deg)
}

.book-wrapper,.movie-wrapper {
    display: none;
}

.book {
    position: relative;
    z-index: 1;
    width: 350px;
    transform-style: preserve-3d;
    transition: transform 1s ease;
    transform: rotateX(0) rotateY(-30deg)
}

.book__front {
    border-radius: 5px;
    overflow: hidden;
    transform: translateZ(calc(var(--thickness)));
}

.book__back {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #616763;
    border-radius: 5px;
    overflow: hidden;
    transform: translateZ(calc(-1 * var(--thickness)))
}

.book__paper {
    height: 98%;
    width: calc(var(--thickness) * 2);
    background: white;
    position: absolute;
    top: 1%;
    right: 0;
    background: linear-gradient(90deg,rgba(0,0,0,.3),rgba(255,255,255,0)),repeating-linear-gradient(90deg,white,#e2e2e2 1px,white 3px,#9a9a9a 1px);
    transform: rotateY(90deg) translate(calc(var(--thickness) / 7)) translateZ(calc(var(--thickness) / 1.2))
}

.book-shadow {
    position: absolute;
    width: 400px;
    height: calc(100px + var(--thickness));
    background: red;
    transform: rotateX(90deg) rotate(30deg);
    transition: transform 1s ease;
    filter: blur(16px)
} */

/* ....................................... */

.app {
  --thickness: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer
}

.app[data-current-media=book] .book-wrapper {
  display: block
}

.app[data-current-media=book] .media__button[value=book] {
  color: #000
}

.app[data-current-media=movie] {
  background: linear-gradient(to right,#2196F3,#03A9F4)
}

.app[data-current-media=movie] .movie-wrapper {
  display: block
}

.app[data-current-media=movie] .media__button[value=movie] {
  color: #000
}

.app[data-current-media=movie] .controls__thickness {
  display: none
}

.title {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  font-family: Josefin Sans;
  padding: 5vmin;
  font-size: 30px;
  color: #fbfffc;
  z-index: 1
}

.media-container:hover .book {
  transform: rotateX(5deg) rotateY(-50deg)
}

.media-container:hover .book-shadow {
  transform: rotateX(90deg) rotate(40deg)
}

.media-container:hover .movie {
  transform: rotateX(5deg) rotateY(-50deg)
}

.media-container:hover .movie-shadow {
  transform: rotateX(90deg) rotate(40deg)
}

.book-wrapper,.movie-wrapper {
  display: none
}

.book {
  position: relative;
  z-index: 1;
  width: 350px;
  transform-style: preserve-3d;
  transition: transform 1s ease;
  transform: rotateX(0) rotateY(-30deg)
}

.book__front {
  border-radius: 5px;
  overflow: hidden;
  transform: translateZ(calc(var(--thickness)))
}

.book__back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #616763;
  border-radius: 5px;
  overflow: hidden;
  transform: translateZ(calc(-1 * var(--thickness)))
}

.book__paper {
  height: 98%;
  width: calc(var(--thickness) * 2);
  background: white;
  position: absolute;
  top: 1%;
  right: 0;
  background: linear-gradient(90deg,rgba(0,0,0,.3),rgba(255,255,255,0)),repeating-linear-gradient(90deg,white,#e2e2e2 1px,white 3px,#9a9a9a 1px);
  transform: rotateY(90deg) translate(calc(var(--thickness) / 7)) translateZ(calc(var(--thickness) / 1.2))
}
.book img{
  max-width: 100%;
  height: auto;
}
.book-shadow {
  position: absolute;
  width: 400px;
  height: calc(100px + var(--thickness));
  background: red;
  transform: rotateX(90deg) rotate(30deg);
  transition: transform 1s ease;
  filter: blur(16px)
}
/* ........................ */
.contact-form{
  width: 75%;
  margin: auto;
  box-shadow: 0 0 20px #e2dee840;
  border-radius: 15px;
}
.top-bar{display: flex;background-color: white; justify-content: space-between; padding: 10px 20px;    border-top-left-radius: 15px;
  border-top-right-radius: 15px; align-items: center;}
.dot{
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 3px;
  border-radius: 8px;}
  .pink{background-color: rgb(105, 1, 45);}
  .yellow{background-color: red;}
  .green{background-color: green;}
  .grey{width: 4px;
    height: 4px;
    margin-left: 2px;
    border-radius: 8px;
    display: inline-block;
    background: #999;}
  .contact-body{display: flex;}
  .c-detail,.c-form{
    padding: 100px;
    flex: 1;
  }
  .c-data {
    margin-top: 10px;
    font-size: 14px;
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.c-data i{padding-right: 10px;}
.c-data a{color: white;}
.c-data:hover a{color: #eebd56;}
.app-form-group {
  margin-bottom: 15px;
}
.app-form-control {
  width: 100%;
  padding: 10px 0;
  background: none;
  border: none;
  border-bottom: 1px solid #666;
  color: #ddd;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  transition: border-color .2s;
}.app-form-group.message {
  margin-top: 40px;
}.app-form-group.buttons {
  margin-bottom: 0;
  text-align: right;
}.form-btn{outline: 2px solid transparent;
  outline-offset: 2px;padding: 0.5rem;    border-radius: 10px;    margin-top: 2.5rem;    background-color: transparent;
  background-image: none;}
  
    /* .......catalog gallery...... */

.thumbs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.thumbs a {
    width: calc(25% - 20px);
    max-width: 300px;
    height: auto;
    margin-block: 10px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 0 3px white, 0 5px 8px 3px rgba(0, 0, 0, 0.6);
}
.thumbs > a img {
  transform: scale(1);
  transition: transform 0.1s ease-in-out;
  filter: grayscale(50%);
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.thumbs > a:hover img {
  transform: scale(1.1);
  filter: grayscale(0%);
}

.lightbox {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.lightbox:has(div:target) {
  transform: translateY(0%);
  opacity: 1;
}
.lightbox a.nav {
  text-decoration: none;
  color: white;
  font-size: 40px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
  opacity: 0.5;
  font-weight: 200;
}
.lightbox a.nav:hover {
  opacity: 1;
}
.lightbox .target {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  transform: scale(0);
  align-items: center;
  justify-content: space-between;
}
.lightbox .target *:first-child,
.lightbox .target *:last-child {
  flex: 0 0 100px;
  text-align: center;
}
@media all and (max-width: 600px) {
  .lightbox .target *:first-child,
.lightbox .target *:last-child {
    flex: 0 0 50px;
  }
}
.lightbox .target .content {
  transform: scale(0.9);
  opacity: 0;
  align-self: center;
  max-height: 100%;
  min-height: 0;
  min-width: 0;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 0 3px white, 0 5px 8px 3px rgba(0, 0, 0, 0.6);
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
}
.lightbox .target .content img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* or "cover" depending on your preference */
    display: block;
    margin: 0;
    max-height: calc(100vh - 40px);
}

.lightbox .target:target {
  transform: scale(1);
}
.lightbox .target:target .content {
  transform: scale(1);
  opacity: 1;
}
.lightbox .close {
  position: absolute;
  right: 10px;
  top: 10px;
}

/* ........close gallery ........... */


  .social-icons .circle {
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  display: flex;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.circle a {color:white;}
.social-icons .circle.fb:hover {
  background-color: #4267b2;
}
.social-icons .circle.twiter:hover {
  background-color: #1da1f2;
}
.social-icons .circle.linkedin:hover {
  background-color: #1e3050;
}
  
/* .............................whatsapp */
.stwp {
  position: fixed;
  bottom: 12px;
  right: 12px;
  background: #25D366;
  border-radius: 6px;
  width: 50px;
  height: 50px;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.stwp a {
  color: white;
  font-size: 26px;
}
.gts.new{display: none;}
@media screen and (max-width: 1399px){
    .thumbs a {
    width: calc(33.33% - 20px);
    max-width: 262px;}
}
@media screen and (max-width: 992px){
  .nav.main-menu {
    display: none;
}
.mob-menu-icon{display: block;}
.mobile-menu {
  display: flex; padding-right: 18px;
}
.th-pad {
    padding-block: 2rem;
}
}
@media screen and (max-width: 768px){
    .thumbs a {
    width: calc(50% - 10px) !important;}
  .contact-body{display: block;}
  .c-detail, .c-form {
    padding: 20px;
    flex: 1;
} .dk-none{display:none;}
.icon{    font-size: 24px;
    width: 40px;
    height: 40px;}
    .nav-bar {
    padding: 18px;}
    .book {
    width: 274px;}
.gts{display: none;}
.gts.new{display: flex !important;max-width: 124px !important;
    min-height: 116px; margin:auto;}

.brand h1,.catalog-text h2 {
    font-size: 32px;
    line-height: 38px;
}
.nmb-main {
    justify-content: flex-start;
}
.nmb-main p {
    font-size: 34px;
    margin-right: 16px;
}
p.about {
    max-width: 100%;
    font-size: 15px;
}.app {
    margin-top: 16px;}
    .contact-body .logo {
    width: 80%;
    margin: auto;
}

.icon-box {
    margin-bottom: 30px;}
}
.copy span {
    color: #edbe54;
}