/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) { 
    

}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .projects_sec .tabs_xuv .tab-content .project_img{
      max-width: 400px;
      width: 100%;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .banner_sec .banner_text:before{
      left: 0;
    }
    .projects_sec .tabs_xuv .tab-content .project_img:before{
      top: 20px;
      right: 20px;
      bottom: -20px;
      left: -20px;
    }
    .site-mobile-menu .site-nav-wrap > li.cta-button a {
      padding: 7px 15px;
      border-radius: 0px;
      color: #ffffff;
      font-weight: 500;
      background: #101630;
      border: 2px solid #101630;
      transition: 0.5s;
    }
    .site-mobile-menu .site-nav-wrap > li.cta-button{
      width: max-content;
    }
    .site-mobile-menu .site-nav-wrap > li > a{
      padding-left: 0;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px){
    .banner_sec .banner_text:before{
      left: 0;
      font-size: 100px;
    }
    .banner_sec .banner_text h1 {
        font-size: 80px;
        line-height: 50px;
    }
    .projects_sec .tabs_xuv .tab-content .project_img:before{
      top: 20px;
      right: 20px;
      bottom: -20px;
      left: -20px;
    }
    .site-mobile-menu .site-nav-wrap > li.cta-button a {
      padding: 7px 15px;
      border-radius: 0px;
      color: #ffffff;
      font-weight: 500;
      background: #101630;
      border: 2px solid #101630;
      transition: 0.5s;
    }
    .site-mobile-menu .site-nav-wrap > li.cta-button{
      width: max-content;
    }
    .site-mobile-menu .site-nav-wrap > li > a{
      padding-left: 0;
    }
    .aboutme_sec .my_img{
      margin:0 auto 60px;
    }
    .aboutme_sec:after{
      display: none;
    }
    
    .projects_sec .tabs_xuv .nav-pills .nav-item .nav-link {
        margin: 0 0px;
    }



    .experience_sec .logo_img p{
      text-align: center !important;
    }


    .footer_sec{
      border-radius: 50px 50px 0 0;
      padding: 50px 0 0;
    }
    .footer_sec .heading h2{
      text-align: center;
    }
    .footer_sec .form_area {
        max-width: 100%;
        margin: 30px auto 0;
    }
}

/*Small devices (landscape phones, 320px and up)*/
@media (min-width: 320px) and (max-width: 575.98px){
    p{
      text-align: justify;
      font-size: 14px;
    }
    .mb-xs-3{
      margin-bottom: 30px !important;
    }
    .mb-xs-2{
      margin-bottom: 20px !important;
    }
    .mb-xs-1{
      margin-bottom: 15px !important;
    }
    .mb-xs-0{
      margin-bottom: 0px !important;
    }
    .mt-xs-3{
      margin-top: 30px !important;
    }
    .mt-xs-2{
      margin-top: 20px !important;
    }
    .mt-xs-1{
      margin-top: 15px !important;
    }
    .mt-xs-0{
      margin-bottom: 0px !important;
    }

    .my_skills_sec, .experience_sec, .projects_sec, .aboutme_sec{
      padding: 50px 0 40px;
    }

    .banner_sec .banner_text:before{
        left: 0;
        font-size: 60px;
    }
    .banner_sec .banner_text h1 {
        font-size: 52px;
        line-height: 40px;
    }
    .banner_sec .banner_text h5{
        font-size: 22px;
    }
    .banner_sec {
        border-radius: 0 0 50px 50px;
    }
    .banner_sec .banner_text {
        padding: 50px 0 40px;
    }
    .aboutme_sec .my_img:before{
          top: -20px;
          right: -20px;
          bottom: -20px;
          left: -20px;
    }
    .aboutme_sec:after{
      display: none;
    }



    .projects_sec .tabs_xuv .nav-pills .nav-item .nav-link{
        margin: 0;
    }
    .projects_sec .tabs_xuv .tab-content .project_img{
      margin-bottom: 15px;
    }
    .projects_sec .tabs_xuv .tab-content .project_img:before{
      display: none;
    }


    .experience_sec .logo_img p{
      text-align: center !important;
    }


    .footer_sec{
      border-radius: 50px 50px 0 0;
      padding: 50px 0 0;
    }
    .footer_sec .heading h2{
      text-align: center;
    }
    .footer_sec .form_area {
        max-width: 100%;
        margin: 30px auto 0;
    }
}

