@font-face{font-family:"Lato";src:url("/assetsFASGW/fontsSAD/lato-regular.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Lato";src:url("/assetsFASGW/fontsSAD/lato-black.woff2") format("woff2");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:"Montserrat";src:url("/assetsFASGW/fontsSAD/Montserrat-Black.woff2") format("woff2");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:"Poppins";src:url("/assetsFASGW/fontsSAD/poppins-regular-webfont.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Poppins";src:url("/assetsFASGW/fontsSAD/poppins-medium-webfont.woff2") format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Poppins";src:url("/assetsFASGW/fontsSAD/poppins-semibold-webfont.woff2") format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:"Amiri Quran Colored";src:url("/assetsFASGW/fontsSAD/Amiri-Quran-Colored.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;scroll-behavior:smooth}:root{--bg: #fffdf4;--black: #170e09;--grey: #785048;--stroke: #f9d7c0;--button: #a64402;--card: #f3e4da;--font-family: "Lato", sans-serif;--second-family: "Montserrat", sans-serif;--third-family: "Poppins", sans-serif;--font3: "Amiri Quran Colored", sans-serif}body{font-family:var(--font-family);background:var(--BG, #fffdf4);color:var(--black, #170e09);overflow-x:hidden}a{text-decoration:none;color:inherit}ul,ol{list-style:none;padding:0;margin:0}p{padding:0;margin:0}h1,h2,h3,h4,h5,h6{padding:0;margin:0;font-size:inherit;font-weight:inherit;word-break:break-all}input,textarea,select{padding:0;margin:0;border:none;font:inherit;color:inherit;background:none}img,picture,svg,video{display:block;max-width:100%}table{border-collapse:collapse;border-spacing:0}blockquote,figure{margin:0;padding:0}fieldset{border:none;padding:0;margin:0}legend{padding:0}address{font-style:normal}b,strong{font-weight:inherit}em,i{font-style:inherit}.notifications-container{position:fixed;top:20px;right:20px;z-index:10000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px;pointer-events:none;max-width:400px}@media(max-width: 1111px){.notifications-container{top:10px;right:10px;left:10px}}@media(max-width: 480px){.notifications-container{top:10px;right:8px;left:8px;max-width:calc(100% - 16px)}}.notification{pointer-events:auto;-webkit-animation:slideIn .3s ease-out;animation:slideIn .3s ease-out;-webkit-transition:all .3s ease;transition:all .3s ease;opacity:0}.notification.show{opacity:1}.notification.notification-success .notification-content{background:#0f0923;border:1px solid rgba(0,128,128,.3);-webkit-box-shadow:0 8px 32px rgba(0,128,128,.2);box-shadow:0 8px 32px rgba(0,128,128,.2)}.notification.notification-success .notification-icon{color:#4ade80;font-weight:bold;font-size:20px}.notification.notification-error .notification-content{background:linear-gradient(135deg, #ef4444 0%, #dc2626 100%);border:1px solid rgba(239,68,68,.3);-webkit-box-shadow:0 8px 32px rgba(239,68,68,.2);box-shadow:0 8px 32px rgba(239,68,68,.2)}.notification.notification-error .notification-icon{color:#fca5a5;font-weight:bold;font-size:20px}.notification .notification-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;padding:16px 20px;border-radius:8px;background:#0f0923;backdrop-filter:blur(15px);position:relative;overflow:hidden}.notification .notification-content::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:currentColor}.notification .notification-content p{margin:0;color:#fff;font-size:clamp(12px,2vw,14px);font-weight:500;line-height:1.4;-webkit-box-flex:1;-ms-flex:1;flex:1}@media(max-width: 480px){.notification .notification-content{padding:12px 16px;gap:12px}}.notification .notification-content .notification-icon{-ms-flex-negative:0;flex-shrink:0;width:24px;height:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;background:hsla(0,0%,100%,.2)}.notification .notification-content .notification-close{-ms-flex-negative:0;flex-shrink:0;background:none;border:none;color:#fff;font-size:24px;cursor:pointer;padding:0;width:32px;height:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:4px;-webkit-transition:all .2s ease;transition:all .2s ease}.notification .notification-content .notification-close:hover{background:hsla(0,0%,100%,.1)}.notification .notification-content .notification-close:active{background:hsla(0,0%,100%,.2);-webkit-transform:scale(0.95);transform:scale(0.95)}.container{width:100%;max-width:1240px;margin:0 auto;padding:0}@media(max-width: 1240px){.container{padding:0 16px}}header{position:relative;padding-top:28px;padding-bottom:28px;width:100%;min-height:90px;background:var(--BG, #fffdf4);-webkit-box-shadow:10px 19px 13.8px 0 rgba(0,0,0,.04);box-shadow:10px 19px 13.8px 0 rgba(0,0,0,.04)}header .header_content{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header .header_content .logo img{width:150px;height:34.376px;aspect-ratio:auto;-ms-flex-negative:0;flex-shrink:0}header .header_content nav ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:32px}header .header_content nav ul li a{color:var(--button, #a64402);font-family:Lato;font-size:16px;font-style:normal;font-weight:400;line-height:normal}@media(max-width: 1240px){header .header_content nav ul{display:none}}header .header_content .burger-menu{display:none;position:relative;width:30px;height:24px;background:none;border:none;cursor:pointer;padding:0}header .header_content .burger-menu span{position:absolute;width:100%;height:3px;background:var(--button, #a64402);border-radius:2px;-webkit-transition:all .3s ease;transition:all .3s ease;left:0}header .header_content .burger-menu span:nth-child(1){top:0}header .header_content .burger-menu span:nth-child(2){top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}header .header_content .burger-menu span:nth-child(3){bottom:0}header .header_content .burger-menu.active span:nth-child(1){top:50%;-webkit-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}header .header_content .burger-menu.active span:nth-child(2){opacity:0}header .header_content .burger-menu.active span:nth-child(3){bottom:auto;top:50%;-webkit-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg)}@media(max-width: 1240px){header .header_content .burger-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around}}.hero{width:100%;padding:68px 0;background:var(--card, #f3e4da)}@media(max-width: 1111px){.hero{background:var(--BG, #fffdf4)}}.hero .hero_content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:11px}.hero .hero_content .texts{max-width:622px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:12px;-ms-flex-item-align:stretch;align-self:stretch}.hero .hero_content .texts h1{color:var(--black, #170e09);font-family:Montserrat;font-size:48px;font-style:normal;font-weight:800;line-height:52px;text-transform:uppercase}.hero .hero_content .texts p{color:var(--black, #170e09);font-family:Lato;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.hero .hero_content .texts .btn{display:-webkit-box;display:-ms-flexbox;display:flex;padding:12px 40px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;border-radius:13px;background:var(--button, #a64402);color:#fff;text-align:center;font-family:Lato;font-size:16px;font-style:normal;font-weight:800;line-height:normal}.hero .hero_content .image{width:100%;max-width:650px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important;gap:10px}@media(max-width: 1111px){.hero .hero_content .image{display:none}}.hero .hero_content .image .box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important;gap:10px}.hero .hero_content .image .first,.hero .hero_content .image .second,.hero .hero_content .image .third,.hero .hero_content .image .fourth{background-position:center;background-size:cover;background-repeat:no-repeat;-o-object-fit:cover;object-fit:cover}.hero .hero_content .image .first{width:295px;height:266px;background-image:url("/assetsFASGW/imagesFAaf/hero/firstPYHZkS.webp")}.hero .hero_content .image .second{width:296px;height:165px;background-image:url("/assetsFASGW/imagesFAaf/hero/secondiNaCxR.webp")}.hero .hero_content .image .third{width:295px;height:165px;background-image:url("/assetsFASGW/imagesFAaf/hero/thirdSWOuhR.webp")}.hero .hero_content .image .fourth{width:295px;height:266px;background-image:url("/assetsFASGW/imagesFAaf/hero/fourthsDIvXO.webp")}.destinations_section{padding-top:60px;padding-bottom:60px}.destinations_section .destinations_content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:32px;-ms-flex-item-align:stretch;align-self:stretch}.destinations_section .destinations_content h2{color:var(--black, #170e09);text-align:center;font-family:Montserrat;font-size:32px;font-style:normal;font-weight:800;line-height:normal;text-transform:uppercase}.destinations_section .destinations_content ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:20px;-ms-flex-item-align:stretch;align-self:stretch}@media(max-width: 1240px){.destinations_section .destinations_content ul{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.destinations_section .destinations_content ul li{min-width:295px;max-width:295px !important;display:-webkit-box;display:-ms-flexbox;display:flex;padding:24px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;border-radius:12px;border:1px solid var(--stroke, #f9d7c0);background:var(--card, #f3e4da)}.destinations_section .destinations_content ul li img{width:247px;height:180px;aspect-ratio:247/180;-ms-flex-item-align:stretch;align-self:stretch;border-radius:17px}.destinations_section .destinations_content ul li span{color:var(--black, #170e09);text-align:center;text-shadow:0 5px 13px hsla(0,0%,100%,.4);font-family:Montserrat;font-size:26px;font-style:normal;font-weight:800;line-height:25px;text-transform:uppercase}.destinations_section .destinations_content a{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;max-width:247px;height:43px;padding:12px 40px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;border-radius:13px;background:var(--button, #a64402);color:#fff;text-align:center;font-family:Lato;font-size:16px;font-style:normal;font-weight:800;line-height:normal}.about_section{padding-top:60px;padding-bottom:60px}.about_section .about_content{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:32px;-ms-flex-item-align:stretch;align-self:stretch}.about_section .about_content .title{color:var(--black, #170e09);text-align:center;font-family:Montserrat;font-size:32px;font-style:normal;font-weight:800;line-height:normal;text-transform:uppercase}.about_section .about_content .box{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:20px}@media(max-width: 1200px){.about_section .about_content .box{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.about_section .about_content .box .image{border-radius:8.516px;border:.71px solid var(--stroke, #f9d7c0);background-image:url("/assetsFASGW/imagesFAaf/aboutQYTwuT.webp");background-size:cover;background-position:center;background-repeat:no-repeat;min-width:584px;max-width:586px !important;height:505px}@media(max-width: 1200px){.about_section .about_content .box .image{min-width:290px;width:100%}}@media(max-width: 720px){.about_section .about_content .box .image{height:300px}}.about_section .about_content .box .texts{max-width:586px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:10px;-ms-flex-item-align:stretch;align-self:stretch}@media(max-width: 1200px){.about_section .about_content .box .texts{-ms-flex-item-align:center;align-self:center}}.about_section .about_content .box .texts .subtitle{color:var(--black, #170e09);font-family:Montserrat;font-size:16px;font-style:normal;font-weight:800;line-height:21px;text-transform:uppercase}.about_section .about_content .box .texts p,.about_section .about_content .box .texts li{color:var(--black, #170e09);font-family:Lato;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.about_section .about_content .box .texts ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.about_section .about_content .box .texts ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.about_section .about_content .box .texts ul li i{background-image:url("/assetsFASGW/iconsSDf/listgal.svg");background-size:cover;background-position:center;background-repeat:no-repeat;display:inline-block;width:24px;height:24px}.about_section .about_content a{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;max-width:247px;height:43px;padding:12px 40px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;border-radius:13px;background:var(--button, #a64402);color:#fff;text-align:center;font-family:Lato;font-size:16px;font-style:normal;font-weight:800;line-height:normal;cursor:pointer}.reviews_section{padding-top:60px;padding-bottom:60px}.reviews_section .reviews_content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:32px;-ms-flex-item-align:stretch;align-self:stretch}.reviews_section .reviews_content .title{color:var(--black, #170e09);text-align:center;font-family:Montserrat;font-size:32px;font-style:normal;font-weight:800;line-height:normal;text-transform:uppercase}.reviews_section .reviews_content .list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:34px;-ms-flex-item-align:stretch;align-self:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.reviews_section .reviews_content .list .item{min-width:583px;display:-webkit-box;display:-ms-flexbox;display:flex;padding:24px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start;gap:16px;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;border-radius:12px;border:1px solid var(--stroke, #f9d7c0);background:var(--card, #f3e4da)}@media(max-width: 1240px){.reviews_section .reviews_content .list .item{min-width:290px;width:100%;max-width:583px}}.reviews_section .reviews_content .list .item .heading{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:16px}.reviews_section .reviews_content .list .item .heading .apos{display:inline-block;width:50px;height:36px;background-image:url("/assetsFASGW/iconsSDf/aposrtoph.svg");background-size:cover;background-position:center;background-repeat:no-repeat}.reviews_section .reviews_content .list .item .heading .stars{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2px}.reviews_section .reviews_content .list .item .heading .stars .star{width:24px;height:24px;background-image:url("/assetsFASGW/iconsSDf/star.svg");background-size:cover;background-position:center;background-repeat:no-repeat}.reviews_section .reviews_content .list .item .text{margin-bottom:16px;-ms-flex-item-align:stretch;align-self:stretch;color:var(--black, #170e09);font-family:Lato;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.reviews_section .reviews_content .list .item .authors{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:2px;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}.reviews_section .reviews_content .list .item .authors strong{color:var(--black, #170e09);font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;line-height:normal}.reviews_section .reviews_content .list .item .authors span{color:#717276;font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:normal}.reviews_section .reviews_content a{display:-webkit-box;display:-ms-flexbox;display:flex;width:247px;height:43px;padding:12px 40px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;border-radius:13px;background:var(--button, #a64402);color:#fff;text-align:center;font-family:Lato;font-size:16px;font-style:normal;font-weight:800;line-height:normal;cursor:pointer}.contact{width:100%;padding-top:60px;padding-bottom:60px}.contact .contact_content{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:32px}.contact .contact_content .contact_title{color:var(--black, #170e09);text-align:center;font-family:Montserrat;font-size:32px;font-style:normal;font-weight:800;line-height:normal;text-transform:uppercase}.contact .contact_content .box{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px;-ms-flex-item-align:stretch;align-self:stretch}@media(max-width: 1200px){.contact .contact_content .box{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.contact .contact_content .box form{width:100%;max-width:586px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:12px;-ms-flex-item-align:stretch;align-self:stretch}@media(max-width: 1200px){.contact .contact_content .box form{-ms-flex-item-align:center;align-self:center}}.contact .contact_content .box form input{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;max-width:586px;padding:16px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:10px;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;border-radius:12px;border:1px solid var(--stroke, #f9d7c0);color:#372013;font-family:Lato;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.contact .contact_content .box form button{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;padding:16px 40px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;-ms-flex-item-align:stretch;align-self:stretch;border-radius:13px;border:none;background:var(--button, #a64402);color:#fff;text-align:center;font-family:Lato;font-size:16px;font-style:normal;font-weight:800;line-height:normal;cursor:pointer}.contact .contact_content .box form .date-wrapper{position:relative;width:100%;min-width:385px}@media(max-width: 566px){.contact .contact_content .box form .date-wrapper{min-width:100%}}.contact .contact_content .box form .date-wrapper input{padding-right:50px;cursor:pointer}.contact .contact_content .box form .date-wrapper .calendar-icon{position:absolute;right:16px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:20px;height:20px;pointer-events:none}.contact .contact_content .box form .last{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px}@media(max-width: 566px){.contact .contact_content .box form .last{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}}.contact .contact_content .box form .last .count{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;width:193px;padding:9px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;-ms-flex-item-align:stretch;align-self:stretch;border-radius:12px;border:1px solid var(--stroke, #f9d7c0)}.contact .contact_content .box form .last .count .chevrone{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:44px;max-height:36px;padding:6px 10px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;border-radius:13px;background:var(--button, #a64402);cursor:pointer}.contact .contact_content .box form .last .count .chevrone svg{max-width:24px;max-height:24px;-ms-flex-negative:0;flex-shrink:0}.contact .contact_content .box .image{border-radius:8.516px;border:.71px solid var(--stroke, #f9d7c0);background-image:url("/assetsFASGW/imagesFAaf/contactrikkhx.webp");background-size:cover;background-position:center;background-repeat:no-repeat;min-width:634px;max-width:634px !important;height:417px}@media(max-width: 1200px){.contact .contact_content .box .image{display:none}}.about_cards{padding-top:60px;padding-bottom:60px}.about_cards .cards_content{width:100%}.about_cards .cards_content ul{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:24px;-ms-flex-item-align:stretch;align-self:stretch}.about_cards .cards_content ul li{min-width:291px;width:100%;max-width:292px !important;display:-webkit-box;display:-ms-flexbox;display:flex;padding:24px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:16px;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;border-radius:12px;border:1px solid #8d4718;background:var(--card, #f3e4da)}.about_cards .cards_content ul li span{color:var(--black, #170e09);font-family:Montserrat;font-size:16px;font-style:normal;font-weight:800;line-height:21px;text-transform:uppercase}.about_cards .cards_content ul li p{color:var(--black, #170e09);font-family:Lato;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.destinations_page{padding-top:70px}.destinations_page .destinations_content{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:32px;-ms-flex-item-align:stretch;align-self:stretch}.destinations_page .destinations_content h2{color:var(--black, #170e09);text-align:center;font-family:Montserrat;font-size:32px;font-style:normal;font-weight:800;line-height:normal;text-transform:uppercase}.destinations_page .destinations_content .list{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:20px;-ms-flex-item-align:stretch;align-self:stretch}.destinations_page .destinations_content .list .item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:24px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:16px;-ms-flex-item-align:stretch;align-self:stretch;border-radius:12px;border:1px solid var(--stroke, #f9d7c0);background:var(--card, #f3e4da)}.destinations_page .destinations_content .list .item img{width:clamp(264px,30vw,588px);height:clamp(200px,22vw,255px);aspect-ratio:588/255;border-radius:17px}@media(max-width: 1240px){.destinations_page .destinations_content .list .item img{-o-object-fit:contain;object-fit:contain;min-width:100%}}.destinations_page .destinations_content .list .item .info_box{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:10px}.destinations_page .destinations_content .list .item .info_box i{background-image:url("/assetsFASGW/iconsSDf/dest.svg");background-size:cover;background-position:center;background-repeat:no-repeat;display:inline-block;width:24px;height:24px}.destinations_page .destinations_content .list .item .info_box h2{color:var(--black, #170e09);text-align:center;text-shadow:0 5px 13px hsla(0,0%,100%,.4);font-family:Montserrat;font-size:26px;font-style:normal;font-weight:800;line-height:25px;text-transform:uppercase}.destinations_page .destinations_content .list .item .info_box p{color:var(--black, #170e09);text-shadow:0 5px 13px hsla(0,0%,100%,.4);font-family:Lato;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.destinations_page .destinations_content .list .item .info_box h3{color:var(--black, #170e09);text-shadow:0 5px 13px hsla(0,0%,100%,.4);font-family:Montserrat;font-size:16px;font-style:normal;font-weight:800;line-height:21px;text-transform:uppercase}.destinations_page .destinations_content .list .item .info_box .attractions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:16px}.destinations_page .destinations_content .list .item .info_box .attractions li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;-ms-flex-item-align:stretch;align-self:stretch;color:var(--black, #170e09);font-family:Lato;font-size:16px;font-style:normal;font-weight:400;line-height:normal}@media(max-width: 1240px){.destinations_page .destinations_content .list .item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.rules_section{padding-top:70px}.rules_section .rules_content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:32px}.rules_section .rules_content h1{color:var(--black, #170e09);text-align:center;font-family:Montserrat;font-size:32px;font-style:normal;font-weight:800;line-height:normal;text-transform:uppercase}.rules_section .rules_content .box{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:24px;-ms-flex-item-align:stretch;align-self:stretch}.rules_section .rules_content .box p,.rules_section .rules_content .box li{color:var(--black, #170e09);font-family:Lato;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.rules_section .rules_content .box span{color:var(--black, #170e09);font-family:Montserrat;font-size:16px;font-style:normal;font-weight:800;line-height:21px;text-transform:uppercase}.rules_section .rules_content .box ul{list-style:disc;padding-left:15px}footer{margin-top:70px;width:100%;padding:24px 0;border-top:1px solid var(--stroke, #f9d7c0)}footer .footer_content{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:32px}footer .footer_content .first{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px;-ms-flex-item-align:stretch;align-self:stretch}@media(max-width: 1080px){footer .footer_content .first{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}footer .footer_content .first .one{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:20px}footer .footer_content .first .one img{width:266.656px;height:61.11px;aspect-ratio:266.656/61.11}footer .footer_content .first .one p{color:var(--black, #170e09);font-family:Lato;font-size:16px;font-style:normal;font-weight:400;line-height:normal}footer .footer_content .first .two{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:start;-ms-flex-align:start;align-items:start;gap:20px}footer .footer_content .first .two .info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}footer .footer_content .first .two .point.phone{background-image:url("/assetsFASGW/iconsSDf/phone.svg");background-size:cover;background-position:center;width:38px;height:38px}footer .footer_content .first .two .point.mail{background-image:url("/assetsFASGW/iconsSDf/mail.svg");background-size:cover;background-position:center;width:38px;height:38px}footer .footer_content .first .two span{color:var(--black, #170e09);font-family:Lato;font-size:16px;font-style:normal;font-weight:400;line-height:normal}footer .footer_content .second{width:100%}footer .footer_content .second ul{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media(max-width: 560px){footer .footer_content .second ul{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px}}footer .footer_content .second ul li a{color:var(--button, #a64402);font-family:Lato;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.mobile-nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--BG, #fffdf4);border-bottom:1px solid var(--stroke, #f9d7c0);-webkit-box-shadow:0 8px 16px rgba(0,0,0,.08);box-shadow:0 8px 16px rgba(0,0,0,.08);padding:16px 0;z-index:999}.mobile-nav.active{display:block}.mobile-nav ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0;max-width:1240px;margin:0 auto;padding:0 16px}.mobile-nav ul li{border-bottom:1px solid var(--stroke, #f9d7c0)}.mobile-nav ul li:last-child{border-bottom:none}.mobile-nav ul li a{display:block;padding:16px 0;color:var(--button, #a64402);font-family:Lato;font-size:16px;font-weight:400;-webkit-transition:all .3s ease;transition:all .3s ease}.mobile-nav ul li a:hover{color:var(--grey, #785048);padding-left:8px}@media(min-width: 1241px){.mobile-nav{display:none !important}}