/* ------------------------- Start Media Query -------------------------------------- */

/* Small Screen */
@media(min-width: 100px) and (max-width: 762px) {
    
    body {
        margin-right: 60px;
    }
    
    .title .overlay-sec,
    .title {
        width: 100%;
    }
    .title h2 {
        font-size: 25px;
    }
    section, .bl-sec {
        top: 75px;
        width: calc( 100% - 60px );
        height: calc( 100% - 80px );
    }
    
    .slider-4 .slick-slide img {
        width: 100%;
        margin: 20px auto 20px;
        padding: 5px;
    }
    .slider-4 h4 {
        font-size: 19px;
    }
    
    /* Navbar Section */
    .navbar .my-nav {
        width: 60px;
    }
    .navbar-toggler {
        bottom: 67px;
    }
    .navbar-toggler-2 {
        bottom: auto;
        top: 10px;
    }
    .navbar .navbar-nav {
        bottom: -32%;
        right: 60px;
        left: 0;
    }
    .navbar .navbar-nav.open-nav {
        bottom: 60px;
        left: 0;
        right: 60px;
        background-color: #fff;
        width: auto;
        height: auto;
        padding: 15px 0;
    }
    .navbar .nav-item.active-nav {
        border-bottom: none;
    }
    .navbar .nav-item {
        margin: 6px 20px;
    }
    .navbar .social-media {
        margin-top: 30px;
    }
    .navbar .lang-2 a {
        display: block;
    }
    .navbar .lang-2 span {
        display: none;
    }
    .navbar .my-nav-2 {
        z-index: 9;
    }
    .navbar .navbar-nav-2 .nav-item {
        margin: 11px 20px;
    }
    .navbar .navbar-nav-2 {
        bottom: auto;
        right: -90px;
        top: 70px;
        padding-top: 30px;
        left: auto;
        width: calc( 100% - 60px );
        height: 100%;
    }
    .navbar .navbar-nav-2 li {
        text-align: right;
    }
    .navbar .navbar-nav-2.open-nav {
        top: 70px;
        right: 60px;
        left: auto;
        width: calc( 100% - 60px );
        padding-right: 20px;
    }
    
    /* Home Section */
    
    .home {
        margin-top: 0;
    }
    .home .img-perso {
        position: absolute;
        width: 100%;
        height: 100vh;
        margin-top: 0;
        float: none;
        bottom: 0;
        left: 0;
        z-index: -1;
    }
    .home .border-img {
        display: none;
    }
    .home .my-img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
    }
    .home .my-img .overlay {
        display: block;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        background-color: rgba(255, 255, 255, 0.46);
    }
    .home .my-title {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .home .my-title .title {
        width: 100%;
        min-width: 266px;
    }
    .home-3 .img-perso {
        z-index: -2;
    }
    
    /* About Section */
    
    .about .abt-img {
        margin: 0 0 43px;
        width: 90%;
    }
    .about .abt-brdr-img {
        top: 13px;
        right: 20px;
        width: 80%;
    }
    .about .abt-btn {
        text-align: left;
        margin-bottom: 45px;
    }
    .about .abt-btn a {
        padding: 8px 15px;
        margin-right: 5px;
    }
    .about .abt-btn a:last-child {
        padding: 8px 12px;
    }
    .about .abt-info p {
        line-height: 1.6;
    }
    .about .abt-info {
        padding-right: 5px;
    }
    .about .tabs-about .tab-content .tab-pane.profile .title-info {
        max-width: 118px;
    }
    .about .tabs-about .tab-content .tab-pane .skills {
        padding: 0 6px;
    }
    
    /* Services Section */
    
    .serv .serv-vid {
        height: 290px;
    }
    .serv .content p {
        padding: 0 10px;
    }
    .serv .content {
        margin-top: 20px;
    }
    
    /* Portfolio Section */
    
    .work .shuffle ul li {
        margin-bottom: 10px;
    }
    .work .gallery .item .over .info-img h4 {
        font-size: 21px;
    }
    .work .gallery .item .over .info-img span {
        font-size: 12px;
    }
    
    /* Start Contact */
    
    .contact-section .contact-map {
        margin-top: 440px;
        overflow: visible;
    }
    
    .contact .contact-content {
        margin-top: 40px;
    }
    
    .contact .contact-content span {
        font-size: 14px;
    }
    
    .contact-section .contact-map .contact-form {
        top: -110%;
        right: 0;
        width: 100%;
        max-width: 100%;
    }
    
    .contact-content .email,
    .contact-content .phone {
        margin-bottom: 35px;
    }
    
    /* Footer Section */
    
    footer {
        z-index: 99;
    }
    footer .copyright {
        display: none;
    }
    footer .social-media-2 a {
        margin-left: 14px;
    }
}
@media(min-width: 762px) and (max-width: 992px) {
    section, .bl-sec {
        width: calc( 100% - 80px );
    }
    .navbar .my-nav {
        width: 80px;
    }
    
    footer .copyright {
        display: block;
    }
    
}

/* Medium Screen */
@media(min-width: 992px) and (max-width: 1199px) {
    section, .bl-sec {
        width: calc( 100% - 80px );
    }
    .navbar .my-nav {
        width: 80px;
    }
    
}

/* Larg Screen */
@media(min-width: 1200px) {
    
}
/* ------------------------- End Media Query ---------------------------------------- */		