﻿body {
    background-color: #fff;
    position: relative;
    min-height: 100vh;
}

/*    body::after {
        width: 40%;
        position: absolute;
        right: 0;
        top: 0;
        content: "";
        display: inline-block;
        height: 100%;
        background-color: #006661;
        z-index: -1;
    }*/

ul {
    padding-left: 0
}

.logo {
    width: 250px;
    margin: 50px 0;
}

.left h1 {
    font-family: Arial, serif;
    color: #000;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 50px;
}

.left h2 {
    font-family: Arial, serif;
    color: #cbdfde;
    transform: rotate(90deg);
    font-size: 75px;
    text-align: center;
    position: relative;
    height: 0;
    visibility: hidden;
}

.left h5 {
    color: #000;
}

.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 li {
    list-style-type: none;
    margin-top: 10px;
    color: #000;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    display: block;
}

.left .contact i {
    color: #f5df59;
    margin-right: 15px;
    position: absolute;
    top: 3px;
    left: 0;
}

.left .contact a {
    color: #000;
    margin-right: 25px;
}

    .left .contact a:hover {
        color: #d9a900;
        text-decoration: none;
    }


.img {
    width: 100%;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

@media only screen and (max-width: 991.5px) {
    .logo {
        margin: 25px 0;
    }
}

@media only screen and (max-width: 767.5px) {
    body {
        overflow-x: hidden;
    }

        body::after {
            visibility: hidden;
        }

    .rotated, .patern {
        visibility: hidden;
        display: none
    }

    .logo {
        max-width: 200px;
    }

    .left h1 {
        font-size: 32px;
    }

    .left .contact {
        margin-top: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    body::after {
        visibility: hidden;
    }

    .rotated, .patern {
        visibility: hidden;
        display: none;
    }


    .left .logo-icon {
        visibility: visible;
    }
}
