@import url('https://fonts.googleapis.com/css2?family=Century+Gothic:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    align-items: center;
    background-image: url('website1.svg');
    background-size: cover; background-position: center; background-repeat: no-repeat;
}

input[type=radio] {
    display: none;
}
  
.main-website {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.card {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    transition: transform .2s ease;
}
  
.container {
    width: 400px;
    height: 640px;
    transform-style: preserve-3d;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
    position: relative;
}
  
.cards {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}
  
.cards img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}
  
  #item-1:checked ~ .cards #sliderimg-3, #item-2:checked ~ .cards #sliderimg-1, #item-3:checked ~ .cards #sliderimg-2 {
    transform: translatex(-40%) scale(.8);
  }
  
  #item-1:checked ~ .cards #sliderimg-2, #item-2:checked ~ .cards #sliderimg-3, #item-3:checked ~ .cards #sliderimg-1 {
    transform: translatex(40%) scale(.8);
  }
  
  #item-1:checked ~ .cards #sliderimg-1, #item-2:checked ~ .cards #sliderimg-2, #item-3:checked ~ .cards #sliderimg-3 {
    transform: translatex(0) scale(1);
    z-index: 1;
  }
  
  #item-1:checked ~ .cards #sliderimg-1 img, #item-2:checked ~ .cards #sliderimg-2 img, #item-3:checked ~ .cards #sliderimg-3 img {
    box-shadow: 0px 40px 200px -40px rgb(247,119,35);
  }
  
.container-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    margin-top: 25px; 
}

.text-after-slider, .faq-title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px; 
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
   
}

.text-after-slider {
    width: 50%;
    margin-top: 75px; 
}
  
.faq-title {
    width: 100%;
    height: 52px;
    font-weight: 600;
    font-size: 47px;
    line-height: 52px;
    margin-top: 75px; 
}

.button-main {
  box-sizing: border-box;
  width: 250px;
  height: 54px;
  border-radius: 27px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 25px; 
  margin-bottom: 25px; 
  transition: background-color 0.3s ease; 
}

.button-main span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.button-main:hover {
    background-color: #818181;
}

.button-main:active {
    background-color: #414141; 
}

.button-link, .button-link:hover {
    text-decoration: none;
}

.rounded-box {
    position: relative;
    width: 643px;
    margin: 5px auto; 
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #525252;
    box-sizing: border-box;
    cursor: pointer;
}

.hidden-content {
    display: none;
    margin-top: 10px;
}

.rounded-box.active .hidden-content {
    display: block;
}

.spacer { 
    height: 125px; 
} 

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.logo-container img {
    height: 70px;
    margin: 25px; 
}

.header-button {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    height: 60px;
    width: 200px;
    border: none;
    padding: 10px 20px;
    border-radius: 50px; 
    cursor: pointer;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    margin-right: 25px; 
}

.header-button:hover {
    background-color: #8a8a8a;
}

.under-header-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 64px;
    color: #ffffff;
    text-align: center;
}

.under-header-text1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 64px;
    color: #ffffff;
    text-align: center;
}

footer {
    width: 100%;
    height: auto;
    text-align: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    box-sizing: border-box;
    margin-bottom: 25px;
    
}

footer a {
    font-family: 'Century Gothic', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    text-decoration: none;
    margin: 0 40px;
}

.LineBackground {
    background-color: rgba(255, 255, 255, 0); 
    padding: 40px;
    display: inline-block;
    position: relative;
}

.LineBackground::before, .LineBackground::after, .LineBackground .corner-line1, .LineBackground .corner-line2, .LineBackground .corner-line3, .LineBackground .corner-line4 {
    content: '';
    background: white;
    position: absolute;
}

.LineBackground .corner-line1 {
    width: 25px;
    height: 2px;
    top: 0;
    right: 0;
    margin-right: 5px;
}

.LineBackground .corner-line2 {
    width: 2px;
    height: 25px;
    top: 0;
    right: 0;
    margin-right: 5px;
}

.LineBackground .corner-line3 {
    width: 25px;
    height: 2px;
    bottom: 0;
    left: 0;
    margin-left: 5px;
}

.LineBackground .corner-line4 {
    width: 2px;
    height: 25px;
    bottom: 0;
    left: 0;
    margin-left: 5px;

}
