/* ===================================
    About
====================================== */

/*
    Theme Name: MegaOne
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page Parallax Template
    Tags: one page, multipurpose, parallax, creative, html5
 */

/* ===================================
    Table of Content
====================================== */

/*  - Fonts
    - General
    - Header And Nav-Bar
    - Banner
    - About
    - Portfolio
    - Pricing
    - Blog
    - Contact Us
    - Footer
    - Loader
    - Media Queries   */

/* ===================================
    Google font
====================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

.main-font{font-family: 'Montserrat', sans-serif;}
.alt-font{font-family: 'Roboto', sans-serif;}


/*font-weight*/
.font-weight-100{font-weight: 100;}
.font-weight-200{font-weight: 200;}
.font-weight-300{font-weight: 300;}
.font-weight-500{font-weight: 500;}
.font-weight-600{font-weight: 600;}
.font-weight-700{font-weight: 700;}


/* Text color */
.text-red {color: #d43030;}
.text-orange {color: #fb4700;}
.text-black {color: #000000;}
.text-white {color: #ffffff;}

/* Background color */
.bg-red {background: #d43030;}
.bg-orange {background: #fb4700;}
.bg-black {background: #000000;}
.bg-gray {background: #fbfbfb;}
.bg-transparent {background: transparent;}

/* ===================================
      Blog Section
====================================== */

.sponsor-tags .item{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.sponsor-tags .item img{
    width: 80%;
    display: inline-block;
}

.blog-area {
    padding-top: 80px;
}

.blog-area .heading {
    line-height: 1.1;
    font-size: 48px;
    margin-bottom: 30px;
}

.blog-box{
    padding: 60px 37px;
    margin-top: 215px;
    position: relative;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

.blog-box:hover {
    background-color: #d43030;
}



.blog-box .box-text{
    font-size: 28px;
    font-family: 'Montserrat' , sans-serif;
    font-weight: 600;
    line-height: 1.143;
    text-align: left;
    letter-spacing: 0;
    position: relative;
    color: #ffffff;
}


/* ===================================
   Media & Queries
====================================== */

@media (min-width: 1800px) {}

@media (max-width: 1280px) and (min-width: 992px) {
    .revicon {
        display: none!important;
    }
    .custom-box .box-text {
        font-size: 22px;
    }
    .blog-box .box-text {
        font-size: 22px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px){
    .heading {
        font-size: 44px;
    }
    .main-heading {
        text-align: center;
    }
    .sub-para {
        text-align: center;
    }
    #cursor {
        display: none;
    }

    /* Side Menu */
    .side-menu.center .side-nav .navbar-nav .nav-link {
        margin-right: 0;
        padding: 0 0 30px 0 !important;
    }

    /* Banner */
    .banner {
        padding-bottom: 7.5rem!important;
    }
    .revicon {
        display: none!important;
    }
    .col-height {
        height: 50vh;
    }
    .box-1 {
        margin-bottom: 0;
    }
    .logo {
        margin-left: 10px;
    }

    /* About */
    .about-sec .our-about-sec .about-card {
        width: 60%;
        margin: auto;
    }

    /* Pricing */
    .pricing-sec .price-cards {
        width: 60%;
        margin: auto;
    }

    /* Portfolio */
    .parallax-box h5 {
        font-size: 16px;
    }

    /* Blog */
    .blog-area .heading {
        font-size: 44px;
    }
    .blog-box {
        margin-top: 0;
    }

    /* Contact */
    .contact-sec .contact-form {
        width: 100%;
        margin-left: 0;
    }
    .contact-sec .contact-details {
        width: 100%;
        margin-left: 0;
        margin-top: 80px;
    }
    .contact-sec .contact-details ul li:first-child {
        width: 100%;
    }
    .contact-sec .contact-details ul li {
        display: block;
        margin-bottom: 30px;
    }
    .contact-sec .contact-details ul li i{
        margin-right: 0;
        margin-bottom: 15px;
        display: block;
    }
    .footer-style-1 {
        padding-top: 3rem!important;
    }

    /* Standalone */
    .standalone-detail {
        padding-bottom: 70px;
    }
    .standalone-area .gradient-text1{
        font-size: 30px;
    }
    .standalone-detail .heading{
        font-size: 30px;
    }
    .standalone-area .sub-heading {
        margin-top: 3rem;
    }
    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2){
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .para_text {
        font-size: 18px;
    }
    .author-avatar {
        float: none;
        margin-bottom: 25px;
        overflow: visible;
    }
    .agency-author {
        padding: 30px;
        text-align: left;
    }
    .author-content {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    body {
        text-align: center;
    }
    .side-menu {
        width: 380px;
    }
    #cursor {
        display: none;
    }
    section, .section-padding, .pricing-padding {
        padding: 4.5rem 0;
    }

    /* Side Menu */
    .side-menu.center .side-nav .navbar-nav .nav-link {
        margin-right: 0!important;
    }
    .quarter-circle {
        width: 100px;
        height: 100px;
    }
    .logo-full {
        display: inline-block;
        width: 80px;
    }
    .side-menu.center .side-nav .navbar-nav .nav-link {
        padding: 0 !important;
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 20px;
        min-height: unset;
        line-height: 1.4;
    }
    .fixed-nav-on-scroll {
        height: 80px;
        width: 80px;
    }
    .fixed-nav-on-scroll .fixed-icon-scroll {
        top: 50%;
        left: 42%;
        transform: translateY(0);
    }

    /* Banner */
    .banner {
        padding-bottom: 4.5rem!important;
    }
    .main-heading {
        font-size: 40px;
        text-align: center;
    }
    .sub-para {
        font-size: 14px;
        text-align: center;
    }
    .btn.btn-medium {
        font-size: 14px;
    }
    .col-height {
        height: 78vh;
    }
    .box-1 {
        margin-bottom: 0;
    }
    .heading {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .text {
        font-size: 14px;
    }
    .padding-top {
        padding-top: 4rem;
    }

    /* Portfolio */
    .parallax-box {
        padding: 20px 0;
    }

    /* Pricing */
    .pricing-sec .pricing-details .heading {
        margin-bottom: 25px;
    }
    .pricing-sec .pricing-details {
        margin-bottom: 0;
    }
    .pricing-sec .pricing-card {
        padding-bottom: 60px;
    }

    /* Blog */
    .blog-area .heading {
        font-size: 32px;
    }
    .blog-box {
        margin-top: 0;
    }

    /* Contact */
    .contact-sec .heading {
        font-size: 32px;
    }
    .contact-sec .contact-form {
        width: 100%;
        margin-left: 0;
    }
    .contact-sec .contact-details {
        width: 100%;
        margin-left: 0;
        margin-top: 80px;
    }
    .contact-sec .contact-details ul li:first-child {
        width: 100%;
    }
    .contact-sec .contact-details ul li {
        display: block;
        margin-bottom: 30px;
    }
    .contact-sec .contact-details ul li i{
        margin-right: 0;
        margin-bottom: 15px;
        display: block;
    }
    .footer-style-1 {
        padding-top: 2rem;
    }
    .footer-social a {
        margin: 0;
    }

    /* Standalone */
    .standalone-detail {
        padding-bottom: 70px;
    }
    .standalone-area .gradient-text1{
        font-size: 30px;
    }
    .standalone-detail .heading{
        font-size: 30px;
    }
    .standalone-area .sub-heading {
        margin-top: 3rem;
    }
    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2){
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .page-title h2{
        font-size: 2.5rem;
    }
    .standalone-area .heading-text {
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .side-menu {
        width: 370px;
    }
    .side-menu .inner-wrapper {
        padding: 2.5rem 5rem 3.5rem;
    }
    .main-heading {
        font-size: 36px;
    }
    .custom-box .box-text {
        font-size: 24px;
    }
    .heading {
        font-size: 28px;
    }
    .blog-area .heading {
        font-size: 28px;
    }
}