﻿body {
    position: relative;
    min-height: 100vh;
    padding: 25px 0;
}

.container-fluid.custom {
    max-width: 1500px;
    padding: 0 15px;
}

/*.logo {
    max-width: 175px;
    display: block;
    margin: 0 0 15px;
}*/

ul {
    padding-left: 0
}

/*.left .logo {
    width: 250px;
    margin-top: 50px;
    margin-bottom: 200px;
}
*/



.text b {
    display: block;
    margin: 0 0 10px;
    font-size: 18px;
}

.mg-bottom {
    margin: 0 -15px 100px;
}

.mg-bottom-small {
    margin: 0 0 50px;
}

.left h1 {
    font-family: 'Rufina', serif;
    color: #337f79;
    margin-bottom: 25px;
    font-weight: 700;
}

.left h2 {
    font-family: 'Rufina', serif;
    color: #cbdfde;
    transform: rotate(90deg);
    font-size: 75px;
    text-align: center;
    position: relative;
    height: 0;
    visibility: hidden;
}

.left h5 {
    color: #71ada4;
}

.left .information {
    font-family: karmina-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #8bbcb5;
    margin-bottom: 25px;
}

.left .socials li {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
}

.left .socials i {
    margin-right: 7px;
}

.left .socials a {
    background-color: #d9a900;
    color: white;
    padding: 10px;
    margin-right: 10px;
    text-decoration: none;
    transition: 0.5s;
    border: 2px solid transparent;
}

    .left .socials a:hover {
        background-color: transparent;
        color: #d9a900;
        border-color: #d9a900;
    }

.left .contact {
    margin-top: 75px;
}

.left .logo-icon {
    background-color: #006661;
    width: 60px;
    height: 60px;
    border-radius: 0 0 5px 5px;
    position: absolute;
    top: 0%;
    visibility: hidden;
}

    .left .logo-icon img {
        width: 40px;
        height: 40px;
        filter: invert(72%) sepia(25%) saturate(3582%) hue-rotate(7deg) brightness(94%) contrast(101%);
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        display: block;
    }


.left .contact ul {
    float: left;
}

.left .contact li {
    list-style-type: none;
    margin-top: 10px;
    color: #8bbcb5;
    display: inline-block;
    position: relative;
    padding-left: 35px;
}

.left .contact i {
    color: #d9a900;
    margin-right: 15px;
    position: absolute;
    top: 0;
    left: 0;
}

.left .contact a {
    color: #8bbcb5;
    margin-right: 25px;
}

    .left .contact a:hover {
        color: #d9a900;
        text-decoration: none;
    }


.rotated {
    font-family: 'Rufina', serif;
    color: #0c6c67;
    transform: rotate(-90deg);
    font-size: 125px;
    text-align: center;
    position: relative;
    top: 43%;
    left: 50%;
}

.img {
    height: 450px;
    width: 300px;
    object-fit: cover;
    margin-left: -75px;
    position: absolute;
    top: 33%;
}

.patern {
    position: absolute;
    top: 35%;
    object-fit: cover;
    width: 150px;
    height: 150px;
    margin-left: -150px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}


.text-img {
    position: relative;
    padding: 100px 0 50px 0;
    background: #f5fbff;
}

    .text-img img {
        width: 100%;
    }

footer {
    background: #36a3dc;
    padding: 50px 0;
    color: #fff;
    font-weight: 300;
}

    footer a {
        color: #fff;
        transition: all .3s ease-in-out;
        text-decoration: underline;
    }

        footer a:hover {
            color: #cc5c3b;
        }

    footer .contact-info ul li {
        position: relative;
        /*  padding: 0 0 0 25px;*/
        list-style: none;
    }

    /*    footer .contact-info ul li:before {
          content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 25px;
            height: 25px;
            background-size: 15px;
            background-position: center;
            background-repeat: no-repeat;
        }


        footer .contact-info ul li:nth-of-type(1):before {
            background-image: url('/Resources/phone-white.svg');
        }




        footer .contact-info ul li:nth-of-type(2):before {
            background-image: url('/Resources/mail-white.svg');
        }*/

    footer
    .copy {
        display: flex;
        padding: 25px 0 0;
        margin: 25px 0 0;
        border-top: 1px solid rgba(255,255,255,0.4);
        align-items: center;
    }

@media only screen and (max-width: 991.5px) {
    .img {
        left: 10%;
    }
}

@media only screen and (max-width: 767.5px) {
    .text-img {
        padding: 50px 0;
    }

        .text-img img {
            display: block;
            margin: 15px 0 0;
        }

    body {
        overflow-x: hidden;
    }

        body::after {
            visibility: hidden;
        }

    .left {
        margin-top: -100px;
    }

    .img {
        left: 23%;
    }

    .left .logo {
        visibility: hidden;
        max-height: 0;
    }

    .rotated, .patern {
        visibility: hidden;
        display: none
    }

    .left h2 {
        position: absolute;
        left: 50%;
        z-index: -1;
        top: 45%;
        visibility: visible;
    }

    .left .logo-icon {
        visibility: visible;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    body::after {
        visibility: hidden;
    }

    .left {
        margin-top: -100px;
    }

        .left .logo {
            visibility: hidden;
            max-height: 0;
        }

    .rotated, .patern {
        visibility: hidden;
        display: none;
    }

    .left h2 {
        position: absolute;
        left: 65%;
        z-index: -1;
        top: 55%;
        visibility: visible;
    }

    .left .logo-icon {
        visibility: visible;
    }
}
