/* 768 */
@media screen and (max-width: 1000px) {
  #about {
    height: 100%;
    /* padding: 40px 1rem 80px !important; */
    vertical-align: middle;
    align-self: center;
    align-content: space-around;
    background-position: center;
  }
  #about h1 {
    font-size: 44px;
  }
  #about p {
    font-size: 24px;
  }
  /* #landing-banner img {
    width: 250px;
    margin-top: 40px;
    float: none;
    height: auto;
  } */
}
/* 768 */
@media screen and (max-width: 768px) {
  /* Sections */
  section {
    height: 100%;
  }

  #about .service-img {
    width: 250px;
  }

  section .section-title {
    font-size: 18px;
  }

  section .section-desc {
    font-size: 24px;
  }
  /* ----------------------------------------------------------------
                          [  Navbar ]
  -----------------------------------------------------------------*/

  .header-nav {
    display: flex;
    /* position: relative; */
    justify-content: space-between;
    overflow: hidden;
    padding: 15px 20px 10px;
    box-shadow: #eee 0px 1px 4px;
    position: relative;
  }
  .header-menu {
    position: relative;
    z-index: 1;
  }

  .menu-icon {
    cursor: pointer;
  }

  .header-menu .nav-link {
    display: none;
  }

  .show-white{
    display: unset;
  }
  .show-black{
    display: none;
  }
  /* ----------------------------------------------------------------
                          [  MenuBar ]
  -----------------------------------------------------------------*/

  .sidebar {
    background: var(--primary-color);
  }

  .sidebar-nav {
    padding: 15px 20px 10px;
  }

  .sidebar .sidebar-content {
    width: 100%;
    position: relative;
    padding: 50px 20px 80px;
  }

  .sidebar .menu a {
    font-size: 55px;
  }

  /* ----------------------------------------------------------------
                          [  Landing Banner ]
  -----------------------------------------------------------------*/
  #landing-banner {
    height: 100%;
    /* padding: 40px 1rem 80px !important; */
    vertical-align: middle;
    align-self: center;
    align-content: space-around;
    background-position: center;
  }
  #landing-banner h1 {
    font-size: 44px;
  }
  #landing-banner p {
    font-size: 24px;
  }
  #landing-banner img {
    width: 250px;
    margin-top: 40px;
    float: none;
    height: auto;
  }

  /* ----------------------------------------------------------------
                          [  Services ]
  -----------------------------------------------------------------*/

  .service-card {
    height: 400px;
    width: 335px;
    padding: 15px 40px;
  }

  /* ----------------------------------------------------------------
                          [  Our Works ]
  -----------------------------------------------------------------*/

  #ourWork .caseTitle {
    font-size: 24px;
  }

  #ourWork .caseDesc {
    font-size: 28px;
  }

  #ourWork .caseTag {
    font-size: 16px;
  }

  /* ----------------------------------------------------------------
                          [  Work With Us ]
  -----------------------------------------------------------------*/

  #workWithUs {
    background: var(--services-bg);
    background-position: right;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
  }

  #workWithUs::before {
    content: "";
    background: url(./images/workWithUs.webp);

    opacity: 0.1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
  }

  #workWithUs .container {
    padding: 10px 12px;
  }

  /* ----------------------------------------------------------------
                          [  footer ]
  -----------------------------------------------------------------*/
  footer .footer-logo {
    margin-bottom: 20px;
  }

  footer .address {
    margin-top: 40px;
    line-height: 1.7;
    text-align: center;
  }

  /* ----------------------------------------------------------------
                          [  Contact Section ]
  -----------------------------------------------------------------*/

  #contactSection {
    background: var(--primary-color);
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
    padding: 20px 20px;
  }

  #contactSection .logo {
    width: 100px !important;
  }

  #contactSection .title {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
  }

  /* ----------------------------------------------------------------
                        [  Landing Banner ]
-----------------------------------------------------------------*/
  #about {
    padding: 40px 1rem 80px !important;
  }

  #about .banner-img {
    display: none;
  }

  /* ----------------------------------------------------------------
                        [  Who we are ]
-----------------------------------------------------------------*/

  #ourStory .fixed-image {
    position: relative;
    bottom: 0;
    top: auto;
  }

  #ourStory .stats .stat-num {
    font-size: 40px;
  }

  #ourStory .stats .stat-desc {
    font-size: 15px;
  }

  /* ----------------------------------------------------------------
                        [  Our Values ]
-----------------------------------------------------------------*/
  #ourValues .title {
  }

  #ourValues .value-card {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* ----------------------------------------------------------------
                        [  Our Benefits ]
-----------------------------------------------------------------*/
  .b-image::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    /* left: 0; */
    width: 100%;
    height: 80%;
    background: url(./images/about/values/b-bg.webp);
    background-position: 100% 51%;
    opacity: 0.2;

    background-size: contain;
    /* background-clip: border-box; */
    background-repeat: no-repeat;
    z-index: -1;
  }
  #benefits .b-image {
    /* display: none; */
  }
}

/* ----------------------------------------------------------------
                          [  MEdiac Screen 425 ]
  -----------------------------------------------------------------*/

@media screen and (max-width: 500px) {
  /* Sections */
  section {
    height: 100%;
  }

  section .section-title {
    font-size: 18px;
  }

  section .section-desc {
    font-size: 24px;
  }
  /* ----------------------------------------------------------------
                          [  Navbar ]
  -----------------------------------------------------------------*/

  .header-nav {
    display: flex;
    justify-content: space-between;
    /* position: relative; */
    overflow: hidden;
    padding: 15px 20px 10px;
    box-shadow: #eee 0px 1px 4px;
  }
  .header-menu {
    position: relative;
    z-index: 1;
  }

  .menu-icon {
    cursor: pointer;
  }

  .header-menu .nav-link {
    display: none;
  }

  /* ----------------------------------------------------------------
                          [  MenuBar ]
  -----------------------------------------------------------------*/

  .sidebar {
    background: var(--primary-color);
  }

  .sidebar-nav {
    padding: 15px 20px 10px;
  }

  .sidebar .sidebar-content {
    width: 100%;
    position: relative;
    padding: 70px 20px 80px;
  }
  .sidebar .nav-link {
    display: none;
    color: white;
  }

  .sidebar .menu a {
    font-size: 35px;
  }

  /* ----------------------------------------------------------------
                          [  Landing Banner ]
  -----------------------------------------------------------------*/
  #mainBody {
    animation: fadeIn ease 2s;
    -webkit-animation: fadeIn ease 2s;
  }
  #landing-banner {
    height: 100%;
    padding: 40px 1rem 80px !important;
    vertical-align: middle;
    align-self: center;
    align-content: space-around;
    background-position: center;
    text-align: center;
  }
  #landing-banner h1 {
    font-size: 44px;
  }
  #landing-banner p {
    font-size: 24px;
  }
  #landing-banner img {
    width: 200px;
    height: auto;
    float: none;
    margin-top: 2rem;
  }

  /* ----------------------------------------------------------------
                          [  Services ]
  -----------------------------------------------------------------*/

  .service-card {
    height: 400px;
    width: 335px;
    padding: 15px 40px;
  }

  /* ----------------------------------------------------------------
                          [  Our Works ]
  -----------------------------------------------------------------*/

  #ourWork .caseTitle {
    font-size: 24px;
  }

  #ourWork .caseDesc {
    font-size: 28px;
  }

  #ourWork .caseTag {
    font-size: 16px;
  }

  /* ----------------------------------------------------------------
                          [  Testimonials ]
  -----------------------------------------------------------------*/
  /* ----------------------------------------------------------------
                          [  Work With Us ]
  -----------------------------------------------------------------*/

  #workWithUs {
    background: var(--services-bg);
    background-position: right;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
    z-index: 2;
  }

  #workWithUs::before {
    content: "";
    background: url(./images/workWithUs.webp);

    opacity: 0.1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
  }
  /* ----------------------------------------------------------------
                          [  Subscribe ]
  -----------------------------------------------------------------*/
  #subscribe {
    text-align: center;
  }

  /* ----------------------------------------------------------------
                          [  footer ]
  -----------------------------------------------------------------*/
  footer .footer-logo {
    margin-bottom: 20px;
  }

  footer .address {
    margin-top: 40px;
    line-height: 1.7;
    text-align: center;
  }

  /* ----------------------------------------------------------------
                        [  Contact ]
-----------------------------------------------------------------*/
  #contactSection {
    height: 100%;
    padding: 20px 20px;
  }

  #contactSection .logo {
    width: 100px !important;
  }

  #contactSection .title {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
  }

  /* ----------------------------------------------------------------
                        [  About ]
-----------------------------------------------------------------*/

  #about {
    text-align: center;
  }
  #about > * {
    z-index: 3;
  }

  #about h1 {
    font-size: 40px;
  }

  #about p {
    font-size: 22px;
  }

  #about .subtitle {
    font-size: 24px;
  }

  #about .scroll img {
    width: 20px;
  }

  #about .scroll p {
    font-size: 16px;
  }

  #about .service-img {
    margin-top: 30px;
    width: 150px;
  }

  /* ----------------------------------------------------------------
                        [  Who we are ]
-----------------------------------------------------------------*/

  #ourStory {
    background: url(./images/about/Our-story-bg.webp);
    background-size: cover;
    position: relative;
  }

  #ourStory .fixed-image {
    position: relative;
    bottom: 0;
    top: auto;
  }

  #ourStory .stats {
    text-align: center;
  }

  #ourStory .stats .stat-num {
    font-size: 40px;
    margin-bottom: 0;
  }

  #ourStory .stats .stat-desc {
    font-size: 15px;
  }

  /* ----------------------------------------------------------------
                        [  Our Values ]
-----------------------------------------------------------------*/
  #ourValues .title {
  }

  #ourValues .value-card {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* ----------------------------------------------------------------
                        [  Out Team ]
-----------------------------------------------------------------*/
  #ourTeam {
    background: var(--primary-color);
    color: #fff;
  }

  #ourTeam .title {
    color: white;
  }
  #ourTeam .team {
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
    /* margin-left: auto;
    margin-right: auto; */
  }
  #ourTeam .team .teamName {
    font-size: 24px;
    font-weight: bold;
  }

  /* ----------------------------------------------------------------
                        [ Engagement ]
-----------------------------------------------------------------*/
  .engagement {
    width: 90%;
    padding: 4rem 1rem;
  }
}
