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

@font-face {
    font-family: 'Stampatello Faceto';
    src: url('../fonts/stampatello-faceto.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Snowy Delight';
    src: url('../fonts/snowy-delight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Navbar */
html,
body {
    overflow-x: hidden;
    width: 100%;
}

.main-body {
    padding-top: 2% !important;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050;
    transition: top 0.4s ease;
}


.navbar .nav-link {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: rgba(91, 87, 85, 1);
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
    width: auto;
    height: auto;
    opacity: 1;
    gap: 10px;
    border-radius: 8px;
    border-width: 1px;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 100, 31, 1);

    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: rgba(255, 100, 31, 1);
}

.navbar .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
}

.nav-bar-hr {
    width: 0px;
    height: 21.000000000000018px;
    opacity: 0.2;
    border-width: 1px;
    border: 1px solid rgba(91, 87, 85, 1);
}

.nav-link-lan {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0%;
    color: rgba(91, 87, 85, 1);
}

.nav-link-lan.active,
.nav-link-lan:hover {
    color: rgba(251, 101, 28, 1);
}

.logo {
    width: 67.56687927246094px;
    height: 67.56687927246094px;
}

@media (max-width: 991px) {
    .navbar .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .navbar .nav-link {
        font-size: 12px;
        padding: 10px 14px;
    }

    .logo {
        width: 65px;
    }
    
    .navbar-nav{
        height: 100vh;
    }
}

@media (max-width: 767px) {
    .navbar .container-fluid {
        padding-left: 16px;
        padding-right: 16px;
    }

    .navbar-nav {
        gap: 8px;
        padding-top: 10px;
    }

    .navbar .nav-link {
        font-size: 12px;
        padding: 10px 12px;
        width: 100%;
        text-align: left;
    }

    .nav-bar-hr {
        display: none;
    }

    .nav-link-lan {
        font-size: 12px;
    }

    .logo {
        width: 60px;
    }
    
    .navbar-nav{
        height: 100vh;
    }
}

@media (max-width: 480px) {
    .navbar{
        height: auto;
    }
    .navbar .nav-link {
        font-size: 11px;
        padding: 8px 10px;
    }
    .logo {
        width: 55px;
    }
    .navbar-nav{
        height: 100vh;
    }
}

/* Footer */
.footer-bg {
    position: relative;
    background-image: url('../img/footer.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;

    padding-left: 117px;
    padding-right: 117px;
    padding-top: 295px;
    padding-bottom: 24px;
}

.footer-head {
    font-family: 'Stampatello Faceto', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 24.19px;
    line-height: 27.57px;
    letter-spacing: 0%;
    color: rgba(33, 33, 33, 1);
}

.footer-p {
    font-family: 'Snowy Delight', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 18px;
    color: rgba(33, 33, 33, 1);
    padding-top: 21px;
}

.footer-p span {
    display: block;
    font-family: 'Snowy Delight', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 18px;
    color: rgba(33, 33, 33, 1);
    padding-top: 11px;
}

.footer-row {
    display: flex;
    align-items: center;
    gap: 24px;
    padding-top: 20px;
}

.footer-logo {
    width: 32px;
    height: 32px;
}

.footer-p1 {
    font-family: 'Snowy Delight', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0%;
    color: rgba(33, 33, 33, 1);
    margin: 0;
}

.footer-sec2 {
    margin-left: 15%;
}

.footer-head2 {
    font-family: 'Stampatello Faceto', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0%;
    color: rgba(33, 33, 33, 1);
    padding-bottom: 21px;
}

.footer-p3 {
    font-family: 'Snowy Delight', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0%;
    color: rgba(33, 33, 33, 1);

    display: flex;
    justify-content: space-between;
    width: 100%;
}

.footer-img {
    width: 198px;
    height: 150px;
    margin-left: 45%;
    margin-top: 20%;
}

@media (max-width: 1430px) {
    .footer-bg {
        padding-top: 500px;
    }

    .footer-p3 {
        width: 100%;
        max-width: none;
        flex-direction: row;
        gap: 5px;
    }
}

@media (max-width: 1033px) {
    .footer-bg {
        padding-top: 600px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .footer-p3 {
        width: 100%;
        max-width: none;
        flex-direction: row;
        gap: 5px;
    }
}

@media (max-width: 768px) {
    .footer-bg {
        padding-left: 50px;
        padding-right: 50px;
    }

    .footer-sec2 {
        margin-left: 0;
    }

    .footer-img {
        margin-top: 15px;
    }

    .footer-head {
        font-size: 18px;
    }

    .footer-head2 {
        font-size: 18px;
        padding-top: 40px;
    }

    .footer-p,
    .footer-p1 {
        font-size: 16px;
    }

    .footer-p3 {
        font-size: 16px;
        width: 60%;
    }

    .footer-img {
        margin-left: 0px;
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    .footer-bg {
        padding-left: 50px;
        padding-right: 50px;
    }

    .footer-img {
        margin-top: 15px;
    }

    .footer-head,
    .footer-head2 {
        font-size: 18px;
    }

    .footer-p,
    .footer-p1 {
        font-size: 16px;
    }

    .footer-p3 {
        width: 80%;
        font-size: 16px;
    }
}

.home-footer-pattern1 {
    position: relative;
    top: -70px;
    left: 23%;
}

.home-footer-pattern2 {
    position: relative;
    top: -150px;
    left: 42%;
}

.home-footer-pattern3 {
    position: relative;
    top: -130px;
    left: 55%;
}

.home-footer-pattern4 {
    position: relative;
    top: -20px;
    left: 80%;
}

@media (max-width: 1430px) {

    .home-footer-pattern1,
    .home-footer-pattern2,
    .home-footer-pattern3,
    .home-footer-pattern4 {
        display: none;
    }
}

@media (max-width: 1033px) {

    .home-footer-pattern1,
    .home-footer-pattern2,
    .home-footer-pattern3,
    .home-footer-pattern4 {
        display: none;
    }
}

@media (max-width: 768px) {

    .home-footer-pattern1,
    .home-footer-pattern2,
    .home-footer-pattern3,
    .home-footer-pattern4 {
        display: none;
    }
}

@media (max-width: 480px) {

    .home-footer-pattern1,
    .home-footer-pattern2,
    .home-footer-pattern3,
    .home-footer-pattern4 {
        display: none;
    }
}

.footer-copyright {
    font-family: 'Snowy Delight', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0%;
    color: rgba(33, 33, 33, 1);
    padding-top: 26px;
}

.nav-link-social{
    display: none;
}

@media (max-width: 991px) {
    .nav-link-social{
        display: block;
        margin-left: 10px; 
        margin-top: 10px; 
    }  
}
