/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
body {
  margin: 0px;
}
#company-page {
  overflow: hidden;
  font-family: Campton;
  padding-top: 120px;
  .hero-area {
    width: 1200px;
    margin: 0px auto;
    max-width: 100%;
    display: flex;
    @media(max-width: 768px) {
      display: block;
    }
    .company-name-area {
      width: 100%;
      display: flex;
      align-items: center;
      img {
        max-width: 80%;
      }
      @media(max-width: 1230px) {
        padding-left: 15px;
      }
      @media(max-width: 768px) {
        display: block;
        margin-top: 25px;
        margin-bottom: 25px;
        text-align: center;
        padding-right: 15px;
      }
      h1 {
        color: #000;
        font-size: 60px;
        font-style: normal;
        font-weight: 600;
        line-height: 60px; /* 100% */
        letter-spacing: -1.8px;
        margin-bottom: 0px;
      }
    }
    .company-image-area {
      width: 100%;
      position: relative;
      height: 560px;
      @media(max-width: 768px) {
        display: block;
        height: auto;
        aspect-ratio: 16/9;
      }
      img {
        width: 50vw;
        object-fit: cover;
        position: absolute;
        height: 100%;
        @media(max-width: 768px) {
          width: 100%;
        }
      }
    }
  }
  .company-details-area {
    background: #EDEBE4;
    margin-top: 41px;
    margin-bottom: 41px;
    padding-top: 75px;
    padding-bottom: 75px;
    @media(max-width: 768px) {
      margin-top: 0px;
      padding-top: 45px;
      padding-bottom: 45px;
    }
    .content-container {
      width: 1200px;
      margin: 0px auto;
      max-width: 100%;
      display: flex;
      font-size: 16px;
      @media(max-width: 768px) {
        display: block;
      }
      .about-company-area {
        width: 100%;
        @media(max-width: 1230px) {
          padding-left: 15px;
          padding-right: 15px;
        }
        ul {
          list-style-type: none;
          padding-left: 0px;
          li {
            margin-bottom: 25px
          }
        }
      }
      .company-description-area {
        width: 100%;
        @media(max-width: 1230px) {
          padding-left: 15px;
          padding-right: 15px;
        }
        @media(max-width: 768px) {
          margin-top: 40px;
        }
        .description-title {
          font-family: Campton;
          font-size: 48px;
          font-style: normal;
          font-weight: 600;
          line-height: 54px; /* 112.5% */
          letter-spacing: -1.44px;
          margin-bottom: 40px;
          @media(max-width: 767px) {
            font-size: 36px;
            line-height: 1em;
          }
        }
        .description-body {
        
        }
      }
    }
  }
  .open-jobs-area {
    padding-top: 41px;
    padding-bottom: 41px;
    @media(max-width: 1230px) {
      padding-left: 15px;
      padding-right: 15px;
    }
    .content-container {
      width: 1200px;
      margin: 0px auto;
      max-width: 100%;
      h2 {
        font-size: 48px;
        font-style: normal;
        font-weight: 600;
        line-height: 54px; /* 112.5% */
        letter-spacing: -1.44px;
        margin-bottom: 60px;
        @media(max-width: 768px) {
          margin-top: 0px;
        }
      }
      a {
        text-decoration: none;
        color: black;
      }
      #joblistcount {
        padding: 0px;
      }
      #joblist {
        padding: 0px;
      }
      .available-jobs {
        border-top: 1px solid #D9D9D9;
        .single-job {
          display: flex;
          border-bottom: 1px solid #D9D9D9;
          @media(max-width: 768px) {
            padding-top: 15px;
            padding-bottom: 15px;
          }
          .job-image {
            width: 150px;
            margin: 20px;
            border-right: 1px solid #D9D9D9;
            padding-right: 20px;
            @media(max-width: 768px) {
              padding: 0px;
              display: flex;
              align-items: center;
              border: 0px;
              width: 70px;
              margin-top: 0px;
              margin-bottom: 0px;
              margin-left: 10px;
            }
            img {
              width: 100%;
              @media(max-width: 768px) {
                width: 70px;
              }
            }
          }
          .about-job {
            width: calc(100% - 270px); 
            padding-left: 0px;
            display: flex;
            align-items: center;
            font-size: 16px;
            @media(max-width: 768px) {
              font-size: 14px;
              width: 100%;
              padding-right: 20px;
            }
            .about-content {
              display: block;
              width: 100%;
              p {
                margin: 0px;
              }
            }
          }
          .like-job {
            width: 65px;
            display: flex;
            align-items: center;
            justify-content: center;
            @media(max-width: 768px){
              margin-left: auto;
            }
          }
          .open-job {
            width: 100px;
            display: flex;
            align-items: center;
            padding: 20px;
            padding-right: 0px;
            @media(max-width: 768px) {
              display: none;
            }
            .open-icon {
              display: flex;
              width: 100%;
              height: 100%;
              align-items: center;
              justify-content: center;
              border-left: 1px solid #D9D9D9;
              svg {
                fill: #777777;
                path {
                  fill: #777777;
                }
              }
            }
          }
        }
      }
    }
  }
  .video-area {
    max-width: 1240px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    @media(max-width: 1230px) {
/*       padding-left: 25px;
      padding-right: 25px; */
    }
    @media(max-width: 768px) {
      padding-top: 0px;
    }
    .content-container {
      width: 100%;
      margin: 0px auto;
      max-width: 100%;
      .video-js {
        aspect-ratio: 16 / 9;
        max-width: 100%;
        width: 100% !important;
        height: 100% !important;
      }
  }
}