@charset "utf-8";

/* ==========================
FOOTER
========================== */

.footer-section{
    background:#f7f7fd;
    border-top: 1px solid #ebebfa;

}
.footer-section .page-container{
  padding-bottom: 15px;
}

.footer-top{
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1.2fr 1.2fr;
    gap:40px;
    padding-bottom:50px;
}

/* ==========================
LOGO AREA
========================== */

.footer-logo{
    width:190px;
    margin-bottom:20px;
}

.footer-about p{
    max-width:280px;
    font-size:14px;
    line-height:1.3;
    color:#6a6a6a;
    margin-bottom:35px;
    margin-top: 18px;
}

/* ==========================
SOCIAL
========================== */

.social-icons{
    display:flex;
    gap:20px;
}

.social-icons a{
    width:30px;
    height:40px;
    border-radius:50%;
    background:#fff;
    border:1px solid #e5e5e5;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#111;
    text-decoration:none;
    transition:.3s;
}

.social-icons a:hover{
    transform:translateY(-3px);
}

/* ==========================
COLUMNS
========================== */

.footer-col h4{
  margin-top: 8px;
    font-size:21px;
    font-weight:700;
    color:#1c2b39;
    margin-bottom:24px;
}

.footer-col ul{
    list-style:none;
    padding:0;
    margin:0;
}


.footer-col ul li{
    margin-bottom:14px;
}

.footer-col ul li a{
    text-decoration:none;
    color:#666;
    font-size:14px;
    font-weight:500;
    transition:.3s;
}

.footer-col ul li a:hover{
    color:#2A56FF;
}

/* ==========================
CONTACT
========================== */

.footer-contact li{
    display:flex;
    align-items:flex-start;
    gap:12px;
    color:#666;
    font-size:16px;
    margin-bottom:18px;
}

.footer-contact i{
    color:#7a7a7a;
    margin-top:3px;
}

.footer-contact a{
    color:#2A56FF;
    text-decoration:none;
    font-weight:600;
}
.footer-contact img{
  width: 30px;
}
.footer-contact li.footer-call a{
	color: #2A56FF;
	font-weight: 600;
}
.facebook img,
.instagram img,
.twitter img,
.linkdin img,
.behance img{
    width: 40px;
    height: 40px;
    object-fit: contain;
}
/* ==========================
BOTTOM
========================== */

.footer-bottom{
    border-top:1px solid #dedede;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding-top:20px;
}

.footer-bottom p{
    color:#333;
    font-size:15px;
}

.footer-policy{
    display:flex;
    gap:30px;
}

.footer-policy a{
    text-decoration:none;
    color:#777;
    font-size:15px;
}




/* ====================================
RESPONSIVE
==================================== */

/* 1380px */
@media screen and (max-width:1380px){

    .nav-list a{
        font-size:24px;
    }

}


/* 1280px */
@media screen and (max-width:1280px){

    .page-container{
        width:90%;
    }

}


/* 1200px */
@media screen and (max-width:1200px){

    .map-frame{
        aspect-ratio:1.2;
    }

}


/* 1100px */
@media screen and (max-width:1100px){

    .main-head{
        font-size:3em;
    }

}


/* 991px */
@media screen and (max-width:991px){

    /* Footer */

    .footer-top{
        grid-template-columns:repeat(2,1fr);
        gap:35px;
    }

    .footer-about{
        grid-column:span 2;
    }

    .footer-bottom{
        flex-direction:column;
        gap:15px;
        text-align:center;
    }

    /* Contact */

    .top{
        grid-template-columns:1fr;
    }

    .contact-block{
        align-items:flex-start;
    }

    .hm-con-sec-containet{
        grid-template-columns:1fr;
        gap:20px;
    }

    .contacts{
        max-width:100%;
        width:100%;
    }

    .map-frame{
        aspect-ratio:1.4;
    }

    /* Navigation */

    .logo{
        width:220px;
    }

    .nav-list{
        gap:34px;
    }

    .nav-list a{
        font-size:22px;
    }

    /* Banner */

    .tagline{
        font-size:40px;
    }

    .main-head{
        font-size:48px;
    }

    .mockup .image{
        height:380px;
    }

    .mockup-wrap{
        margin-top:22px;
    }

    .cta{
        padding:12px 28px;
    }

}


/* 880px */
@media screen and (max-width:880px){

    .container{
        flex-direction:column;
        gap:28px;
        align-items:stretch;
    }

    .left-col,
    .right-col{
        width:100%;
    }

    .map-frame{
        border-radius:18px;
    }

    .title{
        font-size:42px;
    }

    .contact-title{
        font-size:22px;
    }

}


/* 767px */
@media screen and (max-width:767px){

    /* Footer */

    .footer-section{
        padding:40px 0 0;
    }

    .footer-top{
        grid-template-columns:1fr;
        gap:30px;
    }

    .footer-about{
        grid-column:auto;
    }

    .footer-logo{
        width:160px;
    }

    .footer-col h4{
        margin-bottom:15px;
    }

    .footer-policy{
        flex-direction:column;
        gap:10px;
    }

    .social-icons{
        gap:10px;
    }

    /* Blog */

    .logo{
        width:120px;
    }

    .blog-section{
        gap:20px;
    }

    .blog-card{
        width:90%;
    }

}


/* 660px */
@media screen and (max-width:660px){

    .footer-bottom{
        display:block;
    }

    .policy-links{
        margin-top:15px;
    }

}


/* 640px */
@media screen and (max-width:640px){

    .top{
        flex-direction:column;
        align-items:flex-start;
        gap:18px;
    }

    .logo{
        width:100px;
    }

    .contact-block{
        align-items:flex-start;
    }

    .footer-about p{
        max-width:100%;
    }

    .nav-list{
        gap:20px;
    }

    .nav-list a{
        font-size:18px;
    }

    .social-contact-title{
        font-size:36px;
    }

    .pager-bubble{
        bottom:64px;
    }

}


/* 540px */
@media screen and (max-width:540px){

    .badge{
        padding:6px 12px;
        font-size:.78rem;
    }

    .tagline{
        font-size:28px;
    }

    .main-head{
        font-size:26px;
        gap:8px;
    }

    .mockup .image{
        height:260px;
    }

    .mockup{
        border-radius:12px;
    }

    .mockup-wrap{
        width:100%;
    }

    .container{
        padding:0 12px;
    }

    .contact-arrow{
        margin-left:80px;
    }

    .social-row{
        display:grid;
        grid-template-columns:repeat(6,1fr);
        gap:10px;
    }

    .social-btn{
        width:50px;
        height:50px;
    }

    nav.site-nav{
        margin-top:20px;
    }

}


/* 480px */
@media screen and (max-width:480px){

    .title{
        font-size:34px;
    }

    .contact-card{
        padding:16px;
        gap:12px;
    }

    .icon-box{
        min-width:56px;
        height:56px;
        border-radius:10px;
    }

    .contacts{
        gap:14px;
    }

}


/* 380px */
@media screen and (max-width:380px){

    .container{
        padding:22px;
    }

    .logo{
        width:160px;
    }

    .footer-about p{
        font-size:14px;
    }

    .contact-sub{
        font-size:13px;
    }

    .contact-title{
        line-height:1;
    }

    .social-btn{
        width:40px;
        height:40px;
    }

    .nav-list{
        gap:14px;
    }

    .nav-list a{
        font-size:16px;
    }

    .footer-bottom{
        padding-bottom:48px;
    }

    .pager-bubble{
        bottom:54px;
        padding:10px 14px;
        font-size:13px;
    }

    .restart{
        right:12px;
        bottom:8px;
        padding:7px 10px;
        font-size:12px;
    }

}


/* 340px */
@media screen and (max-width:340px){

    .top{
        gap:12px;
    }

    .logo{
        width:140px;
    }

    .contact-title{
        font-size:26px;
    }

    .nav-list{
        gap:10px;
    }

    .nav-list a{
        font-size:15px;
    }

    .footer-about p{
        font-size:13px;
    }

    .pager-bubble{
        bottom:48px;
        font-size:12px;
        padding:8px 12px;
    }

}