@font-face {
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-family: open-sans;
  font-weight: 400; }
@font-face {
  src: url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-family: open-sans;
  font-weight: 700; }
@font-face {
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-family: open-sans;
  font-weight: 900; }
@font-face {
  src: url("../fonts/OpenSans-Light.ttf") format("truetype");
  font-family: open-sans;
  font-weight: 100; }
@font-face {
  src: url("../fonts/BRANDON_REG.OTF") format("opentype");
  font-family: Brandon;
  font-weight: 400; }
@font-face {
  src: url("../fonts/BRANDON_THIN.OTF") format("opentype");
  font-family: Brandon;
  font-weight: 100; }
@font-face {
  src: url("../fonts/BRANDON_BLD.OTF") format("opentype");
  font-family: Brandon;
  font-weight: 900; }
#page-header {
  background: linear-gradient(to right, #E6E7E8 0%, #E6E7E8 50%, #D1E4F3 50%, #D1E4F3 100%);
  justify-content: space-between; }
  #page-header .brand-holder .brand-logo {
    margin: 0 27px; }
    @media screen and (max-width: 1023px) {
      #page-header .brand-holder .brand-logo {
        margin: 0 18px;
        width: 100%; } }
  #page-header nav {
    width: 35%; }
  #page-header .header-other-content {
    width: 23.7%; }
    @media screen and (max-width: 1023px) {
      #page-header .header-other-content {
        width: 90%; } }
    #page-header .header-other-content .search-button {
      left: -9%;
      background-color: #D1E4F3; }
      @media screen and (max-width: 1023px) {
        #page-header .header-other-content .search-button {
          left: 78%; } }
      #page-header .header-other-content .search-button.active {
        left: -38%; }
        @media screen and (max-width: 1023px) {
          #page-header .header-other-content .search-button.active {
            left: 15%; } }
    #page-header .header-other-content li:nth-of-type(2) {
      width: 48%; }
    #page-header .header-other-content li:last-child {
      width: 29.5%;
      border-right: none; }

.page-upfold {
  background: linear-gradient(to right, #E6E7E8 0%, #E6E7E8 50%, #D1E4F3 50%, #D1E4F3 100%);
  height: calc(100vh - 65px); }
  @media screen and (max-width: 1023px) {
    .page-upfold {
      height: auto;
      padding-bottom: 20px;
      overflow: hidden; }
      .page-upfold .mobile-button button img {
        width: 20px; }
      .page-upfold .mobile-button button:nth-of-type(2) img {
        width: 25px; }
      .page-upfold .product-item {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse; }
        .page-upfold .product-item .product-image {
          margin-top: 73px; }
        .page-upfold .product-item .product-content {
          width: 100%;
          margin: 0; }
          .page-upfold .product-item .product-content .product-image {
            width: 37.2%; }
            .page-upfold .product-item .product-content .product-image img {
              width: 100%;
              height: 100%; }
          .page-upfold .product-item .product-content .product-availability {
            position: absolute;
            top: 18px;
            left: 50%;
            transform: translateX(-50%);
            padding-bottom: 0; }
          .page-upfold .product-item .product-content .product-name {
            text-align: center;
            font-size: 33px;
            margin-top: 27px;
            margin-bottom: 0;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            color: #414042; } }
        @media screen and (max-width: 1023px) and (max-width: 1023px) {
          .page-upfold .product-item .product-content .product-name {
            font-size: 25px; } }
  @media screen and (max-width: 1023px) {
            .page-upfold .product-item .product-content .product-name span {
              display: inline-block; }
          .page-upfold .product-item .product-content .product-manufacturer {
            text-align: center;
            margin-bottom: 5px;
            color: #aeafb2; }
          .page-upfold .product-item .product-content .product-cost {
            font-family: Brandon;
            text-align: center;
            margin-bottom: 25px; }
            .page-upfold .product-item .product-content .product-cost .offered-cost {
              font-size: 31px; }
            .page-upfold .product-item .product-content .product-cost .actual-cost {
              font-size: 15px; }
            .page-upfold .product-item .product-content .product-cost span {
              margin: 0; } }
  .page-upfold .desktop-button:nth-of-type(2) {
    margin-left: -4px; }
  .page-upfold .owl-upfold {
    height: 100%; }
    @media screen and (max-width: 1023px) {
      .page-upfold .owl-upfold {
        padding-bottom: 20px; } }
    .page-upfold .owl-upfold .owl-stage-outer {
      height: 100%; }
      .page-upfold .owl-upfold .owl-stage-outer .owl-stage {
        height: 100%; }
  .page-upfold .owl-theme .owl-nav.disabled + .owl-dots {
    margin: 0;
    position: absolute;
    transform: rotate(90deg) translateY(-50%);
    right: -18px;
    top: 44.6%; }
    @media screen and (max-width: 1023px) {
      .page-upfold .owl-theme .owl-nav.disabled + .owl-dots {
        right: -41px; } }
  .page-upfold .owl-theme .owl-dots .owl-dot span {
    height: 5px;
    width: 22px;
    border-radius: 0;
    margin: 0 5px; }
  @media screen and (min-width: 1023px) {
    .page-upfold .product-item .product-image {
      width: 33%; } }

.product-item {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative; }
  .product-item .product-image {
    width: 44.6%; }
    @media screen and (max-width: 1023px) {
      .product-item .product-image {
        width: 85%; } }
    .product-item .product-image img {
      width: 100%;
      height: calc(100vh - 65px);
      object-fit: cover; }
      @media screen and (max-width: 1023px) {
        .product-item .product-image img {
          height: 40vh; } }
  @media screen and (max-width: 1023px) {
    .product-item {
      flex-direction: column-reverse; } }
  .product-item .product-content {
    width: 34.3%;
    margin-left: 123px;
    margin-top: 108px; }
    @media screen and (max-width: 1023px) {
      .product-item .product-content {
        margin: 0;
        width: 100%; } }
    .product-item .product-content .product-availability {
      padding: 10px 0 62px;
      letter-spacing: 0.2px;
      position: relative;
      display: inline-block; }
      @media screen and (max-width: 1023px) {
        .product-item .product-content .product-availability {
          position: absolute;
          top: 45px;
          left: 50%;
          transform: translateX(-50%);
          padding-bottom: 0; } }
      .product-item .product-content .product-availability:before {
        content: '';
        display: block;
        height: 1px;
        width: 100%;
        background-color: #BEC0C2;
        position: absolute;
        top: 0;
        left: 0; }
    .product-item .product-content .product-name {
      font-weight: bolder;
      line-height: 1.2;
      font-size: 47px;
      margin-bottom: 13px;
      letter-spacing: 5px;
      font-family: Brandon;
      color: #403e41;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      display: -webkit-box; }
      .product-item .product-content .product-name span {
        display: block; }
    .product-item .product-content .product-manufacturer {
      margin-bottom: 19px;
      font-weight: bold;
      color: #aeafb2;
      font-size: 14px; }
    .product-item .product-content .product-cost {
      font-family: Brandon;
      font-weight: bolder;
      margin-bottom: 62px;
      color: #403e41; }
      .product-item .product-content .product-cost .offered-cost {
        font-size: 38px;
        letter-spacing: -1.2px; }
      .product-item .product-content .product-cost .actual-cost {
        font-size: 18px;
        margin-left: 57px;
        text-decoration: line-through;
        color: #BEC0C2; }
    .product-item .product-content .dark-button {
      padding: 26px 26.5px;
      font-size: 15.5px; }
    .product-item .product-content .mobile-button a button {
      padding: 12px 0; }

#feature {
  background-color: #F1F1F1;
  padding-top: 57px;
  position: relative; }
  @media screen and (max-width: 1023px) {
    #feature {
      background-color: white; } }
  #feature .mobile-right-arrow,
  #feature .mobile-left-arrow {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px; }
    @media screen and (max-width: 1023px) {
      #feature .mobile-right-arrow,
      #feature .mobile-left-arrow {
        display: block;
        position: absolute;
        z-index: 5; } }
  #feature .mobile-right-arrow {
    right: 10px; }
  #feature .mobile-left-arrow {
    left: 10px; }
  @media screen and (max-width: 1023px) {
    #feature .mobile-button button img {
      width: 20px; }
    #feature .mobile-button button:nth-of-type(2) img {
      width: 25px; } }
  #feature .desktop-button:nth-of-type(2) {
    margin-left: -4px; }
  #feature .mobile-right-arrow {
    float: right; }
  #feature .mobile-left-arrow {
    float: left; }
  #feature .desktop-button {
    margin-top: 32px;
    padding: 16px 15px; }
  #feature .light-button {
    padding: 16px 15px;
    margin-left: 12px; }
  #feature h4 {
    text-align: center;
    color: #58595B;
    margin: 0 auto;
    position: relative; }
    #feature h4:before {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: -9px;
      height: 1px;
      width: 76px;
      background-color: #58595B; }
  #feature .product-availability {
    position: absolute;
    left: -6.9%;
    top: 70px;
    background-color: #F7C452;
    color: white;
    width: 19%;
    padding: 3px 0;
    font-size: 15px;
    transform: rotate(-90deg); }
  #feature .list-of-products {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 60px;
    margin-top: 56px;
    padding-bottom: 50px; }
    @media screen and (max-width: 1023px) {
      #feature .list-of-products {
        display: block; } }
    #feature .list-of-products li {
      width: 100%;
      position: relative;
      list-style: none;
      text-align: center;
      border-right: 1px solid #BEC0C2; }
      @media screen and (max-width: 1023px) {
        #feature .list-of-products li {
          width: 100%; } }
      #feature .list-of-products li:last-child {
        border-right: none; }
      #feature .list-of-products li .product-image {
        display: block;
        margin: 0 auto;
        width: 50%; }
        #feature .list-of-products li .product-image img {
          width: 100%;
          height: 40vh;
          object-fit: cover; }
      #feature .list-of-products li .product-name {
        font-size: 20px;
        font-weight: bold;
        margin: 16px auto 8px;
        display: block;
        color: #414042;
        width: 70%;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box; }
      #feature .list-of-products li .product-manufacturer {
        font-weight: bold;
        color: #aeafb2; }
      #feature .list-of-products li .product-price {
        padding-top: 19px;
        font-size: 21px;
        font-weight: bold;
        font-family: Brandon;
        color: #414042; }
        @media screen and (max-width: 1023px) {
          #feature .list-of-products li .product-price {
            margin-bottom: 20px; } }

.product {
  padding: 60px 0 30px;
  background-color: #E6E7E8; }
  .product figure {
    width: 44.6%;
    margin-top: 35px;
    margin-left: 16px;
    position: relative; }
    @media screen and (max-width: 1023px) {
      .product figure {
        width: 85%;
        margin: 50px auto; } }
    .product figure img {
      width: 100%; }
  .product .product-content .product-name {
    font-size: 41px;
    display: block; }
    @media screen and (max-width: 1023px) {
      .product .product-content .product-name {
        text-align: center;
        font-size: 30px;
        margin-top: 20px; } }
  .product .product-content .product-manufacturer {
    margin-bottom: 38px; }
    @media screen and (max-width: 1023px) {
      .product .product-content .product-manufacturer {
        text-align: center;
        margin-bottom: 10px; } }
  .product .product-content .product-cost {
    font-family: Brandon; }
    @media screen and (max-width: 1023px) {
      .product .product-content .product-cost {
        text-align: center;
        margin-bottom: 20px; } }
  .product .product-content .product-cost .offered-cost {
    font-size: 27px; }
  .product .figure-text {
    position: absolute;
    top: 42px;
    left: 31px;
    font-size: 57px;
    letter-spacing: 7.9px;
    font-weight: bold;
    font-family: Brandon;
    width: calc(100% - 31px);
    overflow: hidden; }
    @media screen and (max-width: 1023px) {
      .product .figure-text {
        top: 25px;
        left: 20px;
        font-size: 40px; }
        .product .figure-text span {
          font-size: 30px; } }
    .product .figure-text span {
      display: block;
      letter-spacing: 1.9px;
      margin-bottom: -2px;
      font-size: 38px;
      color: white;
      position: relative; }
      .product .figure-text span:after {
        content: '';
        position: absolute;
        top: 50%;
        width: 100%;
        height: 3px;
        background-color: #414042; }

#service {
  display: block;
  background-color: #E6E7E8; }
  @media screen and (max-width: 1023px) {
    #service {
      position: relative;
      background-color: #F1F1F1;
      padding: 93px 0 20px; } }
  #service .service-contents {
    width: 100%;
    margin: 0 auto;
    background-image: url("../images/vidhanasawdha.png");
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: center;
    background-color: #F1F1F1;
    padding: 10px 0 30px; }
    @media screen and (max-width: 1023px) {
      #service .service-contents {
        width: 100%;
        background-position: center; } }
    #service .service-contents .inner-content {
      width: 83%;
      margin: 67px auto 0; }
      @media screen and (max-width: 1023px) {
        #service .service-contents .inner-content {
          margin-top: 20px; } }
      #service .service-contents .inner-content h4 {
        display: inline-block;
        padding-top: 8px;
        color: #414042;
        border-top: 1px solid #414042; }
        @media screen and (max-width: 1023px) {
          #service .service-contents .inner-content h4 {
            position: absolute;
            top: 35px;
            left: 50%;
            transform: translateX(-50%); } }
      #service .service-contents .inner-content .heading {
        font-size: 39px;
        font-weight: bold;
        letter-spacing: 1px;
        margin-top: 26px;
        color: #414042; }
      #service .service-contents .inner-content p {
        font-size: 17px;
        margin: 38px 0;
        color: #808285; }
        @media screen and (max-width: 1023px) {
          #service .service-contents .inner-content p {
            font-size: 16px; } }
      #service .service-contents .inner-content .read-more {
        display: block;
        text-decoration: underline;
        color: #414042;
        text-align: right;
        margin: 25px 0; }
      #service .service-contents .inner-content ul {
        display: flex;
        justify-content: space-between;
        flex-flow: row wrap;
        margin: 44px 0; }
        #service .service-contents .inner-content ul li {
          width: 45%;
          list-style: none;
          display: flex;
          padding-top: 10px; }
          @media screen and (max-width: 1023px) {
            #service .service-contents .inner-content ul li {
              width: 50%; } }
          #service .service-contents .inner-content ul li img {
            width: 32px;
            margin-right: 26px;
            object-fit: contain;
            height: 23px; }
            @media screen and (max-width: 1023px) {
              #service .service-contents .inner-content ul li img {
                margin-right: 9px; } }
          #service .service-contents .inner-content ul li span {
            font-weight: bold;
            letter-spacing: 1px;
            color: #808285; }
            @media screen and (max-width: 1023px) {
              #service .service-contents .inner-content ul li span {
                letter-spacing: 0;
                font-size: 11px; } }

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