@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

.link-content {
    max-width: 100%;
    font-family: "Outfit", sans-serif !important;
    padding: 1rem 2rem;
    flex: 0 0 100%;
}

.modal {
    font-family: "Outfit", sans-serif !important;
}

main#links {
    margin: 0 !important;
}

.logo {
    text-align: left;
    margin-bottom: 20px !important;
}

.logo a img {
    height: 100px;
}

@media screen and (max-width:568px) {
    .logo {
        text-align: center;
        margin-bottom: 10px !important;
    }
}

.title-big h1.h1 {
    font-size: 88px;
    margin-top: 15px !important;
    margin-bottom: 10px !important;
    font-weight: 700;
}

@media screen and (max-width:992px) {
    .title-big h1.h1 {
        font-size: 78px;
    }
}
@media screen and (max-width:736px) {
    .title-big h1.h1 {
        font-size: 58px;
    }
}

@media screen and (max-width:568px) {
    .title-big h1.h1 {
        font-size: 30px;
    }
}


.paragraph .card {
    background: transparent !important;
}

.paragraph .card-body {
    padding: 0 0;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .5px;
    margin-bottom: 15px;
    font-weight: 300;
}

.paragraph-50 {
    display: block;
    margin: 0 auto;
    max-width: 600px;
}
.paragraph-75 {
    display: block;
    margin: 0 auto;
    max-width: 800px;
}

@media screen and (max-width:736px) {
    .paragraph-50 {
        max-width: 100%;
    }
}


.two-grids {
    flex: 0 0 50%;
}
.three-grids {
    flex: 0 0 33.33%;
    margin-bottom: 30px !important;
}
.four-grids {
    flex: 0 0 25%;
    margin-bottom: 30px !important;
}
@media screen and (max-width:991px) {
    .three-grids {
        flex: 0 0 50%;
    }
    .four-grids {
        flex: 0 0 50%;
    }
}

@media screen and (max-width:736px) {

    .two-grids,
    .three-grids {
        flex: 0 0 100%;
    }
}
.two-grids .link-big-icon-wrapper {
    left: 40%;
}

.two-grids .link-big-content-wrapper {
    margin-top: 0px !important;
    padding: 1.5rem 1.5rem !important;
}

.two-grids .link-big-btn,
.three-grids .link-big-btn {
    padding: 0rem !important;
}

.two-grids .link-big-btn-image-wrapper,
.two-grids .link-big-btn-image {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.three-grids .link-big-btn-image-wrapper,
.two-grids .link-big-btn-image-wrapper {
    width: 16%;
}


.banner-content,
.about-section {
    align-self: center;
}

.banner-content a {
    pointer-events: none;
}

.banner-content a:hover,
.about-section a:hover {
    transform: scale(1) !important;
}

.banner-content small {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6;
    margin-top: 20px;
    letter-spacing: .5px;
    color: #929292 !important;
}
.banner-content .link-hover-animation:hover {
    transform: scale(1) !important;
}

.banner-content span.h4 {
    font-size: 86px;
    font-weight: 300;
}

@media screen and (max-width:992px) {
    .banner-content span.h4 {
        font-size: 76px;
    }
    .banner-content,.about-section {
        flex: 0 0 100%;
    }
    .banner-content img{
        width: 100%;
    }
}
@media screen and (max-width:991px) {
    .banner-content span.h4 {
        font-size: 56px;
    }
}

@media screen and (max-width:568px) {
    .banner-content span.h4 {
        font-size: 30px;
    }

    .banner-content small {
        margin-top: 15px;
    }
}

@media screen and (max-width:384px) {
    .banner-content span.h4 {
        font-size: 30px;
    }
}

.banner-content .link-big-icon-wrapper,
.about-section .link-big-icon-wrapper {
    display: none;
}

.two-grids.banner-content .link-big-content-wrapper,
.two-grids.about-section .link-big-content-wrapper {
    padding: 0px !important;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}



.small-btn {
    margin: 15px auto 0;
    /* padding: 0 5px; */
    display: ruby;
}
.small-btn {
    margin: 15px 0;
    /* padding: 0 5px; */
    display: ruby;
    max-width: fit-content;
}
.small-btn .link-btn {
    padding: 0.8rem 2rem;
    /* padding-right: 3rem; */
    font-size: 16px;
    width: max-content;
    font-weight: 300;
    letter-spacing: 1px;
}

.small-btn .link-btn span svg {
    font-size: 12px;
    margin-right: 8px !important;
    opacity: .8;
    margin: auto;
}

@media screen and (max-width:736px) {

    .two-grids,
    .three-grids {
        flex: 0 0 100%;
    }

    .two-grids.small-btn {
        flex: 0 0 50%;
        padding: 0 5px;
    }

    .link-content {
        padding: 1rem 1rem 0;
    }
}

@media screen and (max-width:415px) {
    .two-grids.small-btn {
        padding: 0 10px;
        display: block;
    }

    .small-btn .link-btn {
        width: 100% !important;
        font-size: 14px;
        padding: 0.8rem 1.5rem;
    }
}

.section-title h2.h2 {
    font-size: 40px;
    font-weight: 300;
}
h5{
    font-weight: 300 !important;
}

@media screen and (max-width:992px) {
    
}
@media screen and (max-width:768px) {
    .section-title h2.h2 {
        font-size: 30px;
    }
}

@media screen and (max-width:415px) {
    .section-title h2.h2 {
        font-size: 28px;
    }
}


.services .link-big-btn {
    display: grid !important;
    padding: 2rem !important;
    transform: scale(1) !important;
    grid-auto-flow: row;
    justify-content: inherit;
    grid-gap: 0;
}

.services .link-big-btn:hover {
    transform: scale(1.025) !important;
}
img.link-hover-animation:hover{
    transform: scale(1) !important;
}


.services .link-big-btn-image {
    object-fit: cover;
    max-height: 12rem;
    object-position: top;
}

.services .link-big-content-wrapper span.h4, .link-style2 .link-big-content-wrapper span.h4 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
    margin: 20px 0 !important;
    letter-spacing: 1px;
}

.services .link-big-content-wrapper small {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .5px;
    font-weight: 300;
    color: #929292 !important;
}

.services .link-big-icon-wrapper {
    color: #fff;
    border-radius: 50%;
    order: 1;
    display: inline-block;
    margin: 0rem 0 !important;    
    font-size: 35px;
    width: min-content;
}

.services .link-big-content-wrapper {
    order: 2;
}

@media screen and (max-width:415px) {    
    .services .link-big-content-wrapper small,
    .banner-content small,.about-section small {
        font-size: 16px;
    }
    .services .link-big-content-wrapper span.h4, .link-style2 .link-big-content-wrapper span.h4 {
        font-size: 20px;
    }    
    .four-grids.services .link-big-btn {
        padding: 1rem !important;
    }
    .services .link-big-icon-wrapper {   
        font-size: 30px;
    }
    .services .link-big-btn {
        padding: 1.5rem !important;
    }
}


.portfolio .link-image-slider-image {
    object-fit: cover;
    width: 25rem !important;
    height: 15rem !important;
}
.portfolio .splide__pagination {
    bottom: -2em;
}
.portfolio .splide__pagination__page {
    background: #fff;
    margin: 3px 5px;
    opacity: .2;
}
.map{
    margin: 12px 0 !important;
}

.socialmediaicons-left .justify-content-center {
    justify-content: flex-start !important;
}
.socialmediaicons-right .justify-content-center {
    justify-content: flex-end !important;
}


@media screen and (max-width:736px) {
    .socialmediaicons-right .justify-content-center {
        justify-content: flex-start !important;
    }
}


.positionedSocialIcons {
    margin: 0 !important;
}

.positionedSocialIcons>div {
    position: absolute;
    right: 10px;
    top: -39px;
}

.positionedSocialIcons>div>div,
.d-flex.flex-wrap.justify-content-center>div {
    margin: 5px 5px !important;
}


.positionedSocialIcons a:has(.fa-envelope),
.positionedSocialIcons a:has(.fa-phone-square-alt),
.positionedSocialIcons a:has(.fa-telegram),
.positionedSocialIcons a:has(.fa-whatsapp),
.positionedSocialIcons a:has(.fa-facebook),
.positionedSocialIcons a:has(.fa-facebook-messenger),
.positionedSocialIcons a:has(.fa-instagram),
.positionedSocialIcons a:has(.fa-twitter),
.positionedSocialIcons a:has(.fa-tiktok),
.positionedSocialIcons a:has(.fa-youtube),
.positionedSocialIcons a:has(.fa-soundcloud),
.positionedSocialIcons a:has(.fa-spotify),
.positionedSocialIcons a:has(.fa-pinterest),
.positionedSocialIcons a:has(.fa-snapchat),
.positionedSocialIcons a:has(.fa-twitch),
.positionedSocialIcons a:has(.fa-discord),
.positionedSocialIcons a:has(.fa-map-marker-alt) {
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: block;
    border-radius: 50%;
    padding: 0px !important
}


/* social media icons style --*/

.d-flex.flex-wrap.justify-content-center>div,
.socialmediaicons>div>div {
    margin: 5px 5px !important;
    background: #0e0e0e;
    padding: 10px;
}

.socialmediaicons a:has(.fa-fw) {
    display: block;
    border-radius: 50%;
    padding: 5px;
    /* width: 30px;
    height: 30px;
    line-height: 30px; */
}

.socialmediaicons a:has(.fa-envelope) {
    background: #222;
}

.socialmediaicons a:has(.fa-phone-square-alt) {
    background: #68217a;
}

.socialmediaicons a:has(.fa-telegram) {
    background: #0088cc;
}

.socialmediaicons a:has(.fa-facebook-messenger) {
    background: #0084ff;
}

.socialmediaicons a:has(.fa-whatsapp) {
    background: #25d366;
}

.socialmediaicons a:has(.fa-facebook) {
    background: #1877f2;
}

.socialmediaicons a:has(.fa-tiktok) {
    background: #1877f2;
}

.socialmediaicons a:has(.fa-soundcloud) {
    background: #ff8800;
}

.socialmediaicons a:has(.fa-spotify) {
    background: #1db954;
}

.socialmediaicons a:has(.fa-linkedin) {
    background: #0a66c2;
}

.socialmediaicons a:has(.fa-snapchat) {
    background: #fffc00;
}

.socialmediaicons a:has(.fa-twitch) {
    background: #1877f2;
}

.socialmediaicons a:has(.fa-map-marker-alt) {
    background: #333;
}

.socialmediaicons a:has(.fa-twitch) {
    background: #9146ff;
}

.socialmediaicons a:has(.fa-discord) {
    background: #2c2f33;
}

.socialmediaicons a:has(.fa-pinterest) {
    background: #e60023;
}

.socialmediaicons a:has(.fa-twitter) {
    background: #1da1f2;
}

.socialmediaicons a:has(.fa-youtube) {
    background: #ff0000;
}

.socialmediaicons a:has(.fa-instagram) {
    background: #c13584;
}

/* //social media icons style --*/


iframe {
    width: 100%;
    border-radius: 5px;
    height: 350px;
    filter: grayscale(100);
}

@media screen and (max-width:568px) {
    iframe {
        height: 250px;
    }
}
@media screen and (max-width:415px) {
    iframe {
        height: 200px;
    }
}