
/* XXXL */
@media (min-width: 1920px) {}

@media (min-width: 1600px) {}

@media (min-width: 1440px) {}

@media (min-width: 1280px) {}

@media (min-width: 1024px) {
    .nav-main{
        width: 4.4rem;
        height: 100%;
        flex-direction: column;
        border-left: 1px solid rgba(29,29,27,.1);
        border-bottom: 0;        
    }
    .nav-logo .logo {
        width: 100%;
        padding: 1.25rem 0 0 0;
    }
    .nav-title{
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-order: 2;
        order: 2;
        height: 44%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: max-content;
        margin-left: -2vw;
    }
    .toggler label {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        margin: 0 auto;
        display: block;
        width: 20px;
        transform: translateY(-50%);
        transition: 0.3s ease transform;
        cursor: pointer;
    }
    #menu-toggler:checked + label {
        transform: translateY(-60%) rotateZ(-90deg);
        position: absolute;
        bottom: 0;
        right: 0;
        left: 5%;
    }
    .nav-wrap {
        padding: 60px 40px;
    }
    .nav-wrap li a{
        font: 600 20px 'Catapult', sans-serif;
    }    
    .nav-wrap li a{
        text-decoration: none;
        text-transform: uppercase;
        font: 600 40px 'Catapult', sans-serif;
        letter-spacing: 1px;
        color: var(--white);
        -webkit-transition: all 0.5s; -moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;
    }
}

@media (max-width: 768px) {    
    .blog .carousel img{
        width: calc(100% / 2);
    }      

    .content .subtitle {
        margin-right: 60px;
        margin-bottom: 32px;
        font-size: 16px;
        line-height: .875;
    }

    .content .subtitle span {
        height: 16px;
    }

    .comtent .desc {
        margin: 30px 60px 0;
    }

    .content img {
        padding: 5% 10%;
    }

    .content .swiper img {
        padding: 0;
        width: 80%;
        margin: 0 auto;
        display: block;
    }

    footer.contact{
        padding-top: 0;
    }
}

@media (max-width: 600px) {
    .blog .carousel img{
        width: 100%;
    }
    footer.contact{
        left: 0;
    }

    footer.contact .container{
        padding: 40px 50px 0;
    }

    footer .wrap{
        margin-bottom: 0;
    }

    footer .subtitle h4 {
        font-size: 1rem;
    }

    footer .subtitle p {
        font-size: 12px;
    }

    footer .title h1 {
        font-size: 5.5rem;
        line-height: 1.2;
    }

    footer .copyright {
        padding: 10px;
    }

    footer .copyright span {
        padding-right: 0;
        font-size: 0.7rem;
    }   
}

@media (max-width: 480px) {
    footer.contact{
        left: 0;
    }

    footer.contact .container{
        padding: 50px 50px 10px;
    }

    /* footer .wrap{
        margin-bottom: 0;
    } */

    footer .subtitle h4 {
        font-size: 1.5rem;
    }

    footer .subtitle p {
        font-size: 1rem;
    }

    footer .title {
        /* margin-top: 6vh; */
        margin-left: 0;
        margin-right: 0;
    }

    footer .title h1 {
        font-size: 5rem;
        line-height: 1.2;
    }

    footer .copyright {
        padding: 10px;
    }

    footer .copyright span {
        padding-right: 0;
        font-size: 0.9em;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .pl-15{
        padding-left: 5rem;
    }

    .pl-9{
        padding-left: 3rem;
    }
    
    .ml-6vw{
        margin-left: 0;
    }

    .hero .text-wrap{
        width: auto;
        padding: 3.5em 1em;
        margin-top: 2.5rem;
    }

    .hero .hero-title, .hero .hero-sub{
        font-size: 3.5rem;
    }

    .scroll-btn{
        display: none;
    }
    
    .top-header {
        padding-top: 2.5rem;
        justify-content: center;
    }

    section .title-pages h2 {
        font-size: 3.5rem;
    } 

    section .wrap .subtitle{
        font-size: 1.5rem;
    }

   .profile section .wrap .subtitle{
        font-size: 1.2rem;
        margin-left: 0;
        text-align: unset !important;
    }
    
    .bottom-header .arrow{
        text-align: center;
    }

    .seq-1{
        order: -1 !important;
    }

    .event .icon-title, .blog .icon-title{
        width: 15%;
    }

    .profile .icon-title{
        width: 20%;
    }

    .icon-title svg {
        margin-top: 2rem;
        margin-left: 0.1rem;
        width: 90%;
      }

    .event .icon-title svg, .blog .icon-title svg{
        margin-top: 0.5rem;
    }

    .profile .icon-title img{
        width: 84px;
        margin-top: 2rem;
        margin-left: 0;
    }

    .profile .content{
        padding-top: 80px;
        font-size: 1.5rem;
    }

    .footer-wrap{
        height: 100%;
    }

    footer.contact{
        height: 100%;
        padding-top: 0;
        position: relative;
        left: 0;
    }

    footer.contact .container{
        padding: 50px 50px 10px;
    }

    /* footer .wrap{
        margin-bottom: 0;
    } */

    footer .subtitle h4 {
        font-size: 1.5rem;
    }

    footer .subtitle p {
        font-size: 1rem;
    }

    footer .title {
        /* margin-top: 6vh; */
        margin-left: 0;
        margin-right: 0;
    }

    footer .title h1 {
        font-size: 5rem;
        line-height: 1.2;
    }

    footer .copyright {
        padding: 10px;
    }

    footer .copyright span {
        padding-right: 0;
        font-size: 0.9em;
    }    
}

/*
@media screen and (max-width: 900px) {
    .blog .carousel img{
        width: calc(100% / 2);
    }
} 



@media (min-width: 751px) {
    .content .subtitle {
        margin-right: 60px;
        margin-bottom: 32px;
        font-size: 16px;
        line-height: .875;
    }

    .content .subtitle span {
        height: 16px;
    }

    .comtent .desc {
        margin: 30px 60px 0;
    }

    .content img {
        padding: 5% 10%;
    }

    .content .swiper img {
        padding: 0;
        width: 80%;
        margin: 0 auto;
        display: block;
    }
}

@media screen and (max-width: 550px) {
    .blog .carousel img{
        width: 100%;
    }
} 
*/

