@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;1,300;1,400&family=Nunito:wght@300;400;600;700;800;900&family=Russo+One&family=Spartan:wght@700;800;900&display=swap');


html {
  scroll-behavior: smooth;
}

.dark-theme {
  background-color: #1C1D25;
}

.light-theme {
  background-color: #EBEBEB;
  color: #4C4F65;
}

#shapes-mask {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity .25s ease .65s;
  z-index: -3
}

.no-js #shapes-mask {
  display: none
}

#shapes-mask svg path {
  stroke: inherit;
  fill: none
}

#shapes-mask .layer1,
#shapes-mask .layer2 {
  position: absolute;
  z-index: 1
}

#shapes-mask .p1 {
  left: 30%;
  top: 20%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

#shapes-mask .p2 {
  left: 90%;
  top: 70%
}

#shapes-mask .p3 {
  left: 100%;
  top: 20%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

#shapes-mask .p4 {
  left: 70%;
  top: 20%
}

#shapes-mask .p5 {
  left: 5%;
  top: 80%
}

#shapes-mask .p5,
#shapes-mask .p6 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

#shapes-mask .p6 {
  left: 2%;
  top: 20%
}

#shapes-mask .p7 {
  left: 50%;
  bottom: 2%
}

#shapes-mask .p8 {
  left: 85%;
  bottom: 4%
}

#shapes-mask .p9 {
  left: 20%;
  top: 2%;
  -webkit-transform: rotate(65deg);
  transform: rotate(65deg)
}

#shapes-mask .p10 {
  left: 10%;
  bottom: 2%;
  -webkit-transform: rotate(85deg);
  transform: rotate(85deg)
}

#shapes-mask .p11 {
  left: 90%;
  top: 2%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

#shapes-mask .pink {
  stroke: #f06449;
  fill: none
}

#shapes-mask .yellow {
  stroke: #ff0;
  fill: none
}

#shapes-mask .aqua {
  stroke: aqua;
  fill: none
}

.bright-theme #shapes-mask .pink {
  stroke: #ec3c1a;
  fill: none
}

.bright-theme #shapes-mask .yellow {
  stroke: #bdbd00;
  fill: none
}

.bright-theme #shapes-mask .aqua {
  stroke: #099;
  fill: none
}

.btn {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.work {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;

  & svg {
    left: 50%;
    transform: translateY(50%);
    bottom: -150%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
  }

}

.work:hover svg {
  bottom: -175%;
}


.btn:hover {
  /* background: linear-gradient(to right, rgba(31, 38, 103, 0.9), #1595b6); */
  scale: 1.1;

}

.hero-go-next {
  position: relative;
  justify-items: center;
  width: fit-content;
  left: 50%;
  transform: translateX(-50%);
  /* margin-bottom: 10px; */
  padding: 20px;
  color: #fff;
  transition: opacity .35s ease .7s;
  z-index: 7;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  /*background-color: red;
    */
  cursor: pointer;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.hero-go-next .the-arrow {
  position: relative;
  top: 14px !important;
  width: 45px;
  color: #fff;
  left: 25%;

}


.hero-go-next .the-arrow:after,
.hero-go-next .the-arrow:before {
  top: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0)
}

.hero-go-next:hover .the-arrow {
  height: 2px;
  margin-left: 5px !important;
  top: 2px !important;
  opacity: 1;
  width: 36px
}

.hero-go-next:hover .the-arrow:before {
  height: 2px;
  top: -3px;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg)
}

.hero-go-next:hover .the-arrow:after {
  height: 2px;
  top: 3px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg)
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio:3/2),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {
  #awwwards.sotd.green.right a {
    background-image: url(../img/awwwards_sotd_green_right@2x.png)
  }
}

.the-arrow {
  position: relative;
  display: inline-block;
  background: #f3f3f3;
  opacity: .8;
  height: 1px;
  width: 33px;
  top: -3px;
  transition: all .3s
}

.the-arrow.arrow-down {
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.the-arrow:after,
.the-arrow:before {
  opacity: 1;
  content: "";
  position: absolute;
  background: #f3f3f3;
  height: 1px;
  width: 10px;
  left: -1px;
  margin-right: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all .3s
}

.the-arrow:before {
  top: -3px;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg)
}

.the-arrow:after {
  top: 3px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg)
}

.the-arrow.is-active {
  width: 0
}

.the-arrow.is-active:after,
.the-arrow.is-active:before {
  top: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}

.top-skills {


  & .top-skills-icon {
    display: flex;

    align-items: center;

    gap: 20px;



  }

  & svg {
    width: 40px;
    height: 40px;
  }
}

.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip-text {
  position: absolute;
  bottom: 125%;
  /* Above icon */
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  padding: 6px 10px;
  border-radius: 6px;
  background-color: black;
  color: white;
  white-space: nowrap;
  font-size: 14px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  /* Smooth fade + move */
}

/* Triangle pointer */
.tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  /* Below tooltip */
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
}


.tooltip.github .tooltip-text {
  background-color: #24292f;
}

.tooltip.github .tooltip-text::after {
  border-color: #24292f transparent transparent transparent;
}

.tooltip.html .tooltip-text {
  background-color: #e34f26;
}

.tooltip.html .tooltip-text::after {
  border-color: #e34f26 transparent transparent transparent;
}

.tooltip.css .tooltip-text {
  background-color: #2965f1;
}

.tooltip.css .tooltip-text::after {
  border-color: #2965f1 transparent transparent transparent;
}

.tooltip.js .tooltip-text {
  background-color: #f7df1e;
  color: white
}

.tooltip.js .tooltip-text::after {
  border-color: #f7df1e transparent transparent transparent;
}

/* Hover effect */
.tooltip:hover .tooltip-text {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}



.tooltip.react .tooltip-text {
  background-color: #5ED3F3;
  color: white
}

.tooltip.react .tooltip-text::after {
  border-color: #5ED3F3 transparent transparent transparent;
}

/* Hover effect */
.tooltip:hover .tooltip-text {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}



.tooltip.redux .tooltip-text {
  background-color: #764ABC;
  color: white
}

.tooltip.redux .tooltip-text::after {
  border-color: #764ABC transparent transparent transparent;
}

/* Hover effect */
.tooltip:hover .tooltip-text {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}




.tooltip.tailwind .tooltip-text {
  background-color: #36B7F0;
  color: white
}

.tooltip.tailwind .tooltip-text::after {
  border-color: #36B7F0 transparent transparent transparent;
}

/* Hover effect */
.tooltip:hover .tooltip-text {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}


.section-footer .social-links ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  font-size: 18px;
  font-weight: 900;


  & li {
    & a {

      color: white;
      
    }


  }
}

.section-footer {
  & svg {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
}

.theme-icon {

  cursor: pointer;

}


.theme-icon .moon {
  display: none;
}


#theme-toggle:checked~.theme-icon .sun {
  display: none;
}

#theme-toggle:checked~.theme-icon .moon {
  display: inline;
}

#theme-toggle:checked~.loaded {
  background-color: #EBEBEB;
  color: #4C4F65;
}

.dark-theme .links li a svg {
  fill: #b0b2c3;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}

.dark-theme .links li a svg:hover {
  fill: #fff;

}


.light-theme .links li a svg {
  fill: #4C4F65;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}
.light-theme .links li a svg:hover {
  fill: #111;

}


.light-theme header ul li {
  color: #4C4F65;
}

.light-theme header svg .p2 {
  fill: #4C4F65;
}

.light-theme .btn {
  color: #fff;

}

.light-theme .btn svg {

  fill: #4C4F65;
}



.light-theme #top .main-hero .nav .links:hover~a {
  color: #111;

}

/* 
.main-hero .nav .link{
    position: relative;
    display: inline-block;
}

.main-hero .nav .link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0%;
    background-color: ;
    transition: width 0.3s ease;
  }

  /* Second underline (on leave) */
/* .main-hero .nav .link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0%;
    background-color: red;
    transition: width 0.5s ease;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -ms-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
}

  /* On hover: show blue underline */
/* .main-hero .nav .link:hover::after {
    width: 100%;
  }

  /* On leave: show red underline before removing */
/* .main-hero .nav .link.leave::before {
    width: 100%;

  } */


.link {
  position: relative;
  display: inline-block;
  text-decoration: none;

  padding-bottom: 1px;
  /* give space for underline */
}

.light-theme #top header .link:hover {
  color: #111;
}

.dark-theme .link:hover {
  color: #fff;
}

.link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2.5px;
  width: 0;
  background: #ef4444;
  /* red */
  transition: width 350ms ease;
  z-index: 2;
}

/* Red line (leave animation) - initial hidden */
.link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2.5px;
  width: 0;
  background: #283f9a;
  /* blue */
  z-index: 3;
  /* sits above blue while animating */
}

/* Hover: expand blue and ensure red is 0 while hovering */
.link:hover::before {
  width: 100%;
}

.link:hover::after {
  width: 0;
  opacity: 0;
}

/* Class added on mouseleave to start the red animation once */
.link.leave-anim::after {
  animation: redExpandThenVanish 700ms ease forwards;
}

/* While leave-anim is active, hide blue immediately (so red overrides) */
.link.leave-anim::before {
  width: 0 !important;
  transition: none;
}

/* Keyframes — expand to full width then vanish (you can tweak timings) */
@keyframes redExpandThenVanish {
  0% {
    width: 0;
    opacity: 1;
  }

  50% {
    width: 100%;
    opacity: 1;
  }

  100% {
    width: 100%;
    opacity: 0;
  }
}

.light-theme .hero-go-next .go-next-label {
  color: #4C4F65;
  font-weight: 700;
  text-align: center;
}

.light-theme .hero-go-next .the-arrow {
  position: relative;
  top: 14px !important;
  width: 45px;
  color: #4C4F65;
  left: 25%;

}

.light-theme .hero-go-next .the-arrow:after,
.light-theme .hero-go-next .the-arrow:before {
  top: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0)
}

.light-theme .hero-go-next:hover .the-arrow {
  height: 2px;
  margin-left: 5px !important;
  top: 2px !important;
  opacity: 1;
  width: 36px
}

.light-theme .hero-go-next:hover .the-arrow:before {
  height: 2px;
  top: -3px;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg)
}

.light-theme .hero-go-next:hover .the-arrow:after {
  height: 2px;
  top: 3px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg)
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio:3/2),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {
  #awwwards.sotd.green.right a {
    background-image: url(../img/awwwards_sotd_green_right@2x.png)
  }
}

.light-theme .the-arrow {
  position: relative;
  display: inline-block;
  background: #4C4F65;
  opacity: .8;
  height: 1px;
  width: 33px;
  top: -3px;
  transition: all .3s
}

.light-theme .the-arrow.arrow-down {
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.light-theme .the-arrow:after,
.light-theme .the-arrow:before {
  opacity: 1;
  content: "";
  position: absolute;
  background: #4C4F65;
  height: 1px;
  width: 10px;
  left: -1px;
  margin-right: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all .3s
}

.light-theme .the-arrow:before {
  top: -3px;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg)
}

.light-theme .the-arrow:after {
  top: 3px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg)
}

.light-theme .the-arrow.is-active {
  width: 0
}

.light-theme .the-arrow.is-active:after,
.light-theme .the-arrow.is-active:before {
  top: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}


#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #16a085;
  animation: spin 1.7s linear infinite;
  z-index: 11;

  &:before {
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;

    border: 3px solid transparent;
    border-radius: 50%;
    border-top-color: #e74c3c;
    animation: spin-reverse 0.6s linear infinite;
  }

  &:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    animation: spin 1s linear infinite;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin-reverse {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #010d1d;
  z-index: 10;
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}


.loaded #loader-wrapper .loader-section.section-left {
  transform: translateX(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  transform: translateX(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}

.experiment{
  box-shadow: 0 20px 60px 0 rgba(0, 0, 0, .15);
  position: relative;
  height: 418px;
  padding: 20px;
 
  
  /* margin-right: 4px; */
  gap: 24px;
}



.experiment-video-1 {
  background: url(./assets/videos/looopp.gif);
  
  width: 230px;
  height: 230px;
  background-position: 50%;
  box-shadow: 0 15px 40px 10px rgba(0, 0, 0, .15);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 45px auto 30px;
  z-index: 5;
}


.experiment-video-2 {
  background: url(./assets/videos/SnakeGame.gif);
  width: 230px;
  height: 230px;
  background-position: 50%;
  box-shadow: 0 15px 40px 10px rgba(0, 0, 0, .15);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 45px auto 30px;
  z-index: 5;
}



.experiment-description{
  align-self: flex-start;
  padding-inline: 14px;
  

  & .experiment-number:before{
    content: "";
    position: absolute;
    width: 28px;
    height: 2px;
    top: 89%;
    left: 90%;
    
    rotate: 90deg;
    background-color: #1C1D25;
    transition: all 0.45s cubic-bezier(.52,.01,.16,1);
    -webkit-transition: all 0.45s cubic-bezier(.52,.01,.16,1);
    -moz-transition: all 0.45s cubic-bezier(.52,.01,.16,1);
    -ms-transition: all 0.45s cubic-bezier(.52,.01,.16,1);
    -o-transition: all 0.45s cubic-bezier(.52,.01,.16,1);
    margin-top: 15px;
}

  & .experiment-number:after{
    content: "01";
    position: absolute;
    color: #1C1D25;
    left: 92%;
    font-size: 12px;
    font-weight: 500;
    /*transform: translateX(-50%);
    */top: 82%;
    rotate: 90deg;
    transition: all 0.45s cubic-bezier(.52,.01,.16,1) ;
    -webkit-transition: all 0.45s cubic-bezier(.52,.01,.16,1) ;
    -moz-transition: all 0.45s cubic-bezier(.52,.01,.16,1) ;
    -ms-transition: all 0.45s cubic-bezier(.52,.01,.16,1) ;
    -o-transition: all 0.45s cubic-bezier(.52,.01,.16,1) ;
}

}

.experiment:nth-of-type(2) .experiment-number:after{
  content: "02";
}

.experiment-description h3:before{
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 8px;
  height: 2px;
  top: 30%;
  left: -12px;
  background-color: #1C1D25;
}

.experiment:hover .experiment-description .experiment-number:before{
  transform: translateX(-15px);
  -webkit-transform: translateX(-15px);
  -moz-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  -o-transform: translateX(-15px);
}

.experiment:hover .experiment-description .experiment-number:after{
  transform: translateX(-15px);
  -webkit-transform: translateX(-15px);
  -moz-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  -o-transform: translateX(-15px);
}

.grid-4--cols{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.dark-theme header #menu-btn{
  display: none;
}

.light-theme header #menu-btn{
  display: none;
}

.dark-theme header #menu-btn span{
  background-color: #b0b2c3;
}
.light-theme header #menu-btn span{
  background-color: #4c4f65;
}

/* #mobile-menu{
  background: linear-gradient(270deg, #235aa6, #101b3b);
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  z-index: 8;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transition: transform 300s ease-in-out;
  -webkit-transition: transform 300s ease-in-out;
  -moz-transition: transform 300s ease-in-out;
  -ms-transition: transform 300s ease-in-out;
  -o-transition: transform 300s ease-in-out;
}

.hidden-menu{
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
} */


.dark-theme #top .menu-socials {
  /* padding: 24px; */
  position: absolute;
  top: 90%;
  padding: 24px;
& ul{
  display: flex;
  gap: 30px;
  /* background-color: red; */
  

  & li svg{
    width: 32px;
    height: 32px;
    color: #fff;
    fill: #fff;
  }
}
}

.light-theme #top .menu-socials {
  padding: 24px;
  position: absolute;
  top: 90%;
& ul{
  display: flex;
  gap: 30px;
  
  /* background-color: red; */
  

  & li svg{
    width: 32px;
    height: 32px;
    color: #fff;
    fill: #fff;
  }
}
}

.hero-svg{
  width: 371px;
  height: 338px;
}






 @media (width<=1080px){
  .experiment{
    height: 360px;
    gap: 0px;
  }

  .experiment-video-1,.experiment-video-2{
    width: 150px;
    height: 150px;
  }

  
}

@media (width<=879px){
  #aboutMeModal .aboutMeBox {
    grid-template-columns: repeat(1,minmax(150px, 1fr));
  }

}
  
    
  
  


@media (width<=768px){
  .experiment{
    height: auto;
    gap: 0px;
  }
 
   
} 

@media (width<=750px){
  .grid-4--cols{
    grid-template-columns: 1fr 1fr;
  }
}

 

@media (width<=600px){
    .grid-4--cols{
    grid-template-columns: repeat(1,minmax(150px, 1fr));
  }
 
}

@media (width<=500px){
  .section-footer footer .social-links ul{
    display: grid;
    grid-template-columns: repeat(2,minmax(100px, 1fr));
    align-items: center;
    text-align: center;
    margin-block: 35px;
    gap: 10px;

  }

  #aboutMeModal .aboutMeBox {
    & .content p{
      padding-top: 0px;
    }

    & .content .top-skills h2{
      margin-block: 20px;
    }
    & .content ul{
      font-size: 14px;
    }
    & .content .top-skills .top-skills-icon{
      gap: 10px;
    }
  }

  .about-me-div .content p{
    font-size: 14px;
    padding: 0px;
  }
  .about-me-div .content .top-skills h2{
    margin-block: 12px;
  }
   .about-me-div .content ul{
    font-size: 12px;
  }

 
}


@media (width<=637px){
  .dark-theme header #menu-btn{
    display: block;

  }

  .dark-theme .socials{
    display: none;
  }

  .dark-theme header ul{
    display: none;
  }


  .light-theme header #menu-btn{
    display: block;

  }

  .light-theme .socials{
    display: none;
  }

  .light-theme header ul{
    display: none;
  }


}
@media (width>372px){
  

 

}

@media (width<=372px){
  .hero-heading{
    font-size: 20px;
  }

  .hero-svg{
    
    display: inline-block;
    width: 206px;

    & path{
      transform: translateX(44%);
      -webkit-transform: translateX(44%);
      -moz-transform: translateX(44%);
      -ms-transform: translateX(44%);
      -o-transform: translateX(44%);
}
    
    

}


}

@media (width<=451px) {
  #aboutMeModal .aboutMeBox{
   
    & .imagee{
      display: none;
    }

   & .content{

    & .p{
      font-size: 12px;
    }

  }
}

}
