<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;800&amp;display=swap");
/* PC View */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", sans-serif;
}

body p {
  font-size: 1.15rem;
  word-spacing: -0.87px;
  line-height: 1.5;
}

/* Container */
.container-custom {
  margin: 5% 7% 5%;
}

/* Navbar */
nav {
  margin-bottom: 2%;
}

.nav {
  margin-left: auto;
}

.nav-item {
  letter-spacing: 1.5px;
  margin-left: 2.5rem;
  opacity: 0.7;
}

.nav-item:hover {
  font-weight: 500;
}

.navbar-mob {
  display: none;
}

/* Main Section */
.img-main {
  width: 100%;
}

.img-main-mob {
  display: none;
}

main {
  margin-right: 1.4%;
}

.exp-right {
  margin: 4.5% 0 0%;
}

.exp-right p {
  color: hsl(236, 13%, 42%);
  letter-spacing: -0.3px;
}

.heading-left {
  font-weight: 800;
  font-size: 3.8rem;
  letter-spacing: 1px;
  line-height: 1.1;
  padding: 3% 2% 3% 0;

}

.btn-design {
  border-radius: 0;
  font-size: 1rem;
  letter-spacing: 5px;
  margin: 8% 0 0 0%;
  padding: 3.7% 9%;
  text-transform: uppercase;
}

/* Side Section */
.side {
  background: #000;
  color: #fff;
  padding: 2% 2.4%;
}

.side hr {
  background: #fff;
  margin: 7.5% 0;
}

.side h3 {
  font-weight: 800;
  font-size: 1.5rem;
}

.side h2 {
  color: hsl(35, 77%, 62%);
  font-size: 3.5rem;
  font-weight: 600;
  margin-bottom: 9%;
}

.side p {
  line-height: 1.8;
  opacity: 0.7;
}

/* Row bottom */
.row-bottom {
  margin: 4% 7% 0 6%;
  }

.row-bottom img {
 height: 135px;
  width: 100px;
}

.description {

  margin: 0 0 0 5%;
}

.description h4 {
  color: hsl(233, 8%, 79%);
  font-weight: 600;
  font-size: 2.2rem;
}

.description h5 {
  font-size: 1.3rem;
  font-weight: 600;
}

/* Mobile View */
@media (max-width: 480px) {
   /* Container */
.container-custom {
  margin: 5% 5% 5%;
}
  /*  Navbar section */
  .navbar-desktop,
  .img-main,
  input {
    display: none;
  }

  .navbar-mob {
    display: block;
    margin: -3.5% 0 12% 0;
  }

  /* Mobile Image Main  */
  .img-main-mob {
    width: 100%;
    display: flex;
  }

  /*   Heading Section */

  .heading-left {
    width: 85%;
    font-size: 2.5rem;
    padding: 3% 0 2% 0;
    letter-spacing: 0px;
  }

  /*   Sidebar Section */

  #menu-container {
    height: 100%;
    width: 100%;
    background: hsla(25, 14%, 25%, 0.47);
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(100%);
    transition: transform 350ms ease-in-out;
  }

  .sidebarMenu {
    height: 100%;
    width: 70%;
    position: relative;
    margin-left: 30%;
    background: #fff;
    z-index: 2;
  }

  .menu {
    list-style: none;
    padding-top: 50%;
  }

  .menu li {
    padding: 4.5% 0;
    font-size: 1.4rem;
  }

  .menu li:hover {
    font-weight: 500;
  }

  /* Animated Menu Button  */
  .sidebarIconToggle {
    height: 45px;
    width: 45px;
    margin-top: 2.2%;
    position: absolute;
    right: 8%;
    z-index: 5;
    cursor: pointer;
    transition: all 0.3s;
  }

  #openSidebarMenu:checked~#menu-container {
    transform: translateX(0%);
  }

  .spinner {
    height: 3px;
    background-color: #000;
    transition: all 0.3s;
  }

  .spinner.middle,
  .spinner.bottom {
    margin-top: 5.5px;
  }

  #openSidebarMenu:checked~.sidebarIconToggle&gt;.spinner.middle {
    opacity: 0;
  }

  #openSidebarMenu:checked~.sidebarIconToggle&gt;.spinner.top {
    transform: rotate(135deg);
    margin-top: 8px;
  }

  #openSidebarMenu:checked~.sidebarIconToggle&gt;.spinner.bottom {
    transform: rotate(-135deg);
    margin-top: -10px;
  }

  /* Main Section*/

  body p {
    font-size: 0.98rem;
  }

  /*   Side Section */
  .side {
    margin: 17% 3.5% 3%;
    padding: 5%  7%;
    width: fit-content;
  }

  .side h2 {
    font-size: 2.3rem;
    font-weight: 600;
    margin-bottom: 7%;
    letter-spacing: 1px;
  }

  .side h3 {
    font-size: 1.2rem;
  }

  .side p{
   font-size: 0.95rem;
  }

  /* Bottom Row */
  .row-bottom {
    margin: 3% 2.5%;
  } 

  .cols{
   margin: 3% 0;
  }

    .description h4 {
    font-size: 2.5rem;
  }

  .description h5 {
    font-size: 1.1rem;
  }
}

/* Tab View */
 @media (max-width:1262px){
  
   .nav-item {
  letter-spacing: 1px;
  margin-left: 1rem;
 }
   .heading-left {
    font-size: 3.3rem;
     letter-spacing: 0px;
   }
   .exp-right p {
  font-size: 0.95rem;
}
   body p{
     font-size: 1rem;
}
   .side{
   margin: 13% 2% 0;
    padding: 5% 5%;
    width: 96%;
  }  
  
   .row-bottom {
    margin: 3% 5.1% 3% 5.6%;
  }
   .cols{
   margin: 3% 0 0 0;
  }
   .row-bottom img {
 height: 120px;
  width: 95px;
}
     
.description h4 {
    font-size: 2.6rem;
}

.description h5 {
  font-size: 1.2rem;
}
 }

/* Laptop View */
@media screen and (min-width: 1280px) and (max-width:1366px){
  body p{
     font-size: 1.05rem;
}
  .exp-right{
   margin-top: 5.3%;
  }
  .exp-right p{
   font-size: 1.05rem;
    line-height: 1.7;
  }
  .description h4 {
    font-size: 2.6rem;
}
  .description h5 {
  font-size: 1.2rem;
}
  .side h3 {
    font-size: 1.3rem;
  }
}
</pre></body></html>