/* banner section code */
.banner-section {
  background: url("../assets/about-page-banner.png") no-repeat center/cover;
  min-height: 80vh;
}
.banner-content {
  border-radius: 20px;
  padding: 48px 100px;
  max-width: 470px;
}
.banner-content:hover {
  transform: scale(1.2, 1.2);
  transition: 2s linear;
  cursor: pointer;
}
/* about section code */
.about-sec .icon {
  margin-bottom: 21px;
}
.about-big-img {
  max-width: 425px;
}
.about-small-img {
  max-width: 303px;
}
.about-big-img:hover {
  transform: translateY(-20px);
  transition: 0.5s linear;
}
.about-small-img:hover {
  transform: translateY(-40px);
  transition: 1s linear;
}
/* mission section code */
.mission-sec {
  background: url("../assets/about-page-mission-banner.png") no-repeat
    center/cover;
}
.mission-sec .row {
  column-gap: 60px;
}
.mission-sec .parent-box {
  position: relative;
}
.mission-sec .big-image {
  max-width: 641px;
}
.mission-sec .small-image {
  max-width: 333px;
  position: absolute;
  right: 0;
  bottom: -56px;
}

.mission-sec .image-box > div:hover {
  transform: scale(0.9, 0.9);
  transition: 3s linear;
}
.mission-sec .title2 {
  line-height: 1.1;
}
.mission-sec .desc {
  margin-bottom: 30px;
}

/* ======================================================
                  media query section
======================================================= */
@media screen and (max-width: 1400px) {
  /* navbar code */
  .offcanvas {
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    backdrop-filter: blur(20px);
    padding-top: 70px;
  }
  .nav-item {
    margin: 0 0 20px !important;
  }
  .close-btn {
    position: absolute;
    right: 30px;
    top: 80px;
    border: none;
    background: none;
    padding: 0 15px;
  }
  .close-btn > span {
    display: inline-block;
    height: 2px;
    width: 100%;
    position: absolute;
    background: white;
    left: 0;
    top: 4px;
    right: 0;
    transform: rotate(45deg) translate(-5px);
  }
  .close-btn::after {
    content: "";
    height: 2px;
    background: white;
    position: absolute;
    left: 0;
    right: 0;
    top: -4px;
    transform: rotate(-45deg) translate(-5px);
  }
  .nav-icons {
    padding: 0;
    margin: 0 auto 20px;
    border: 0 !important;
  }
  .cart-section {
    padding: 0 !important;
  }
  /* mission section code */
  .mission-sec .big-image {
    width: 500px;
  }
  .mission-sec .small-image {
    width: 400px;
  }
}
@media screen and (max-width: 1200px) {
  /* mission section code */
  .mission-sec .big-image {
    width: 400px;
  }
  .mission-sec .small-image {
    width: 200px;
  }
  /* footer-section code */
  .footer-top .row > div:first-child .desc {
    margin: 0 auto;
  }
  .footer-top .row > div:last-child ul {
    justify-content: center;
  }
  .footer-top .row > div:last-child ul .social-links {
    margin-right: 15px;
  }
  .footer-hdr {
    display: inline-block;
  }
}
@media screen and (max-width: 992px) {
  /* banner section code */
  .banner-content {
    width: calc(0.65 * 992px);
    padding: 20px;
  }
  /* about section code */
  .about-sec {
    text-align: center;
  }
  .about-sec .desc {
    margin-bottom: 20px;
  }
  .about-sec .image-box {
    justify-content: center;
  }
  /* mission section code */
  .mission-sec {
    text-align: center;
  }
  .mission-sec .mission-cntn {
    margin-bottom: 20px;
  }
  .mission-sec .image-box {
    display: flex;
    justify-content: center;
  }
  .mission-sec .small-image {
    right: -56px;
  }
}
@media screen and (max-width: 768px) {
  .title1 {
    font-size: 45px;
  }
  .primary-btn {
    padding: 20px 30px;
  }
  .title2 {
    font-size: 35px;
  }
  .title2-sub {
    font-size: 12px;
  }
  /* banner section code */
  .banner-content {
    width: calc(0.65 * 768px);
    padding: 30px;
  }
  /* about section code */
  .about-sec .about-big-img {
    width: 300px;
  }
  .about-sec .about-small-img {
    width: 200px;
  }
}
@media screen and (max-width: 576px) {
  .title1 {
    font-size: 25px;
  }
  .desc {
    font-size: 13px;
  }
  .title2 {
    font-size: 24px;
  }
  .title2-sub {
    font-size: 12px;
  }
  .title3 {
    font-size: 20px;
  }
  .primary-btn {
    font-size: 13px;
    padding: 10px !important;
  }
  .section-padding {
    padding: 50px 0;
  }
  /* navbar code */
  .nav-logo > a {
    width: 190px;
  }
  .offcanvas {
    font-size: 13px;
  }
  /* banner section code */
  .banner-content {
    width: calc(0.5 * 576px);
    padding: 15px;
  }
  /* about section code */
  .about-sec .image-box {
    flex-wrap: wrap;
  }
  .about-sec .about-big-img {
    margin: 0 0 10px !important;
  }
  /* mission section code */
  .mission-sec .big-image {
    width: 200px;
  }
  .mission-sec .small-image {
    width: 130px;
  }
  /* footer section code */
  .footer-sec form input[type="email"] {
    padding: 5px;
  }
  .footer-sec form input[type="submit"] {
    font-size: 13px;
    padding: 10px 40px !important;
  }
  .ftr-btm-cntn {
    font-size: 13px;
  }
}
@media screen and (max-width: 320px) {
  .primary-btn {
    font-size: 10px;
  }
  /* navbar code */
  .nav-logo > a {
    width: 140px;
  }
  /* banner section code */
  .banner-content {
    width: calc(0.35 * 576px);
  }
  /* mission section code */
  .mission-sec .big-image {
    width: 150px;
  }
  .mission-sec .small-image {
    width: 100px;
    right: -20px;
    bottom: -30px;
  }
}
