@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bonbon&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

main {
    display: flex;
    height: 100%;
    width: 100%;
    font-family: Poppins;
    overflow: hidden;
}

aside {
    width: 280px;
    display: flex;
    flex-direction: column;
 
    font-size: 1.1rem;
    background-color: #212529;
    backdrop-filter: blur(20px);
}

.Links {
    display: flex;
    flex-direction: column;
    margin: auto;
}

aside li {
    list-style-type: none;
    display: flex;
    padding: 20px;
    gap: 10px;
    color: white;
    align-items: center;
    cursor: pointer;
    position: relative;
    transition-duration: 0.2s;
}

aside li:hover {
    color: #80ed99;
}

aside li::after {
    position: absolute;
    width: 100%;
    left: 0px;
    height: 1px;
    background: linear-gradient(to left, transparent, #ffffff24, transparent);
    content: '';
    bottom: 0px;
}

aside li i {
    font-size: 1.3rem;
}
.activeLink{
    color:#80ed99
}
.mySwiper {

    flex: 1;
    height: 100%;
}

.home-slide {
    color: white;
    display: flex;
    background-color: #D81C1C;
}
.home-slide {
    color: white;
    display: flex;
    background-color: #D81C1C;
}

.HomeContent {
    margin: auto 0px;
    flex: 1;
    height: auto;
    
    padding: 100px;
    user-select: none;
}
.SideImg {
    width: 30%;


    margin: auto 10px;
    margin-right: 100px;
    position: relative;
}

.SideImg img {
    width: 100%;
    border-radius: 10px;
}

.SideImg .top-right-corner,
.bottom-left-corner {
    position: absolute;
}

.bottom-left-corner {
    left: -50px;
    bottom: -50px;
    rotate: -90deg;
}

.top-right-corner {
    right: -50px;
    top: -50px;
    rotate: 90deg;
}

.hr1 {
    width: 150px;
    height: 10px;
    border: none;
    background: #80ed99;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.service a{
    padding: 10px 20px;
    border: none;
    outline: 10px;
    font-size: 1.2rem;
    font-weight: 500;
    margin: 5px;
    cursor: pointer;
    background-color: #1f0d0d;
    color: white;
    border-radius: 5px;
}
.hr2 {
    width: 10px;
    height: 120px;
    border-bottom-left-radius: 3px;

    background: #80ed99;
    border: none;
    border-bottom-right-radius: 3px;
}

.HomeContent h1 {
    font-size: 3em;
    font-weight: 700;
    margin-bottom: 10px;
}

.HomeContent h2 {
    font-size: 2.3em;
    margin-bottom: 10px;
    font-weight: 600;

}

.HomeContent h1 .stylized-name {
    font-weight: 700;
    color: #80ed99;
}

.proffesions {
    color: #85f69f;
}

.HomeContent .heroline {
    font-size: 1.5rem;
    font-weight: 300;
    padding-right:50px;
}

.buttonGroup {
    display: flex;
    padding: 10px 0px;
    margin-top: 10px;
}

.buttonGroup button ,.primary{
    padding: 10px 20px;
    border: none;
    outline: none;
    font-size: 1.2rem;
    font-weight: 500;
    margin: 5px;
    cursor: pointer;
    background-color: #1f0d0d;
    color: white;
    border-radius: 5px;
}

.slide-help {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-weight: 400;
    z-index: 100;
    left: 0%;
    width: 100%;
    box-sizing: border-box;
    font-size: 1.2rem;
}



.mySwiper {
    width: 80vw;
    height: 100vh;
    overflow: hidden;
    background-color: #343a40;
}

.swiper-slide {
    width: 100%;

    background-color: hsl(0, 85%, 37%);
    height: 100%;
}
.div1{
    width: 100%;
	background-color: #a7291d;
	display: block;
	float: left;
	color: white;
	height: 100%;
}
.menu{
	width: 1519px;
	background-color: white;
	height: 90px;
	display: block;
	float: left;
	color: #a7291d;
}
.p1{
	font-weight: 700;
	margin-left: 70px;
	margin-top: 27px;
	font-size: 32px;
}
.p2{
	font-weight: 700;
	margin-left: 350px;
	margin-top: -72px;
	font-size: 32px;
}
.p3{
	font-weight: 700;
	margin-left: 920px;
	margin-top: -72px;
	font-size: 32px;
}
.logo{
    height: 140px;
    width: 140px;
	background-image: url("specii/Pepper_logo_04.jpg");
	border-radius: 100px;
	border: 9px solid white;
	margin-left: 650px;
	margin-top: -100px;
	background-size: cover;
}
.knop{
	background-color: #a7291d;
	width: 220px;
	height: 42px;
	margin-left: 1210px;
	margin-top: -150px;
	border-radius: 80px;
	color: white;
	font-size: 20px;
	font-weight: 600;
}
.k1{
     padding-left: 12px;
     padding-top: 8px;
}
h1{
	font-size: 32px;
	font-weight: 600;
	margin-top: 90px;
	display: flex;

    justify-content: center;
	color: white;
}
table{
    display: flex;

    justify-content: center;
	margin-top: 60px;
	margin-left: 30px;
    margin-right: 30px;
	border-collapse: collapse;
}
td{
	font-size: 24px;
	font-weight:500;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 12px;
	padding-left: 40px;
	padding-right: 40px;
	border: 2px solid white;
}
.text3{
	display: flex;

    justify-content: center;
	color: white;
	font-size: 25px;
	font-weight: 700px;
    width: 100%;
    text-align: right;
	margin-top: 30px;
}




.nav-button {
    background-color: #c52726;
    border-radius: 50px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    left: 150px;
  }
  
  .anim-layer {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    background-color: white;
    transition: width 0.3s ease, left 0.3s ease;
  }
  
  .nav-button:hover .anim-layer {
    width: 100%;
    left: 0;
  }
  
  .nav-button:hover a {
    color: #141214;
  }
  
  .nav-button a {
    
    display: block;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    position: relative;
    z-index: 1;
  }

@media not all and (min-width: 1024px) {
    h1 {
        font-size: 24px;
    }

    td {
        font-size: 16px;
        padding: 24px 15px;
    }

    td:nth-child(3) {
        white-space: nowrap;
    }
}





