@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

:root {
    --main-color: #fcc113;
    --black-color: #000000;
    --white-color: #ffffff;
    --title-color: #ffffff;
    --text-color: #ffffff;
    --body-color: #ffffff;
    --footer-color: #000000;
    --gradient: linear-gradient(0deg, rgba(13, 13, 11, 1) 0%, rgba(9, 9, 9, 1) 100%);

    --text-font: 'Poppins', sans-serif;
    --title-font: 'Bebas Neue', sans-serif;
    --text-font-size: 10px;
    --title-font-size: 2rem;
    --biggest-font-size: 5rem;
    --bigger-font-size: 3.5rem;
    --big-font-size: 1.5rem;
    --h2-font-size: 1.25rem;
    --h3-font-size: 1.125rem;
    --normal-font-size: 0.938rem;
    --small-font-size: 0.813rem;
    --smaller-font-size: 0.75rem;
    --text-line-height: 2rem;


}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    font-size: var(--text-font-size);
    font-family: var(--text-font);
    scroll-behavior: smooth;
}

body {
    background: url(../img/bg.jpg);
    background-position: top center;
    background-attachment: fixed;
}

a {
    text-decoration: none;
}

.container {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

img {
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}

p {
    color: var(--text-color);
    font-size: 1.5rem;
    margin-top: 5px;
    line-height: 2.5rem;
    font-weight: 300;
    letter-spacing: 0.05rem;
}

.section-title {
    font-size: 2rem;
    color: black;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-title span {
    padding: 1rem 2rem;
    border-bottom: 1px solid var(--text-color);
    margin-bottom: 2rem;
    font-size: 4rem;
    font-weight: 300;
    text-transform: uppercase;
}


.cta {
    display: inline-block;
    padding: 10px 30px;
    color: white;
    background-color: transparent;
    border: 2px solid var(--main-color);
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    margin-top: 30px;
    transition: 0.3s ease;
    transition-property: background-color, color;
}

.cta:hover {
    color: white;
    background-color: var(--main-color);
}

.brand h1 {
    font-family: var(--text-font);
    font-size: 4rem;
    color: var(--main-color);
}

.brand h1 span {

    color: white;
}

#popup
{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background-color: rgba(0, 0, 0, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;
}

#popup div
{
	padding: 3rem;
	background: var(--white-color);
	width: 95vw;
	min-width: 300px;
	height: auto;
	text-align: right;

}

#popup div p
{
	text-align: center;
	padding: 1rem;
	font-size: 1rem;
	line-height: 1.2rem;
    color: var(--black-color);
}

#popup div p a
{
	color: var(--main-color);
}





#popup h3
{
	font-size: 1.5rem;
	text-align: center;
	width: 100%;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	padding: 2rem;
}
#popup .sliders
{
	display: flex;
	flex-direction: row;
	width: 100%;
	padding: 0;
    justify-content: space-between;
}


#popup .sliders .slidecontainer
{
	padding: 1rem;
	width: auto;
	min-width: auto;
	height: auto;
	text-align: center;
    display: flex;
    flex-direction: column;
}

#popup .sliders .slidecontainer label
{
    width: 100% !important;
    min-width: 100% !important;
}

#popup .sliders .slider
{
	width: 5rem;
	margin: 2rem;
}


div.cookie_bootom
{
	position: fixed;
	bottom: 2rem;
	left: 2rem;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	border-bottom: 3ps solid var(--white-color);
	background: rgba(0, 0, 0, 0.6);
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}


.slick-initialized .projects-list.slick-slide {
    display: flex;
}

.slick-track {
    display: flex;
    align-items: center;
}

.arrow {
    border-radius: 50%;
    font-size: 1.5em;
    width: 60px;
    height: 60px;
    opacity: 0.6;
    cursor: pointer;
    transition: .5s;
    outline: none;
    position: absolute;
    z-index: 998;
    top: 50%;
    transform: translateY(-50%);
    color: #1b1b1b;
    border: none;
    background: none;
    color: white;
}

.arrow.arrow-bg {
    background-color: rgba(0, 64, 119, 0.9);
    border: 1px solid white;
}

.slick-next {
    right: 15px;
}

.slick-prev {
    left: 15px;
}


.arrow:hover {
    opacity: 1;
}

.slider {
	-webkit-appearance: none;
	width: 100%;
	height: 15px;
	border-radius: 5px;  
	background: #d3d3d3;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;
  }
  
  .slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 25px;
	height: 25px;
	border-radius: 50%; 
	background: var(--main-color);
	cursor: pointer;
  }
  
  .slider::-moz-range-thumb {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #04AA6D;
	cursor: pointer;
  }
 
  #popup .buttons
  {
	display: flex;
	justify-content: space-around;
	padding: 0;
	width: 100%;
	border-top: 1px solid #e2e2e2;
	padding-top: 2rem;
  }

  #popup .buttons .btn2
  {
	  border: 0;
	  background-color: var(--main-color);
	  color: var(--white-color);
	  padding: 2rem 2rem;
	  cursor: pointer;
  }


/* Header section */
#header {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;

}

#header .active {
    height: 150px;
}

#header .header {
    min-height: 8vh;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s;
    width: 100%;
}


#header .nav-top {
    display: none;
    flex-direction: row;
    justify-content: space-between;
    padding: 2rem 4rem;
    border-bottom: 1px solid #464441;
    margin-bottom: 3rem;
    color: var(--white-color);
    width: 100%;
    transition: 1s;
}

#header .active .nav-top {
    margin-bottom: 0;
    padding: 0.5rem 4rem;
}

#header .nav-top div {
    display: flex;
}

#header .nav-top i {
    font-size: 1.5rem;
    font-style: normal;
    padding: 0 2rem;
    display: flex;
    align-items: center;
}

#header .nav-top img {
    height: 24px;
    width: auto;
    margin-right: 1.5rem
}

#header .nav-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 100%;
}

#header .brand {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 15px 10px;
}

#header .nav-list {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

#header .nav-list ul {
    list-style: none;
    position: absolute;
    width: 100vw;
    height: 100vh;
    left: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    overflow-x: hidden;
    transition: 0.5s ease left;
    background-color: rgb(31, 30, 30);
}

#header .nav-list ul.active {
    left: 0%;
}

#header .nav-list ul a {
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: 0.2rem;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    padding: 20px;
    display: block;
    text-align: center;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
}

#header .nav-list ul a::after {
    content: attr(data-after);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    color: rgba(240, 248, 255, 0.021);
    font-size: 13rem;
    letter-spacing: 50px;
    z-index: -1;
    transition: 0.3s ease letter-spacing;
}

#header .nav-list ul li:hover a::after {
    transform: translate(-50%, -50%) scale(1);
    letter-spacing: initial;
}

#header .nav-list ul li:hover a {
    border-bottom: 2px solid var(--main-color);
}

#header .nav-list .reservation {
    background-color: var(--main-color);
    padding: 2rem 1rem;
    color: var(--white-color);
    text-transform: uppercase;
    border: 0;
    letter-spacing: 0px;
}

#header .hamburger {
    height: 60px;
    width: 60px;
    display: inline-block;
    border: 3px solid white;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    cursor: pointer;
    transform: scale(0.8);
}

#header .hamburger:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 3px solid white;
    animation: hamburger_puls 1s ease infinite;
}

#header .hamburger .bar {
    height: 2px;
    width: 30px;
    position: relative;
    background-color: white;
    z-index: -1;
}

#header .hamburger .bar::after,
#header .hamburger .bar::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    background-color: white;
    transition: 0.3s ease;
    transition-property: top, bottom;
}

#header .hamburger .bar::after {
    top: 8px;
}

#header .hamburger .bar::before {
    bottom: 8px;
}

#header .hamburger.active .bar::before {
    bottom: 0;
}

#header .hamburger.active .bar::after {
    top: 0;
}

#header .lang {
    background-color: var(--footer-color);
    border: 0;
    padding: 2rem 1.5rem;
    color: var(--white-color);
    cursor: pointer;
    opacity: 0.8;
    border: 1px solid #464441;
    display: none;
}

#header .lang:hover {
    opacity: 1;
}

/* End Header section */

/* Hero Section */
#hero {

    position: relative;
    z-index: 1;
    background-image: url(../img/hero-bg.jpg);
    background-position: center center;
    background-size: cover;
    height: 100vh;
}


/* #hero::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.7;
	z-index: -1;
} */

#hero .hero {
    margin: 0 auto;
    padding: 0 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100vh;
}

#hero.active {
    height: 30vh;
}

#hero h1 {
    display: block;
    width: fit-content;
    font-size: 4rem;
    position: relative;
    color: transparent;
    margin: 10px auto;
}

#hero h1:nth-child(1) {
    animation-delay: 1s;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5rem;
    animation: text_reveal 0.5s ease forwards;
    animation-delay: 1s;
    font-weight: 200;
    margin: 0 auto;
}

#hero h1:nth-child(2) {

    animation: text_reveal_1 0.5s ease forwards;
    animation-delay: 2s;
    font-family: var(--title-font);
}

#hero h1:nth-child(3) {
    animation: text_reveal_name 0.5s ease forwards;
    animation-delay: 3s;
}

#hero h1 span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: var(--main-color);
    animation: text_reveal_box 1s ease;
    animation-delay: 0.5s;
}

#hero h1:nth-child(1) span {
    animation-delay: 0.5s;
}

#hero h1:nth-child(2) span {
    animation-delay: 1.5s;
}

#hero h1:nth-child(3) span {
    animation-delay: 2.5s;
}

#hero .col-right {
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    right: 0;
    bottom: 0;
    padding: 2rem;
}

#hero .col-left p {
    padding: 1rem;
    color: var(--white-color);
    text-align: center;
}

#hero video {
    display: none;
}

#hero::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--black-color);
    opacity: 0.0;
    z-index: 99;
}

#hero .card {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 10%;
    right: 0.5rem;
}

#hero .club{
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 15%;
    margin-left: -12rem;
    transition: .5s;
    z-index: 999;
}

#hero .club:hover
{
    margin-left: -5rem;
}

#hero .card span {
    color: var(--white-color);
    text-align: center;
}

#hero .card img {
    margin: 1rem 1rem;
}

#hero .medalists {
    position: absolute;
    bottom: 2rem;
    right: 2rem
}

#hero .medalists .count {
    position: absolute;
    font-size: 5em;
    color: #f7c86b;
    top: -2rem;
    left: 35%;
}

.logo {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    transition: 1s;
}

.logo img {
    max-width: 100px;
    width: auto;
    max-height: 150px;
    height: auto;
}

.logo2 {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    transition: 1s;
    display: none;
}

.logo2 img {
    max-width: 100px;
    width: auto;
    max-height: 150px;
    height: auto;
}

#header .active {
    background-color: rgba(0, 0, 0, 0.75);
}

#header .active .logo {
    padding: 0.5rem 3rem;
}

/* End Hero Section */


/* About Section */
#about {

    min-height: 100vh;

}

#about .about {
    flex-direction: column-reverse;
    text-align: center;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 80px;
    min-height: 100vh;
    align-items: center;
}

#about .col-left {
    width: 250px;
    min-height: 360px;
}

#about .col-left .about-icon {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 5rem auto;
}

#about .col-left .about-icon h2 {
    color: var(--text-color);
    text-transform: uppercase;
    font-size: 3rem;
    font-family: var(--title-font);
    letter-spacing: 2px;
}

#about .col-left .about-icon div {
    display: flex;
    flex-wrap: nowrap;
    padding: 2rem 0;
    justify-content: space-around;
    align-items: center;
}

#about .col-left .about-icon div img {
    max-width: 60px;
    max-height: 60px;
}

#about .col-right {
    width: 90%;
    margin: 0 auto;
    justify-content: center;
}

#about .col-right h2 {
    font-family: var(--title-font);
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 0.2rem;
    margin-bottom: 10px;
    text-align: center;
    color: var(--main-color);
}


#about .col-right h2 span {
    color: var(--main-color);
}

#about .col-right p {
    margin-bottom: 20px;
    color: var(--white-color);
    text-align: center;
}

#about .col-right ul {
    font-size: 1.5rem;
    padding-left: 40px;
    padding-right: 10px;
    margin: 10px 0;
}


#about .col-right ul li {
    padding-left: -20px;
    text-align: left;
}

#about .col-right .cta {
    color: black;
    margin-bottom: 50px;
    padding: 10px 20px;
    font-size: 5rem;
}

#about .col-right .about-button {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
}

#about .col-right button {
    background: transparent;
    padding: 0.75rem 4rem;
    font-family: var(--title-font);
    color: var(--text-color);
    border: var(--main-color) solid 3px;
    margin: 2rem;
    font-size: 3rem;
    transition: 1s;
}

#about .col-right button:hover {
    background-color: var(--main-color);
    border: 3px solid var(--text-color);
}


#about .col-left .about-img {
    height: 100%;
    width: 100%;
    position: relative;
    border: 10px solid white;
}

#about .col-left .about-img::after {
    content: '';
    position: absolute;
    left: -33px;
    top: 19px;
    height: 98%;
    width: 98%;
    border: 7px solid var(--main-color);
    z-index: -1;
}

/* End About Section */




/* news */

#news .news {
    display: flex;
    flex-direction: column;
}

#news .news .col-left {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
}

#news .news .col-left .section-title span {
    font-family: var(--title-font);
    color: var(--main-color);
    width: 80%;
    text-align: center;
}


#news .news .col-left article {
    position: relative;
    width: 100%;
    margin: 2rem auto;
    padding-bottom: 2rem;
}

#news .news .col-left article figure {
    width: 100%;
}

#news .news .col-left article figure img {
    width: 100%;
}

#news .news .col-left article .article-content {
    display: flex;
    flex-wrap: wrap;
}

#news .news .col-left article .article-content .article-date {
    width: 25%;
    color: var(--main-color);
    border-right: 1px solid #ffffff;
    font-size: 1.5rem;
}

#news .news .col-left article .article-content .article-title {
    width: 75%;
    padding-left: 1rem;
    color: var(--text-color);
    font-size: 1.5rem;
}

#news .news .col-left article .article-content .article-footer {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 1rem;
}

#news .news .col-left article .article-content .article-footer a {
    color: var(--main-color);
    font-size: 1.25rem;
    margin-left: 2rem;
}

#news .news .col-left article .article-content .article-footer hr {
    width: 20%;
    border: 1px solid rgba(255, 255, 255, 0.5);
}



#news .news .col-right {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
}

#news .news .col-right .section-title span {
    font-family: var(--title-font);
    color: var(--main-color);
    width: 80%;
    text-align: center;
}

#news .news .col-right .gallery {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    border-bottom: 3px solid var(--main-color);
}

#news .news .col-right .gallery .gallery-title {
    width: 100%;
    padding: 1rem 0;
    color: var(--text-color);
    font-size: 1.5rem;
    text-align: center;
}

#news .news .col-right .gallery ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: space-around;
}

#news .news .col-right .gallery ul a {
    width: 40vw;
    height: 40vw;
    border: 3px solid var(--main-color);
    margin: 1%;
    overflow: hidden;
    border: 0;
}

#news .news .col-right .gallery ul a img {
    min-width: 40vw;
    min-height: 40vw;
}


#news .news button {
    background: transparent;
    padding: 0.75rem 4rem;
    font-family: var(--title-font);
    color: var(--text-color);
    border: var(--main-color) solid 3px;
    margin: 2rem;
    font-size: 3rem;
    transition: 1s;
}


#news .news button:hover {
    background-color: var(--main-color);
    border: 3px solid var(--text-color);
}

#main .news-more h3 a
{
    display: block;
    color: var(--black-color);

}


#main .news-list
{
    height: auto;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid var(--main-color);
}

/* Gallery */

#gallery {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.modal {
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* End Gallery */


/* Offer */


#offer .offer div {
    height: 300px;
    position: relative;
    background-color: #000000;
    overflow: hidden;
}

#offer .offer div span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    color: var(--white-color);
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
    text-transform: uppercase;
    z-index: 99;
}

#offer .offer div .big-box {
    width: 100%;

}

#offer .offer div .small-box {
    width: 100%;
}

#offer .offer div img {
    opacity: 0.8;
    transition: 1s;
    width: 100%;
}

#offer .offer div img:hover {
    opacity: 1;
    transition: 1s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

#offer .pop {
    padding: 5rem 0;
    display: none;
}

#offer .pop-active {
    display: flex;
}

#offer .pop-active .container {
    flex-direction: column;
}

#offer .pop-active .container .col-right {
    flex-direction: column;
    padding: 3rem;
}


#offer .pop-active .container .col-right ul {
    margin: 2rem 0;
    ;
}

#offer .pop-active {
    flex-direction: row;
}



/*harmo*/

#drive {
    background-image: url(../img/bg_drive.jpg);
    background-position: center center;
    background-attachment: fixed;
}

#drive .container {
    flex-direction: column;
}


#drive h2 {
    font-family: var(--title-font);
}

#drive .table {
    display: flex;
    width: 90%;
    flex-direction: column;
    font-size: 1.5rem;
    margin: 2rem 0;
    font-family: var(--title-font);
    color: var(--black-color);
}

#drive .table .row {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

#drive .table .row:nth-last-child(1) {
    border-right: 0px;
}

#drive .table .row div {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5rem;
}

#drive .table .row div.active {
    border-right: 1px solid var(--black-color);
    border-left: 1px solid var(--black-color);
}

#drive .table .row:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.5);
}

#drive .table img {
    height: auto;
    width: auto;
}

#drive .table .name {
    text-transform: uppercase;
    font-weight: 600;
    width: 20vw;
    justify-content: flex-start;
}

#drive .size1
{
    width: calc(95vw / 8) !important;
}

#drive .size2
{
    width: calc(2 * 95vw / 8) !important;
}

#drive .size3
{
    width: calc(3 * 95vw / 8) !important;
}

#drive .size4
{
    width: calc(4 * 95vw/ 8) !important;
}

#drive .size5
{
    width: calc(5 * 95vw / 8) !important;
}


#drive .size6
{
    width: calc(6 * 95vw / 8) !important;
}


#drive .size7
{ 
    width: calc(7 * 95vw / 8) !important;
}

#drive .size8
{ 
    width: calc(8 * 95vw / 8) !important;
}


#drive .kat1
{
    background-color: var(--main-color);
}

#drive .kat2
{
    background-color: #fad464;
}

#drive .kat3
{
    background-color: #feefc4;
}


/* logo */

#logo {
    background-color: var(--white-color);
    width: 100%;
}

#logo .logo ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 3rem 0;
    padding: 0;
    overflow: hidden;
    flex-wrap: nowrap;
    width: 100%
}

#logo .logo ul li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem auto;
}

#logo .logo ul li img {
    height: 50px;
}

#logo .logo img {
    max-width: 100%;
}

/* stuff */
#staff {
    background-color: rgba(0, 0, 0, 0.8);
    margin-bottom: 0;
    padding: 3rem;
}

#staff .staff ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 3rem 0;
    padding: 0;
    overflow: hidden;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-around;
}

#staff .staff h2 {
    font-family: var(--title-font);
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 0.2rem;
    margin-bottom: 10px;
    text-align: center;
    color: var(--main-color);
}


#staff .staff h2 span {
    color: var(--main-color);
}

#main .squad_category
{
    display: flex;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

#main .squad_category a
{
    padding: 0.5rem;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    color: var(--black-color);
    border-bottom: 1px solid var(--main-color);
    margin: 0.5rem;
}

#main .squad_category .active
{
    background-color: var(--main-color);
    font-weight: bold;
}


#main .squad_category a:hover
{
    background-color: var(--main-color)
}



/*newsletter*/

#newsletter {
    background-color: var(--main-color);
    height: 10rem;
}

#newsletter .newsletter {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    justify-content: flex-end;
    height: 10rem;
}

#newsletter .newsletter figure {
    background-color: var(--main-color);
    border-radius: 50%;
    width: 16rem;
    height: 16rem;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#newsletter .newsletter figure img {
    max-width: 10rem;
    max-height: 10rem;
}

#newsletter .newsletter div {
    width: 100%;
    flex-direction: column;
    display: flex;
    width: calc(100% - 16rem);
    justify-content: center;
}

#newsletter .newsletter div span {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-family: var(--title-font);
    padding: 0.5rem;
}

#newsletter .newsletter div span.newsletter-top {
    color: var(--text-color);
}

#newsletter .newsletter div span.newsletter-bottom {
    color: var(--black-color);
    background-color: #fee6a1;
}

#contact {
    background-color: #000000;
    color: var(--text-color);
}

#contact .contant {
    display: flex;
    flex-direction: column;
}

#contact .col-left {
    width: 80%;
    padding: 4rem;
    text-align: center;
    margin: 0 auto;
}

#contact .col-left p {
    color: var(--text-color);
}

#contact .col-left p {
    color: var(--text-color);
    text-align: center;
    font-family: var(--title-font);
    padding: 2rem 0;
    font-size: 2rem;
}

#contact .col-left p span {
    font-size: 2rem;
}

#contact .col-right {
    width: 100%;
    min-height: 600px;
}


#contact .col-right iframe {
    width: 100%;
    min-height: 600px;
}

/* Footer */
#footer {
    background-color: var(--footer-color)
}

#footer .footer {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
}

#footer .footer {
    display: flex;
    flex-direction: column;
}

#footer .stripe {
    background-color: var(--main-color);
    height: 2rem;
    display: flex;
    width: 100%;
}


#footer .footer .menu-bottom {
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 2rem 1rem;
    font-family: var(--title-font);
}


#footer .footer .menu-bottom a {
    color: var(--text-color);
}


#footer .footer .menu-bottom a.pro {
    color: var(--main-color);
}

/* End Footer */

/* Keyframes */
@keyframes hamburger_puls {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1.4);
    }
}

@keyframes text_reveal_box {
    50% {
        width: 100%;
        left: 0;
    }

    100% {
        width: 0;
        left: 100%;
    }
}

@keyframes text_reveal {
    100% {
        color: var(--white-color);
    }
}

@keyframes text_reveal_1 {
    100% {
        color: var(--main-color);
    }
}

@keyframes text_reveal_name {
    100% {
        color: var(--main-color);
        font-weight: 500;
    }
}


@keyframes butelkownia {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.8;
    }

    100% {
        opacity: 1;
    }
}


/* End Keyframes */


#main {
    background-color: white;
    width: 100%;
    height: auto;
    padding: 5rem 0;
    background-image: url(../img/bg_drive.jpg);
    background-attachment: fixed;
    background-size: cover;
}

.content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}


.content h3 span {
    color: var(--black-color);
    font-size: 3rem;
    width: 80%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: var(--main-color) 2px solid;
    text-transform: uppercase;
    margin: 0 auto;
}



.news-more h3 {
    margin-top: 1rem;
    font-size: 2rem;
    text-align: center;
}

.news-more .news-footer {
    display: flex;
    padding: 1rem;
}

.news-more .news-footer span {
    font-size: 1rem;
    border-bottom: 0px;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-more .news-footer span i {
    padding: 0.5rem;
}

.news-more figcaption {
    display: none;
}

.news-more p {
    color: var(--black-color);
}


.content ul.gallery {
    list-style: none;
    display: flex;
    height: auto;
    flex-direction: column;
}

.content ul.gallery li {
    margin: 0.25rem 0;
}


#main .news-list h3 {
    flex-direction: column;
}

#main .news-list h3 a {
    font-size: 1.5rem;
    width: 100%;
}

#main .news-list h3 .news-footer {
    font-size: 1rem;
    justify-content: flex-end;
    display: flex;
    width: 100%;
    padding: 0.5rem 0;
}

.news-date i {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.5rem;
}

.news-footer span {
    font-size: 1rem;
}

#main .news-list figure label {
    display: none;
}

#main .news-list p {
    padding: 1rem 0;
    text-align: center;
}



.attachments {
    margin: 2rem 0;
}

.attachments div.file {
    background-color: #ededed;
    padding: 0.5rem;
    font-size: 1.2rem;
}



.pagination-container {
    margin-top: 1em;
    padding-top: 2em;
    border-top: 1px solid #d7dadb;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.pagination-item {
    list-style-type: none;
    display: inline-block;
    border-right: 1px solid #d7dadb;

    transform: scale(1) rotate(19deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(-20deg);
}

.pagination-item:hover,
.pagination-item.is-active {
    background-color: var(--main-color);
    border-right: 1px solid #fff;
}

.pagination-link {
    color: #fff;
}


.pagination-item.first-number {
    border-left: 1px solid #d7dadb;
}

.pagination-link {
    padding: 1.1em 1.6em;
    display: inline-block;
    text-decoration: none;
    color: var(--black-color);

    transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(20deg) skewY(0deg);
}

.pagination-item--wide {
    list-style-type: none;
    display: inline-block;
}

.pagination-item--wide.first {
    margin: 0 1em 0 0;
}

.pagination-item--wide.last {
    margin: 0 0 0 1em;
}

.pagination-link--wide {
    text-decoration: none;
    color: #8b969c;
    padding: 1.1em 1.6em;
}

.pagination-link--wide:hover {
    color: var(--second-color);
}

.pagination-link--wide.first:before,
.pagination-link--wide.last:after {
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pagination-link--wide.first::before {
    content: "\1F814";
    margin-right: 0.5em;
}

.pagination-link--wide.last::after {
    content: "\1F816";
    margin-left: 0.5em;
}

/* Media Query For Tablet */
@media only screen and (min-width: 768px) {

    .container {

        width: 100%;
    }

    .cta {
        font-size: 2.5rem;
        padding: 20px 60px;
    }


    #hero .card {
        position: absolute;
        display: flex;
        flex-direction: column;
        top: 30%;
        right: 0.5rem;
    }
    
    #hero .club{
        position: absolute;
        display: flex;
        flex-direction: column;
        top: 30%;
        margin-left: -12rem;
        transition: .5s;
        z-index: 999;
    }

    #popup div {
        width: 55vw;
    }

    h1.section-title {
        font-size: 6rem;
        font-family: var(--title-font);
        text-transform: none;
    }

    /* Hero */
    #hero h1 {
        font-size: 6rem;
    }

    #hero .hero {
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-end;

    }

    #hero .col-left {

        display: flex;
        flex-direction: column;
        align-items: flex-start;
        height: 50vh;
        width: 50%;
    }

    #hero .col-left .box p {
        color: var(--text-color);
    }

    #hero .col-right {
        width: 90%;
        margin-left: 10%;
        padding: 4rem;
    }

    #hero .col-right p {
        text-align: left;
    }

    #hero {
        overflow: hidden;

    }



    #header .lang {
        background-color: var(--footer-color);
        border: 0;
        padding: 2rem 1.5rem;
        color: var(--white-color);
        cursor: pointer;
        opacity: 0.8;
        border: 1px solid #464441;
        display: flex;
    }

    .logo2 {
        display: flex;
    }

    /* End Hero */
    /* About */
    #about .about {
        flex-direction: row;
        max-width: 1000px;
    }

    #about .col-left {
        width: 600px;
        min-height: 450px;
        padding-left: 60px;
    }

    #about .about .col-left .about-img::after {
        left: -45px;
        top: 24px;
        height: 100%;
        width: 100%;
        border: 10px solid var(--main-color);
    }

    #about .col-right {
        text-align: left;
        padding: 30px;
    }


    #about .col-right p {
        width: 80%;
        margin: 1rem auto;
    }

    #about .col-right h1 {
        text-align: left;
    }

    /* End About */



    /* news */



    #news .news {
        display: flex;
        flex-direction: row;
        width: 1200px;
        margin: 0 auto;
    }

    #news .news .col-left {
        display: flex;
        flex-direction: column;
        width: 40%;
        margin: 0 auto;
    }

    #news .news .col-left .section-title span {
        font-family: var(--title-font);
        color: var(--main-color);
        width: 40%;
        text-align: left;
    }


    #news .news .col-left article {
        position: relative;
        width: 100%;
        margin: 2rem auto;
        padding-bottom: 0rem;
    }

    #news .news .col-left article figure {
        width: 100%;
        max-height: 300px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 2rem;
    }

    #news .news .col-left article figure img {
        width: 100%;

    }

    #news .news .col-left article .article-content {
        display: flex;
        flex-wrap: wrap;
    }

    #news .news .col-left article .article-content .article-date {
        width: 25%;
        color: var(--main-color);
        border-right: 1px solid #ffffff;
        font-size: 1.5rem;
    }

    #news .news .col-left article .article-content .article-title {
        width: 75%;
        padding-left: 1rem;
        color: var(--text-color);
        font-size: 1.5rem;
    }

    #news .news .col-left article .article-content .article-footer {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-top: 1rem;
    }

    #news .news .col-left article .article-content .article-footer a {
        color: var(--main-color);
        font-size: 1.25rem;
        margin-left: 2rem;
    }

    #news .news .col-left article .article-content .article-footer hr {
        width: 20%;
        border: 1px solid rgba(255, 255, 255, 0.5);
    }

    #news .news .col-right {
        display: flex;
        flex-direction: column;
        width: 50%;
        margin: 0 auto;
    }

    #news .news .col-right .section-title span {
        font-family: var(--title-font);
        color: var(--main-color);
        width: 40%;
        text-align: center;
    }

    #news .news .col-right .gallery {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 2rem;
        border-bottom: 3px solid var(--main-color);
    }

    #news .news .col-right .gallery .gallery-title {
        width: 100%;
        padding: 1rem 0;
        color: var(--text-color);
        font-size: 2rem;
        text-align: center;
    }

    #news .news .col-right .gallery ul {
        display: flex;
        flex-wrap: wrap;
    }

    #news .news .col-right .gallery ul a {
        width: 23%;
        height: auto;
        border: 0px solid var(--main-color);
        margin-bottom: 3%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #news .news .col-right .gallery ul a img {
        min-width: 100%;
        min-height: 100%;
        width: 15vmin;
        height: 15vmin;
    }

    #event {
        height: 100vh;

    }

    #gallery {

        flex-wrap: nowrap;
    }

    #gallery .gallery {
        display: flex;
        flex-direction: row;
        overflow: hidden;
        animation-name: slide;
        animation-duration: 20s;
        animation-name: gal;
        transition-timing-function: ease-in-out;
        Transition-delay: 5s;
        animation-iteration-count: infinite;
    }

    @keyframes gal {
        0% {
            margin-left: 0;
        }

        10% {
            margin-left: 0;
        }

        15% {
            margin-left: calc(-100vw / 3);
        }

        25% {
            margin-left: calc(-100vw / 3);
        }

        30% {
            margin-left: calc(-200vw / 3);
        }

        40% {
            margin-left: calc(-200vw / 3);
        }

        45% {
            margin-left: calc(-300vw / 3);
        }

        55% {
            margin-left: calc(-300vw / 3);
        }

        60% {
            margin-left: calc(-200vw / 3);
        }

        70% {
            margin-left: calc(-200vw / 3);
        }

        75% {
            margin-left: calc(-100vw / 3);
        }

        85% {
            margin-left: calc(-100vw / 3);
        }

        90% {
            margin-left: 0
        }

        100% {
            margin-left: 0;
        }
    }

    #gallery .gallery img {
        width: calc(100vw / 3);
    }




    .modal {
        display: none;
        position: fixed;
        justify-content: center;
        align-items: center;
        z-index: 9999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: black;
    }

    /* Modal Content */
    .modal-content {
        position: relative;
        background-color: #fefefe;
        margin: auto;
        padding: 0;
        width: 90%;
        max-width: 1200px;
    }

    /* The Close Button */
    .close {
        color: white;
        position: absolute;
        top: 10px;
        right: 25px;
        font-size: 35px;
        font-weight: bold;
    }

    .close:hover,
    .close:focus {
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }

    /* Hide the slides by default */
    .mySlides {
        display: none;
    }

    /* Next & previous buttons */
    .prev,
    .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        padding: 16px;
        margin-top: -50px;
        color: white;
        font-weight: bold;
        font-size: 20px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
        -webkit-user-select: none;
    }

    /* Position the "next button" to the right */
    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

    /* Number text (1/3 etc) */
    .numbertext {
        color: #f2f2f2;
        font-size: 12px;
        padding: 8px 12px;
        position: absolute;
        top: 0;
    }

    /* Caption text */
    .caption-container {
        text-align: center;
        background-color: black;
        padding: 2px 16px;
        color: white;
    }

    img.demo {
        opacity: 0.6;
    }

    .active,
    .demo:hover {
        opacity: 1;
    }

    img.hover-shadow {
        transition: 0.3s;
    }

    .hover-shadow:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }


    /* offer */


    #offer .offer {
        display: flex;
        flex-wrap: wrap;
        padding: 0rem 0;
    }



    #offer .offer div {
        height: 450px;
        position: relative;
        overflow: hidden;
    }

    #offer .offer div span {
        position: absolute;
        top: 0;
        left: 0;
        width: auto;
        padding: 2rem;
        color: var(--text-color);
        text-align: center;
        text-transform: uppercase;
        z-index: 99;
        font-size: 3rem;
        width: 100%;
        text-align: center;
        font-family: var(--title-font);
        margin-bottom: 4rem;
        background-color: transparent;
        margin-top: 4rem;
    }

    #offer .offer .big-box {
        width: 50%;
    }

    #offer .offer .small-box {
        width: calc(100% / 3);
    }



    #offer .offer .overlay {
        position: absolute;
        background-color: rgba(0, 0, 0, 0.9);
        color: var(--white-color);
        padding: 3rem;
        top: -10px;
        left: 0;
        width: 100%;
        height: 470px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.5s;
        opacity: 0;
        text-align: center;
    }

    #offer .offer .overlay:hover {
        opacity: 0.9;
    }


    #offer .offer div img>#offer .offer div:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
    }


    /*harmo*/

    #drive {
        background-image: url(../img/bg_drive.jpg);
        background-position: center center;
        background-attachment: fixed;
    }

    #drive .container {
        flex-direction: column;
    }

    #drive .table {
        display: flex;
        width: 100%;
        flex-direction: row;
        font-size: 1.5rem;
        margin: 2rem 0;
        font-family: var(--title-font);
        color: var(--black-color);
    }

    #drive .table .row {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
    }

    #drive .table .row:nth-last-child(1) {
        border-right: 0px;
    }

    #drive .table .row div {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0;
    }

    #drive .table .row div.active {
        border-bottom: 1px solid var(--black-color);
        border-top: 1px solid var(--black-color);
        border-left: 0;
        border-right: 0;
    }

    #drive .table .row:nth-child(even) {
        background-color: transparent;
    }

    #drive .table .row:nth-child(2n+1) {
        background-color: rgba(255, 255, 255, 0.5);
    }

    #drive .table img {
        height: auto;
        width: auto;
    }

    #drive .table .name {
        text-transform: uppercase;
        font-weight: 600;
    }
    
    #drive .size1
    {
        height: 40px !important;
        width: 100% !important;
    }

    #drive .size2
    {
        height:calc(2 * 40px) !important;
        width: 100% !important;
    }

    #drive .size3
    {
        height:calc(3 * 40px) !important;
        width: 100% !important;
    }

    #drive .size4
    {
        height:calc(4 * 40px) !important;
        width: 100% !important;
    }

    #drive .size5
    {
        height:calc(5 * 40px) !important;
        width: 100% !important;
    }

    #drive .size6
    {
        height:calc(6 * 40px) !important;
        width: 100% !important;
    }

    #drive .size7
    {
        height:calc(7 * 40px) !important;
        width: 100% !important;
    }

    #drive .size8
    {
        height:calc(8 * 40px) !important;
        width: 100% !important;
    }

    #drive .size9
    {
        height:calc(9 * 40px) !important;
        width: 100% !important;
    }
    /* logo */

    #logo .logo ul {
        display: flex;
        flex-direction: row;
        list-style: none;
        margin: 3rem 0;
        padding: 0;
        overflow: hidden;
        flex-wrap: nowrap;
        width: 1200px;
    }

    #logo .logo ul li {
        width: 25vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #logo .logo ul li a {
        max-width: 100%;
        overflow: visible;
    }

    #logo .logo ul li img {
        height: 75px;
        width: auto;
    }


    #logo img {
        max-width: 20vw;
    }

    /*newsletter*/

    #newsletter {
        background-color: var(--main-color);
        height: 20rem;
    }

    #newsletter .newsletter {
        position: relative;
        justify-content: center;
        align-items: center;
        display: flex;
        justify-content: flex-end;
        height: 20rem;
    }

    #newsletter .newsletter figure {
        background-color: var(--main-color);
        border-radius: 50%;
        width: 28rem;
        height: 28rem;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: -4rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #newsletter .newsletter figure img {
        max-width: 20rem;
        max-height: 20rem;
    }

    #newsletter .newsletter div {
        width: 100%;
        flex-direction: column;
        display: flex;
        width: calc(100% - 28rem);
        justify-content: center;
    }

    #newsletter .newsletter div span {
        width: 80%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 4rem;
        font-family: var(--title-font);
        padding: 1rem;
    }

    #newsletter .newsletter div span.newsletter-top {
        color: var(--text-color);
    }

    #newsletter .newsletter div span.newsletter-bottom {
        color: var(--black-color);
        background-color: #fee6a1;
    }



    #contact {
        background-color: #000000;
        color: var(--text-color);
    }

    #contact .contact {
        display: flex;
        flex-direction: row;
        width: 1200px;
        margin: 0 auto;
    }

    #contact .col-left {
        width: 40%;
        padding: 4rem;
        text-align: left;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: left;
        flex-direction: column;
    }

    #contact .col-left p {
        color: var(--text-color);
        text-align: left;
        font-family: var(--title-font);
        padding: 1rem 0;
        font-size: 2rem;
    }

    #contact .col-left p span {
        font-size: 1.5rem;
    }

    #contact .col-right {
        width: 60%;
        min-height: 600px;
    }


    #contact .col-right iframe {
        width: 100%;
        height: 100%;
    }


    /* Footer */
    #footer {
        background-color: var(--footer-color)
    }

    #footer .footer {
        flex-direction: row;
        display: flex;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #footer .stripe {
        background-color: var(--main-color);
        height: 2rem;
        display: flex;
        width: 40%;
    }

    #footer .footer .menu-bottom {
        width: 60%;
        display: flex;
        justify-content: space-around;
        padding: 0rem 0rem;
        font-size: 2rem;
    }


    #footer .footer .menu-bottom a {
        color: var(--text-color);
    }


    #footer .footer .menu-bottom a.pro {
        color: var(--main-color);
    }

    /* End contact  */



    #main {
        background-color: white;
        width: 100%;
        height: auto;
        padding: 5rem 0;
        background-image: url(../img/bg_drive.jpg);
        background-attachment: fixed;
        background-size: cover;
    }

    .content {
        width: 1140px;
        margin-left: auto;
        margin-right: auto;
        height: auto;
        display: flex;
		flex-direction: column;
    }

    .content h3 span {

        margin: 0 auto;
    }

    .content h3 a {
        display: none;
    }


    .news-more h3 {
        margin-top: 2rem;
        font-size: 3rem;
        text-align: center;
    }

    .news-more .news-footer {
        display: flex;
        padding: 1.5rem;
    }

    .news-more .news-footer span {
        font-size: 1rem;
        border-bottom: 0px;
        width: 40%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .news-more .news-footer span i {
        padding: 0.5rem;
    }

    .news-more figure {
        width: 40%;
        float: left;
    }

    .news-more .news-content {
        width: 55%;
        float: right;
        padding: 2rem 0;
    }

    .news-more figcaption {
        display: none;
    }

    .news-more p {
        color: var(--black-color);
    }


    #main .news-list
{
    height: auto;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid var(--main-color);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#main .news-list h3
{
    width: 100%;
}

#main .news-list figure
{
    width: 35%;
}

#main .news-list .news-content
{
    width: 60%;
}

    .content ul.gallery {
        list-style: none;
        display: flex;
        height: auto;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .content ul.gallery li {
        width: 22%;
        margin: 1rem 0;
    }



}

/* End Media Query For Tablet */

/* Media Query For Desktop */
@media only screen and (min-width: 1200px) {


    #hero video {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #hero::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: var(--black-color);
        opacity: 0.0;
        z-index: 99;
    }


    #popup div {
        width: 35vw;
    }


    .container {

        width: 1200px;
    }


    #header .nav-top {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 2rem 4rem;
        border-bottom: 1px solid #464441;
        margin-bottom: 3rem;
        color: var(--white-color);
        width: 100%;
        transition: 1s;
    }

    #header .active .nav-top {
        margin-bottom: 0;
        padding: 0.5rem 4rem;
    }

    #header .nav-top div {
        display: flex;
    }

    #header .nav-top i {
        font-size: 1.5rem;
        font-style: normal;
        padding: 0 2rem;
        display: flex;
        align-items: center;
    }

    #header .nav-top img {
        height: 24px;
        width: auto;
        margin-right: 1.5rem
    }

    #header .nav-bar {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        height: 100%;
    }

    #header .brand {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 15px 10px;
    }


    /* header */
    #header .hamburger {
        display: none;
    }

    #header .nav-list ul {
        position: initial;
        display: flex;
        flex-direction: row;
        height: auto;
        width: fit-content;
        background-color: transparent;
    }

    #header .nav-list ul li {
        display: inline-block;
    }

    #header .nav-list ul li a {
        font-size: 1.8rem;
    }

    #header .nav-list ul a:after {
        display: none;
    }

    /* End header */

    #services .service-bottom .service-item {
        flex-basis: 22%;
        margin: 1.5%;
    }


}

/* End  Media Query For Desktop */