:root {
    --primary-color: #607d8b;
    --secondary-color: #7f7f7f;
    --background-color: #CD6D36;
    --font-family: 'Montserrat', sans-serif;
}

html {
    height: 100%;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: none;
}

body {
    height: 100%;
    font-family: var(--font-family);
    background: var(--background-color) url("../images/bg_image_.jpg") no-repeat center;
    background-size: cover;
}

.container {
    background-color: #fff;
}

@media (min-width: 1260px) {
    .container {
        width: 1230px;
    }
}

ul {
    padding-left: 0;
}

h1 {
    color: #1e3a4b; /* Darker shade for better contrast */
    font-size: 48px;
    font-weight: 600; /* Increase boldness */
    line-height: 1.5;
    margin-bottom: 24px;
}

h2 {
    color: #4a4a4a; /* Darker shade for contrast */
    font-size: 20px;
    font-weight: 500; /* Slightly bolder */
    line-height: 1.5;
}

p {
    color: #444; /* Darker grey for improved readability */
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.header {
    padding: 45px 30px;
    border-bottom: none; /* Remove any border in the header section */
}

.border {
    border: none !important; /* Override any default borders */
}

.title-page {
    color: #010000;
    font-size: 25px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.title-description {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.logo {
    float: left;
    margin-right: 30px;
    margin-top: 19px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.main-information {
    padding: 40px 0;
}

.information {
    padding: 20px 30px;
}

.media img {
    border: 6px solid #e6e6e6;
    margin: 0 auto 30px;
}

.media {
    padding-right: 30px;
}

.media-body {
    padding: 0 55px;
}

.statistic-year {
    border-radius: 50%;
    border: 3px #e6e6e6 solid;
    width: 64px;
    height: 64px;
    color: #607d8b;
    margin: 45px auto 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    padding-top: 17px;
}

.statistic-year:hover {
    border: 3px #607d8b solid;
}

.statistic p {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin: 20px 0 40px;
    text-align: center;
}

.strengths li {
    background: url(../images/arrow.png) no-repeat 0 7px;
    padding-left: 35px;
}

.read-more {
    border-radius: 14px;
    border: 3px #e6e6e6 solid;
    width: 121px;
    height: 35px;
    margin-top: 14px;
    margin-bottom: 25px;
    background-color: #fff;
    color: #838383;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.read-more:hover,
.read-more:active,
.read-more:focus {
    background-color: #e6e6e6;
    color: #fff;
    outline-style: none;
}

.hire-me-now {
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 14px;
    background-color: #55b9ef;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.margin {
    margin-bottom: 40px;
}

.hire-me-now:hover,
.hire-me-now:active,
.hire-me-now:focus {
    background-color: #499ecc;
    text-decoration: none;
    color: #fff;
    outline-style: none;
}

.hobby-wrap {
    padding-bottom: 130px;
}

.hobby-wrap .hobby {
    display: inline-block;
    border-radius: 50%;
    background-color: #607d8b;
    margin: 15px 3px 0;
    width: 48px;
    height: 48px;
    padding-top: 13px;
}

.hobby-wrap .hobby:hover {
    background-color: #465b66;
}

.fa {
    color: #fffefe;
    font-size: 20px !important;
    font-weight: 400;
    line-height: 24px;
}

footer {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 20px 0;
}

.tooltip-wrap {
    display: inline-block;
    position: relative;
}

.info {
    position: absolute;
    background: white;
    display: none;
    border: 3px solid #E6E6E6;
    z-index: 100;
    width: 270px;
    top: 90px;
}

.info-camera {
    left: -45px;
}

.info-book {
    left: -103px;
}

.info-bicycle {
    left: -160px;
}

.info-camera:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 26%;
    margin-left: -12px;
    width: 0;
    height: 0;
    border-bottom: 12px solid #E6E6E6;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}

.info-camera:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 26%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #FFFFFF;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.info-book:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 48%;
    margin-left: -12px;
    width: 0;
    height: 0;
    border-bottom: 12px solid #E6E6E6;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}

.info-book:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 48%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #FFFFFF;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.info-bicycle:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 69%;
    margin-left: -12px;
    width: 0;
    height: 0;
    border-bottom: 12px solid #E6E6E6;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}

.info-bicycle:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 69%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #FFFFFF;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.tooltip-wrap:hover .info {
    display: block;
    padding: 15px;
    text-align: left;
}


@media (max-width: 1200px) {
    h1 {
        line-height: 64px;
    }
}

@media (max-width: 992px) {
    .information {
        text-align: center;
        margin: 0 auto;
    }
    .strengths {
        text-align: left;
    }
    .height {
        min-height: 201px;
    }
}

@media (max-width: 768px) {
    .logo {
        float: none;
        margin-bottom: 30px;
        width: 100px;
        height: 54px;
        margin-right: 0;
    }

    .header {
        text-align: center;
        margin: 0 auto;
        padding: 20px 0;
    }

    .media {
        padding-right: 0;
    }

    .media-body {
        padding: 0;
    }

    .border {
        margin: 0;
    }

    .title-page {
        font-size: 18px;
        line-height: 15px;
        margin-bottom: 2px;
    }

    h1 {
        font-size: 30px;
        line-height: 17px;
        margin-bottom: 10px;
    }

    h2 {
        font-size: 17px;
        line-height: 25px;
        padding: 10px;
    }

    .title-description {
        margin-bottom: 10px;
    }

    .information p {
        margin-top: 10px; /* Reduce space above paragraphs */
    }

    .info {
        width: 240px;
    }

    .info-camera {
        left: -37px;
    }

    .info-book {
        left: -95px;
    }

    .info-bicycle {
        left: -152px;
    }

    .info-book:before {
        left: 51%;
    }

    .info-book:after {
        left: 51%;
    }

    .info-bicycle:before {
        left: 75%;
    }

    .info-bicycle:after {
        left: 75%;
    }

    .media:first-child {
        margin-top: -25px;
    }

    .media-heading {
        margin-bottom: -7px;
        padding: 0 30px;
        border: none !important;
    }

    .no-padd {
        padding: 0;
    }

    .info {
        top: 80px;
    }

    .hobby-wrap {
        padding-bottom: 113px;
    }

    .statistic {
        margin-bottom: 20px; /* Adjust as needed */
    }

    .statistic-year {
        margin: 20px auto 10px; /* Decrease top and bottom margin for smaller screens */
    }

    .height {
        margin-bottom: -55px;
    }

    .activity {
        margin-top: 60px;
    }

    .hire-me-now {
        margin-top: 22px;
    }

    .main-information {
        padding: 75px 0 48px;
    }

    footer {
        padding: 27px 60px;
    }
}

@media (max-width: 460px) {
    .information {
        padding: 0;
    }
}