:root {
   --primaryColor: #ee9734;
   --softColor: #fdfafa;
   --whiteColor: #f5f5f5;
   --blackColor: #222;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    font-family: 'Poppins',sans-serif;
}

body{
    width: 100%;
    height: auto;
    
    background-color: var(--softColor);
}


.header {
    margin:3%;
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7));
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5% 3%;
    border-radius: 30px;
    max-height: 380px;
    color: var(--whiteColor);
    margin-top: 100px;
}

.header-des {
    font-size: 50px;
    letter-spacing: 30px;
    text-align: center;
}

.search {
    width: 60%;
    height: 50px;
    background-color: var(--whiteColor);
    margin-top: 5%;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    padding: 5px;
}

.search input {
    width: 80%;
    height: 100%;
    padding: 1% 3%;
    background: transparent;
    border: none;
}

.search button {
    width: 20%;
    height: 40px;
    background-color: var(--primaryColor);
    color: var(--whiteColor);
    border-radius: 20px;
    cursor: pointer;
}

.search button:hover {
    background-color: var(--blackColor);
}


.faq {
    margin:3%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0.5%;
}

.fag-name {
    flex: 0.5;
    padding: 2% 2% 0 0;
}

.faq-img {
    width: 400px;
    height: 400px;

}

.faq-header {
    padding: 5% 0 0 0;
    font-size: 60px;
    letter-spacing: 2;
}

.faq-box {
    flex: 1;
    min-width: 320px;
    padding: 2% 0 4% 4%;
    border-bottom: 0px solid var(--primaryColor);

}

.faq-wrapper {
    width: 100%;
    padding: 1.5rem;
    border-bottom: 2px solid var(--blackColor);

}

.faq-title {
    display: block;
    position: relative;
    width: 100%;
    letter-spacing: 1.2;
    font-size: 24px;
    font-weight: 600;
    color: var(--primaryColor);
}

/* creating arrow*/

.faq-title:after {
    width: 10px;
    height: 10px;
    content: "";
    float: right;
    border-style: solid;
    border-width: 2px 2px 0 0;
    transform: rotate(135deg);
    transition: 0.4s ease-in-out;

}

.faq-detail {
    line-height: 1.5;
    letter-spacing: 1;
    max-height: 0;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    font-size: 14px;
}

.faq-trigger {
     display: none; 
     
}

.faq-trigger:checked + .faq-title + .faq-detail {
    max-height: 300px;
}

.faq-trigger:checked + .faq-title::after {
    transform: rotate(-45deg);
    transition: 0.4s ease-in-out;
}

/*mobile view */

@media screen and (max-width:680px) {
    .search {
        width: 100%;
    }

    .faq-title{
        font-size: 20px;  
    }
}

.navbar {
    margin-bottom: 0;
    border-radius: 0;
    opacity: 75%;
    }
    #dropdownMenuButton {
    /* background-color:#FFC94A ; */
    background-color:black;
    margin-top:20px;
    margin-left:px;
    }
    
.dropdown button{
    color:white;
  }
    /* Set width to 100% and center carousel images */
    .carousel-inner img {
    width: 100%;
    margin: auto;
    min-height: 200px;
    }
    /* Hide the carousel text when the screen is less than 600 pixels wide
    */
    /* Style logo text */
    .logo .logo-text {
    color: #ffffff;
    margin-left: 10px;
    font-size: 30px;
    font-family: "DM Serif Display", serif;
    }
    /* Style navbar buttons */
    #id {
    margin-left: 10px;
    margin-top: 10px;
    }
    @media (min-width: 992px) {
    .navbar-nav {
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    }
    }
    .buttons {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 20px;
    gap: 20px;
    }
    .navbar-buttons .btn {
    margin: 0;
    }
    .home {
    /* background-color: #FFC94A; */
    background-color:#3181f1;
    text-decoration-color: rgb(255, 255, 255);
    }
    .btn-default {
    font-size: 16px;
    
    }
    .buttons button a{
        text-decoration: none;
        color:black;
    }
    .sign {
    display: flex;
    justify-content: flex-end;
    list-style-type: none;
    padding: 20px;
    gap: 10px;
    align-items: flex-start;
    }
    #myNavbar {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    }
    .btn-default {
    justify-content: center;
    }
    .btn-default a {
        color: black;
        text-decoration: none;
      }
    .btn-outline-warning{
    background-color: #F57D1F;
    
    }
    .buttons button{
        background-color: black;
      
      }
      .buttons button a{
        color:white;
      }
   
    

    footer {
        background-color:black;
        padding: 20px;
        text-align: center;
        opacity:75%;
    }
    
    .footer-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .footer-section {
        flex: 1;
        margin: 0 20px;
    }
    
    .footer-section h3 {
        margin-bottom: 10px;
        color:#FFC94A;
    }
    
    .footer-section ul {
        list-style: none;
        padding: 0;
    }
    
    .footer-section ul li {
        margin-bottom: 5px;
    }
    
    .footer-bottom {
        width: 100%;
        margin-top: 20px;
        background-color: black;
        padding:10px;
    }
    .footer-content{
      display:flex;
      justify-content: space-around;
      
    }
    .footer-content p{
      color:white;
    }
    .footer-bottom p{
      color:white;
    }
    .social-icons {
      list-style-type: none;
      margin: 0;
      padding: 0;
      
    }
    
    .social-icons li {
      display: inline-block;
      margin-right: 10px; /* Adjust spacing between icons */
     
    }
    .social-icons a{
      color:white;
    }

    .sign button a{
        text-decoration: none;
        color: white;
    }