/* 
Landing page name: Coach Adiet 
Landing page URL: https://coachadiet.com/
Author: Agung Nugroho Daryanto (agungnugrohodaryanto@gmail.com)
Author URL: https://coachadiet.com/
Description: Adiet Profile Page 
*/

/* typograhpy */

html {
    scroll-behavior: smooth;
}

body {
    background-color: #000;
    color: #D6D5D5;
    font-size: 16px;
    font-family: "Lato", serif;
    font-weight: 300;
    font-style: normal;
}

h1, h2, h3, h4, h5 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-style: normal;
}

.font-garamond {
    font-family: "Cormorant Garamond", serif;
}

.title {
    font-size: 124px;
}

.title-section {
    font-size: 54px;
}

.title-section-small {
    font-size: 40px;
}

.text-small {
    font-size: 6px;
}

button {
    font-size: 16px;
    font-family: "Lato", serif;
    font-weight: 500;
    font-style: normal;
    min-width: 144px;
    background-color: #2449AC;
    color: #D6D5D5;
    border: 0;
    padding: 6px 36px;
}

.wa-btn {
    background-color: #0a8309;
}

.language-text {
    font-weight: 400;
    margin-right: 100px;
    margin-bottom: 0;
}

.language-text span {
    cursor: pointer;
    transition: color 0.3s ease;
}

.language-text span.active {
    color: #2449AC;
}

.text-purple {
    color: #2449AC !important;
}

.text-gray {
    color: #D6D5D5 !important;
}

.bg-black {
    background-color: #000 !important;
}

.bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-image-contain {
    background-size: contain;
    background-repeat: no-repeat;
}

.border-gray {
    border-color: #AAA1A1 !important;
}

.spacing-section {
    padding-top: 75px;
    padding-bottom: 75px;
}

.m-section {
    margin-top: 5%;
}

.content {
    min-height: calc(100vh - 150px);
}

.img-profile {
    height: calc(100vh - 166px); 
    object-fit: contain;
}

/* navbar */

.navbar-dark .navbar-toggler-icon.white {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 255' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* bar */

.bar-container {
    background-color: #fff;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 6px;
    height: 100%;
    right: 2px;
    float: right;
}
    
.bar {
    background-color: #2449AC;
    position: absolute;
    top: 0;
    width: 100%;
    height: 80%;
    box-sizing: border-box;
    animation: grow 1.5s ease-out forwards;
    transform-origin: top;
}

/* overlay menu */

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}
  
.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
  
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
  
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}
  
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.p-card {
    padding: 9.375rem 3rem;
}

.bg-profile {
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    background-image: url('../images/bg-adiet.jpg');
    height: calc(100vh - 100px);
    position: relative;
}

.inline-flex {
    display: inline-flex;
}

.align-items-responsive {
    align-items: center;
}

.img-language {
    height: 12px;
    width: auto;
}

.img-maintenance {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.text-higlight {
    font-size: 18px;
    font-weight: bold;
}

/* responsive */

@media (min-width: 992px) {
    .bg-profile {
        background-position: center;
    }
}

@media (max-width: 991.98px) {
    .bg-profile::before {
        content: '';
        background: linear-gradient(90deg,rgba(0, 0, 0, 0.25) 100%, rgba(0, 0, 0, 1) 61%);
        width: -webkit-fill-available;
        height: 100%;
        position: absolute;
    }
}

@media only screen and (max-width: 600px) {
    .content {
        min-width: calc(100vw - 24px);
    }
    .img-profile {
        height: 100%;
    }
    .title {
        font-size: 100px;
    }
    .title-section {
        font-size: 44px;
    }
    .title-section-small {
        font-size: 30px;
    }
    .overlay a {
        font-size: 20px
    }
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
    .p-card {
        padding: 4.688rem 1.5rem;
    }
    .language-text {
        margin-right: 25px;
    }
    .align-items-responsive {
        align-items: end;
    }
}

@media (max-width: 375px) {
    .bg-profile {
        background-position: left;
    }
}

@media (min-width: 376px) and (max-width: 575.98px) {
    .bg-profile {
        background-position: 15% 50%;
    }
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}