/* default to border-box */
html {
  font-size: 16px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* adjust typography defaults */
body {
  margin: 0px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.5;
}

/* images and videos max out at full width */
img,
video {
  height: auto;
  max-width: 100%;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  background-color: #39111A;
  height: 100%;
  width: 100%;
}

li {
  float: right;
}

li a {
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a,
.dropbtn {
  display: inline-block;
  color: #b0ca87;
  font-weight: bold;
  text-align: center;
  padding: 14px 50px;
  text-decoration: none;
}

li a:hover,
.dropdown:hover .dropbtn {
  background-color: #2E0014;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #b0ca87;
  background-color: #39111a;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #625d34;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.container {
  position: relative;
}

.text-block {
  position: absolute;
  bottom: 0;
  background: #625d34;
  color: black;
  width: 60%;
  text-align: center;
}

.border {
  border-top: 2px solid;
  width: 30px;
  margin: 0 auto;
  padding: 10px;
  width: 300px;
}

.firstletter {
  font-size: 50px;
}

article {
  padding-left: 150px;
  padding-right: 150px;
}

.flex-container {
  display: flex;
  justify-content: center;
}
.link {
  text-decoration: underline;
  color: blue;
  margin-right: 20px; /* Adjust as needed for spacing */
  display: inline-block;
}

.link:hover {
  color: brown;
}

p {
  font-size: 20px;
}
.flex-card-container {
  display: flex;
}

.cardbutton {
  background-color: #b0ca87;
  border: none;
  color: black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  border-radius: 4px;
}

.cardbutton:hover {
  background-color: #b5dead;
}

label {
  font-size: 20px;
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 40%;
  border-radius: 5px;
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 20px;
}
​ .card:hover {
  box-shadow: 0 8px 6px 0 rgba(0, 0, 0, 0.2);
}
​ img {
  border-radius: 5px 5px 0 0;
}
​ .container {
  padding: 42px 16px;
}
h4,
p {
  color: black;
  margin: 20px;
  text-align: center;
  font-size: 18px;
}

h4 {
  color: black;
  margin: 20px;
  text-align: center;
  font-size: 1.3em;
}
.music {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 40%;
  border-radius: 5px;
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 20px;
}

.music:hover {
  box-shadow: 0 8px 6px 0 rgba(0, 0, 0, 0.2);
}
.song {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 40%;
  border-radius: 5px;
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 20px;
}
.song img {
  height: 382px;
}
.song:hover {
  box-shadow: 0 8px 6px 0 rgba(0, 0, 0, 0.2);
}
.break {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 40%;
  border-radius: 5px;
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 20px;
}
.break img {
  height: 324px;
}
.break:hover {
  box-shadow: 0 8px 6px 0 rgba(0, 0, 0, 0.2);
}

.spring {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 40%;
  border-radius: 5px;
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 20px;
}

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

.weekend {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 40%;
  border-radius: 5px;
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 20px;
}

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

.summer {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 40%;
  border-radius: 5px;
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 20px;
}

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

.winter {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 40%;
  border-radius: 5px;
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 20px;
}
.winter img {
  height: 382px;
}
.winter:hover {
  box-shadow: 0 8px 6px 0 rgba(0, 0, 0, 0.2);
}
.feedbackform {
  font-size: 30px;
  font-weight: bold;
}

.formsection {
  color: #b0ca87;
  font-weight: bold;
  background: #39111a;
  padding-left: 150px;
  padding-right: 150px;
  padding-top: 50px;
  padding-bottom: 50px;
}


.page {
    width: auto;
    height: 100vh;
    padding: ;
    margin: 0;
}

.header {
    width: 100%;
    height: 5%;
}

.content {
    width: 100%;
    height: 95%;
}

.carousel {
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    position: relative;
}

    input[type="radio"] {
        position: absolute;
        display: none;
    }

    .slide {
        width: 100%;
        height: 100%;
        flex-shrink: 0;
        opacity: 80%;
        transition: ease-in-out 0.6s;
    }

    .slide-1 {
        background: url("https://images.squarespace-cdn.com/content/v1/61942cd71391bc1d48d157e4/c67fa60a-f443-4983-8dd6-57321b016c6b/pexels-rfstudio-3810793.jpg");
        background-size: cover;
    }

    .slide-2 {
        background: url("https://cdn.glitch.global/b3ef5f65-a80e-4161-b761-a806d05f10fe/pexels-magapls-2149937712-31772339.jpg?v=1745786756022");
        background-size: cover;
        object-position: bottom;
    }

    .slide-3 {
        background: url("https://cdn.glitch.global/b3ef5f65-a80e-4161-b761-a806d05f10fe/pexels-alinevianafoto-3491678.jpg?v=1745786758549");
        background-size: cover;

    }

    .control {
        width: 6rem;
        height: 6rem;
        display: none;
        clip-path: circle(50% at 50% 50%);
        background-color: rgba(0, 0, 0, 0.26);
        color: #fff;
        font-size: 5rem;
        text-align: center;
        cursor: pointer;

        position: absolute;
        top: 50%;
    }

    .next {
        right: 0;
        transform: translate(-20%, -50%);
    }

    .prev {
        transform: translate(20%, -50%);
    }

    input:nth-of-type(1):checked ~ .control-1,
    input:nth-of-type(2):checked ~ .control-2,
    input:nth-of-type(3):checked ~ .control-3 {
        display: block;

    }

    input:nth-of-type(1):checked ~ .navigation .radio-btn-1,
    input:nth-of-type(2):checked ~ .navigation .radio-btn-2,
    input:nth-of-type(3):checked ~ .navigation .radio-btn-3 {
        background-color: #fff;
    }

    input:nth-of-type(1):checked ~ .slide {
        transform: translateX(0);
    }

    input:nth-of-type(2):checked ~ .slide {
        transform: translateX(-100%);
    }

    input:nth-of-type(3):checked ~ .slide {
        transform: translateX(-200%);
    }

    .navigation {
        position: absolute;
        width: 90px;
        height: 20px;

        bottom: 4%;
        left: 50%;
        transform: translateX(-50%);

        display: flex;
        justify-content: space-between;
}

        .radio-btn {
            cursor: pointer;
            width: 25px;
            height: 25px;
            background-color: rgba(0, 0, 0, 0.26);
            display: block;
            border-radius: 50%;
            border: 0.4rem solid rgba(255, 255, 255, 0.9);
        }
#form12{
  margin:20 20 20 20 ;
  align-content: center;
}
    
