@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+ExtraCondensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+ExtraCondensed:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed: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,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'Proxima Nova';
    src: url('path-to-font/ProximaNova-Regular.woff2') format('woff2'),
        url('path-to-font/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Linotype Didot';
    src: url('fonts/Didot.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Proxima Nova', sans-serif;
}


.banner {
    width: 100%;
    height: 380px;
}

.banner_main {
    background: url(../IMG/Slider/SLIDE-FAQS.png);
    background-size: auto;
    background-size: cover;
    /* background-attachment: fixed; */
    background-position: center;
    /* background-size: contain; */
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;

}


.baneer_cont {
    position: relative;
    top: 80px;
    left: 70px;
    width: 450px;
    font-family: "Barlow Condensed", sans-serif;
}








.faq-section {
    max-width: 1180px;
    margin: auto;
    /* background: rgb(245, 252, 255); */
    padding: 30px;
    /* border-radius: 8px; */
    /* box-shadow: 0 4px 20px rgba(0,0,0,0.1); */
}

.faq-section h1 {
   font-family: "linotype-didot";
  font-weight: bold;
  font-size: 35px;
  color: #1e1e1e !important;
  line-height: 3rem;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: left;
}

.faq-section h2 {
   color: #777;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 23px;
  font-weight: normal;
  margin-bottom: 25px;
  font-weight: 600;
}

.faq-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.faq-question {
    background: #e8e8e8;
    color: black;
    font-size: 20px;
    padding: 15px;
    width: 100%;
    border: none;
    text-align: left;
    cursor: pointer;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Barlow Condensed", sans-serif;
}

.faq-question i {
    transition: transform 0.3s ease;
}

.faq-question i.rotate {
    transform: rotate(90deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease-in-out;
    background: #e9f8ff;
    margin-top: 5px;
    border-radius: 4px;
    padding: 0 15px;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 18px;
}

.faq-answer.open {
    max-height: 300px;
    padding: 15px;
    font-size: 18px;
}

.slidess {
  height: auto;
}

.slidess img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slides img {
  
  opacity: 1;
  
}

@media (max-width: 768px) {
  

   .slidess {
  height: 100vh;
}
}