*{margin: 0px; padding: 0px; }

   body{
        -webkit-user-select: none;
        -webkit-touch-callout: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }
      
.cookie-container {
    display: flex;
    padding: 15px;
    background: #00447c;
    color: #fff;
    position: fixed;
    bottom: 0;
    right: 0;
    font-size: 1rem;
    gap: 2rem;
    z-index: 9999999;
    opacity: 1;
    visibility: visible;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.cookie-container.hide {
  opacity: 0;
  visibility: hidden;
}

.cookie-container a {
  color: #fff;
}

.cookie-container a:hover {
  color: #222;
}

.cookie-container .cookie-message {
  margin: 0;
}

.cookie-container .agree-button {
/*  flex: 1 150px;*/
  text-align: center;
}

.agree-button button {
  background:#fff;
  color: #00457a;
  border: none;
  padding: 5px 30px;
  cursor: pointer;
  font-weight: 700;
  border-radius: 5px;
  font-size: 1rem;
}

.agree-button button:hover {
  background:#000;
    color:#007af7;
}


.desktop {display: block; }
.mobile {display: none; }
header {position: sticky; top: 0; width: 100%; text-align: center; background-color: rgb(250, 250, 250); box-shadow: 0 1px 8px rgb(180, 180, 180); user-select: none; z-index: 99; }
.logo-section {margin-left: 30px; }
.ul-section {margin-bottom: 0px; }
header nav > ul {list-style: none; display: flex; justify-content: space-evenly; align-items: center; }
header nav > ul > li {width: 100%; padding: 15px 20px; }
header nav > ul > li > a {font-size: 20px; font-weight: 500; text-decoration: none; color: rgba(10, 10, 10, 0.5); }
header nav > ul > li > a:hover {color: #0080FB; text-decoration: none; }
header nav > ul > li:nth-child(4) > a {display: flex; flex-direction: column; justify-content: center; align-items: center; }
header nav > ul > li:nth-child(4) > a > span {width: max-content; }
header nav > ul > li:nth-child(4) > a > span:first-child {color: rgb(55, 55, 255); font-size: 1.5rem; }
header nav > ul > li:nth-child(4) > a > span:last-child {color: rgba(10, 10, 10, 0.66); font-size: 0.9rem; }
header input, header label {display: none; }
@media screen and (max-width: 768px) {
header nav > ul > li {width: 100%; padding: 5px 20px; } header nav {position: relative; }
.logo {margin-left: -269px; }
header nav > label {display: flex; width: 50px; height: 50px; border: 1px solid #3339; cursor: pointer; flex-direction: column; justify-content: space-evenly; position: absolute; right: 10px; top: 10px; }
header label span {width: 100%; height: 5px; background: black; display: none; }
header nav > ul {flex-direction: column; }
header nav > ul > li:nth-child(4) {order: 1; display: none; }
header nav > ul > li:not(:nth-child(4)) {display: none; }
header nav > input:checked ~ ul > li {display: block; }
}
/*-----------MENU &------------------------*/
header label span {width: 100%; height: 5px; background: black; }
.row-section {margin-top: 40px;}
.content h2 {text-align: right; color: black; font-weight: 700; line-height: 50px; padding: 40px 30px 10px 80px; }
.content1 p{color: black; font-weight: 500; line-height: 28px; padding: 10px 0px 10px; }
.content1 h1 {color: #0080f8; font-size: 25px; }
.icon-image {text-align: center; }
.content2 {text-align: center; padding: 20px; }
/*-----------------------*/
.bg {background-image: url("../image/bg-png.jpg"); margin-top: 50px; padding-bottom: 50px; background-repeat: no-repeat; background-size: cover; }
.row-border {padding: 50px 0px 0px; border-bottom: 1px solid lightgray; }
.icon-image-1 {text-align: center; }
.content3 h3 {font-weight: 700; font-size: 23px }
.border1 {border-right: 1px solid lightgray; border-bottom: 1px solid lightgray; }
.border11 {border-right: 1px solid lightgray; }
.border2 {border-bottom: 1px solid lightgray; }
.bg1 {width: 100%; height: 500px; background-image: url("/image/BG.webp"); background-size: cover; background-repeat: no-repeat; background-attachment: fixed; margin-top: 60px; }
.bg-content h2 {margin-top:150px; margin-bottom: 50px; color: white }
.bg-content {text-align:center; }
button {display: inline-block; position: relative; background: none; border: none; color: #fff; font-size: 18px; cursor: pointer; margin: 20px 30px; background: rgba(0, 0, 0, 0.09); }
span {display: block; padding: 15px 30px;; background-color: #0080fb; }
span::before, span::after {content: ""; width: 2px; height: 0; position: absolute; transition: all 0.2s linear; background: #fff; }
button:hover::before, button:hover::after {width: 100%; }
button:hover span::before, button:hover span::after {height: 100%; }
/*----- button 6 -----*/
.btn-6::before {left: 50%; top: 0; transition-duration: 0.4s; }
.btn-6::after {left: 50%; bottom: 0; transition-duration: 0.4s; }
.btn-6 span::before {left: 0; top: 50%; transition-duration: 0.4s; }
.btn-6 span::after {right: 0; top: 50%; transition-duration: 0.4s; }
.btn-6:hover::before, .btn-6:hover::after {left: 0; }
.btn-6:hover span::before, .btn-6:hover span::after {top: 0; }
.bg2 {margin-bottom: 50px; margin-top: -120px; background-image: url("../image/bg-png_1.webp"); box-shadow:  5px 5px 12px 3px lightgray; padding: 20px 30px; border-radius: 5px; }
.row-section1 {margin-top: 90px }
.row-section2 {margin-top: 20px; }
.content4 h2 {font-size: 18px; font-weight: 500; }
.content4 h3 {padding: 20px 0px ; font-size: 40px; font-weight: 700; }
.content5 {height: 300px; background-color: white; box-shadow: 5px 5px 12px 3px lightgray; border-radius: 20px; padding: 30px }
.content5 h3 {font-weight: 700; font-size: 20px }
.content5:hover {background-color: #0080fb; }
.content5:hover h3 {color: white; }
.content5:hover p {color: white; }
.content6 {text-align: center; margin-top: 20px }
.content6 h2 {font-size: 20px; font-weight: 700; } 
.images {text-align: center; padding: 10px 0px; }
.content-7 h2 {color: #7a878f; font-size: 20px; font-weight: 700; }
.content-7 h3{font-size: 35px; font-weight: 800; }
.button {text-align:center; }
.content-8 {margin-top: 90px; padding: 50px; }
.content-8 h3 {color: lightgray; font-size: 18px; font-weight: 700; }
.content-8 h2 {color: lightgray; font-weight: 700; }
/*------ COUNTDOWN --------*/
.count-section {margin-top: 100px }
.count-title {font-size: 50px; font-weight: normal; margin-top: 10px; margin-bottom: 0; text-align: center; font-weight: bold; color: lightgray; }
.stats-text {font-size: 15px; font-weight: normal; margin-top: 15px; margin-bottom: 0; text-align: center; color: lightgray; text-transform: uppercase; font-weight: bold; }
.stats-line-black {margin: 12px auto 0; width: 55px; height: 2px; background-color: lightgray; }
.stats-icon {font-size: 35px; margin: 0 auto; float: none; display: table; color: lightgray; }
@media (max-width: 992px) {
.counter {margin-bottom: 40px; } 
}
/*------- COUNTDOWN &-------*/
/*--------- Contact Us -----------*/
.content-9 {padding: 30px; } 
.content-9 h3 {font-size: 18px; font-weight: 600; color: #768791; }
.content-9 h2 {font-weight: 700; font-size: 40px; }
.row-section3 {margin-top: 30px; }
.buttons-container {display: flex; width: 60%; flex-direction: row; align-items: center; justify-content: flex-start; }
.button {display: flex; flex-direction: row; justify-content: center; align-items: center; border-radius: 100%; width: 85%; height: 75px; box-shadow: 9px 9px 16px rgb(163 177 198 / 60%), -9px -9px 16px rgb(255 255 255 / 50%); margin-bottom: 1em; }
.button:hover {cursor: pointer; box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.1); color: white; }
.github:hover {background: #1e1f26; }
.codepen:hover {background: #1e1f26; }
.reddit:hover {background: #1e1f26; }
.contact-form {padding: 10px; }
.contact-form .input-block {background-color: rgba(255, 255, 255, 0.8); border: solid 1px #CFCCC8; /* height: 13px;*/ padding: 8px; position: relative; margin-bottom: 10px; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
.contact-form .input-block.focus {background-color: #fff; border: solid 1px #fb2900; }
.contact-form .input-block.textarea {height: auto; }
.contact-form .input-block.textarea .form-control {height: auto; resize: none; }
.contact-form .input-block label {position: absolute; left: 25px; top: 25px; display: block; margin: 0; font-weight: 300; z-index: 1; color: #333; font-size: 18px; line-height: 10px; }
.contact-form .input-block .form-control {background-color: transparent; padding: 0; border: none; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; height: auto; position: relative; z-index: 2; font-size: 18px; color: #333; }
.contact-form .input-block .form-control:focus label {top: 0; }
.contact-form .square-button {background-color: rgba(255, 255, 255, 0.8); color: #fb2900; font-size: 26px; text-transform: uppercase; font-weight: 700; text-align: center; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; padding: 0 60px; height: 60px; border: none; width: 100%; }
.contact-form .square-button:hover, .contact-form .square-button:focus {background-color: white; }
.contact-btn {position: relative; overflow: hidden; z-index: 1; transition: 0.5s ease-in-out; min-width: 213px; padding: 22px; background-color: #D9916A; display: inline-flex; justify-content: center; position: relative; border: unset; border-radius: 30px; font-size: 14px; line-height: 1.3; font-weight: 500; letter-spacing: 0.1em; height: auto; /*margin: 69px 0px;*/ font-family: 'Jost'; font-weight: 600; }
.btn {position: relative; overflow: hidden; z-index: 1; transition: 0.5s ease-in-out; min-width: 213px; padding: 22px; background-color: #D9916A;*/ display: inline-flex; justify-content: center; position: relative; border: unset; border-radius: 30px; font-size: 14px; line-height: 1.3; font-weight: 500; letter-spacing: 0.1em; height: auto; /*  margin: 69px 0px;*/ margin-bottom: 50px; font-family: 'Jost'; font-weight: 600; }
.btn::before {content: ""; position: absolute; top: 69px; right: 0; bottom: 0; left: 58%; margin: auto 0; border-radius: 200px; background-size: 88px; background-position-x: -100%; background-position-y: calc(50% - 8px); width: 88px; height: 88px; background-color: #fff; transform: translateX(-100%), calc(50% - 8px); transition: all 0.5s cubic-bezier(0.71, 0.14, 0.26, 1.62); z-index: -1; }
.btn:hover {background-color: #E9A27C; }
.btn:active {color: #FFFFFF; }
.btn:hover:before {left: 50%; border-radius: inherit; --button-bg-size: 100%; --button-bg-position-y: 0; --button-bg-position-x: -50%; transition: all 0.5s ease-in-out; }
.btn:active {color: var(--pembe-button-color-idle); background-color: var(--button-bg-color-idle); box-shadow: inset 1px 2px 5px rgb(0 0 0 / 12%); transition: 0.2s ease-in-out; }
.btn-text {line-height: 1.3; letter-spacing: 0.1em; color: #FFFFFF }
.btn-content {display: flex; justify-content: center; align-items: center; position: relative; z-index: 2; -webkit-user-select: none; user-select: none; }
/*--------- Contact Us & ---------*/
/*--------- Footer --------------*/
.bg3 {background-image: url(/image/BACKGROUND-FOOTER-3.webp); opacity: 0.8; } 
.logo1 {text-align:center ; margin-top: 75px; }
.content10  {margin-top: 75px; padding: 20px 0px; }
.content10 h2 {border-top: 2px solid lightgray; border-bottom: 2px solid lightgray; text-align: center; color: white; }
.content10 p {line-height: 30px; font-weight: 500; color: white; }
.mail {text-align: center; }
.mail p {margin-top: 15px; color: white; }
.copyright {text-align: center; }
.copyright p {margin-top: 15px; color: white; }
.content11  {text-align: center; }
/*--------- Footer &--------------*/
/*---------- Responsive ------------*/
@media screen and (max-width: 768px) {
.border1 {border: none; }
.border11 {border: none; }
.border2 {border: none; }
.bg2 {margin-top: 0px; }
.content5 {margin-bottom: 20px; }
.button {display: flex; flex-direction: row; justify-content: center; align-items: center; border-radius: 100%; width: 25%; height: 75px; box-shadow: 9px 9px 16px rgb(163 177 198 / 60%), -9px -9px 16px rgb(255 255 255 / 50%); margin-bottom: 1em; }
.content-8 {margin-top: 100px; padding: 20px; }
.count-section {display:none ; } 
.counter {margin-bottom: 0px; }
.content10 {margin-top: 0px; }
.desktop {display: none; }
.mobile {display: block; }
}
/*---------- Responsive & ----------*/