body{
    background-color: #E6E6E6;
}

.top-navbar{
    background-color: transparent !important;
}

/* 
.contact-form #contform {
    padding-top: 10vh;
    padding-bottom: 10vh;
} */

input[type="text"] {
    border: none;
    border-bottom: 1px solid rgba(100, 106, 134, 0.2);
    
    /* transform: matrix(1, 0, 0, -1, 0, 0); */
    background: transparent;
    color: rgba(24, 33, 75, 0.7);
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: var(--body-font-size-16);
    width: 100%;
    /* padding-bottom: 0.8888888888888888vw; */
    padding-bottom: 0.5rem;
}



input[type="text"]:active {
    border: none;
    /* border-bottom: 0.06944444444444445vw solid rgba(255, 255, 255, 0.5); */
    border-bottom: 1px solid rgba(100, 106, 134, 0.2);
    /* transform: matrix(1, 0, 0, -1, 0, 0); */
    background: transparent;


}

input[type="text"]:focus,
textarea:focus,
select:focus {
    outline: none;

}


::-webkit-input-placeholder {
    /* Edge */
    color: #18214BB2;
}

:-ms-input-placeholder {
    /* Internet Explorer */
    color: #18214BB2;
}

::placeholder {
    color: #18214BB2;
}




label {
    /* margin: 1em 0; */
    cursor: pointer;
    width: 100%;
}

input[type='checkbox'] {
    display: none;
}

.description {
    display: inline-block;
    position: relative;
    border: 1.8972222222222 solid;
    border-radius: 30px;
    padding: 1.3rem 1rem 1.3rem 1rem;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25rem;
    user-select: none;
    width: 100%;

}

@media (max-width:767px) {
    
.description {
    padding: 1rem 1rem 1rem 1rem;
    font-size: 0.75rem;
    line-height: 1rem;
}
    
}

:checked+.description {
    color: #18214B;
    background: rgba(100, 106, 134, 0.05);
    border: 1px solid rgba(100, 106, 134, 0.05);
    border-radius: 100px;
    
    /* padding-left:2.7777777777777777vw; */
    /* padding-left: 4vw; */
    padding-left: 3rem;
    width: 100%;
}

:not(:checked)+.description {
    color: rgba(24, 33, 75, 0.7);
    background: rgba(255, 255, 255, 0.7);
    /* Grey/20 */
    
    border: 1px solid rgba(100, 106, 134, 0.2);
    border-radius: 100px;
    /* padding-left: 4vw; */
    padding-left: 3rem;
    /* padding-left: 2.9166666666666665vw; */
    width: 100%;
   
}

.description::before {
    position: absolute;
    /* left: 1.1111111111111112vw; */
    left : 1rem;

}

:checked+.description::before {
    content: url("/assets/images/checkmark.png");
    /* content: url("https://latitudesitka.com/assets/images/checkmark.png"); */
    /* background-color: #F86631; */
    /* padding-left: 0.25rem; */
    /* padding-top:0.25rem; */
    width: 2rem;
}

:not(:checked)+.description::before {
    content: url("/assets/images/notcheck.png");
    /* content: url("https://latitudesitka.com/assets/images/notcheck.png"); */
    /* border: 1px solid #F86631; */
    /* border-radius: 50%; */
    /* padding-left: 0.5rem; */
    width: 2rem;

}



.msg-warning {
    text-align: center;
    font-family: 'Inter';
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:auto;

    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color:#EB5757;
   
    /* background-color:#272F3220;border:0.06944444444444445vw solid #EB5757;color:#fff; */
}

.msg-success {
    text-align: center;
    font-family: 'Inter';
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:auto;
    color:#18214B;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;

    /* background-color:#272F3220;border:0.06944444444444445vw solid #5cb85c;color:#fff; */
}

.msg-warning::before{
    content: url("/assets/images/error.png");
    /* text-align: center;
    font-family: 'Inter';
    font-style: normal;
    display: flex;
    
    */
   
    justify-content: center;
    align-items: center; 
    padding-right: 10px;
    /* padding-top:5px; */
    /* padding-right:4.266666666666667vw; */
}

.msg-success::before{
    content: url("/assets/images/success.png");
    /* text-align: center;
    font-family: 'Inter';
    font-style: normal;
    display: flex;
    
    */
    justify-content: center;
    align-items: center; 
    padding-right: 10px;
   
    /* padding-top:5px; */
    /* padding-right:4.266666666666667vw; */
}

#contacterror, #emailerror, #nameerror, #adventureerror {
    color:#EB5757;
}

#faq-section {
    /* background: #fff !important; */
    background-color: rgba(255, 255, 255, 0.4);;
    border-radius: 1.5rem;

}

.faq-body {
    background-color: rgba(248, 102, 49, 0.05) !important;
    /* background-color: red; */
    border-radius: 1.5rem !important;
    /* background-color: #F866311A !important; */
    /* height: 100vh; */
    position: relative;
    background-image: url('/assets/images/FAQbg.png');
    background-repeat: no-repeat;
    background-position-y: bottom;
    padding-bottom: 8rem;
}

.accordion {
    border-radius: 1rem;
  }
  .accordion .accordion-item {
    background-color: rgba(255, 255, 255, 0.4);
    border: none;
    background-color: #FFFFFF66 !important;
  }
  .accordion .accordion-item:first-child {
    background: inherit;
    border-radius: 1rem 1rem 0 0;
    overflow: hidden;
  }
  .accordion .accordion-item:last-child {
    background: inherit;
    border-radius: 0 0 1rem 1rem;
    overflow: hidden;
  }
  .accordion .accordion-button {
    color: #18214B;
    /* background-color: #fff; */
    background-color: rgba(255, 255, 255, 0.4) !important;
    font-family: 'Inter';
    /* box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1), inset -2px -2px 3px rgba(255, 255, 255, 0.1); */
  }
  .accordion .accordion-button:not(.collapsed) {
    color: #18214B !important;
    background-color: rgba(255, 255, 255, 0.4);
    border:none;
    
  }



  .accordion .accordion-button::after {
    background-image: url("/assets/images/ArrowDownOrange.png");
    transform: scale(0.75) !important;
  }

  .accordion .accordion-button:not(.collapsed)::after {
    background-image: url("/assets/images/ArrowUpOrange.png");
  }
  .accordion .accordion-button:not(.collapsed):focus {
    border:none;
    box-shadow: none;
  }
  .accordion .accordion-body {
    background: rgba(248, 102, 49, 0.05) !important;
    color: #18214BB2;
    font-size:var(--body-font-size-16);
    font-weight: 400;
    line-height: var(--line-height-24);
    font-family: 'Inter';
    border:none;
  }
