@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900;1000&display=swap');

/* ==================== Colors Varibles ==================== */
:root {
    --theme-color: #eea341;
    --theme-dark-color: #ab2027;
    --secondary-color: #ab2027;
    --theme-light-color: #ab2027;
    --theme-op-color: #c3f6f9;
    --pop-color: #fff;
    --smoke-color: #eee;
    --box-shadow: 0 0 10px 5px #0000000c;
}

/* ==================== Main Controls ==================== */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    max-width: 100vw;
    overflow-x: hidden;
    background-color: var(--smoke-color);
    font-family: 'Cairo', sans-serif;
}

img {
    width: 100%;
}

ul {
    list-style: none;
}

button {
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
}

a {
    text-decoration: none;
}

.container {
    padding-inline: 8vw;
}

*[tip] {
    position: relative;
}

*[tip]::after {
    content: attr(tip);
    position: absolute;
    font-size: 1rem;
    bottom: -40%;
    left: 50%;
    transform: translate(-50%, 100%);
    pointer-events: none;
    opacity: 0;
    white-space: nowrap;
    background-color: #000000d8;
    padding: 10px;
    border-radius: 5px;
    color: var(--pop-color);
    transition: 0.3s all ease-in-out;
    z-index: 10;
}

*[tip]:hover::after {
    bottom: 10%;
    opacity: 1;
}

*.tiptop[tip]::after {
    bottom: auto;
    top: -40%;
    transform: translate(-50%, -100%);
}

*.tiptop[tip]:hover::after {
    bottom: auto;
    top: 10%;
}

*.tipleft[tip]::after {
    top: 50%;
    left: -40%;
    transform: translate(-100%, -50%);
}

*.tipleft[tip]:hover::after {
    bottom: auto;
    left: -10%;
    transform: translate(-100%, -50%);
}

.settings {
    position: fixed;
    inset-block-end: 20px;
    inset-inline-start: 2vw;
    display: flex;
    flex-direction: column;
    z-index: 5;
    gap: 15px;
    transition: 0.3s all ease-in-out;
}

.settings.hide {
    opacity: 0;
    pointer-events: none;
}

.settings a {
    background-color: #d00b33;
    width: 60px;
    aspect-ratio: 1/1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 1.3rem;
    color: var(--pop-color);
    padding-top: 5px;
}

.settings a.whatsapp {
    background-color: #24ce84;
}

.splitter {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
}
.splitter2 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    align-items: start;
    padding: 50px;
}

.card {
    background-color: var(--pop-color);
    border-radius: 20px;
    border: 1px solid #eee;
    box-shadow: var(--box-shadow);
}

.headline {
    text-align: start;
    margin-bottom: 2rem;
    margin-inline: 100px;

}
.headline2{
    text-align: left;
    margin-bottom: 2rem;

}
.headline2 img{

    width: 100%;


}

.headline h3 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 40px;
}

.headline p {
    color: #777;
    margin-top: -10px;
    width: 60%;
    margin: 0 auto;
}

.headline p:first-child {
    font-size: 1.2rem;
    color: var(--secondary-color);
    font-weight: 700;
}

.chat {
    position: fixed;
    bottom: 0;
    z-index: 3;
    left: 1vw;
    width: 350px;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 15px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    overflow: hidden;
    transform: translateY(calc(100% - 55px));
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    height: 70vh;
    transition: 0.3s all ease-in-out;
}

.chat.show {
    transform: translateY(0);
}

.chat .header {
    width: 100%;
    background-image: linear-gradient(-60deg, var(--theme-color), var(--secondary-color));
    padding: 10px 20px;
    color: #fff;
    font-weight: 500;
    user-select: none;
    cursor: pointer;
    height: 40vh;
    overflow: auto;
}

.chat .chatContainer {
    position: relative;
    width: 100%;
    height: 100%;
}

.chat .chatContainer .chatBody {
    position: absolute;
    background-color: #fff;
    top: -40%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 60vh;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px 5px #0000000b;
    border-radius: 10px;
}

.breadcrumb .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-image: url('../images/backgrounds/hero.jpg');
    background-size: cover;
    text-align: center;
    padding: 2rem;
    overflow: hidden;
    color: var(--pop-color);
    min-height: 26vh;
}

.breadcrumb .inner .overlay {
    position: absolute;
    inset: 0;
    background-color: var(--theme-color);
    background-image: url('../images/backgrounds/lines.png');
    background-size: cover;
    background-blend-mode: screen;
    opacity: 0.8;
}

.breadcrumb .inner .cardINFO {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.breadcrumb .inner .cardINFO h2 {
    font-size: 2.5rem;
    margin: 0;
}

.breadcrumb .inner .cardINFO ul {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.breadcrumb .inner .cardINFO ul li::after {
    content: "\f111";
    font-family: "Font Awesome 6 Free";
    color: #fff;
    font-weight: 900;
    font-size: 3px;
    margin: 0 2px;
    margin-inline-end: 5px;
    position: relative;
    top: -10px;
}

.breadcrumb .inner .cardINFO ul li:last-of-type:after {
    display: none;
}

.breadcrumb .inner .cardINFO ul li>* {
    color: #fff;
    padding: 5px;
    display: inline-flex;
    align-items: center;
}

.breadcrumb .inner .cardINFO ul li a {
    color: var(--secondary-color);
}

.breadcrumb .inner .cardINFO ul li ion-icon {
    font-size: 1.2rem;
    margin-inline-end: 5px;
}

section {
    padding-block: 2rem;
}

section:first-of-type {
    padding-block: 0;
}

@media (width > 1440px) {

    .container {
        padding-inline: 15vw;
    }
}

@media (width <=800px) {
    .splitter {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        align-items: center;
    }
}

@media (width <=450px) {
    .settings a {
        width: 50px;
    }

    .chat {
        display: none;
    }
}

@media (width <=400px) {

    section.container,
    section .container {
        padding-inline: 2vw;
    }
}

@media (width <=500px) {
    .headline p {
        width: 90%;
    }
}
