* {
    padding: 0;
    margin: 0;
    font-family: "Inter Tight", sans-serif;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-weight: 600;
}
:root {
    --white: #ffffff;
    --black: #000000;
    --gray: #333333;
    --orange: #CD6643;
    --blue: #293561;
}
html {
    scroll-behavior: smooth;
    max-width: 100vw;
}
body {
    max-width: 100vw;
}
main {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}
h1 {
    font-size: 60px;
    font-weight: 700;
}
h2 {
    font-size: 50px;
}
.container {
    max-width: 1250px;
    margin: 0 auto;
    width: 90%;
    position: relative;
}
header {
    width: 100%;
    height: 100vh;
    position: relative !important;
}
.swiper-slide {
    position: relative;
    overflow: hidden;
    display: flex !important;align-items: center !important;
    background: #fdfdfd;
}
.slide_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    bottom: 0;
}
header.left {
    animation: slideFromLeft 0.5s ease;
}

header.right {
    animation: slideFromRight 0.5s ease;
}
.header_socials {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.header_socials a {
    display: inline-block;
    font-size: 25px;
    margin: 20px 0px;
    color: var(--white);
}
section {
    margin: 100px 0px;
}
p,li,h3,h4,h5 {
    font-weight: 500;
}
.header_container {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.swiper_container {
    height: 100%;
    display: flex;align-items: center;
}
.header_text {
    color: var(--white);
    z-index: 10000;
}
.header_text * {
    z-index: 1000;
}
.header_span{
    display: inline-block;
    font-size: 20px;
    opacity: .8;
    margin: 0px 0px 10px 0px;
}
.header_btn {
    display: inline-block;
    background: var(--orange);
    color: var(--white);
    padding: 10px 20px;
    font-size: 17px;
    margin: 20px 0px 0px 0px;
}
.controls_container {
    z-index: 10000 !important;
    position: relative;
}
.slide_controls {
    max-width: 1250px;
    width: 90%;
    z-index: 10000;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.slide_count {
    font-size: 65px;
    color: var(--white);
    visibility: hidden;
    opacity: 0;
    transform: translateY(15px);    
}
.slide_count_real {
    position: absolute;
    font-size: 65px;
    color: var(--white);
    transform: translateY(15px);   
    bottom: 0;
    left: 0;
    z-index: 1000;
    bottom: 60px;
}
.slide_btns {
    display: flex;
}
.slider_btn {
    width: 50px !important;
    height: 50px !important;
    cursor: pointer;
    position: relative !important;
    display: flex;align-items: center;justify-content: center;
    font-size: 20px;
    border-radius: 50%;
    background: rgba(255,255,255,.3);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    transition: 200ms;
    margin: 0px 0px 0px 30px;
}
.slider_btn::after {
    font-size: 16px !important;
    color: var(--white);
}
.slider_btn:hover {
    background: rgba(255,255,255,.5);
}
.slider_status_line {
    width: 60%;
    height: 3px !important;
    position: relative;
    overflow: hidden;
    background: rgba(255,255,255,.3);
}
/* .slider_status_line::after {
    content: '';
    width: 20%;
    height: 100%;
    background: var(--white);
    position: absolute;
    top: 0;
    left: 0;
} */
.section_header {
    padding: 0px 0px 0px 15px;
    border-left: 4px solid var(--orange);
}
.section_header p {
    margin: 10px 0px 0px 5px;
    opacity: .8;
}
.features_boxes {
    width: 100%;
    display: flex;flex-wrap: wrap;
    margin: 30px 0px 0px 0px;
}
.features_box {
    width: calc(100%/5);
    padding: 10px;
}
.features_box_content {
    display: inline-block;
    height: 100%;
    width: 100%;
    padding: 20px;
    border-radius: 15px;
    transition: 200ms;
}
.features_box_content i {
    font-size: 50px;
    color: var(--orange);
}
.features_box_content img {
    width: 50px;
}
.features_box_content h4 {
    color: var(--black);
    font-size: 30px 20px;
    margin: 10px 0px 5px 0px;
}
.features_box_content p {
    font-size: 14px;
    color: var(--black);
    opacity: .8;
}
.features_box_content:hover {
    background: var(--orange);
}
.features_box_content:hover * {
    color: white;
}
.about_paragraph {
    width: 50%;
    margin: 30px 0px 0px 0px;
    max-width: 700px;
    opacity: .9;
}
.about_btn {
    display: inline-block;
    background: var(--orange);
    color: var(--white);
    padding: 10px 20px;
    font-size: 17px;
    margin: 20px 0px 0px 0px;
}
.outline_animate_btn {
    border: 2px solid var(--orange);
    transition: 200ms;
}
.outline_animate_btn:hover {
    color: var(--orange) !important;
    background: transparent !important;
}
.tour_boxes {
    width: 100%;
    display: flex;flex-wrap: wrap;
    margin: 30px 0px 0px 0px;
}
.tour_box {
    width: calc(100%/3);
    padding: 15px;
}
.tour_box_content {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    /* background: var(--blue); */
    border-radius: 10px;
}
.tour_box_content img {
    width: 100%;
    height: 250px;
    border-radius: 10px;
    object-fit: cover;
}
.tour_box_text {
    width: 100%;
    padding: 15px 0px;

}
.tour_box_text h4 {
    font-size: 22px;
    color: var(--black);
    font-weight: 600;
}
.tour_box_text a {
    color: var(--orange);
    font-size: 14px;
    display: inline-block;
    margin: 10px 0px 0px 0px;
    position: relative;
}
.tour_box_text a::after {
    content: '';
    width: 0px;
    height: 2px;
    background: var(--orange);
    position: absolute;
    left: 0;
    transition: 300ms;
    bottom: -5px;
}
.tour_box_text a:hover::after {
    width: 25px;
}
.review_boxes {
    margin: 60px 0px 0px 0px;
}
.review_box {
    width: 100%;
    min-height: 200px;
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0px 0px 0px;
    position: relative;
}
.review_content::after {
    content: "";
    width: 15px;
    height: 15px;
    background: var(--blue);
    position: absolute;
    top: 20px;
    left: -7.5px;
    transform: rotate(45deg);
}
.review_img {
    width: 25%;
    display: flex;justify-content: center;
    height: 100%;
}
.review_img img{
    width: 80%;
    max-width: 170px;
    max-height: 170px;
}
.review_content {
    padding: 30px 35px;
    background: var(--blue);
    position: relative;
    width: 75%;
}
.review_top_text {
    display: flex;justify-content: space-between;
    flex-wrap: wrap;
    margin: 0px 0px 20px 0px;
}
.review_content h4 {
    color: var(--white);
    font-size: 16px;
}
.review_content h4:nth-child(1) {
    font-size: 18px;
}
.review_bottom_text p{
    color: var(--white);
    opacity: .8;
    font-weight: 500;
}

.review_content span {
    margin: 0px 0px 0px 10px;
}
.review_content h4 i {
    margin: 0px 5px 0px 0px;
}
.gallery_boxes {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0px 0px 0px;
    width: 100%;
}
.gallery_box {
    width: calc(100%/3);
    padding: 10px;
}
.gallery_box_content {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 270px;
    border-radius: 10px;
}
.gallery_box img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    transition: 300ms;
}
.gallery_box_text {
    position: absolute;
    bottom: 0;left: 0;
    padding: 10px 10px 20px 10px;
    color: var(--white);
    background: linear-gradient(to top, #222222,transparent);
    width: 100%;
}
.video_container {
    margin: 30px 0px 0px 0px;
    position: relative;
}
video {
    width: 100%;
}
.video_container .video {
    border-radius: 20px;
}
.play_btn {
    color: var(--white);
    position: absolute;
    outline: none;
    top: 50%;left:50%;
    transform: translate(-50%,-50%);
    font-size: 20px;
    background: transparent;
    border-radius: 40px;
    padding: 10px 30px;
    cursor: pointer;
    border: 3px solid var(--orange);
    width: 100px;
    display: flex;align-items: center;justify-content: center;
    transition: 300ms;
}
.play_btn:hover { 
    background: var(--orange);
    /* box-shadow: 0px 0px 50px var(--orange); */
}
.more_btn_container {
    display: flex;
    width: 100%;
    margin: 30px 0px 0px 0px;
    justify-content: center;
}
.more_btn {
    display: inline-block;
    padding: 15px 25px;
    color: var(--black);
    transition: 300ms;
    font-weight: 500;
    position: relative;
}
.more_btn::after {
    content: '';
    width: 100%;
    height: 3px;
    background: var(--orange);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 300ms;
    z-index: -1;
}
.more_btn:hover {
    color: var(--white);
}
.more_btn:hover::after {
    height: 100%;
}
.contact_boxes {
    margin: 60px 0px 0px 0px;
    width: 100%;
    display: flex;
}
.contact_form {
    width: 40%;
}
.contact_form form {
    width: 100%;
    display: flex;flex-direction: column;
}
.contact_map {
    width: 60%;
    min-height: 100%;
    background: #dedede;
    margin: 0px 0px 0px 50px;
    border-radius: 10px;
    overflow: hidden;
}
.contact_map iframe{
    width: 100%;
    height: 100%;
}
input,textarea{
    border: none;
    outline: none;
}
form input {
    border-bottom: 2px solid var(--gray);
    padding: 20px 10px;
    margin: 10px 0px;
    transition: 200ms;
    font-size: 18px;
}
form textarea {
    border-bottom: 2px solid var(--gray);
    padding: 20px 10px;
    margin: 10px 0px;
    transition: 200ms;
    font-size: 18px;
}
form input::placeholder,form textarea::placeholder {
    color: var(--gray);
    font-size: 17px;
    transition: 200ms;
}
form input:focus,form textarea:focus {
    border-bottom: 2px solid var(--orange);
}
.contact_btn {
    width: 130px;
    margin: 20px 0px 0px 0px;
    padding: 15px 25px;
    font-size: 17px;
    cursor: pointer;
    color: var(--white);
    border-radius: 5px;
    background: var(--orange);
    transition: 300ms;
    font-weight: 500;
    outline: none;
    border: none;
}
.contact_btn:hover {
    border-radius: 0px;
}
.contact_info_boxes {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 60px 0px 0px 0px;
}
.contact_info_box {
    width: calc(100%/4);
    padding: 10px;
}
.contact_info_box_content {
    width: 100%;
}
.contact_info_box_text h4,.contact_info_box_text a{
    margin: 10px 0px;
    display: block;
    font-size: 18px;
    color: var(--black);
    font-weight: 500;
    opacity: .9;
}
.contact_info_box_content h3 {
    font-size: 23px;
    margin: 0px 0px 15px 0px;
}
.contact_info_box_content h3 i{
    color: var(--orange);
}
@media(max-width:450px) {
    .tour_box {
        padding: 10px 0px !important;
    }
}