﻿.res-slide-slide {
    display: flex;
    justify-content: space-between;
}

.res-slide-box1 {
    width: 50%;
    display: flex;
    justify-content: start;
}

    .res-slide-box1 > img {
        width: 100%;
    }

.res-slide-box2 {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.res-slide-title {
    width: 100%;
}

    .res-slide-title > span:first-child {
        color: #00485b;
        font-size: 19px;
        margin: 5px auto;
        display: block;
        text-align: center;
        font-weight: bold;
    }

    .res-slide-title > h1 {
        font-size: 17px;
        margin: auto;
        text-align: center;
    }

    .res-slide-title > span {
        font-size: 12px;
        margin: 10px auto;
        display: block;
        text-align: center;
    }

.res-slide-social {
    display: none;
}

/* 
.twitter {
}

.res-slide-instagram {
}

.res-slide-telegram {
}

.vector {
  position: absolute;
  top: 60px;
  right: 10%;
  width: 25%;
}

.vector > img {
  width: 100%;
} */

/* *************************************************** */
/* media query */

@media screen and (min-width: 600px) {
    .res-slide-title > span:first-child {
        font-size: 20px;
        margin: 7px auto;
    }

    .res-slide-title > h1 {
        font-size: 18px;
    }

    .res-slide-title > span {
        font-size: 13px;
    }
}

@media screen and (min-width: 768px) {
    .res-slide-title > span:first-child {
        font-size: 26px;
    }

    .res-slide-title > h1 {
        font-size: 25px;
    }

    .res-slide-title > span {
        font-size: 17px;
    }

    .res-slide-title {
        width: 80%;
    }

    .res-slide-social {
        width: 20%;
        display: block;
    }

        .res-slide-social > div {
            height: 200px;
            margin: auto auto auto 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            background-color: #00485b;
            border-radius: 0 40px 40px 0;
            width: 50px;
        }

            .res-slide-social > div > a {
                display: flex;
                width: 30px;
                height: 30px;
                margin: 10px auto;
                justify-content: center;
                align-items: center;
            }

    .res-slide-tiwtter,
    .res-slide-telegram,
    .res-slide-instagram {
        width: 90%;
        height: 90%;
        color: white;
        display: block;
        font-size: 26px !important
    }

    .res-slide-social > div > a:hover .res-slide-instagram {
        width: 100%;
        height: 100%;
        font-size: 30px !important
    }

    .res-slide-social > div > a:hover .res-slide-tiwtter {
        width: 100%;
        height: 100%;
        font-size: 30px !important
    }

    .res-slide-social > div > a:hover .res-slide-telegram {
        width: 100%;
        height: 100%;
        font-size: 30px !important
    }

    .res-slide-box1 > img {
        width: 80%;
    }
}

@media screen and (min-width: 992px) {
    .res-slide-title > span:first-child {
        font-size: 30px;
    }

    .res-slide-title > h1 {
        font-size: 29px;
    }

    .res-slide-title > span {
        font-size: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .res-slide-title > span:first-child {
        font-size: 40px;
    }

    .res-slide-title > h1 {
        font-size: 38px;
    }

    .res-slide-title > span {
        font-size: 26px;
    }

    .res-slide-box1 > img {
        width: 70%;
    }
}

@media screen and (min-width: 1400px) {
    .res-slide-box1 > img {
        width: 50%;
    }
}
