@import 'https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap';
@import 'https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap';

:root {
    --base-color: #ffea00;
    --medium-gray: #838383;
    --light-gray: #cbcbcb;
    --alt-font: 'Playfair Display', serif;
    --primary-font: 'Manrope', sans-serif
}

@media(hover:hover) and (pointer:fine) {
    .custom-cursor .circle-cursor-outer {
        border: 1px solid transparent;
        background: #ff0000
    }

    .custom-cursor .circle-cursor-inner {
        background: #fff
    }

    .custom-cursor .circle-cursor-inner.cursor-link-hover {
        background-color: var(--black);
        width: 10px;
        height: 10px;
        margin-left: -5px;
        margin-top: -5px
    }
}

.logo_intro {
    width: 20%;
    margin-bottom: 25px;
    margin-top: 15px;

}

.welcome_text {
    font-size: 42px;
    line-height: 1.2;
}

.welcome_text2 {
font-size: 1.5rem;
line-height: 1.5rem;
}
.text_mask {
	color: transparent;
	/* background-image: url(https://themes.pixelwars.org/logistica/demo-01/wp-content/uploads/sites/2/2023/08/logistic-business-import-export-shipping-aerial-view-container-international-shipping.jpg); */
	/* background-repeat: no-repeat;
    background-size:cover;
    background-clip: text;
    -webkit-background-clip: text;
    background-position: left; */
    margin-bottom: 25px;
background-image: url('../imgs/sea-ocean.gif');
    background-repeat: repeat;
    background-position: center;
    -webkit-text-fill-color: #1963b32b;
    -webkit-background-clip: text;
    background-size: contain;
}


.row_intrologo {
    margin: 0 15%;
}
.clients-style-05 .client-box{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 175px;
    background-image: url(https://webassets.meowwolf.com/cdn.prod/5dad7a1…/645a4de…_Blob%202.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://static.vecteezy.com/system/resources/thumbnails/035/615/800/small_2x/zen-circle-icon-symbol-on-the-white-color-zen-illustration-for-logo-art-frame-art-illustration-website-or-graphic-design-element-format-png.png);
}


.clients-style-05 .client-box img {
    z-index: 2;
    position: relative;
    padding: 3px;
}

.scroll-down_link {
    margin-top: 4%;
}

.scroll-down_link img{
    filter: invert(1);
}

a.btn.btn-large.btn-red.btn-hover-animation-switch.btn-box-shadow.btn-rounded.me-0.xs-me-0 {
    background-color: #ff0018;
    color: #fff;
    padding: 1%;
    font-size: 12px;

}

.box_logos{
    background-color: #ffffff;
    border-radius: 10px;
    padding: 4%;
    background-image: url(../imgs/intro_bg-map.png);
    background-size: inherit;
    background-position: left;
}

.box_logos img{
    width: 50%;
}

.grid-item .portfolio-image img, .portfolio-grid .work-1col li {
    width: 50%;
}

.gallery-box .portfolio-image, .portfolio-box .portfolio-image {
    position: relative;
    overflow: hidden;
    height: 250px;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

footer{
    padding-top: 110px;
    padding-bottom: 50px;
}

.elements-social ul img {
    /* filter: invert(1); */
    width: 75%;
}

body {
    font-size: 18px;
    line-height: 34px
}

header .navbar-brand img {
    max-height: 74px
}

.navbar .navbar-nav .nav-link {
    font-weight: 600;
    padding: 10px 25px;
    font-size: 18px
}

.navbar .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0
}

header .navbar-brand {
    padding: 42px 0
}

header .container-fluid {
    padding-left: 80px;
    padding-right: 80px
}

.fs-220 {
    font-size: 13.75rem;
    line-height: 11.7rem
}

.fs-280 {
    font-size: 17.5rem;
    line-height: 17.5rem
}

.mb-50 {
    margin-bottom: 50%
}

.small-icon li {
    margin: 0 8px;
    background-color: #ffffff;
    height: 30px;
    display: flex;
    align-content: center;
    border-radius: 50%;
    padding: 2px;
    width: 30px;
}

.btn {
    font-family: var(--primary-font);
    font-weight: 800
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: var(--black) !important;
    text-overflow: ellipsis;
    opacity: 1
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: var(--black) !important;
    text-overflow: ellipsis;
    opacity: 1
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: var(--black) !important;
    text-overflow: ellipsis;
    opacity: 1
}

input,
select,
textarea,
.form-control,
.form-select {
    color: var(--black) !important
}

@media(min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1440px
    }
}

@media(max-width:1199px) {
    .fs-220 {
        font-size: 12.5rem;
        line-height: 12.5rem
    }

    .fs-280 {
        font-size: 15rem;
        line-height: 15rem
    }
}

@media(max-width:991px) {
    .navbar.bg-transparent {
        background-color: transparent !important
    }

    .fs-220 {
        font-size: 10rem;
        line-height: 10rem
    }

    header .navbar-brand {
        padding: 30px 0
    }

    .fs-280 {
        font-size: 12rem;
        line-height: 12rem
    }

    .navbar-collapse-show[data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner {
        background-image: url(../../images/vertical-line-bg-small.svg) !important
    }

    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav {
        text-align: center
    }

    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav>.nav-item {
        border-bottom: 0;
        padding: 0
    }

    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item .nav-link {
        font-size: 42px;
        line-height: 46px
    }
}

@media(max-width:575px) {
    header .navbar-brand {
        padding: 15px 0
    }

    header .navbar-brand img {
        max-height: 55px
    }

    .fs-220 {
        font-size: 5.625rem;
        line-height: 5.625rem
    }

    .fs-280 {
        font-size: 8rem;
        line-height: 8rem
    }
}