*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
ul{
    list-style: none;
}
@font-face {
    font-family: "SFPro";
    src: url('../fonts/SF-Pro-Text-Light.otf');
    font-weight: 300;
}
@font-face {
    font-family: "SFPro";
    src: url('../fonts/SF-Pro-Text-Regular.otf');
    font-weight: 400;
}
@font-face {
    font-family: "SFPro";
    src: url('../fonts/SF-Pro-Text-Medium.otf');
    font-weight: 500;
}
@font-face {
    font-family: "SFPro";
    src: url('../fonts/SF-Pro-Text-Semibold.otf');
    font-weight: 600;
}
@font-face {
    font-family: "SFPro";
    src: url('../fonts/SF-Pro-Text-Bold.otf');
    font-weight: 700;
}
@font-face {
    font-family: "SFProD";
    src: url('../fonts/SF-Pro-Display-Light.otf');
    font-weight: 300;
}
@font-face {
    font-family: "SFProD";
    src: url('../fonts/SF-Pro-Display-Regular.otf');
    font-weight: 400;
}
@font-face {
    font-family: "SFProD";
    src: url('../fonts/SF-Pro-Display-Medium.otf');
    font-weight: 500;
}
@font-face {
    font-family: "SFProD";
    src: url('../fonts/SF-Pro-Display-Semibold.otf');
    font-weight: 600;
}
@font-face {
    font-family: "SFProD";
    src: url('../fonts/SF-Pro-Display-Bold.otf');
    font-weight: 700;
}
.container{
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}
header{
    padding: 25px 0;
}
header .container{
    display: flex;
    justify-content: space-between;
}
header .resp_header{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
body{
    background: #f7fff9;
    font-family: "SFPro", Arial, sans-serif;
}
.logo{
    margin-right: 45px !important;
}
a{
    text-decoration: none;
}
.head-left{
    display: flex;
    align-items: center;
}
.head-left a{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #001a09;
    font-family: "SFPro";
    position: relative;
}
.head-left a:not(:last-child){
    margin-right: 40px;
}
.number{
    margin-right: 25px;
    font-family: SFPro;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.4px;
    color: #001a09;
    border-bottom: solid 1px #001a09
}
.social_icon:not(:last-child){
    margin-right: 20px;
}
.head-right{
    display: flex;
    align-items: center;
}
.head-left a:not(.logo):before{
    content: "";
    position: absolute;
    height: 1px;
    width: 0;
    bottom: -2px;
    background: #001a09;
    left: 50%;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}
.head-left a.active::before{
    left: 0;
    width: 100%;
}
.head-left a:hover::before{
    left: 0;
    width: 100%;
}
.container_two {
    background: url("../img/bg_img.png");
    position: relative;
    max-width: 1740px;
    width: 100%;
    margin: 0 auto;
    padding: 150px 0;
    background-position: center;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    overflow: hidden;
}
.bg{
    background-color: rgba(0, 25, 9, 0.6);      
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.about_head{
    font-family: SFProD;
    font-size: 74px;
    font-weight: 600;
    line-height: 1.14;
    letter-spacing: -0.8px;
    text-align: center;
    color: #f7fff9;
    position: relative;
}
.about_body{
    font-family: SFPro;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.4px;
    text-align: center;
    color: #f7fff9;
    margin: 24px auto;
    max-width: 872px;
    position: relative;
}
.appeal_btn{
    font-family: SFPro;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1px;
    text-align: left;
    color: #fff;
    width: 209px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    background-color: #198849;
    position: relative;
}
#reservation{
    padding: 48px 0 52px 0;
}
.reserv_head{
    font-family: SFProD;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: center;
    color: #001a09;
    margin-bottom: 32px;
}
.reserv_head span{
    color: #198849;
}
.reserv_card_head{
    font-family: SFPro;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.27;
    letter-spacing: normal;
    text-align: center;
    color: #001a09;
    margin: 16px 0 12px 0;
}
.reserv_card{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 24px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    max-width: 312px;
    width: 100%;
}
.reserv_card:not(:last-child){
    margin-right: 24px;
}
.reserv_card img{
    width: 48px;
    height: 48px;
}
.reserv_card_body{
    font-family: SFPro;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.4px;
    text-align: center;
    color: #001a09;
}
.reserv_cards{
    display: flex;
    flex-wrap: wrap;
}
#services{
    padding: 54px 0 104px 0;
}
#services .container{
    display: flex;
    justify-content: space-between;
}
.services_left{
    max-width: 536px;
    display: flex;
    flex-wrap: wrap;
}
.services_left img:first-child{
    width: 100%;
    max-height: 320px;
    height: 100%;
    object-fit: cover;
    margin-bottom: 24px;
    border-radius: 12px;
}
.services_left img:nth-child(2){
    max-width: 256px;
    max-height: 256px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin-right: 24px;
    border-radius: 12px;
}
.services_left img:last-child{
    max-width: 256px;
    max-height: 256px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.services_head{
    font-family: SFProD;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: left;
    color: #001a09;
    width: 100%;
}
.services_head span{
    color: #198849;
}
.services_right{
    max-width: 648px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.services_body{
    font-family: SFPro;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.4px;
    text-align: left;
    color: #001a09;
    margin: 16px 0 48px 0;
}
.list_item{
    font-family: SFPro;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.44;
    letter-spacing: 0.2px;
    text-align: left;
    color: #001a09;
    display: flex;
    align-items: center;
}
.list_item img{
    margin-right: 8px;
    width: 32px;
    height: 32px;
    object-fit: cover;
}
.services_lists{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.services_lists ul{
    max-width: 312px;
    width: 312px;
}
.list_item:not(:last-child){
    margin-bottom: 24px;
}
#visa .container{
    background-color: #001a09;
    display: flex;
    justify-content: space-between;
    border-radius: 12px;
    overflow: hidden;
}
.visa_right img{
    max-width: 536px;
    max-height: 561px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.visa_left{
    padding: 72px 48px;
    max-width: 760px;
    width: 100%;
}
.visa_head{
    font-family: SFProD;
    font-size: 46px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: left;
    color: #f7fff9;
    margin-bottom: 48px;
}
.visa_head span{
    color: #54c77e;
}
.list_head{
    font-family: SFPro;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.27;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 24px;
}
#visa .list_item{
    color: #f7fff9;
    align-items: start;
}
#visa .services_lists ul {
    max-width: 316px;
    width: 316px;
}
#concierge .container{
    margin-top: 24px;
    padding: 72px 224px;
    border-radius: 12px;
    background-color: #e6fced;
}
.concierge_head{
    font-family: SFProD;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: center;
    color: #001a09;
    margin-bottom: 24px;
}
.concierge_head span{
    color: #198849;
}
.concierge_body{
    font-family: SFPro;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.44;
    letter-spacing: 0.2px;
    text-align: center;
    color: #001a09;
}
#concierge{
    padding-bottom: 52px;
}
.category_item{
    padding: 10px 20px;
    border-radius: 20px;
    background-color: rgba(0, 25, 9, 0.06);
    font-family: SFPro;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    letter-spacing: 0.4px;
    text-align: left;
    color: #001A09;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}
.categories{
    text-align: center;
    margin-bottom: 40px;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category_item:not(:last-child){
    margin-right: 8px;
}
.category_item.active{
    background: #198849;
    color: #fff;
}
.category_item:hover{
    background: #198849;
    color: #fff;
}
.package_img{
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    margin-right: 24px;
}
.package_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.package_head{
    font-family: SFPro;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.27;
    letter-spacing: normal;
    text-align: left;
    color: #001a09;
    margin-bottom: 4px;
}
.package_card{
    width: 33.33%;
    display: flex;
    align-items: center;
    padding: 0 12px 32px 12px;
}
/* .package_card:not(:nth-child(3n)){
    margin-right: 24px;
} */
.package_text{
    font-family: SFPro;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.4px;
    text-align: left;
    color: rgba(0, 0, 0, 0.6);
}
.package_cards{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -12px;
}
.more_btn{
    font-family: SFPro;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1px;
    text-align: left;
    color: #198849;
    display: flex;
    align-items: center;
    margin-top: 24px;
}
.more_btn img{
    margin-left: 8px;
}
.more{
    display: flex;
    width: 100%;
    justify-content: center;
}
#package{
    padding: 52px 0;
}
#measure{
    padding: 52px 0;
}
#measure .concierge_head{
    margin-bottom: 48px;
}
.measure_img{
    width: 244.8px;
    height: 404px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    overflow: hidden;
    margin-bottom: 16px;
}
.measure_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.measure_body{
    font-family: SFPro;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.27;
    letter-spacing: normal;
    text-align: left;
    color: #000
}
.measure_cards{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -12px;
}
.measure_card{
    width: 20%;
    padding: 0 12px 32px 12px;
}
/* .measure_card:not(:nth-child(5n)){
    margin-right: 24px;
}
.measure_card{
    margin-bottom: 32px;
} */
.accordion {
    width: 100%;
    text-align: left;
}
article {
    width: 100%;
    padding: 32px 0;
    padding-bottom: 20px;
    border-bottom: solid 1px rgba(0, 25, 9, 0.06);
}
article label{
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
}
article label h2{
    cursor: pointer;
    font-family: SFPro;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.27;
    text-align: left;
    color: #001a09;
}
article p{
    font-family: SFPro;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.4px;
    text-align: left;
    color: #001a09;
    max-width: 760px;
}
article img{
    width: 24px;
    height: 24px;
    object-fit: cover;
    transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
}
input[type="checkbox"] {
    appearance: none;
    position: fixed;
    top: -100vh;
    left: -100vh;
}
input[type="checkbox"] ~ p {
    max-height: 0;
    overflow: hidden;
    transition:  0.5s all ease-in-out;
    -webkit-transition:  0.5s all ease-in-out;
    -moz-transition:  0.5s all ease-in-out;
    -ms-transition:  0.5s all ease-in-out;
    -o-transition:  0.5s all ease-in-out;
}
input[type="checkbox"]:checked ~ p {
    max-height: 200px;
    padding-bottom: 12px;
}
input[type="checkbox"]:checked ~ label img {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
} 
#quest{
    padding: 52px 0;
}
#contact{
    padding: 52px 0;
}
.contact_left{
    max-width: 536px;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
}
.contact_left img{
    width: 100%;
    object-fit: cover;
}
.contact_right .concierge_head{
    margin-bottom: 16px;
    text-align: left;
}
.contact_body{
    font-family: SFPro;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.4px;
    text-align: left;
    color: #001a09;
    margin-bottom: 48px;
}
.contact_right{
    max-width: 648px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#contact form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#contact .container {
    display: flex;
    justify-content: space-between;
}
.form_input{
    width: 312px;
    margin-bottom: 24px;
}
#contact input,#contact textarea{
    padding: 16px;
    border-radius: 12px;
    width: 100% !important;
    height: 56px;
    background-color: rgba(0, 25, 9, 0.06);
    font-family: SFPro;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.4px;
    text-align: left;
    color: #001a09;
    border: none;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
#contact input:focus,#contact textarea:focus{
    border: none;
    outline: none;
}
#contact input::placeholder,#contact input::placeholder,textarea{
    font-family: SFPro;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.4px;
    text-align: left;
    color:  rgba(0, 0, 0, 0.60);
}
#contact .textarea{
    width: 100%;
}
#contact textarea{
    width: 100% !important;
    resize: none;
}
#contact button{
    display: flex;
    height: 56px;
    padding: 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    background:  #198849;
    color: var(--White-White, #FFF);
    font-family: "SFPro";
    font-size: 16px;
    font-style: normal;
    font-weight: 510;
    line-height: 24px;
    letter-spacing: 0.1px;
    color:  #FFF;
    border: none;
    outline: none;
    cursor: pointer;
}
#contact button img{
    margin-left: 8px;
}
footer{
    padding: 104px 0 34px 0;
    margin-top: 52px;
    background: #001A09;
}
.footer_logo{
    display: block;
    margin-bottom: 48px;
}
.foot_item a{
    font-family: "SFPro";
    font-size: 16px;
    font-style: normal;
    font-weight: 510;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: #F7FFF9;
}
.foot_item:not(:last-child){
    margin-bottom: 24px;
}
footer .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer_right{
    max-width: 760px;
    width: 100%;
}
.foot_contact_head{
    display: block;
    font-family: "SFPro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.4px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #F7FFF9;
    color: #fff;
}
.foot_contact_body{
    color: #F7FFF9;
    font-family: "SFPro";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
}
.foot_contact:not(:last-child){
    margin-bottom: 32px;
}
.footer_bottom{
    width: 100%;
    margin-top: 136px;
    display: flex;
    justify-content: space-between;
}
.copyright{
    color:  #FFF;
    font-family: "SFPro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
}
.creator{
    color: var(--White-White, #FFF);
    font-family: "SFPro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
}
.creator img{
    margin-left: 12px;
}
.social_medias img{
    width: 24px;
    height: 24px;
    object-fit: cover;
}
.social_medias a{
    display: flex;
    align-items: center;
}
.social_medias a:not(:last-child){
    margin-right: 16px;
}
.social_medias {
    display: flex;
}
header.fixed{
    position: fixed;
    width: 100%;
    background: #f7fff9;
    z-index: 999;
}
.contact_left {
    max-width: 48%;
    width: 100%;
    margin-right: 24px;
}
.contact_left img{
    width: 100%;
    object-fit: cover;
}
.nav_close{
    display: none;
}
.mobile_header{
    display: none !important;
}
.concierge_body {
    max-width: 872px;
}
.err input{
    border: 1px solid #D61E24;
}
.err span{
    display: block !important;
}
.form_input span{
    display: none;
    color: #D61E24;
    margin-top: 4px;
    font-family: "SFPro";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.5px;
}