@media screen and (max-width: 768px) {
  .nav__toggle-icon {
    display: flex;
  }
  .menu__item {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .title-sample-text{
    font-size: 20px;
    font-weight: normal;
    font-weight: 300;
    text-transform: uppercase;
  }
  .menu {
    background-color: var(--section-bg-color);
    position: absolute;
    top: 100%;
    flex-direction: column;
    width: 100%;
    right: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    transition: all 120ms ease-in;
    height: 0;
    overflow: hidden;
  }
  .content-box-lg {
    padding: 100px 0;
  }
  .header-proj img{
    width: 220px !important;
  }
}
@media screen and (max-width: 992px) {
  .menu__item {
    margin-right: 20px;
  }
  .title-sample-text {
    font-size: 20px;
    font-weight: normal;
    font-weight: 300;
    text-transform: uppercase;
}

}

@media (min-width: 1400px) {
  .container {
    width: 1250px;
  }
  .slider-sec .carousel{
    height: 630px !important;
  }
  .carousel .carousel-inner{
    height: 100% !important;
  }
  .carousel-item img{
    height: 630px;
  }
  .chat-container li .chat-hour > span {
    margin-right: 5px;
    position: relative;
    bottom: 2px;
}
}

@media screen and (max-width: 1400px) {
  .home__photo {
    width: 450px;
    height: 450px;
  }
  
  .carousel .carousel-inner{
    height: 100% !important;
  }
  .section-head{
    margin-bottom: 30px ;
  }
  .home {
    height: 760px;
  }
  .chat-container li .chat-hour > span {
    margin-left: 5px;
    position: relative;
    bottom: 2px;
    margin-right: 5px;
}
.home {
height: 490px;
}
}

@media screen and (max-width: 1200px) {
  .home__photo {
    width: 380px;
    height: 380px;
  }
  .nav__logo img{
    width: 180px;
  }
  .home {
    height: 400px;
  }
  .c-email{
    width: 70%;
  }
  .about__cover,
  .about__content {
    flex-basis: 50%;
  }
  .content .left-side::before{
   
    left: 31px;
    
  }
  .service {
    padding: 70px 20px;
  }

  .resume-list {
    margin-right: 0;
  }
}

@media screen and (max-width: 992px) {
  .menu__item {
    margin-right: 20px;
  }
  .c-email{
    width: 80%;
  }
  .content .left-side::before {
    
    left: 20px;
    
}
.nav__logo span {
  font-size: 25px;


}

.contact-us .container .content .right-side{
  width: 68%;

}
  .nav__logo img{
    width: 160px;
  }
  .home__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .home__photo {
    margin: 0 auto;
    width: 360px;
    height: 360px;
  }

  .home {
    margin-top: 60px;
    background-image: none;
    height: auto;
  }

  .home .row {
    flex-direction: column-reverse;
  }

  .about {
    flex-direction: column;
  }

  .about__cover,
  .about__content {
    flex-basis: auto;
  }

  /* .resume-list__item--active {
        background-color: #055061;
    }

    .resume-list::before,
    .resume-list__item::before,
    .resume-content__title::before {
        content: none;
    }

    .resume-list__icon {
        display: none;
    }

    .resume-list {
        flex-direction: row;
        gap: 5px;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        min-height: auto;
        box-shadow: none;
        background-color: transparent;
    }

    .resume-list__item {
        border-radius: 40px;
        padding: 12px 30px;
        margin-bottom: 0;
        transition: all 120ms ease-in;
    }

    .resume-list__text {
        font-size: 16px;
        margin: 0;
        font-family: "Poppins";
        transition: none;
    }

    .resume-content {
        border-left: none;
        padding-left: 0;
    } */

  .contactus__map {
    display: none;
  }

  .contact {
    margin-right: auto;
  }
}


@media screen and (max-width: 768px) {
  .menu {
    background-color: #fff;
    position: absolute;
    top: 100%;
    flex-direction: column;
    width: 100%;
    right: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    transition: all 120ms ease-in;
    height: 0;
    overflow: hidden;
  }
  .c-email__code{
    width: 75%;
  }
  .chat-container li .chat-hour > span {
    margin-left: 5px;
    position: relative;
    bottom: 2px;
    margin-right: 5px;
}
  .vertical-heading h2, .horizontal-heading h2{
    font-size: 33px;
  }
  .section-head__title{
    font-size: 33px;
  }
  .slider-sec{
    margin-top: 100px;
  }
  #about-right{
    margin-top: 40px;
  }
  .portfolio-img{
    margin-bottom: 30px;
  }
  .nav__logo span {
    font-size: 25px;
}
.c-email {
  width: 90%;
  border-radius: 40px;
  overflow: hidden;
  margin-top: 80px;
  box-shadow: 0px 7px 22px 0px rgba(0, 0, 0, .1);
}

  /* .main-project{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .main-project .container{
      width: 80%;
  
  }
  .main-project .container .row > div{
    margin-bottom: 80px;
  } */
  #isotope-filters{
    text-align: center;
  }
  .contact-us .container .content .right-side{
    width: 100%;
  
  }
  .contact-us .container .content .left-side {
    width: 100%;
}
  .nav__logo img{
    width: 160px;
  }
  .about-me{
    flex-direction: column;
  }
  .home__content{
    margin-top: 13px;
  }
  .menu--open {
    height: 330px;
  }

  .menu__item {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .menu__item:first-child {
    margin-top: 20px;
  }
  #portfolio {
    padding-bottom: 0;
}
#isotope-filters button {
    padding-right: 15px;
}
  .nav__toggle-icon {
    display: flex;
  }
  
  .cover {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 10%);
    z-index: -1;
    opacity: 0;
    transition: all 200ms ease-in;
  }

  .cover--show {
    opacity: 1;
    z-index: 99;
  }

  .home {
    margin-top: 50px;
  }

  .home__photo {
    width: 340px;
    height: 340px;
    border-width: 15px;
  }

  .about__content {
    padding: 2px 40px;
  }

  .service {
    padding: 40px 10px;
  }

  .service__icon {
    width: 60px;
  }
  
}

@media screen and (max-width: 576px) {
  .section-res,#portfolio,#about{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .resume-sec{
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  
  
  
  .content-box-lg {
    padding: 0px 0;
}

  .header-proj img{
    width: 180px !important;
  }
  .nav {

    padding: 9px 10px;
}
.c-email__code{
  width: 80%;
}
.section-head__title {
  font-weight: bold;
  font-size: 32px;
}
  .card__content {
    justify-content: start;
    height: 67%;
}
.portfolio-img{
  margin-bottom: 30px;
}
.carousel .carousel-inner{
  height: 100% !important;
}
.title-sample-text{
  font-size: 18px;
  font-weight: normal;
  font-weight: 300;
  text-transform: uppercase;
}
.nav__toggle-line, .nav__toggle-line::before, .nav__toggle-line::after {
  content: " ";
  width: 40px;
}
.card__content {
  transform: translateY(30%);
  transition: transform 500ms ease-out;
  transition-delay: 500ms;
}
  .vertical-heading h2,
  .horizontal-heading h2{
    font-size: 32px;
  }
  #about-right{
    margin-top: 30px;
  }
  .contact-us .container .content .right-side{
    width: 90%;
  
  }
  .vertical-heading h5 {
 
    right: -50px;
}
  .contact-us .container .content .left-side ,.main-sample,.main-support {
    width: 100%;
}
  .resume-sec .container,#portfolio .content-box-md,#about #about-01,.main-support .container{
    width: 90%;
  }
  .main-support .container{
    width: 95%;
  }
  .home__name {
    font-size: 20px;
  }
  #isotope-filters {
    margin-bottom: 30px;
    
}
.main-project,.main-sample,.photos-main,.main-support{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main-project .container{
    width: 80%;

}
.main-sample .container,.photos-main .container{
  width: 90%;
}
.nav__logo span {
  font-size: 23px;
 

}
.nav__toggle-icon{
  width: 40px;
  height: 40px;
}

.main-project .container .row > div{
  margin-bottom: 80px;
}

.nav__logo img{
  width: 130px;
}
.right-side .button {
 
  text-align: center;
}
.contact-us .container {
  width: 95%;
  padding: 30px 0px 40px 0px;
  text-align: center;
}
.contact-us .section-head{
  margin-top: 80px;

}
  #isotope-filters {
    text-align: center;
    padding: 0;
}
#isotope-filters button {
    font-size: 12px;
    padding-right: 14px;
}
  .resume-list{
    margin-bottom: 75px;
  }
  .home__photo {
    width: 300px;
    height: 300px;
  }
  .about-me{
    flex-direction: column;
    text-align: center;

  }
  .home__photo{
    margin-top: 25px;
  }
  .about__link {
    width: 100%;
  }

  .about__content {
    padding: 20px;
  }

  .service {
    padding: 50px 20px;
  }

  .service__wave {
    display: none;
  }

  .footer__wrapper {
    flex-wrap: wrap;
  }
  .carousel-item img {
    
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
    .carousel-inner {
    
    overflow: visible;
}
.slider-content {
     min-height: auto;
}

}

@media screen and (max-width: 460px) {
  .service__wave {
    display: block;
  }

  .contact {
    padding: 45px 20px;
  }
}

@media screen and (max-width: 410px) {
  .home__links-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .nav__logo img {
    width: 120px;
}
  
  .home__link{
    width: 80%;
  }
  .home__photo {
    width: 260px;
    height: 260px;
    border-width: 10px;
  }
  .card__content {
    justify-content: start;
    height: 60%;
}
.card__content {
  transform: translateY(48%);
  transition: transform 500ms ease-out;
  transition-delay: 500ms;
}
}

@media screen and (min-width: 768px) and (max-width: 992px) {

  .email-one{
    font-size: 12px !important;
  }
  .card__content {
    justify-content: start;
    height: 55%;
}
.c-email__code{
  width: 71%;
}
.content-box-lg {
  padding: 50px 0;
}
.card__content {
  transform: translateY(50%);
  transition: transform 500ms ease-out;
  transition-delay: 500ms;
}
}
@media screen and (min-width: 768px){

  .header-proj{
    height: 110px;
  }
  .header-proj img{
   width: 230px;
   height: 80px;
  }
}