* {
    padding: 0;
    margin: 0;
    font-family: "Inter Tight", sans-serif;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: 600;
}
:root {
    --white: #ffffff;
    --black: #000000;
    --gray: #333333;
    --orange: #cd9d43;
    --blue: #293561;
}
html {
    scroll-behavior: smooth;
    max-width: 100vw;
}
body {
    max-width: 100vw;
}
main {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}
h1 {
    color: var(--white);
    font-size: 100px;
    font-weight: 700;
    z-index: 10;
}
h2 {
    font-size: 50px;
}
.container {
    max-width: 1250px;
    margin: 0 auto;
    width: 90%;
}
header {
    width: 100%;
    height: 60vh;
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom center;
    position: relative;
}
header::after {
    content: '';
    background: rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.header_container {
    height: 100%;
    z-index: 1;
    display: flex;align-items: center;justify-content: center;
    flex-direction: column;
}
.header_container p {
    max-width: 700px;
    z-index: 10;
    color: var(--white);
    opacity: .8;
    text-align: center;
}
.section_header {
    padding: 0px 0px 0px 15px;
    border-left: 4px solid var(--orange);
}
.section_header p {
    margin: 10px 0px 0px 5px;
    opacity: .8;
}
section {
    margin: 100px 0px;
}
p,li,h3,h4,h5 {
    font-weight: 500;
}
.service_boxes {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 30px 0px 0px 0px;
}
.service_box {
    width: calc(100%/4);
    padding: 20px 10px;
}
.service_box_content {
    display: flex;flex-direction: column;
    /* border: 3px solid var(--orange); */
    padding: 10px 10px 30px 10px;
    max-height: 310px;
    position: relative;
}
.service_box_content i {
    font-size: 50px;
    color: var(--orange);
}
.service_btn {
    padding: 10px 20px;
    background: var(--orange);
    color: var(--white);
    display: inline-block;
    margin: 20px 0px 0px 0px;
    text-align: center;
    position: absolute;
    bottom: 0;left: 0;
    transition: 300ms;
}
.service_btn:hover {
    border-top-right-radius: 15px;
}
.service_box_content h3 {
    margin: 20px 0px 10px 0px;
}
.tour_boxes {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 30px 0px 0px 0px;
}
.tour_box {
    width: calc(100%/3);
    padding: 20px 10px;
}
.tour_box_content {
    width: 100%;
    overflow: hidden;
}
.tour_box_img {
    max-height: 250px;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    display: flex;align-items: center;justify-content: center;
}
.tour_box_img img {
    min-height: 250px;
    width: 100%;
    transition: 400ms ease-out;
}
.tour_box_text {
    padding: 20px 10px;
}
.tour_box_text h3{
    font-weight: 700;
    color: #222222;
    margin: 5px 0px 5px 0px;
    transition: 400ms ease-out;
}
.tour_box_text p{
    opacity: .8;
    color: var(--black);
}
.tour_box_content:hover .tour_box_img img {
    transform: scale(1.1);
}
.tour_box_content:hover .tour_box_text h3 {
    color: #ff7a4e;
}
.travelInfo_boxes {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 30px 0px 0px 0px;
}
.travelInfo_box {
    width: calc(100%/2);
    padding: 20px 10px;
}
.travelInfo_box_img,.travelInfo_box_img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}
.travelInfo_box_text {
    padding: 20px;
}
.travelInfo_box_text h3 {
    font-size: 22px;
    margin: 10px 0px 10px 0px;
    font-weight: 700;
}
.travelInfo_box_text p, .travelInfo_box_text li {
    font-size: 17px;
    opacity: .8;
}
.travelInfo_box_text li {
    margin: 15px 0px;
}
.read_btn {
    display: inline-block;
    padding: 10px 20px;
    background: var(--orange);
    cursor: pointer;
    color: var(--white);
    margin: 20px 0px 0px 0px;
}
.geography_section {
    margin: 150px 0px;
}
.geography_boxes {
    display: flex;
    align-items: center;
    margin: 30px 0px 0px 0px;
    justify-content: space-between;
}
.turkmenistan_map {
    width: 60%;
}
.turkmenistan_map img {
    width: 100%;
}
.geography_text {
    width: 50%;
    padding: 20px 40px;
}
.geography_text h2 {
    margin: 0px 0px 15px 0px;
    position: relative;
}
.geography_text h2::after {
    content: '';
    width: 30%;
    height: 4px;
    background: var(--orange);
    position: absolute;
    bottom: -5px;left: 0;
}
.geography_text p {
    margin: 0px 0px 10px 0px;
    opacity: .8;
}
.velayats {
    padding: 10px 0px 25px 20px;
}
.velayat {
    margin: 10px 0px;
}
.more_btn {
    display: inline-block;
    border: none;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    padding: 10px 20px;
    background: var(--orange);
    color: var(--white);
}
.history_text p{
    font-size: 18px;
    margin: 30px 0px 40px 0px;
}
.history_img {
    width: 50%;
}
.history_img img {
    max-width: 650px;
    border-radius: 15px;
    box-shadow: 0px 40px 20px rgba(0, 0, 0, .1);
}
.swap_boxes {
  flex-direction: row-reverse;
}
.practical_info_boxes {
    margin: 60px 0px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.practical_info_box {
    width: calc(100%/3);
    padding: 15px;
}
.practical_info_box_content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.practical_info_box_img {
    width: 100%;
}
.practical_info_box_img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.practical_info_box_text {
    padding: 20px 10px;
}
.practical_info_box_text h3 {
    color: var(--orange);
    font-size: 21px;
}
.practical_info_box_text p {
    margin: 10px 0px 0px 0px;
    opacity: .8;
}
/*About Us Page*/
.about_boxes {
    display: flex;
    width: 100%;
    margin: 30px 0px 0px 0px;
}
.about_img {
    width: 50%;
}
.about_img img {
    width: 100%;
    border-radius: 15px;
}
.about_text {
    padding: 0px 0px 0px 30px;
}
.about_text h3 {
    font-size: 30px;
    color: var(--orange);
}
.about_text p {
    max-width: 600px;
    opacity: .8;
    margin: 10px 0px 0px 0px;
}
.transports_boxes {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0px 0px 0px;
    width: 100%;
}
.transports_box {
    padding: 15px 10px;
    width: calc(100%/4);
}
.transports_box_content img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.transports_box_content h3 {
    margin: 10px 0px 0px 0px;
}
.days {
    display: inline-block;
    padding: 5px 10px;
    margin: 10px 0px 0px 0px;
    background: var(--orange);
    color: var(--white);
    border-radius: 20px;
}
.popup_container {
    z-index: 10000;
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;left: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;align-items: center;justify-content: center;
    transition: 300ms;
    visibility: hidden;
    opacity: 0;
}
.popup_active {
    visibility: visible;
    opacity: 1;
}
.popup_content {
    width: 90%;
    height: auto;
    max-width: 600px;
    min-height: 200px;
    overflow-y: scroll;
    max-height: 80%;
    padding: 60px 40px 40px 40px;
    background: var(--white);
    border-radius: 15px;
    position: relative;
}
.popup_content li {
    margin: 5px 0px;
}
.popup_cross {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 20px;
    cursor: pointer;
    transition: 100ms;
}
.popup_cross:hover {
    color: var(--orange);
}
.visa_content {
    margin: 30px 0px 0px 0px;
}
.visa_table {
    margin: 60px 0px 0px 0px;
    width: 100%;
}
.phrases_table {
    margin: 30px 0px 0px 0px;
}
.borders_table {
    margin: 30px 0px 0px 0px;
    max-width: 100vw;
}
.table_header {
    margin: 80px 0px -15px 0px;
    text-align: center;
    color: #0091ff;
    font-weight: 700;
}
table, table * {
    border-spacing: 0;
}
table {
    width: 100%;
    max-width: 90vw;
    overflow-x: scroll;
    border-top: 1px solid rgba(0,0,0,.1);
    margin: 40px 0px 0px 0px;
}
th {
    font-weight: 800;
}
td {
    font-weight: 500;
}
td,th {
    text-align: start;
    vertical-align: text-top;
    padding: 15px 0px 15px 25px;
}
.phrases_table tr:nth-child(even) {
    background: rgba(0,145,255,.15);
}
/* .phrases_table tr:nth-child(even) th,.phrases_table tr:nth-child(even) td{
    color: var(--white);
} */
tr:nth-child(even) {
    background-color: #eeeeee;
}
.count {
    max-width: 10px;
}
.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;
    max-height: 300px;
    display: flex;align-items: center;justify-content: center;
}
.gallery_box img {
    border-radius: 10px;
    width: 100%;
    min-height: 100%;
    /* object-fit: cover; */
}
@media(max-width:1160px) {
    .service_box {
        width: calc(100%/3);
    }
    .transports_box {
        width: calc(100%/3);
    }
    .about_boxes {
        flex-direction: column;
    }
    .about_img {
        width: 100%;
    }
    .about_text {
        width: 100%;
        padding: 30px 0px 0px 0px;
    }
    .about_text p {
        max-width: 1000px;
    }
}
@media(max-width:870px) {
    .service_box {
        width: calc(100%/2);
    }
    .transports_box {
        width: calc(100%/2);
    }
    .travelInfo_box {
        width: calc(100%/1);
    }
    .travelInfo_box_text {
        padding: 10px 0px;
    }
    .geography_section {
        margin: 50px 0px;
    }
    .history_boxes,.geography_boxes {
        flex-direction: column;
    }
    .history_img,.history_text,.turkmenistan_map,.geography_text {
        width: 100%;
    }
    .history_text,.geography_text {
        padding: 20px 0px 0px 0px;
    }
    .history_img img {
        max-width: 870px;
        object-fit: cover;
        border-radius: 15px;
        box-shadow: 0px 40px 20px rgba(0, 0, 0, .1);
    }
    .practical_info_box {
        width: calc(100%/2);
    }
}
@media(max-width:550px) {
    .service_box {
        width: calc(100%/1);
        padding: 20px 0px;
    }
    .transports_box {
        width: calc(100%/1);
        padding: 10px 0px;
    }
}
@media(max-width:500px) {
    header {
        height: 40vh;
        padding: 50px 0px 0px 0px;
    }
    .practical_info_box {
        width: calc(100%/1);
        padding: 15px 0px;
    }
}