/*=========================================================
    Gururaj Trade Network
    Responsive Stylesheet
==========================================================*/


/*=========================================================
Large Desktop
1600px+
=========================================================*/

@media (min-width:1600px){

.container{
    max-width:1500px;
}

.hero h1{
    font-size:90px;
}

.hero p{
    font-size:24px;
}

.section{
    padding:140px 0;
}

}



/*=========================================================
Desktop
1400px
=========================================================*/

@media (max-width:1400px){

.hero h1{
    font-size:72px;
}

.hero-card{
    padding:35px;
}

.section-title h2{
    font-size:52px;
}

}



/*=========================================================
Laptop
1200px
=========================================================*/

@media (max-width:1200px){

.navbar-logo{
    height:65px;
}

.nav-link{
    margin:0 8px;
    font-size:14px;
}

.hero h1{
    font-size:64px;
}

.hero p{
    font-size:19px;
}

.hero-card{
    padding:30px;
}

section{
    padding:100px 0;
}

}



/*=========================================================
Tablet Landscape
992px
=========================================================*/

@media (max-width:991.98px){

.site-header{

    background:#ffffff;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

}

.navbar{

    padding:15px 0;

}

.navbar-logo{

    height:58px;

}

.navbar-collapse{

    background:#ffffff;

    margin-top:20px;

    border-radius:12px;

    padding:20px;

    box-shadow:0 10px 40px rgba(0,0,0,.08);

}

.nav-link{

    color:#222 !important;

    margin:10px 0;

    font-size:16px;

}

.nav-link::after{

    display:none;

}

.dropdown-menu{

    border:none;

    box-shadow:none;

    padding-left:15px;

}

.nav-search{

    color:#222 !important;

}

.hero{

    min-height:auto;

    padding:170px 0 120px;

}

.hero .row{

    text-align:center;

}

.hero h1{

    font-size:54px;

}

.hero p{

    margin:auto;

    margin-bottom:40px;

}

.hero-buttons{

    justify-content:center;

}

.hero-card{

    margin-top:60px;

}

.scroll-indicator{

    display:none;

}

section{

    padding:90px 0;

}

.section-title h2{

    font-size:42px;

}

.about-image{

    margin-bottom:40px;

}

.business-card{

    margin-bottom:30px;

}

.footer-widget{

    margin-bottom:40px;

}

}



/*=========================================================
Tablet Portrait
768px
=========================================================*/

@media (max-width:767.98px){

.hero{

    padding-top:150px;

}

.hero h1{

    font-size:44px;

}

.hero p{

    font-size:17px;

}

.hero-buttons .btn{

    width:100%;

    margin-bottom:15px;

}

.hero-card{

    padding:25px;

}

.hero-card-item{

    padding-bottom:20px;

    margin-bottom:20px;

}

h2{

    font-size:36px;

}

h3{

    font-size:28px;

}

section{

    padding:80px 0;

}

.counter-box{

    margin-bottom:30px;

}

.contact-info{

    margin-bottom:30px;

}

.gallery-item{

    margin-bottom:25px;

}

}



/*=========================================================
Mobile Large
576px
=========================================================*/

@media (max-width:575.98px){

.container{

    padding-left:18px;

    padding-right:18px;

}

.navbar-logo{

    height:50px;

}

.hero{

    padding-top:130px;

}

.hero h1{

    font-size:36px;

    line-height:1.2;

}

.hero-subtitle{

    font-size:12px;

    letter-spacing:2px;

}

.hero p{

    font-size:16px;

}

.hero-card{

    padding:20px;

    border-radius:15px;

}

.hero-card h5{

    font-size:18px;

}

.hero-card p{

    font-size:15px;

}

.btn-theme,
.btn-outline-theme{

    width:100%;

    padding:14px;

}

.section-title h2{

    font-size:32px;

}

.section-title p{

    font-size:15px;

}

.about-content{

    text-align:center;

}

.business-card{

    text-align:center;

}

.footer{

    text-align:center;

}

.footer-social{

    justify-content:center;

}

}



/*=========================================================
Small Mobile
480px
=========================================================*/

@media (max-width:480px){

.hero{

    min-height:700px;

}

.hero h1{

    font-size:32px;

}

.hero p{

    font-size:15px;

}

.hero-buttons{

    display:block;

}

.hero-buttons .btn{

    margin:0 0 15px;

}

.navbar-toggler{

    font-size:20px;

}

.hero-card{

    display:none;

}

.section-title h2{

    font-size:28px;

}

}



/*=========================================================
Extra Small Devices
360px
=========================================================*/

@media (max-width:360px){

.hero h1{

    font-size:28px;

}

.hero p{

    font-size:14px;

}

.navbar-logo{

    height:45px;

}

.btn-theme,
.btn-outline-theme{

    font-size:14px;

}

.section-title h2{

    font-size:26px;

}

}



/*=========================================================
Landscape Mobile
=========================================================*/

@media (max-height:500px) and (orientation:landscape){

.hero{

    min-height:650px;

}

.scroll-indicator{

    display:none;

}

}