/* HOME PAGE */
@media (min-width: 360px) and (max-width: 580px) {
  #hero {
    height: 60vh !important;
  }
  #hero .container {
    padding-top: 20px;
  }
  #header .logo {
    font-size: 20px;
  }
  #hero .btn-watch-video {
    font-size: 12px;
    margin-left: 20px;
  }
  section {
    padding: 30px 0;
  }
  .section-title h2 {
    font-size: 25px;
    margin-top: 60px;
    margin-bottom: 3px;
    padding-bottom: 10px;
  }
  /* Hero */
  #hero .hero-img img {
    width: 66% !important;
  }
  #hero h1 {
    font-size: 25px;
  }
  #hero h2 {
    margin-bottom: 0;
    font-size: 14px;
  }
  #hero .btn-get-started {
    width: 150px;
    font-size: 12px;
    padding: 10px 24px 11px 24px;
  }
  /* About us */
  #about .content {
    padding-left: 0 !important;
  }
  .section-title {
    padding-bottom: 10px;
  }
  .content {
    padding-top: 0;
  }
  .content h3 {
    font-size: 30px !important;
    text-align: center;
  }
  .content p {
    text-align: justify !important;
  }
  .contact .info{
    padding: 22px;
  }
  .dl-blurbs {
    padding: 30px 0 !important;
  }
  .dl-blurbs dt {
    font-size: 16px !important;
  }
  .dl-blurbs dl{
    padding: 15px 4px !important;
  }
  /* Portfolio */
  #portfolio {
    padding: 0;
  }
  .team .member {
    padding: 20px;
    height: fit-content;
  }
  .team .member .pic {
    width: 90px !important;
    margin-right: 10px;
  }
  .team .member .member-info {
    padding-left: 5px;
  }
  .team .member p {
    margin: 0px 0 0 0;
    font-size: 12px;
    text-align: justify;
  }
  .team .member .member-info a {
    width: 148px;
    height: 35px;
    font-size: 12px;
    margin-right: 10px;
  }
  /* projects */
  .project-logo {
    width: 90px !important;
  }
  .img-project,
  .text-project {
    width: 30%;
  }
  .content-row {
    justify-content: center;
  }
  /* choices */
  .selections {
    width: 100%;
    height: 175px !important;
  }
  /* choices */
  .selections {
    margin-top: 25px;
    width: 100% !important;
    height: 175px !important;
    padding: 0 15px;
  }
  .main .text .bold {
    font-size: 17px;
  }
  .main .big-text {
    font-size: 40px;
    font-weight: 500;
  }
  .info .t1 {
    font-size: 16px;
  }
  .img-thumbnail{
    max-width: 100% !important;
    width: 100% !important;
  }
  .contact .info{
    height: 97% !important;
  }
  iframe{
    height: 32% !important;
  }
  .team .member .member-info .shopBtn{
    margin-right: 10px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #hero {
    height: 80vh !important;
  }
  #hero .container {
    padding-top: 20px;
  }
  #header .logo {
    font-size: 40px;
  }
  #hero .btn-watch-video {
    font-size: 25px;
    margin-left: 20px;
  }
  #navbar i {
    font-size: 40px;
  }
  section {
    padding: 30px 0;
  }
  .section-title h2 {
    font-size: 40px;
    margin-top: 60px;
    margin-bottom: 3px;
    padding-bottom: 10px;
  }
  /* Hero */
  #hero .hero-img img {
    width: 80% !important;
  }
  #hero h1 {
    font-size: 38px;
  }
  #hero h2 {
    margin-bottom: 0;
    font-size: 20px;
  }
  /* About us */
  #about .content {
    padding-left: 0 !important;
  }
  .section-title {
    padding-bottom: 10px;
    font-size: 20px;
  }
  .content {
    padding-top: 0;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .content h3 {
    font-size: 40px !important;
    text-align: center;
  }
  .content p {
    font-size: 20px !important;
    text-align: justify !important;
  }
  .dl-blurbs dt {
    font-size: 20px;
  }
  /* Portfolio */
  #portfolio {
    padding: 0;
  }
  .team .member {
    padding: 20px;
    height: fit-content;
  }
  .team .member .pic {
    width: 140px;
    margin-right: 10px;
  }
  .team .member .member-info {
    padding-left: 5px;
  }
  .team .member p {
    margin: 0px 0 0 0;
    font-size: 18px;
    text-align: justify;
  }
  .team .member .member-info a {
    width: 148px;
    height: 35px;
    font-size: 12px;
    margin-right: 10px;
  }
  /* projects */
  .project-logo {
    width: 90px !important;
  }
  .img-project,
  .text-project {
    width: 30%;
  }
  .content-row {
    justify-content: center;
  }
  /* choices */
  .selections {
    margin-top: 25px;
    width: 100% !important;
    height: 175px !important;
    padding: 0 15px;
  }
  .main .text .bold {
    width: 45% !important;
    font-size: 20px;
  }
  .main .big-text {
    font-size: 40px;
    font-weight: 500;
  }
  .info .t1 {
    font-size: 16px;
  }
  .contact .info{
    height: 97% !important;
  }
  iframe{
    height: 44% !important;
  }
  .team .member .member-info .shopBtn{
    margin-right: 10px !important;
  }
}

@media (min-width:1400px) and (max-width:2400px) {
  #hero{
    height: 100vh !important;
  }
  #about{
    height: 82vh !important;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
  }

  #about .section-title{
    padding-bottom: 0;
  }
  #about .content{
    padding: 0;

  }
  #about .content h3{
    text-align: center;
  }
  #about .content p{
    padding: 0 40px 0 40px;
    text-align: justify;
    font-size: 18px;
  }

  #portfolio{
    padding-top: 10px;
  }
  .contact .info{
    height: 98% !important;
    padding: 15px !important;
  }
  iframe{
    height: 75% !important;
  }
  .dl-blurbs {
    padding: 30px 0;
  }
  .dl-blurbs dl{
    padding: 15px 20px;
  }
  .dl-blurbs dt {
    font-size: 30px;
  }
  .pic{
    width: 80px !important;
  }
  .team .member{
    min-height: 27 0px !important;
  }
  .team .member .member-info{
    padding-left: 5px;
  }
  .team .member .member-info p{
    text-align: justify;
  }
  .team .member .member-info span{
    padding-bottom: 0px;
  }
  .team .member .member-info .shopBtn{
    margin-right: 20px;
  }
  .main .text > div{
    margin: 0 !important;
  }
  .main .big-text {
    margin-top: -13px !important;
  }
  .main .text .bold{
    width: 25% !important;
  }
  .main .text{
    font-size: 14px !important;
  }
  .section-title h2{
    padding-bottom: 4px;
    margin-bottom: 0;
  }
  .section-title{
    padding-top: 0px !important;
    padding-bottom: 14px !important;
  }
  .contact .info p{
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .contact .info h4{
    margin-bottom: 0 !important;
  }
  .info-content .address,.email,.phone{
    margin-bottom: 10px;
  }
}
@media (max-width:1368px){
  section {
    padding: 20px 0 !important;
    padding-top: 5px;
    margin-bottom: 10px !important;
  }
  #hero{
    height: 100vh;
  }
  .section-title{
    padding-bottom: 0 !important;
  }
  .section-title h2{
    padding-bottom: 4px;
    margin-bottom: 0;
    margin-top: 15px;
  }
  #about{
    height: 85vh;
    display: flex;
    align-items: center;
  }
  #about .content{
    padding: 0;

  }
  #about .content h3{
    text-align: center;
  }
  #about .content p{
    text-align: justify;
  }
  /* #cliens{
    height: 30vh;
  } */
  .contact .info{
    height: 98% !important;
    padding: 15px;
  }
  iframe{
    height: 72%;
  }
  .dl-blurbs {
    padding: 30px 0;
  }
  .dl-blurbs dl{
    padding: 15px 20px;
  }
  .dl-blurbs dt {
    font-size: 25px;
  }
  .pic{
    width: 80px !important;
  }
  .team .member .member-info{
    padding-left: 5px;
  }
  .team .member .member-info p{
    text-align: justify;
  }
  .team .member .member-info span{
    padding-bottom: 0px;
  }
  .team .member .member-info .shopBtn{
    margin-right: 20px;
  }
  .main .text > div{
    margin: 0 !important;
  }
  .main .big-text {
    margin-top: -5px !important;
  }
  .main .text .bold{
    width: 25% !important;
  }
  .main .text{
    font-size: 14px !important;
  }
  .section-title{
    padding-top: 0px !important;
    padding-bottom: 14px !important;
  }
  .contact .info p{
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .contact .info h4{
    margin-bottom: 0 !important;
  }
}