body {
  font-family: "Archivo Narrow", sans-serif;
  color: #ffffff;
  background-color: #000000;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  display: block;
  font-family: "Archivo Narrow", arial, sans-serif;
  margin-bottom: 0.6em;
  font-weight: 900;
  line-height: 130%;
}

h1, .h1 {
  font-size: 3.55rem;
  line-height: 97%;
  margin-bottom: 0.3em;
  letter-spacing: -0.1rem;
}

h2, .h2 {
  font-size: 2.7rem;
  line-height: 100%;
  letter-spacing: -0.05rem;
}

h3, .h3 {
  font-size: 1.75rem;
  line-height: 115%;
  letter-spacing: -0.025rem;
}

h4, .h4 {
  font-size: 1.25rem;
  line-height: 130%;
  letter-spacing: -0.025rem;
}

h5, .h5 {
  font-size: 1.15rem;
  letter-spacing: -0.025rem;
}

h6, .h6 {
  font-size: 0.75rem;
  text-transform: uppercase;
}

.header_text_pc {
  text-wrap: balance;
  font-size: 7vw;
}

.header_text_mobile {
  text-wrap: balance;
  display: none;
  font-size: 12vw;
}

.heading_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.heading_container h2 {
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
.heading_container h2::before, .heading_container h2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40px;
  height: 1px;
  background-color: #fec016;
}
.heading_container h2::before {
  left: -5px;
  transform: translate(-100%, -50%);
}
.heading_container h2::after {
  right: -5px;
  transform: translate(100%, -50%);
}

/*header section*/
.hero_area {
  height: 80vh;
  background-size: cover;
}

.sub_page .hero_area {
  height: auto;
}
.sub_page .who_section.layout_padding {
  padding-top: 0;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  margin: 10px 30px;
  color: #ffffff;
  text-align: center;
  position: relative;
}
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2px;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #ffffff;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.user_option {
  display: flex;
  align-items: center;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: flex;
  align-items: center;
  font-family: "Open Sans", sans-serif;
}
.navbar-brand span {
  font-size: 24px;
  color: #ffffff;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.mobile_menu [type=checkbox]:checked,
.mobile_menu [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.mobile_menu .menu-icon:checked + label,
.mobile_menu .menu-icon:not(:checked) + label {
  position: fixed;
  top: 63px;
  right: 75px;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  z-index: 10;
}
.mobile_menu .menu-icon:checked + label:before,
.mobile_menu .menu-icon:not(:checked) + label:before {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 20px;
  z-index: 20;
  top: 0;
  left: 0;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transition: border-width 100ms 1500ms ease, top 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1), height 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1), background-color 200ms ease, transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.mobile_menu .menu-icon:checked + label:after,
.mobile_menu .menu-icon:not(:checked) + label:after {
  position: absolute;
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  z-index: 20;
  top: 10px;
  right: 4px;
  background-color: #ffffff;
  margin-top: -1px;
  transition: width 100ms 1750ms ease, right 100ms 1750ms ease, margin-top 100ms ease, transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}
.mobile_menu .menu-icon:checked + label:before {
  top: 10px;
  transform: rotate(45deg);
  height: 2px;
  background-color: #ffffff;
  border-width: 0;
  transition: border-width 100ms 340ms ease, top 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1), height 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 200ms 500ms ease, transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
}
.mobile_menu .menu-icon:checked + label:after {
  width: 30px;
  margin-top: 0;
  right: 0;
  transform: rotate(-45deg);
  transition: width 100ms ease, right 100ms ease, margin-top 100ms 500ms ease, transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
}
.mobile_menu .nav {
  position: fixed;
  top: 33px;
  right: 50px;
  display: block;
  width: 80px;
  height: 80px;
  padding: 0;
  margin: 0;
  z-index: 9;
  overflow: hidden;
  box-shadow: 0 8px 30px 0 rgba(35, 90, 61, 0.84);
  background-color: rgb(0, 0, 0);
  animation: border-transform 7s linear infinite;
  transition: top 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), transform 250ms 1100ms ease, width 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1), height 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
.mobile_menu .menu-icon:checked ~ .nav {
  animation-play-state: paused;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 200%;
  height: 200%;
  transition: top 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1), transform 250ms 700ms ease, width 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1), height 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1);
}
.mobile_menu .nav ul {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 6;
  text-align: center;
  transform: translateY(-50%);
  list-style: none;
}
.mobile_menu .nav ul li {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 10px 0;
  text-align: center;
  list-style: none;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 250ms linear;
}
.mobile_menu .nav ul li:nth-child(1) {
  transition-delay: 200ms;
}
.mobile_menu .nav ul li:nth-child(2) {
  transition-delay: 150ms;
}
.mobile_menu .nav ul li:nth-child(3) {
  transition-delay: 100ms;
}
.mobile_menu .nav ul li:nth-child(4) {
  transition-delay: 50ms;
}
.mobile_menu .nav ul li a {
  font-family: "Montserrat", sans-serif;
  font-size: 9vh;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 800;
  display: inline-block;
  position: relative;
  color: white;
  transition: all 250ms linear;
}
.mobile_menu .nav ul li a:hover {
  text-decoration: none;
  color: rgba(35, 90, 61, 0.84);
}
.mobile_menu .nav ul li a:after {
  display: block;
  position: absolute;
  top: 50%;
  content: "";
  height: 2vh;
  margin-top: -1vh;
  width: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0.8;
  transition: width 250ms linear;
}
.mobile_menu .nav ul li a:hover:after {
  width: 100%;
}
.mobile_menu .menu-icon:checked ~ .nav ul li {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 350ms ease, transform 250ms ease;
}
.mobile_menu .menu-icon:checked ~ .nav ul li:nth-child(1) {
  transition-delay: 1400ms;
}
.mobile_menu .menu-icon:checked ~ .nav ul li:nth-child(2) {
  transition-delay: 1480ms;
}
.mobile_menu .menu-icon:checked ~ .nav ul li:nth-child(3) {
  transition-delay: 1560ms;
}
.mobile_menu .menu-icon:checked ~ .nav ul li:nth-child(4) {
  transition-delay: 1640ms;
}
.mobile_menu .logo {
  position: absolute;
  top: 60px;
  left: 50px;
  display: block;
  z-index: 11;
  transition: all 250ms linear;
}
.mobile_menu .logo img {
  height: 26px;
  width: auto;
  display: block;
}
@media screen and (max-width: 991px) {
  .mobile_menu .menu-icon:checked + label,
  .mobile_menu .menu-icon:not(:checked) + label {
    right: 55px;
  }
  .mobile_menu .logo {
    left: 30px;
  }
  .mobile_menu .nav {
    right: 30px;
  }
  .mobile_menu h1 {
    font-size: 9vw;
    -webkit-text-stroke: 2px transparent;
    text-stroke: 2px transparent;
    -webkit-text-fill-color: black;
    text-fill-color: black;
    color: black;
  }
  .mobile_menu .nav ul li a {
    font-size: 8vh;
  }
}

.slider_section {
  height: 80vh;
  display: flex;
  align-items: center;
  color: #ffffff;
}
.slider_section .detail-box {
  text-align: center;
  margin-bottom: 110px;
}
.slider_section .detail-box p {
  margin-top: 25px;
}
.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 55px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 20px 20px 0 20px;
  margin-top: 35px;
}
.slider_section .detail-box a:hover {
  background-color: transparent;
  color: #ffffff;
}
.slider_section #carouselExampleIndicators {
  bottom: 0;
}
.slider_section #carouselExampleIndicators li {
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 3px solid #ffffff;
  border-radius: 100%;
  opacity: 1;
}

.do_section .heading_container {
  align-items: center;
  text-align: center;
}
.do_section .do_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 10px;
}
.do_section .do_container .box {
  text-align: center;
  position: relative;
  z-index: 5;
  margin: 35px 25px 0 25px;
}
.do_section .do_container .box .img-box {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #353434;
  border-radius: 100%;
}
.do_section .do_container .box .img-box img {
  width: 45px;
}
.do_section .do_container .box .detail-box {
  margin-top: 35px;
}
.do_section .do_container .box:hover .img-box {
  background-color: #fec016;
}
.do_section .do_container .arrow_bg::before {
  content: "";
  position: absolute;
  top: -23px;
  left: -17px;
  width: 262%;
  height: 90%;
  z-index: 3;
  background-size: cover;
}
.do_section .do_container .arrow-start::before {
  background-image: url(../images/arrow-start.png);
}
.do_section .do_container .arrow-middle::before {
  background-image: url(../images/arrow-middle.png);
}
.do_section .do_container .arrow-end::before {
  background-image: url(../images/arrow-end.png);
}

.who_section .row {
  align-items: center;
}
.who_section .img-box img {
  width: 100%;
}
.who_section .detail-box {
  margin-left: 65px;
}
.who_section .detail-box p {
  margin-top: 35px;
}
.who_section .detail-box a {
  display: inline-block;
  padding: 8px 30px;
  background-color: #353434;
  border: 1px solid #353434;
  color: #ffffff;
  border-radius: 20px 20px 0 20px;
  margin-top: 35px;
}
.who_section .detail-box a:hover {
  background-color: transparent;
  color: #353434;
}

.work_section .work_container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%;
}
.work_section .work_container .box {
  min-width: 300px;
  display: flex;
  align-items: stretch;
}
.work_section .work_container .box img {
  width: 100%;
}
.work_section .work_container .box.b-2, .work_section .work_container .box.b-3 {
  width: 43.5%;
}
.work_section .work_container .box.b-1, .work_section .work_container .box.b-4 {
  width: 56.5%;
}

.client_section {
  padding-bottom: 150px;
}
.client_section .heading_container {
  align-items: center;
  margin-bottom: 45px;
}
.client_section .box {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 20px;
}
.client_section .box .img-box {
  width: 60px;
}
.client_section .box .img-box img {
  width: 100%;
}
.client_section .box .detail-box {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.client_section .box .detail-box h5 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}
.client_section .box .detail-box h5 span {
  text-transform: none;
  font-size: 16px;
  font-weight: normal;
  color: #fec016;
}
.client_section .box .detail-box img {
  width: 15px;
  margin: 35px 0;
}
.client_section .carousel-wrap {
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.client_section .owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}
.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  background-size: 16px;
  background-position: center;
  border-radius: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -75px;
  outline: none;
}
.client_section .owl-carousel .owl-nav .owl-prev:hover,
.client_section .owl-carousel .owl-nav .owl-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.client_section .owl-carousel .owl-nav .owl-prev {
  background-image: url(../images/prev.png);
  left: 50%;
  transform: translateX(-102%);
}
.client_section .owl-carousel .owl-nav .owl-next {
  right: 50%;
  background-image: url(../images/next.png);
  transform: translateX(102%);
}
.client_section .owl-carousel .owl-dots.disabled,
.client_section .owl-carousel .owl-nav.disabled {
  display: block;
}
.client_section .owl-item.active.center .box {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.target_section {
  background-image: url(../images/target-bg.jpg);
  background-size: cover;
  color: #ffffff;
  text-align: center;
}
.target_section .detail-box {
  margin: 30px 0;
}

/* contact section */
.contact_section .heading_container {
  align-items: center;
}
.contact_section .contact-form {
  padding: 25px;
  border-radius: 20px;
}
.contact_section .contact-form input {
  border: none;
  outline: none;
  background-color: transparent;
  width: 100%;
  margin: 15px 0;
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 30px;
}
.contact_section .contact-form input.input_message {
  height: 175px;
}
.contact_section .contact-form input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.contact_section .contact-form button {
  border: none;
  outline: none;
  padding: 12px 50px;
  text-transform: uppercase;
  margin-top: 25px;
  background-color: #fec913;
  color: #fff;
  border-radius: 30px;
}
.contact_section .map_img-box {
  width: 80%;
  margin: 25px auto 0 auto;
}
.contact_section .map_img-box img {
  width: 100%;
}

/* end contact section */
.info_section {
  background-color: #232323;
  color: #ffffff;
  padding: 90px 0 45px 0;
}
.info_section h5 {
  margin-bottom: 25px;
  font-size: 24px;
}
.info_section .info_insta .insta_container > div {
  display: flex;
}
.info_section .info_insta .insta_container img {
  width: 100%;
}
.info_section .info_insta .insta_container .insta-box {
  margin: 5px;
  display: flex;
  align-items: stretch;
  background-color: #ffffff;
  padding: 10px 20px;
}
.info_section .info_contact .img-box {
  width: 35px;
  display: flex;
  justify-content: center;
}
.info_section .info_contact p {
  margin: 0;
}
.info_section .info_contact > div {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.info_section .info_contact > div img {
  height: auto;
  margin-right: 12px;
}
.info_section .info_form form input {
  outline: none;
  width: 100%;
  padding: 7px 10px;
}
.info_section .info_form form button {
  display: inline-block;
  padding: 8px 30px;
  background-color: #fbca47;
  border: 1px solid #fbca47;
  color: #ffffff;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 15px;
}
.info_section .info_form form button:hover {
  background-color: transparent;
  color: #fbca47;
}
.info_section .info_form .social_box {
  margin-top: 35px;
  width: 100%;
  display: flex;
}
.info_section .info_form .social_box a {
  margin-right: 25px;
}

/* footer section*/
.footer_section {
  background-color: #232323;
  font-weight: 500;
  display: flex;
  justify-content: center;
}

.footer_section p {
  padding: 20px 65px;
  color: #fbfcfd;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #ffffff;
}

.footer_section a {
  color: #fbfcfd;
}

:root {
  --mask-radius: 50vw; /* Adjust the glow radius */
  --mask-position-x: 50%; /* Initial X position */
  --mask-position-y: 50%; /* Initial Y position */
  --dot-size: 5px; /* Size of each dot */
  --dot-spacing: 5px; /* Spacing between dots */
}

.background-mask {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-image: radial-gradient(var(--mask-radius) at var(--mask-position-x) var(--mask-position-y), #000 0, transparent 100%);
  mask-image: radial-gradient(var(--mask-radius) at var(--mask-position-x) var(--mask-position-y), #000 0, transparent 100%);
  background-color: rgba(6, 21, 14, 0.84); /* Glow color */
  background-image: radial-gradient(circle, rgba(35, 90, 61, 0.84) 0%, transparent 100%);
  background-size: var(--dot-spacing) var(--dot-spacing); /* Set spacing between dots */
  background-position: center; /* Center the dot pattern */
  pointer-events: none; /* Doesn't block interactions */
}

#animation-container {
  width: 100%;
  text-align: left;
  margin-top: 20px;
  position: relative;
  overflow: visible;
  height: 200px; /* Ensures elements stay within bounds */
  max-height: 100%;
}

.line {
  font-size: 24px;
  white-space: pre-wrap;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease, transform 1s ease;
}

.line.fade-out {
  opacity: 0;
  transform: translateX(100px); /* Slides the element upward */
}

.logo-image {
  width: 8vw;
  min-width: 150px;
  height: 8vw;
  min-height: 150px;
}

#navbarSupportedContent {
  position: absolute;
  left: 50%;
  width: max-content;
  padding: 5px 40px 5px 40px;
  border: 2px solid green;
  border-radius: 40px;
  transform: translate(-50%);
}

.glass-card {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px 0 rgba(45, 101, 63, 0.37);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 10px;
}

.glass-card-bg {
  position: absolute;
}

.lpc {
  background-color: #fff;
  font-size: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  min-height: 150vh;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/**
@keyframes flip {
  0% {
    transform: rotateX( 40deg );
  }

  50% {
    transform: rotateX( -90deg );
  }

  100% {
    transform: rotateX( 40deg );
  }
}

@keyframes rotate {
  0% {
    transform: rotateX(-25deg) rotateY(0deg) rotateZ(-10deg);
  }

  50% {
    transform: rotateX(50deg) rotateY(180deg) rotateZ(10deg);
  }

  100% {
    transform: rotateX(-25deg) rotateY(360deg) rotateZ(-10deg);
  }
}
*/
#scene {
  perspective: 1000px;
  z-index: 1;
  position: relative;
  min-height: 110px;
  transform: scale(0.3);
}
@media (min-width: 768px) {
  #scene {
    transform: scale(1);
    padding-top: 100px;
    min-height: 800px;
  }
}

.laptop_section {
  background-color: rgba(250, 250, 250, 0.231372549);
}

.laptop {
  position: relative;
  display: block;
  margin: 0 auto;
  transform-style: preserve-3d;
  width: 600px;
  outline: 1px solid transparent;
  will-change: transform;
  transform-origin: 50% 100%;
  opacity: 1;
  font-family: "Mukta Malar", sans-serif;
  animation: none;
  transform: rotateX(-20deg) rotateY(-20deg) rotateZ(0deg);
}
.laptop .lid {
  width: 600px;
  height: 390px;
  display: block;
  position: relative;
  margin: 0 auto;
  outline: 1px solid transparent;
  border: 1px solid #333;
  border-radius: 19.99998px;
  will-change: transform;
  transform-style: preserve-3d;
  transform-origin: 50% 100%;
  animation: none !important;
  transform: rotateX(0deg) !important;
  transition: none !important;
}
.laptop .lid .top {
  display: block;
  width: 600px;
  height: 390px;
  position: absolute;
  top: -1px;
  left: -1px;
  pointer-events: none;
  outline: 1px solid transparent;
  border-radius: 19.99998px;
  border: 1px solid #cfcfcf;
  transform: translateZ(-4px);
  box-shadow: 0 0 30px #e5e5e5 inset;
  background: #fff;
  background: -moz-linear-gradient(-45deg, #fff 0%, #f3f3f3 50%, #ededed 51%, #fff 100%);
  background: -webkit-linear-gradient(-45deg, #fff 0%, #f3f3f3 50%, #ededed 51%, #fff 100%);
  background: linear-gradient(135deg, #fff 0%, #f3f3f3 50%, #ededed 51%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffffff",GradientType=1 );
}
.laptop .lid .top #apple {
  display: block;
  position: absolute;
  width: 90px;
  height: 90px;
  top: 50%;
  left: 50%;
  outline: 1px solid transparent;
  transform: translate3d(-50%, -50%, 0) scaleX(-1);
  -webkit-filter: drop-shadow(0 0 1px #e5e5e5);
  filter: drop-shadow(0 0 1px #e5e5e5);
}
.laptop .lid .inner {
  pointer-events: none;
  display: block;
  position: relative;
  border-radius: 19.99998px;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  padding: 21px;
  background-color: #1a1a1a;
}
.laptop .lid .inner .screen {
  display: block;
  width: 100%;
  height: 100%;
  outline: 1px solid transparent;
  background-color: #e5e5e5;
  overflow: hidden;
  border-radius: 2px;
  border: 1px solid #1a1a1a;
}
.laptop .lid .inner .screen img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.laptop .lid .inner .camera {
  display: block;
  position: absolute;
  outline: 1px solid transparent;
  width: 8px;
  height: 8px;
  left: calc(50% - 4px);
  top: 8px;
  backface-visibility: hidden;
  background-color: #333;
  border-radius: 50%;
}
.laptop .lid .facet,
.laptop .lid .corner {
  height: 4px !important;
}
.laptop .lid .facet:before, .laptop .lid .facet:after {
  height: 2px !important;
}
.laptop .lid .corner.ll {
  transform: translateX(45%) translateY(90%) rotateZ(-45deg) rotateX(90deg);
}
.laptop .lid .corner.fl {
  transform: translateX(45%) translateY(-185%) rotateZ(45deg) rotateX(90deg);
}
.laptop .lid .corner.rl {
  transform: translateX(-15%) translateY(-90%) rotateZ(-47deg) rotateX(90deg);
}
.laptop .lid .corner.bl {
  transform: translateX(-15%) translateY(-30%) rotateZ(45deg) rotateX(90deg);
}
.laptop .lid .text {
  display: block;
  text-align: center;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 3px;
  font-size: 10.2px;
  color: #fff;
}
.laptop .base {
  display: block;
  position: absolute;
  outline: 1px solid transparent;
  width: 600px;
  height: 390px;
  margin: 0 auto;
  left: 0;
  right: 0;
  border: 1px solid #cfcfcf;
  border-radius: 19.99998px;
  will-change: transform;
  transform: rotateX(90deg) translateZ(0);
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  background: #fff;
  background: -moz-linear-gradient(-45deg, #fff 0%, #f3f3f3 50%, #ededed 51%, #fff 100%);
  background: -webkit-linear-gradient(-45deg, #fff 0%, #f3f3f3 50%, #ededed 51%, #fff 100%);
  background: linear-gradient(135deg, #fff 0%, #f3f3f3 50%, #ededed 51%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffffff",GradientType=1 );
}
.laptop .base .speakers {
  display: block;
  position: absolute;
  outline: 1px solid transparent;
  width: 33px;
  height: 195px;
  top: 36px;
  background: radial-gradient(#cfcfcf 35%, transparent 36%);
  background-position: 0 0, 2px 2px;
  background-size: 3px 3px;
}
.laptop .base .speakers.left {
  left: 5.4px;
}
.laptop .base .speakers.right {
  right: 5.4px;
}
.laptop .base .keyboard-container {
  display: block;
  position: relative;
  width: 510px;
  height: 195px;
  margin: 36px auto 0;
  padding: 4px 4px;
  background-color: #e5e5e5;
  border-radius: 4px;
  box-shadow: 0 0 1px 1px #cfcfcf inset;
  outline: 1px solid transparent;
}
.laptop .base .keyboard-container .keyboard-row {
  display: flex;
  outline: 1px solid transparent;
}
.laptop .base .keyboard-container .keyboard-row .key {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  outline: 1px solid transparent;
  text-align: center;
  height: 30px;
  margin: 2px;
  background-color: #333;
  flex: 1;
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 1px -1px 0 #1a1a1a, 1px -1px 0 0 #595959 inset;
}
.laptop .base .keyboard-container .keyboard-row .key.extra-size {
  flex: 1.25;
}
.laptop .base .keyboard-container .keyboard-row .key.extra-size-two {
  flex: 1.625;
}
.laptop .base .keyboard-container .keyboard-row .key.double-size {
  flex: 2.125;
}
.laptop .base .keyboard-container .keyboard-row .key.space-bar {
  flex: 7.2;
}
.laptop .base .keyboard-container .keyboard-row .key:active {
  box-shadow: 0 0 0 #1a1a1a, 0 0 0 0 #595959 inset;
}
.laptop .base .keyboard-container .keyboard-row.thin .key {
  height: 20px;
}
.laptop .base .keyboard-container .keyboard-row.bottom-row .key {
  height: 24px;
}
.laptop .base .keyboard-container .keyboard-row.bottom-row .arrows {
  display: flex;
  flex: 4;
  justify-content: justify;
  padding-bottom: 4px;
}
.laptop .base .keyboard-container .keyboard-row.bottom-row .arrows .up-down {
  flex: 1.2;
  height: 24px;
  display: flex;
  flex-direction: column;
  margin: 2px 3px;
}
.laptop .base .keyboard-container .keyboard-row.bottom-row .arrows .up-down .key {
  margin: 0;
}
.laptop .base .keyboard-container .keyboard-row.bottom-row .arrows .up-down .key:first-child {
  margin-bottom: 1px;
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
}
.laptop .base .keyboard-container .keyboard-row.bottom-row .arrows .up-down .key + .key {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.laptop .base .touchpad {
  display: block;
  position: absolute;
  width: 270px;
  height: 141px;
  left: 0;
  right: 0;
  bottom: 7.8px;
  border-radius: 4px;
  margin: 0 auto;
  background-color: #e5e5e5;
  box-shadow: 0 0 1px 1px #cfcfcf inset;
  outline: 1px solid transparent;
  cursor: pointer;
}
.laptop .base .touchpad:active {
  box-shadow: 0 0 0 #1a1a1a, 0 0 0 0 #595959 inset;
}
.laptop .base .touchpad .touch-icon {
  position: absolute;
  font-size: 24px;
  animation: blinking 1s infinite alternate;
  display: flex;
  flex-direction: column;
  align-items: center;
  bottom: 156px;
  transform: rotate3d(46, 40, 179, 118.4deg);
  left: -68px;
}
@keyframes blinking {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
.laptop .base .bottom {
  display: block;
  width: 600px;
  height: 390px;
  position: absolute;
  top: -1px;
  left: -1px;
  outline: 1px solid transparent;
  border-radius: 19.99998px;
  border: 1px solid #cfcfcf;
  transform: translateZ(-8px);
  transform-style: preserve-3d;
  box-shadow: 0 0 30px #cccccc inset;
  background: #fff;
  background: -moz-linear-gradient(-45deg, #fff 0%, #f3f3f3 50%, #ededed 51%, #fff 100%);
  background: -webkit-linear-gradient(-45deg, #fff 0%, #f3f3f3 50%, #ededed 51%, #fff 100%);
  background: linear-gradient(135deg, #fff 0%, #f3f3f3 50%, #ededed 51%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffffff",GradientType=1 );
}
.laptop .base .bottom .rubber-leg {
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #333;
  outline: 1px solid transparent;
  transform-style: preserve-3d;
  transform: translateZ(-1px);
}
.laptop .base .bottom .rubber-leg:before {
  content: "";
  width: 80%;
  height: 80%;
  display: block;
  outline: 1px solid transparent;
  position: absolute;
  top: 10%;
  left: 10%;
  transform-origin: 50% 0;
  border-radius: 50%;
  background-color: #333;
  transform: translateZ(-1px);
}
.laptop .base .bottom .rubber-leg:after {
  content: "";
  width: 50%;
  height: 50%;
  display: block;
  outline: 1px solid transparent;
  position: absolute;
  top: 25%;
  left: 25%;
  transform-origin: 50% 0;
  border-radius: 50%;
  background-color: #333;
  transform: translateZ(-2px);
}
.laptop .base .bottom .rubber-leg.fl {
  bottom: 30px;
  left: 30px;
}
.laptop .base .bottom .rubber-leg.fr {
  bottom: 30px;
  right: 30px;
}
.laptop .base .bottom .rubber-leg.bl {
  top: 30px;
  left: 30px;
}
.laptop .base .bottom .rubber-leg.br {
  top: 30px;
  right: 30px;
}
.laptop .base .facet,
.laptop .base .corner {
  height: 8px;
}
.laptop .hinges {
  display: block;
  width: 450px;
  height: 8px;
  background-color: #333;
  position: absolute;
  border-radius: 0 0 2px 2px;
  outline: 1px solid transparent;
  top: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.laptop .slit {
  display: block;
  width: 144px;
  height: 3.2px;
  background-color: #f4f4f4;
  border-radius: 8px 8px 0 0;
  outline: 1px solid transparent;
  position: absolute;
  bottom: -1px;
  left: 50%;
  border-top: 1px solid #cfcfcf;
  transform-style: preserve-3d;
  box-shadow: 2px 0 4px -1px #cfcfcf inset, -2px 0 4px -1px #cfcfcf inset;
  transform: translateX(-50%);
}
.laptop .screw {
  display: block;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  outline: 1px solid transparent;
  position: absolute;
  box-shadow: 0 2px 2px -2px #666666 inset, 2px 0 2px -2px #666666 inset, -2px 0 2px -2px #666666 inset, 0 -2px 2px -2px #666666 inset;
  background: #cfcfcf;
  background: -moz-linear-gradient(top, #cfcfcf 0%, #cfcfcf 45%, #cfcfcf 45%, #888 45%, #888 55%, #cfcfcf 55%, #cfcfcf 55%, #cfcfcf 100%);
  background: -webkit-linear-gradient(top, #cfcfcf 0%, #cfcfcf 45%, #cfcfcf 45%, #888 45%, #888 55%, #cfcfcf 55%, #cfcfcf 55%, #cfcfcf 100%);
  background: linear-gradient(to bottom, #cfcfcf 0%, #cfcfcf 45%, #cfcfcf 45%, #888 45%, #888 55%, #cfcfcf 55%, #cfcfcf 55%, #cfcfcf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$grey", endColorstr="$grey",GradientType=0 );
}
.laptop .screw:before, .laptop .screw:after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  position: absolute;
  background-color: #9c9c9c;
  top: 50%;
  left: 50%;
  box-shadow: 0 0 1px 0 #666666 inset;
}
.laptop .screw:before {
  transform: translateY(-50%) translateX(-50%);
}
.laptop .screw:after {
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
.laptop .screw.rl {
  left: 12px;
  top: 12px;
}
.laptop .screw.ml {
  left: 12px;
  top: 50%;
}
.laptop .screw.fl {
  left: 12px;
  bottom: 12px;
}
.laptop .screw.fml {
  left: 33%;
  bottom: 12px;
}
.laptop .screw.fmr {
  left: 66%;
  bottom: 12px;
}
.laptop .screw.rml {
  left: 33%;
  top: 12px;
}
.laptop .screw.rmr {
  left: 66%;
  top: 12px;
}
.laptop .screw.rr {
  right: 12px;
  top: 12px;
}
.laptop .screw.mr {
  right: 12px;
  top: 50%;
}
.laptop .screw.fr {
  right: 12px;
  bottom: 12px;
}
.laptop .facet {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e5e5e5;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  transform: rotateX(90deg);
  transform-origin: 0 100%;
  outline: 1px solid transparent;
  transform-style: preserve-3d;
}
.laptop .facet:before, .laptop .facet:after {
  content: "";
  height: 6px;
  width: 4.999995px;
  position: absolute;
  display: block;
  background-color: #e5e5e5;
  transform-origin: 100% 50%;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
.laptop .facet.front {
  top: 389px;
  left: 16.999982px;
  width: 564.000036px;
  transform: translateY(-100%) rotateX(90deg);
}
.laptop .facet.front:before {
  top: -1px;
  left: 0;
  transform: translateX(-100%) rotateY(15deg);
}
.laptop .facet.front:after {
  top: -1px;
  left: 100%;
  transform: translateX(-100%) rotateY(-195deg);
}
.laptop .facet.back {
  top: -1px;
  left: 16.999982px;
  width: 564.000036px;
  transform: translateY(-100%) rotateX(90deg);
}
.laptop .facet.back:before {
  top: -1px;
  left: 0;
  transform: translateX(-100%) rotateY(-15deg);
}
.laptop .facet.back:after {
  top: -1px;
  left: 564.000036px;
  transform: translateX(-100%) rotateY(-165deg);
}
.laptop .facet.left {
  top: 15.999984px;
  width: 354.000036px;
  transform: translateX(-1px) translateY(-100%) rotateX(90deg) rotateY(90deg);
}
.laptop .facet.left:before {
  top: -1px;
  left: 0;
  transform: translateX(-100%) rotateY(15deg);
}
.laptop .facet.left:after {
  top: -1px;
  left: 354.000036px;
  transform: translateX(-100%) rotateY(-195deg);
}
.laptop .facet.right {
  top: 15.999984px;
  width: 354.000036px;
  transform: translateX(599px) translateY(-100%) rotateX(90deg) rotateY(90deg);
}
.laptop .facet.right:before {
  top: -1px;
  left: 0;
  transform: translateX(-100%) rotateY(-15deg);
}
.laptop .facet.right:after {
  top: -1px;
  left: 354.000036px;
  transform: translateX(-100%) rotateY(-165deg);
}
.laptop .facet .power {
  display: block;
  width: 5px;
  height: 5px;
  background-color: #e5e5e5;
  border-radius: 8px;
  border: 2px solid #333;
  outline: 1px solid transparent;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}
.laptop .facet .slot {
  display: block;
  width: 40px;
  height: 1px;
  background-color: #e5e5e5;
  border-radius: 8px;
  border: 1px solid #333;
  outline: 1px solid transparent;
  position: absolute;
  top: 50%;
  left: 48px;
  transform: translateY(-50%);
}
.laptop .facet .usb {
  display: block;
  width: 15px;
  height: 5px;
  background-color: #e5e5e5;
  border-radius: 8px;
  border: 2px solid #333;
  outline: 1px solid transparent;
  position: absolute;
  top: 50%;
  left: 28px;
  transform: translateY(-50%);
}
.laptop .facet .usb + .usb {
  left: 56px;
}
.laptop .facet .hinges {
  top: -1px;
  border-radius: 0;
}
.laptop .corner {
  display: block;
  width: 6.5999934px;
  outline: 1px solid transparent;
  position: absolute;
  background-color: #e5e5e5;
  transform-origin: 0 100%;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  transform-style: preserve-3d;
}
.laptop .corner:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-color: #e5e5e5;
  transform-origin: 100% 0;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  right: 100%;
  top: -1px;
}
.laptop .corner:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-color: #e5e5e5;
  transform-origin: 0 0;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  left: 100%;
  top: -1px;
}
.laptop .corner.fl {
  bottom: 0;
  left: 0;
  transform: translateX(45%) translateY(-90%) rotateZ(45deg) rotateX(90deg);
}
.laptop .corner.fl:before {
  transform: rotateY(20deg);
}
.laptop .corner.fl:after {
  transform: rotateY(-20deg);
}
.laptop .corner.bl {
  top: 0;
  right: 0;
  transform: translateX(-27%) translateY(-72%) rotateZ(42deg) rotateX(90deg);
}
.laptop .corner.bl:before {
  transform: rotateY(-20deg);
}
.laptop .corner.bl:after {
  transform: rotateY(20deg);
}
.laptop .corner.ll {
  top: 0;
  left: 0;
  transform: translateX(45%) translateY(-5%) rotateZ(-45deg) rotateX(90deg);
}
.laptop .corner.ll:before {
  transform: rotateY(-15deg);
}
.laptop .corner.ll:after {
  transform: rotateY(15deg);
}
.laptop .corner.rl {
  bottom: 0;
  right: 0;
  transform: translateX(0) translateY(-45%) rotateZ(-48deg) rotateX(90deg);
}
.laptop .corner.rl:before {
  transform: rotateY(15deg);
}
.laptop .corner.rl:after {
  transform: rotateY(-15deg);
}
.laptop.closed .lid {
  transform: rotateX(-90deg);
}

/* WebKit browsers */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #000000;
}

::-webkit-scrollbar-thumb {
  background: rgba(35, 90, 61, 0.84);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(35, 90, 61, 0.84);
}

/* Firefox */
* {
  scrollbar-color: rgba(35, 90, 61, 0.84) black;
  scrollbar-width: thin;
}

/* end footer section*/

/*# sourceMappingURL=style.css.map */
