@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Josefin Sans", sans-serif;
    color: #1d1d1b;
    margin: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

.big-container {
    max-width: 103.125em;
    margin: 0 auto;
    padding: 0;
}

.container {
    max-width: 88.750em;
    margin: 0 auto;
    padding: 0;
}

h2 {
    font-size: 3.5em;
}

p {
    font-size: 1.25em;
    line-height: 1.4;
}

a,
a:focus {
    outline: none;
    text-decoration: none;
    display: inline-block;
}

.section-space {
    padding: 3.25em 0;
}

.home-banner {
    background-image: url('../img/kookoo-banner-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5em 0;
}

.d-flex {
    display: flex;
    justify-content: space-between;
}

::-webkit-scrollbar {
    background: transparent;
    width: 0;
}

header {
    background-color: #333;
    color: white;
    padding: 10px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position:fixed;
    width: 100%;
    transition: all 0.5s ease;
    z-index: 9;
}

.logo {
    font-size: 1.5rem;
    font-weight: bold;
    display: flex;
}

nav {
    display: flex;
    gap: 30px;
}

nav a {
    color: white;
    text-decoration: none;
    font-size: 1rem;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.menu-toggle div {
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 4px 0;
}

.home-banner .left-part {
    width: 45%;
    color: #ffffff;
}

.home-banner .left-part img {
    height: 230px;
    width: auto;
}

.home-banner .left-part .content {
    padding: 3.5em 0;
}

.home-banner .left-part .content h1 {
    font-size: 4.7em;
    line-height: 1.25;
}

.home-banner .left-part .content h4 {
    font-size: 1.85em;
    padding-top: 0.3em;
}

.home-banner .left-part .appstore-googleplay-flex {
    display: flex;
    align-items: center;
}

.home-banner .left-part .appstore-googleplay-flex img {
    height: auto;
}

.home-banner .left-part .appstore-googleplay-flex .mar-right {
    margin-right: 2.2em;
}

.home-banner .right-part {
    width: 55%;
    position: relative;
}

.home-banner .right-part img {
    position: absolute;
    top: 0;
    right: 0;
    width: 88%;
}

.below-banner-section {
    padding-top: 5em;
}

.below-banner-section .d-flex {
    align-items: center;
}

.below-banner-section .left-part {
    width: 45%;
}

.below-banner-section .right-part {
    width: 55%;
}

.below-banner-section .right-part h4 {
    padding: 1.5em 0 1em;
    font-size: 1.75em;
    font-weight: 500;
}

.amazing-banner {
    background-image: url('../img/amazing-filer-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 7.5em 0;
}

.amazing-banner .d-flex {
    align-items: center;
    justify-content: space-between;
}

.amazing-banner .d-flex .content h4 {
    padding: 1.5em 0 1em;
    font-size: 1.75em;
    font-weight: 500;
}

.amazing-banner .left-part {
    width: 55%;
}

.amazing-banner .right-part {
    width: 45%;
    text-align: end;
}

.footer-bg {
    background-color: #1d1d1b;
    padding: 5em 0;
    color: #ffffff;
}

.footer-bg .footer-flex {
    display: flex;
    justify-content: space-between;
}

.footer-bg .footer-flex .content {
    text-align: center;
}

.footer-bg .footer-flex a {
    font-size: 1.6em;
}

.footer-bg a:hover {
    color: #96c93d;
}

.footer-bg .green-color {
    color: #96c93d;
}

.footer-bg a {
    color: #ffffff;
    font-weight: 400;
}

.footer-bg p.green-color {
    font-size: 1.12em;
    padding-bottom: 0.5em;
}

.footer-bg .sub-footer-flex {
    padding-top: 4em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bg .sub-footer-flex .d-flex {
    align-items: center;
}

.footer-bg .appstore-googleplay-flex .mar-right {
    margin-right: 2.2em;
}

.footer-bg .sub-footer-flex p {
    font-size: 1.12em;
}

.internal-banner h1 {
    text-align: center;
    color: #ffffff;
    font-size: 3em;
}

.internal-banner {
    background-image: url('../img/kookoo-banner-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10em 0;
    background-position: center;
    top: 70px;
    position: relative;
    margin-bottom: 50px;
}

.content-page {
    padding-bottom: 3em;
}

.content-page h3 {
    font-size: 2.5em;
    padding: 10px 0;
}

.content-page p {
    font-size: 1.1em;
    padding-bottom: 20px;
}

.content-page ul {
    padding: 0 0 1em;
    margin: 0;
    list-style-type: none;
}

.content-page li {
    font-size: 1.1em;
    line-height: 1.4;
    padding: 0 0 1em 1.8em;
    margin: 0;
    list-style-type: none;
    position: relative;
}

.content-page a {
    color: #96c93d;
}

.content-page li::before {
    color: transparent;
    background: url(../img/right-arrow.svg);
    content: " ";
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: middle;
    margin: 0 0.5em 0 0;
    background-repeat: no-repeat;
}

.internal-page h2 {
    font-size: 24px;
    padding-bottom: 10px;
}

.internal-page section {
    margin-bottom: 40px;
}

.internal-page ul {
    padding-left: 1em;
}

.internal-page ul li {
    font-size: 1.25em;
    line-height: 2;
}

.logo img {
    height: 50px;
}

.internal-page h3 {
    padding: 15px 0;
}

.internal-page table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.internal-page th, .internal-page td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}

.internal-page th {
    background-color: #eee;
}