@media (max-width: 430px) {
  .card-blog {
    margin-bottom: 20px;
    height: auto;
  }
  .blog-1 img {
    width: 250px;
    height: 240px;
    margin-right: 0px;
  }
  .blog-2 img {
    width: 240px;
    height: 240px;
    margin-right: 0px;
  }
  .blockquote {
    font-size: 15px;
  }
  #header .logo {
    font-size: 20px;
  }
  .hero {
    height: 530px;
  }
  #hero.bg-image {
    background-size: 30rem;
    background-position: 0rem 0rem;
  }
  .hero .hero-title {
    font-size: 33px;
    font-family: "Courgette", cursive;
  }
  .hero .hero-subtitle {
    font-size: 18px;
  }
  .card-blog {
    margin-bottom: 20px;
    height: auto;
  }
  .about-img img {
    height: 230px;
    display: flex;
    margin-right: 50px;
  }
  .about-info p span {
    font-size: 14px;
  }
  .title-box-2 h5 {
    font-size: 24px;
    width: 215px;
  }
  .lead {
    font-size: 17px;
  }
  .btn-resume {
    font-size: 13px;
    height: 45px;
    width: 120px;
    border-radius: 20px;
  }
  .text-center h3 {
    font-size: 28px;
  }
  .text-center p {
    font-size: 14px;
  }

  .service-box .s-title {
    font-size: 16px;
  }
  .service-box .s-description {
    font-size: 14.3px;
  }

  video {
    width: 340px;
  }

  .copyright-box {
    font-size: 11px;
  }
  .back-to-top {
    margin-bottom: 30px;
  }
  .portfolio-details .portfolio-info h3 {
    font-size: 19px;
  }
  .portfolio-details .portfolio-info ul {
    font-size: 14px;
  }
  .portfolio-details .portfolio-description h2 {
    font-size: 19px;
  }
  .portfolio-details .portfolio-description p {
    font-size: 14px;
  }
}
/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 430px) and (max-width: 576px) {
  #header .logo {
    font-size: 20px;
  }
  .hero {
    height: 530px;
  }
  #hero.bg-image {
    background-size: 30rem;
    background-position: 3rem 0rem;
  }
  .hero .hero-title {
    font-size: 28px;
  }
  .hero .hero-subtitle {
    font-size: 18px;
  }
  video {
    width: 430px;
  }
  .v-web-2 {
    width: 410px;
  }
  .card-blog {
    margin-bottom: 20px;
    height: auto;
  }
  .about-img img {
    height: 200px;
    display: flex;
    margin-right: 50px;
  }
  .about-info p span {
    font-size: 14px;
  }
  .title-box-2 h5 {
    font-size: 24px;
    width: 215px;
  }
  .lead {
    font-size: 17px;
  }
  .btn-resume {
    font-size: 13px;
    height: 45px;
    width: 120px;
    border-radius: 20px;
  }
  .text-center h3 {
    font-size: 28px;
  }
  .text-center p {
    font-size: 14px;
  }

  .service-box .s-title {
    font-size: 16px;
  }
  .service-box .s-description {
    font-size: 14.3px;
  }
  .copyright-box {
    font-size: 11px;
  }
  .back-to-top {
    margin-bottom: 30px;
  }
  .blog-1 img {
    width: 330px;
    height: 330px;
    margin-right: 40px;
  }
  .blog-2 img {
    width: 300px;
    height: 300px;
    margin-right: 40px;
  }
  .blockquote {
    font-size: 17px;
  }
}

@media (min-width: 576px) and (max-width: 760px) {
  #hero.bg-image {
    background-size: 35rem;
    background-position: 4rem 0rem;
  }
  video {
    width: 530px;
  }
  .v-web-2 {
    width: 510px;
  }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 760px) and (max-width: 992px) {
  #header .logo {
    font-size: 23px;
  }
  .hero {
    height: 530px;
  }
  #hero.bg-image {
    background-size: 35rem;
    background-position: 13rem 0rem;
  }
  .hero .hero-title {
    font-size: 40px;
  }
  .hero .hero-subtitle {
    font-size: 26px;
  }
  .about-info {
    margin-right: 0px;
  }
  .title-s {
    font-size: 14px;
  }
  .about-img img {
    height: 110px;
    display: flex;
    margin-left: 0px;
  }
  .about-info p span {
    font-size: 14px;
  }
  .title-box-2 h5 {
    font-size: 24px;
    width: 215px;
  }
  .lead {
    font-size: 17px;
  }
  .btn-resume {
    font-size: 14px;
    height: 48px;
    width: 140px;
    border-radius: 22px;
  }
  .text-center h3 {
    font-size: 28px;
  }
  .text-center p {
    font-size: 14px;
  }
  .service-box {
    height: 450px;
  }
  .service-box .s-title {
    font-size: 18px;
  }
  .service-box .s-description {
    font-size: 15.5px;
  }
  video {
    width: 690px;
  }
  .v-web-3 {
    width: 520px;
  }
  .card-blog {
    height: 465px;
  }
  .card-blog .card-title {
    font-size: 1rem;
  }
  .card-blog .card-description {
    font-size: 0.9rem;
  }
  .list-ico li {
    font-size: 0.9rem;
  }
  .blog-1 img {
    width: 420px;
    height: 420px;
    margin-right: 70px;
  }
  .blog-2 img {
    width: 390px;
    height: 340px;
    margin-right: 70px;
  }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1200px) {
    #hero.bg-image {
        background-size: 35rem;
        background-position: 17rem 0rem;
      }
  .service-box {
    height: 400px;
  }
  video {
    width: 640px;
  }
  .v-web-2 {
    width: 610px;
  }
  .v-web-3 {
    width: 620px;
  }
}

/* // X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}
