/* ===================================================================================

* Theme Name: Nimo Child
* Theme URI: https://themexriver.com/wp/Nimo
* Author: ThemeXriver
* Author URI: https://themeforest.net/user/themexriver
* Description: Creative Digital Agency WordPress Theme
* Version: 1.0.2
* Template: nimo
* Text Domain: nimo-child
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready
* Tested up to: 6.6
* Requires PHP: 7.4

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of Nimo updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

/* 1920 1440 1280 1024 992 768 */
.nm-hero-1-title {
    font-size: 140px !important;
}
.nm-contact-1-img-location .dot-icon{
    display: none !important; 
}
.nm-hero-1-title.has-title-1 {
   padding-bottom: 25px !important;
}
.nm-about-1-wrap .inner-div-line{
    display: none !important; 
}

.nm-hero-1-social-link .link-elm:nth-child(1):nth-last-child(3),
.nm-hero-1-social-link .link-elm:nth-child(2):nth-last-child(2),
.nm-hero-1-social-link .link-elm:nth-child(3):nth-last-child(1) {
  position: absolute !important;
  top: 50% !important;
  right: 0 !important;
  transform-origin: center right !important;
}

.nm-hero-1-social-link .link-elm:nth-child(1):nth-last-child(3) {
    transform: rotate(-80deg) translateX(-120px) !important;
}

.nm-hero-1-social-link .link-elm:nth-child(2):nth-last-child(2) {
  transform: rotate(0deg) translateX(-125px) !important;
}

.nm-hero-1-social-link .link-elm:nth-child(3):nth-last-child(1) {
  transform: rotate(80deg) translateX(-150px) !important;
}

.nm-hero-1-social-link .link-elm i.fab.fa-linkedin-in {
    transform: rotate(-80deg) !important;
}
.nm-hero-1-social-link .link-elm i.fab.fa-instagram {
    transform: rotate(80deg) !important;
}

.nm-portfolio-1-card{
    height: 100% !important;
}
.nm-partner-1-logo {
    max-width: 200px;
}

/* btn css */
.nm-hero-1-main-img {
    position: relative;
}

.view-button {
    position: absolute;
    bottom: 13.5%;
    right: 25%;
    transform: translateY(0%);
    z-index: 5;
}

.nm-testimonial-1-area.tx-section .nm-testimonial-1-wrap{
    height: auto;
}


@media (max-width: 1440px) {
 .nm-hero-1-title {
    font-size: 130px !important;
} 
.view-button {
    right: 22% !important;
}
}
@media (max-width: 1280px) {
 .nm-hero-1-title {
    font-size: 110px !important;
} 
.view-button {
    right: 16% !important;
    bottom: 14.5% !important;
}
.nm-services-1-area .nm-services-1-tabs-pane-single .disc {
    margin: 32px 0px !important;
}
}
@media (max-width: 1199px) {
    .view-button {
        left: 20% !important;
        bottom: 4.3% !important;
    }
} 
@media (max-width: 1024px) {
 .nm-hero-1-title {
    font-size: 100px !important;
} 
.view-button {
        left: 28% !important;
        bottom: 4.3% !important;
    }
}
@media (max-width: 992px) {
 .nm-hero-1-title {
    font-size: 80px !important;
} 
}
@media (max-width: 768px) {
 .nm-hero-1-title {
    font-size: 60px !important;
} 
.view-button {
        right: 1% !important;
        bottom:1% !important;
    }
    .nm-hero-1-content-2 {
        position: absolute;
        bottom: 80px;
    }
    .view-button {
        left: 1%!important;
        bottom: 1% !important;
    }
}