@import url('https://fonts.googleapis.com/css2?family=Antic+Didone&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Josefin+Slab&family=Source+Sans+Pro&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Josefin+Slab&family=Philosopher&family=Source+Sans+Pro&display=swap'); */
* {
  box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

p {
  font-family: "open sans", sans-serif;
}

a {
  text-decoration: none;
  color: white;
}
h3{
  margin-block-start: 0;
  margin-block-end:0;

}

.picture, .one, .two {
  /* border-radius: 3px; */
}

.picture img, .one img, .two img {
  /* border-radius: 3px; */
  transition: .5s ease-in-out;
  aspect-ratio:16/9;
}
.pre-d{
    display:none;
    
}


.overlay p {
  display: none;
}

.page {
  height: 100%;
  width: 100%;
}

.brand-img {
  height: 120px;
  width: 150px;
  border-radius: 12%;
  transition: .5s ease-in-out;
  margin-left: 5px;
  margin-top: 2px;
  opacity: 1;
}

.brand {
  /* margin: 8px 0 8px 0; */
  padding: 10px 0 0;
}

.navbar {
  background-color: black;
  background-image: url(https://images.unsplash.com/photo-1534796636912-3b95b3ab5986?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxleHBsb3JlLWZlZWR8MXx8fGVufDB8fHx8&w=1000&q=80);
  object-fit: cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 24px;
  box-shadow: 2px 3px 3px 5px #888888;
}

.navbar ul {
  list-style: none;
}

nav .nav-item {
  color: white;
  text-decoration: none;
  font-family: "nasalization", sans-serif;
  padding: 5px;
  line-height: 1.5;
  margin-top: 15px;
  font-size: 1.3rem;
  transition: 0.5s;
  z-index: 11;
}

.navbar-links {
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-top: 25px;
}

nav .nav-item {
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.nav-item {
  transition: .5s ease-in-out;
}

.nav-item.active {
  color: #FFC23C;
}

.toggle-button {
  display: none;
  cursor: pointer;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
  background-color: white;
}


.popup-video, .gallery-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, .95);
  height: 100%;
  width: 100%;
  display: none;
  transition: .5s ease-in-out;
}

.gallery-popup.active {
  display: flex;
  justify-content: center;
  align-items: center;

}

.popup-wrap {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: white;
  font-size: 1rem;
  max-width: 90%;
  max-height: 80%;

}

.gallery-popup .image-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 85%;
  height: 80%;
}

.gallery-popup .image-holder img {
  margin: auto;
  width: 90%;
  height: 80%;
  display: flex;
  object-fit: contain;

}

.gallery-popup .text {
  display: block;
  width: 60%;
}

.popup-video .video-holder {
  position: relative;
  margin: auto;
  width: 50%;
  height: 50%;
}

/*                                                            Index top section */
#top {
  max-width: 95%;
  display: flex;
  justify-content: center;
  position: relative;
  margin: auto;
  padding: 15px 0 30px;
  /* max-width: 95%;
  justify-content: center;
  padding: 20px 0;
  margin: auto;
  height: 100%;
  position: relative;
  margin-top: 25px; */
}

.portfolio-container {
  max-width: 95%;
  margin: auto;
}

.overlay .content {
  position: relative;
  width: 100%;
  font-weight: 300;
  margin:  auto;
  transform: translateY(40px);


}
.picture .overlay {
  position: absolute;
  display: flex;
  height: 100%;
  width: 100%;
}



.content h3 {
  color: white;
  font-family: 'Abril Fatface', cursive;
  font-weight: 300;
  text-align: center;
  font-size: 1.2rem;
  margin:none;
}
.place{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80%;
  width:100%;
  margin: auto;
}
.place h3{
  position: absolute;
  top:0;
  left:50%;
  transform: translateX(-50%);

}


@media (min-width:769px) {
  .content {
    font-size: .8rem;
    font-weight: 300;
    display: block;
    opacity: 0;
    transition: .5s;
  }

  .overlay:hover>* {
    transform: translatey(0);
    justify-content: center;
    opacity: 1;
  }

  .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .overlay p {
    display: none;
  }

  .content h3 {
    font-size: 1rem;

  }


.portfolio-container .popup-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  height: 80%;
  /* object-fit: cover; */
}

.popup-video span {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 3em;
  color: white;
  cursor: pointer;
}

.popup-video h3 {

  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "open-sans", sans-serif;
  font-size: 1.3rem;
  letter-spacing: .2rem;
  color: white;
  padding-top: 60px;
  margin: 0 auto;
}
}

@media (min-width:700px) and (max-width:968px) {
  .navbar-links a {
    font-size: 1.2rem;
  }
  .s{
    order:1!important;
  }
}

@media only screen and (min-width:320px) and (max-width:1024px) {
  .toggle-button {
    display: block;
  }

  .toggle-button.active .bar:nth-child(2) {
    opacity: 0;
  }

  .toggle-button.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    background-color: #FFC23C;
  }

  .toggle-button.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    background-color: #FFC23C;
  }

  .navbar-links {
    display: flex;
    position: absolute;
    left: -100%;
    top: 110px;
    gap: 30px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-image: url(https://images.unsplash.com/photo-1534796636912-3b95b3ab5986?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxleHBsb3JlLWZlZWR8MXx8fGVufDB8fHx8&w=1000&q=80);
    background-attachment: fixed;
    object-fit: cover;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: 0.5s;
    z-index: 1;
    font-size: 1.3rem;
  }

  .nav-item {
    font-size: 1.3rem;
  }

  .navbar-links>:nth-child(1) {
    padding-top: 80px;
  }

  .navbar-links.active {
    left: 0;
  }

  /* .overlay .content {
    position: relative;
    width: 100%;
    font-weight: 300;
    margin: auto;
      margin:none;
    transform: translateY(40px);
  } */

  .overlay:hover>* {
    transform: translatey(0);
    justify-content: center;
    opacity: 1;
  }

  .content h3 {
    color: white;
    font-family: 'Abril Fatface', cursive;
    font-weight: 300;
    text-align: center;
    margin:none;
    font-size: 1rem;
  }

  .content p {
    font-size: 1em;
    color: white;
    font-family: "open-sans", sans-serif;
    text-align: center;
  }

  .brand-img {
    height: 100px;
    width: 120px;
  }
  /* .bgi-cont img{
    margin-bottom: 70px;
  } */
}

@media only screen and (min-width:768px) and (max-width:1366px) {
  .content h3 {
    color: white;
    font-family: 'Abril Fatface', cursive;
    font-weight: 300;
    text-align: center;
    font-size: 1rem;

  }
}
@media (min-width:969px){
  .nak{
    margin-right:3%;
    /* width:40%; */
    justify-content: flex-end;
    width:20%;
  }
  .spaceman {
    margin-left: 3%;
    width:90%;
  }
   .ric{
    margin-left:3%;
    width:50%;


  }
  .writeup{
    width:100%;
  }
}

/*                                                               -middle section// */
#middle {
  height: 100%;
  width: 100%;
  padding: 40px 0;
  /* background-color: rgba(0, 0, 0, .4); */
  /* background: rgba(255,255,255,1); */
  /* background: rgba(128, 128, 128, .1); */
  position: relative;
  margin: auto;
}

#middle h2 {
  color: black;
  text-align: center;
  font-family: "nasalization", sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
  letter-spacing: .1rem;
  padding: 50px;
  margin: 30px auto;
  margin: auto;
}

#middle h3 {
  font-family: 'Philosopher', sans-serif;
  font-size: 1.9rem;
  letter-spacing: .1rem;
  padding: 15px 0;
}

.mid-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 90%;
  height: 100%;
  margin: 0 auto;
  /* color: white; */
  /* color: black; */
  padding: 20px 0 5%;
  position: relative;
  text-align: center;
  flex-direction: column;
}

.about {
  display: flex;
  background: rgba(128, 128, 125, .2);
  justify-content: center;
  align-items: center;
  flex-shrink: 1;
  width: 100%;
  height: 100%;
  text-align: left;
  margin-top: 30px;
  border-radius: 10px;
  padding: 20px 0;
  /* box-shadow: 3px 4px 3px 3px rgba(0, 0, 0, .6); */
}

.writeup h3 {
  text-align: center;
  justify-content: center;

}

.img-holder {
  height: 100%;
  width: 70%;
  display: flex;
  border: none;
}

.nak {
  order: 1;
  justify-content: center;

}

.spaceman {
  margin: auto;
  /* margin-left: 10%; */
  max-width: 400px;
  border-radius: 10px;

}

.ric {
  max-width: 400px;
  height: 100%;
}

.ric img {
  margin: auto;
  max-height: 350px;
  border-radius: 10px;
  /* margin-left: 10%; */
}

.nakul {
  max-width: 400px;
  border-radius: 10px;
  /* margin-right: 10%; */
  margin: auto;
}

.writeup {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* word-wrap: break-word; */
}

.writeup strong {
  font-size: 1.3rem;
  /* font-family: 'Abril Fatface', cursive; */
  font-family: "open-sans", sans-serif;
  /* font-style: italic; */
  font-weight: bold;
  letter-spacing: 2;
  /* font-family: "nasalization", sans-serif; */
  font-weight: lighter;
  margin-top: -5px;
  margin-bottom: 40px;
}

.writeup p {
  width: 80%;
  line-height: 1.5;
  margin: 1.3% auto;
  font-family: "Open sans", sans-serif;
}

@media  (max-width:968px) {
  .about {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
  }
  .em a {
    line-height: 1;
    width: 75%;
    margin: 0 auto;
    color: black;
    text-decoration: underline;


  }
  .w {
    text-decoration: none;

    line-height: 1;
    width: 75%;
    margin: 0 auto;
    color: black;
    font-weight: bold;
    /* font-size: 1.2rem; */
  }

  .nakul, .spaceman, .ricky {
    /* margin-right: 0;
    margin-left: 0; */
    /* margin: 50px auto 10px; */
    /* object-fit: cover; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */

  }
  .nakul , .spaceman{
    position: relative;
    margin: auto;

    /* left:40px; */
  }
  .nakul{
    /* margin: 0; */
  }

  .img-holder{
    width: 100%;
    justify-content: center;
    align-items: center;

  }

  .nak {
    order: 0;


    /* width: 100%; */


  }


  .mid-container p {
    width: 80%;
  }
}

/*                                                               footer section */
#footer {
  width: 100%;
  background-image: url(https://images.unsplash.com/photo-1534796636912-3b95b3ab5986?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxleHBsb3JlLWZlZWR8MXx8fGVufDB8fHx8&w=1000&q=80);
  object-fit: cover;
  box-shadow: 2px -3px 3px 5px #888888;
  text-align: center;
  margin: auto;
  position: static;
  /* bottom:0; */
  display: flex;
  justify-content: flex-end;
}

.social {
  color: white;
  padding: 5px;
  margin: 0 auto;
}

.social h3 {
  font-size: 2rem;
  letter-spacing: .2rem;
  padding: 10px 0;
  font-family: "nasalization", sans-serif;
  margin:15px 0;
}

.social p {
  font-size: .8rem;
  padding: 10px 0;
  margin: 15px auto 0;
}

.social .fa-brands {
  padding: 0 15px;
  margin: auto 10px;
  transition: 0.5s;
  font-size: 1.5rem;
}

/*                                                                    contact page  */
#contact-details {
  width: 90%;
  min-height: 80vh;
  margin: 10px auto;
  padding: 40px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "open-sans", sans-serif;
  position: relative;
  flex-direction: column;
}

.right{
  text-align: center;
  display: flex;
  align-items: flex-start;
  margin-left: 5px;
  width: 60%;

}

input[type=text], select, textarea, input[type=email] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical
}


input[type=submit] {
  background: rgba(0, 0, 0, .8);
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  transition: all .5s ease-in-out;

}


.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px ;
  /* margin-left: 20px; */
  width:50%;

}

.bgi-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  opacity: 1;
  z-index:-3; 
  margin: auto;
  width: 30%;
  height: 20%;
}

.bgi-cont img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  /* margin-right: 20px; */
}
.container h3{
  padding: 30px;
  font-family: "open-sans", sans-serif;
}

.contact-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 90px 0;
  height: 100%;
  width: 90%;
}
.left{
  margin:20px;
  height: 100%;
  border-right: 2px black solid;
  padding: 10px;
  /* padding-right:50px; */
  width:50%;
}
.details{
  padding-bottom: 100px;
}
.details h1 {
  font-family: "nasalization", sans-serif;
  font-size: 2rem;
  letter-spacing: .5rem;
  padding-bottom: 10px;
  margin: auto;
}

.details h3 {

  font-size: 1rem;
  font-family: "open sans", sans-serif;
}

.em a {
  line-height: 1;
  width: 75%;
  margin: 0 auto;
  color: black;
  text-decoration: underline;


}
.w {
  text-decoration: none;

  line-height: 1;
  width: 75%;
  margin: 0 auto;
  color: black;
  font-weight: bold;

}



.box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: bottom;
}

.box span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.3;
  font-family: "open sans", sans-serif;
}


.box i {
  display: block;
  font-size: 2rem;
  margin-bottom: -10px;
}

.box :nth-child(1) {
  padding-top: 15px;
}

/*                                     gallery page       */
#gallery {

  max-width: 95%;
  justify-content: center;
  padding: 40px 0;
  margin: auto;
  min-height: 75vh;
  position: relative;
  margin-top: 25px;
}

.wrap {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding: 10% 0;
}
.wrap-1{
  display: grid;
  grid-template-columns: repeat(6,1fr);
  grid-template-rows:minmax(150px, 300px)  ;
  grid-gap:5px;
  grid-auto-flow:  dense;
 */
}
.gallery-container{
  cursor:pointer;
}
.gallery-item{
height: 100%;
width:100%;
position:relative;

}
.gallery-item .gallery-image{
  width:100%;
  height: 100%;
  overflow: hidden;
}
.gallery-item .gallery-image img{
  height: 100%;
  width:100%;
  object-fit: cover;
  object-position: 58% 50%;
  transition: .5s ;
  opacity: .95;
}
.g-24 .gallery-image img{
  object-fit: cover;
  object-position: 85% 50%;
}
.g-20 .gallery-image img {
  object-fit: cover;
  object-position: 40% 50%;

}
.g-19 .gallery-image img {
  object-fit: cover;
  object-position: 85% 50%;

}


.gallery {
  display: grid;
  margin: auto;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  align-items: center;
  grid-gap: 8px;
}
.w-1{
  grid-column: span 1;
}
.w-2{
  grid-column: span 2;
}
.w-3{
  grid-column: span 3;
}
.w-4{
  grid-column: span 4;
}
.h-1{
  grid-row:span 1;
}
.h-2{
  grid-row: span 2;
}
.h-3{
  grid-row: span 3;
}
.h-4{
  grid-row: span 4;
}


/*                                                      portfolio page          */
#portfolio {
  max-width: 95%;
  justify-content: center;
  padding: 20px 0;
  margin: auto;
  height: 100%;
  position: relative;
  margin-top: 25px;
}

#portfolio h2 {
  display: block;
  text-align: center;
  font-family: "nasalization", sans-serif;
  font-size: 2rem;
  letter-spacing: .2rem;
  padding: 20px 0;
}

.wrapper {
  display: flex;
  margin: auto;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  gap: px;
  /* margin-top: 1px; */
}

.holder-1, .holder-2, .holder-3, .holder-4 {
  display: flex;

  flex-basis: 1;

}

.holder-1, .holder-3 {

  max-width: 100%;
  max-height: 100%;
  /* margin:2px ; */
}

.holder-2, .holder-4 {
  display: flex;
  max-height: 100%;
  max-width: 100%;

  flex-direction: column;
  gap: 0px 0;
  /* margin:2px; */
}

.holder-3 {
  order: 4;
}

.wrapper .one, .two {
  flex-basis: 1;
}


.one img, .two img {

  /* aspect-ratio: 16/9; */
  object-fit: cover;
  /* margin: 1px 0 1px; */

}


@mixin aspect($width: 16, $height: 9) {
    aspect-ratio: $width / $height;

    @supports not (aspect-ratio: $width / $height) {
        &::before {
            content: '';
            float: left;
            padding-top: calc((#{$height} / #{$width}) * 100%);
        }

        &::after {
            content: '';
            display: block;
            clear: both;
        }
    }
}

.picture {
  display: flex;
  /* margin: auto; */
  /* max-width: 800px; */
  position: relative;
  aspect-ratio: 16/9;
}


.picture img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.p-btn, .show {
  display: flex;
  margin: 50px auto;
  justify-content: center;
  align-items: center;
}

.p-btn-show, .show {
  border: none;
  background: rgba(0, 0, 0, .8);
  color: white;
  height: 40px;
  width: 50%;
  font-size: 1rem;
  border-radius: 15px;
  cursor: pointer;
  transition: .5s ease-in-out;
}

.hide {
  display: none;
}

.p-show {
  display: flex;
}
.gallery-popup .popup-wrap{
  height:80%;
  width:90%;

}
.popup-wrap .image-holder{
  width:100%;
  height:100%;

}
.popup-wrap .image-holder img{
    margin: auto;
  width:100%;
  height:100%;
  object-fit: contain;
}

@media only screen and (max-width:956px) {

  .contact-container{
  flex-direction: column;
  justify-content: center;
  align-items: center;
  }
  .left{

    height: 100%;
    border: none;

    padding-right:0;
    width: 100%;
  }
  .container{
    margin:0 auto;
      width:100%;
  }
}

@media only screen and (min-width:768px) {
  .content {

    font-size: .75rem;
    padding: none;
    display: block;
    opacity: 1;
    color: white;
    transition: .5s;
    font-family: "open-sans", sans-serif;
  }

}

@media only screen and (min-width:681px)and (max-width:1200px) {
  .picture, .picture img {
    max-width: 100%;
    aspect-ratio: 16/9;
  }

  .one, .two, .one img, .two img {
    width: 100%;
    height: 100%;

  }
  .holder-1, .holder-3 {

  width: 94.6%;
  margin: 3px;
  }

  .holder-2, .holder-4 {
    display: flex;

    max-width: 47.3%;
    max-height: 100%;
    /* gap: 2px 0; */

    /* margin:0 1px ; */

    justify-content:center;
  }
  .holder-2{
    /* padding:0 -2px 0 ; */
    /* padding:0 1px 0  1px; */
  }
  .holder-4{
    padding:0 0px 0 3px;
    /* margin:0 1px 0 1px; */
  }
  .one{
    padding-bottom: 1.5px;
  }
  .two{
    padding-top:1.5px;
  }
}

@media only screen and (max-width:768px) {
  .portfolio-container .popup-video iframe {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -40%);
    width: 95%;
    height: 80%;
    object-fit: cover;
  }

  .popup-video span, .gallery-popup span {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 3em;
    color: white;
    cursor: pointer;
  }



  .popup-video h3 {
    display: block;
    text-align: center;
    font-family: "open-sans", sans-serif;
    font-size: .7rem;
    letter-spacing: .2rem;
    color: white;
    padding-top: 50px;
    margin: 50px auto;
  }

  .content {
    display: block;
    font-weight: 300;
    opacity: 1;
    color: white;

    transition: .5s;
    font-family: 'Abril Fatface', cursive;
  }

  .toggle-button {
    margin-top: 50px;
  }

  .p-btn {
    display: flex;
  }
}

.gallery-popup span {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 3em;
  color: white;
  cursor: pointer;
}



@media only screen and (min-width:240px)and (max-width:680px) {
  .social h3 {
    font-size: 1.2rem;
    padding: 10px;
  }
 .s{
    order:1!important;
  }

  .popup-video h3 {
    display: block;
    left: 50%;
    bottom: 50px;
    text-align: center;
    font-family: "open-sans", sans-serif;
    font-size: .7rem;
    letter-spacing: .1rem;
    color: white;
    /* padding-top: 20px; */
    /* margin: 10px auto 0; */
  }
  .portfolio-container .popup-video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    height: 80%;
    object-fit: cover;
  }



.nakul, .spaceman, .ricky ,.avin{
    max-width: 250px;
    margin:auto;
  }
  .avin{
    max-height: 250px!important;
  }
  .img-holder{
    justify-content: center;
    align-items: center;
    margin:auto;
  }
  .nak{
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .about{
    display:flex;
    flex-direction: column;
  }

  .ric {
    display: flex;
    justify-content: center;
    align-content: center;
  }

  .ric img {
    margin: auto;
  }

  #middle .about h3 {
    font-size: 1.9rem;
  }

  .writeup p {
    width: 85%;
    line-height: 1.5;
  }

  .content h3 {
    font-size: .75rem;

  }

  .picture, .picture img {
    max-width: 500px;
    aspect-ratio: 16/9;
  }
/*
  .one, .two, .one img, .two img {
    max-width: 500px;

  }
  .holder-1 ,.holder-3 {
  padding: 1px 0;
  }
  .holder-2{
    padding:1px 0;
  }
  .holder-4{
    padding: 1px 0;
  }
  .one {
  padding: 1px 0 1px 0;
  }
   .two{
     padding:1px 0 1px;
   } */
   .wrapper{
     padding-top:2px;
     gap: 2px 0;
   }
   .one{
     padding-bottom: 2px;
   }
   .two{
     padding-top:1px;
   }
   .picture{
     padding-top:1px;
   }
   .holder-2{
     /* margin-bottom:-.5px; */
   }

   /* .holder-1, .holder-3{
gap:1px 0;
   }
   .holder-2,.holder-4{
     gap: 1px 0;
   } */
  .wrap-1{

    grid-template-columns: repeat(2,1fr);



  }
  .w-1,.w-2,.w-3,.w-4,.w-5{
    grid-column: span 1;
  }

}

@media only screen and (min-width:501px) and (max-width:680px) {
  /* .picture, .picture img {
    max-width: 100%;
    aspect-ratio: 16/9;
  }

  .one, .two, .one img, .two img {
    max-width: 500px;
    margin: 1px 0;
  } */
  .wrap-1{
  grid-template-columns: repeat(3,1fr);
}
.w-4{
  grid-column: span 1;
}
.w-6{
  grid-column: span 3;
}
.gs-25{
  grid-column: span 2;
}
.popup-video iframe {
  margin:auto;
}


}
@media only screen and (min-width:1201px) {
  .holder-1 , .holder-3{
    max-width: 65.65%;
    max-height: 100%;
    margin:2px ;
  }
  .holder-2,.holder-4{
    max-width: 32.825%;
    max-height: 100%;
    margin:2px;
  }
  /* .holder-1, .holder-3 {

  }
  .holder-2, .holder-4 {

  } */
  .picture, .picture img {
    max-width: 100%;
    aspect-ratio: 16/9;
    max-height: 100%;
  }


  .one, .two, .one img, .two img {
    max-width: 100%;
    max-height: 100%;

    /* gap:1px 0; */
    aspect-ratio:16/9;
    /* margin: .1px 0; */
  }
  .one{
    margin-bottom: 2px;
  }
  .two{
    margin-top:2px;
  }
  .overlay :hover>* {
    transform: translateY(0);
    cursor: pointer;
    opacity: 1;
  }



}

/* @media only screen and (min-width:1950px) {
  /* .picture, .picture img {
    max-width: 1400px;
    aspect-ratio: 16/9;
  }


  .one, .two, .one img, .two img {
    max-width: 698px;
    margin: .1px 0;
  } */
  /* .nak{
    margin-right:3%;
    width:20%;
    justify-content: flex-end;
  } */
  /* .img-holder{
    width:30%;
  } */
@supports not(aspect-ratio:16/9){

}

@media (hover:none) {
  .brand-img:hover {
    transform: none;
  }

  .nav-item:hover {
    transform: none;
    color: white;
  }

  .picture .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
    transition: .5s ease-in-out;
    color: white;
    transform: translate(-50%, -50%);
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }


  .portfolio-container .overlay .content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: auto;
    transform: translateY(0);
  }
  .social .fa-brands:hover {
    color: white;
    transform: none;
  }

  .gallery-image:hover {
    cursor: default;
    transform:none;
  }
  input[type=submit]:hover {
    /* color:#Feab3C ; */
    /* font-size: .8rem; */
    box-shadow: none;
  }

}

@media (hover:hover) {
  .picture .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
    transition: .5s;
    color: white;
    transform: translate(-50%, -50%);
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }


  .overlay:hover {
    width: 101%;
    height: 101%;
    opacity: 1;
    cursor: pointer;
    border-radius: 3px;
  }




  .overlay :hover>* {
    transform: translateY(0);
    cursor: pointer;
    opacity: 1;
  }

  .nav-item:hover {
    transform: scale(.98);
    color: #FFC23C;
  }

  .brand-img:hover {
    transform: scale(1.1);
  }

  .social .fa-brands:hover {
    color: #FFC23C;
    transform: scale(1.2);
  }

  .gallery_image:hover {
    cursor: pointer;
  }


  .gallery-item:hover .gallery-image img{
    transform:scale(1.1);
    opacity: 1;
  }

  .p-btn-show:hover, .show:hover {
    color:#Feab3C ;
    font-size: 1.1rem;
    box-shadow: 1px 1px 3px 3px black;
  }
  input[type=submit]:hover {
    color:#Feab3C ;
    font-size: .8rem;
    box-shadow: 1px 1px 1px 1px black;
  }
}
