







.slider {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;

}

.slider .side {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider .side#side1 {
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.slider .side#side2 {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    left: -2px;
}

.slider .side video {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.content {
    background: #222831;
    color: #fff;
    padding: 22px;
    margin-top: 150vh;
    /* border: 2px solid linear-gradient(-55deg, #3b972c 29%, #f8dc48 29.1%, #d63031 68%, #3b972c 68.1%); */
	box-shadow: 0 0 20px linear-gradient(-55deg, #3b972c 29%, #f8dc48 29.1%, #d63031 68%, #3b972c 68.1%);
	width: 100%;
}



.content h2 {

    font-size: 3em;
}

/* .content p {

    font-size: 1.6em;
} */

.sec1 h2 {
    font-size: 3.5em;
    margin-bottom: 10px;
}

.sec1 p {

    font-size: 1.25em;
}

.content .perf {
    font-size: 3.5em;
    padding-bottom: 25vh;
    font-weight: bold;

}


@media(min-width:768px) {
    .content .perf {
        font-size: 2.5em;
    }
}

@media(max-width:537px) {
    .content .perf {
        font-size: 2em;
    }
}

/*-- Button --*/
.btn-md {
    border-width: .1rem !important;
    border-radius: 0;
    padding: .6rem 1rem;
    font-size: .9rem;
    font-weight: 500;
    text-transform: uppercase;
    margin: 1rem;
}

.btn-parallax {
    border-color: #4385AB;
    /*-- ba3c4b EF8588 --*/
    background-color: #043f30;
    color: white;
}

.btn-parallax:hover,
.btn-parallax:focus {
    border-color: #4385AB !important;
    background-color: white;
    color: black;
}

.Bodoni-Moda{

    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Bodoni Moda';
    font-style: normal;
    font-weight: 400;
    font-size: 1.4em;
    color:#fff;
}

.Castoro-Titling{

    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Castoro Titling';
    font-style: normal;
    font-weight: 400;
    font-size: 1.6em;
}
 .Italiana{

    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Italiana';
    font-style: normal;
    font-weight: 400;
    font-size: 1.6em;
}

.alex1 {
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 700;
}

.alex2 {
    font-family: 'Dancing Script';
    font-style: normal;
    font-weight: 700;
}

.alex3 h1{
    font-family: 'Tangerine';
    font-style: normal;
    font-weight: 700;
    font-style: italic;
    font-size: 3.5em;
    color: #FFD700;
   padding-top: 50px;
    padding-bottom:100px;
}



footer
{
	position: relative;
    margin-top: 250px;
	width: 100%;
	height: auto;
	padding: 50px 100px;
	background: rgb(0, 79, 48);
    display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
    
    background: linear-gradient(-55deg, #3b972c 29%, #f8dc48 29.1%, #d63031 68%, #3b972c 68.1%); 
   border-radius: 50px;
   
    /* flex-wrap: wrap; */
    box-shadow:1px 1px 15px 15px #0005;
    
   
   
    
}
footer .container
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sec
{
	margin-right: 30px;
}
.sec.aboutus
{
	width: 40%;
}
.sec h2
{
	position: relative;
	color: #fff;
	font-weight: 500;
	margin-bottom: 15px;
    font-size: 1.5em;
}
.sec h2:before
{
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 50px;
	height: 2px;
	background: #f00;
}
.sec p
{
	color: #fff;
    font-size: 1em;
}
.sci
{
	margin-top: 20px;
	display: flex;
}
.sci li
{
	list-style: none;
}
.sci li a
{
	display: inline-block;
	width: 48px;
	height: 48px;
	background: rgb(0, 79, 48);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	text-decoration: none;
	border-radius: 4px;
}
.sci li a:hover
{
	background: #f00;
}
.sci li a .fa
{
	color: #fff;
	font-size: 1.2em;
}
.sec.quicklinks
{
	position: relative;
	width: 25%;
}
.sec.quicklinks ul li
{
	list-style: none;
}
.sec.quicklinks ul li a
{
	color: #fff;
	text-decoration: none;
	margin-bottom: 10px;
	display: inline-block;
    margin-left: -2px;


}
.sec.quicklinks ul li a:hover
{
	color: #fff;
}
.sec.contact
{
	width: calc(35% - 60px);
	margin-right: 0;
}
.sec.contact .info
{
	position: relative;
}
.sec.contact .info li
{
	display: flex;
	margin-bottom: 16px;
    margin-left:-12px;
}
.sec.contact .info li span:nth-child(1)
{
	color: #fff;
	font-size: 1.2em;
	margin-right: 10px;
}
.sec.contact .info li a
{
	color: #fff;
	text-decoration: none;
}
.sec.contact .info li a:hover
{
	color: #fff;
}


.copyrightText
{
   
	width: 100%;
	
	padding: 8px 100px;
	text-align: center;
	color: #999;
    margin-top: 50px;
}

@media (max-width: 991px)
{
	.sec.aboutus,
	.sec.quicklinks,
	.sec.contact
	{
		width: 100%;
		margin-bottom: 40px;
	}
	.sec.contact
	{
		margin-bottom: 0px;
	}
	footer
	{
		padding: 40px;
	}
	.copyrightText
	{
		padding: 5px 40px;
	}
}

.sw{
	box-shadow: 0 0 20px rgba(253, 11, 19, 0.2);
	width: 80%;
}

@media(max-width:555px)
{
	.alex3 h1
	{
		font-size:2.5em;
	}
	
}

@media(max-width:555px)
{
	.alex3 h1
	{
		font-size:2em;
	}
	
}

 .b{
	
	display: flex;
	gap:60px;
}

 .box{
	 
	
	width:108px;
	height: 81px;
	background: #fff;
	border-radius: 35px;
    text-decoration: none;
}
 
 .contentIntro{
	 background: #222831;
    color: #fff;
    padding: 22px;
    margin-top: 10vh;
    /* border: 2px solid #FFD700;
	box-shadow: 0 0 20px rgba(253, 11, 19, 0.2); */
	width: 100%;
 }
 
        #cookieBanner {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 400px;
      padding: 20px;
      background-color: #333;
      color: #fff;
      text-align: center;
      display: none;
      z-index: 9999;
      animation: cookieBannerSlideIn 0.5s ease-in-out;
    }

    #cookieBanner p {
      margin: 0 0 10px;
    }

    #cookieBanner button {
      background-color: #fff;
      color: #333;
      border: none;
      padding: 10px 20px;
      cursor: pointer;
      margin: 0 10px;
    }

    #cookieBanner button:hover {
      background-color: #f1f1f1;
    }

    @keyframes cookieBannerSlideIn {
      0% {
        transform: translate(-50%, -100%);
      }
      100% {
        transform: translate(-50%, -50%);
      }
    }
    
    .qr{
        width: 150px;
        height:150px;
    }
    
  
    
  
    
    /* .row{
        display: flex;
        justify-content:space-around;
    } */
    .husti h1{
        display: flex;
      justify-content: center;
    font-family: 'Tangerine';
    font-style: normal;
    font-weight: 900;
    font-style: italic;
    font-size: 6.5em;
    color: #FFD700;
   padding-top: 50px;
    padding-bottom:100px;
    }
    
    
    @media (max-width:767px)
{
	.husti h1
	{
		font-size: 3.5em;
	}
	
}



/* @media (max-width:766px)
{
	.row
	{
		width: 25%;
	}
	
}

.row{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items:center;
    padding: 15px 100px;
    
}

.logol{
    position: relative;
    font-size: 1.5em;
    width:100px;
    text-decoration: none;
    font-weight:600;
}

.row .oben{
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
    margin: 10px 0;
}

.row .oben li{
    list-style: none;
    margin: 0 10px;
}
.row .oben li a{
    text-decoration: none;
    font-weight:500;
    letter-spacing: 1px;
}
.row .oben li a:hover{
    color:#043f30;
}
.logor{
    position: relative;
    font-size: 1.5em;
    width:100px;
   
    text-decoration: none;
    font-weight:600;
} */

.banner-container{
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-container .banner{
   background: linear-gradient(-55deg, #3b972c 29%, #f8dc48 29.1%, #d63031 68%, #3b972c 68.1%); 
   border-radius: 50px;
   margin:10px;
   display: flex;
    align-items: center;
    justify-content: center;
    /* flex-wrap: wrap; */
    box-shadow:1px 1px 15px 15px #0005;
    overflow: hidden;
}
.banner-container .banner .pl{
    flex:1 1 200px;   
    padding: 35px;
    text-align: center;
}
.banner-container .banner .pl img{
    width:60%;
}
.banner-container .banner .de{
    flex:1 1 200px; 
    text-align: center;  
   
   margin-left: px;
}
.banner-container .banner .de img{
    width:60%;   
}

.banner-container .banner .it{
    flex:1 1 200px; 
    text-align: center;  
   margin-left:25px;
      
}
.banner-container .banner .it img{
    width:60%;   
}

.banner-container .banner .cz{
    flex:1 1 200px; 
    text-align: center;  
   margin-left: 25px;
      
}
.banner-container .banner .cz img{
    width:60%;   
}

.banner-container .banner .pr{
    flex:1 1 200px;   
    padding: 15px;
    text-align: center;
}
.banner-container .banner .pr img{
    width:50%;
}


      
   
   
   