* {
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    font-size: 20px;
    /* font-family: segoe ui,Tahoma,Geneva,Verdana,sans-serif; */
    /* font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif; */
    /* font-family: "Roboto",Arial,Helvetica,sans-serif; */
    z-index: -999;
    font-family: 'Raleway', sans-serif;
    padding: 0px;
    margin: 0px;
    text-align: center;
    width: 100%;
    overflow-x: hidden;
}

.homepage_main_content_section {
    /* width: 1160px; */
    /* margin: 0px auto; */
}

.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 600px;
    background-color: #a09e9e3b;
}

.travel1_img {
    /* transform: scale(-1, 1); */
    height: 600px;
    object-fit: cover;
}

/* ////header///// */

/* .logo_img{
    height: 30px;
    display: flex;
    justify-content:start;
    object-fit: contain;
} */
/* ////////where to where section/////// */
.landing_middle_content {
    display: flex;
    justify-content: center;
    margin-top: 125px;
    flex-direction: column;
    align-items: center;
}

.back_white {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-image: linear-gradient(rgb(0 0 0 / 30%) 10%, transparent 100%);
    padding: 30px 60px;
    margin-top: 25px;
}

.ctr {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    padding-left: 10px;
    margin-bottom: 15px;
    text-align: left;
    border-left: 5px solid #01b0ad;
    text-transform: uppercase;
}

.where_section {
    background-color: white;
    border-radius: 50px;
    position: relative;
    top: 0;
    width: max-content;
    padding: 10px 20px 10px 30px;
    display: flex;

}

.wwh {
    padding-right: 35px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
}

.wwh_border {
    border-right: 0.2px solid #b9b9b9;
}

.ww_icon_ss {
    display: none;
}

.wwh_op1 {
    cursor: pointer;
}

.wwh_arrow {
    font-size: 34px;
    margin-right: -5px;
    color: #01b0ad;
    cursor: pointer;
    transition: 0.3s ease;
}

.wwh_arrow:hover {
    color: #008790;
}

.text_section {
    display: flex;
    color: white;
    text-align: center;
    font-size: 40px;
    letter-spacing: 0.5px;
    line-height: 50px;
    font-weight: 600;
    padding-top: 50px;
}

.bottom_content {
    display: flex;
    justify-content: center;
}

.review_section {
    display: flex;
    position: relative;
    top: -32px;
    justify-content: center;
    font-size: 16px;
    /* bottom: -28px; */
    background-color: white;
    padding: 10px 110px;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 12%), 0 2px 4px 0 rgb(0 0 0 / 8%);
    align-items: center;
}

.star_icon {
    color: #ffcc33;
}



/* Middle Content */
.middle_content {
    margin: 0px 120px;
}

/* Popular Visits */
.pv_container {
    display: flex;
    width: 100%;
    /* height: 500px; */
    margin: 30px 0px;
}

.pvf_img {
    object-fit: contain;
    filter: brightness(0%) contrast(0%) saturate(100%) blur(0px) hue-rotate(0deg);
    height: 300px;
    opacity: 0.2;
    position: absolute;
    right: 130px;
}

.pv_section {
    position: relative;
    top: 15px;
    width: 100%;
}

.pv_title {
    display: flex;
    /* flex-direction: column; */
    align-items: start;
    justify-content: space-between;
    margin-top: 15px;
    padding: 5px 15px;
    border-left: 5px solid #01b0ad;
    text-align: left;
}

.pv_flags_section {
    display: flex;
    width: 100%;
    margin-top: 15px;
    overflow-x: scroll;
}

.pvf_box {
    min-width: 260px;
    margin: 10px 20px 10px 0px;
    box-shadow: 0 3px 7px rgb(0 0 0 / 7%);
    overflow: hidden;
    border-radius: 8px;
    height: 350px;
}

.pvf_box1 {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.pvf_country_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.pvf_country_img:hover {
    transform: scale(1.1);
}

.cflag {
    object-fit: cover;
    height: 60px;
    width: 60px;
    border-radius: 50px;
    position: relative;
    top: -40px;
    left: 25%;
    border: 5px solid white;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
}

a:hover,
a:visited,
a:link,
a:active {
    text-decoration: none;
}

.pvf_box2 {
    padding: 15px 20px;
    position: relative;
    top: -65px;
    display: flex;
    flex-direction: column;
}

.pvf_country {
    text-align: left;
    font-size: 22px;
    font-weight: 500;
    text-decoration: none !important;
    color: #01b0ad;
}

.pvf_arrow {
    margin-right: 10px;
}

.pvf_rm {
    text-decoration: none;
    color: #5d6975;
    font-size: 14px;
    text-align: left;
    padding: 12px 0px;
    font-weight: 500;
    transition: 0.3s ease;
}

.pvf_rm:hover {
    color: rgb(26, 25, 25);
    transform: translateX(3px);
}


/* Why choose us */


.wcu {
    display: flex;
    padding: 30px 0px;
}

.wcu_img {
    display: flex;
    align-items: center;
    justify-content: start
}

.wcu_text {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 10px;
    padding-left: 30px;
}

.wcu_img1 {
    height: 250px;
    width: 220px;
    object-fit: cover;
    padding: 8px;

}

.tt_img {
    display: flex;
    flex-direction: column;
}

.travellers_img {
    height: 430px;
    width: 280px;
    padding: 8px;
    object-fit: cover;
}

.wcu_title {
    font-size: 17px;
    color: #01b0ad;
    letter-spacing: 1px;
    text-align: left;
    font-weight: 600;
}

.wcu_title1 {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    margin-top: 15px;
    padding: 5px 15px;
    border-left: 5px solid #01b0ad;
    text-align: left;
}

.wcu_title1_1 {
    font-size: 36px;
    letter-spacing: 0.5px;
    color: #272727;
}

.wcu_title1_2 {
    font-size: 36px;
    letter-spacing: 0.2px;
    color: #272727;
    font-weight: 600;
}

.wcu_viewall {
    color: #252525de;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 15px 25px;
    border: 1px solid #01b0ad;
    background-color: #92919112;
    cursor: pointer;
    transition: 0.5s;
    text-align: center;
}

.wcu_viewall:hover {
    background-color: #01b0ad;
    color: white;
}

.viewall_arrow {
    font-size: 16px;
    margin-left: 5px;
}

.viewall_Sscreen {
    display: none;
}

.wcu_info {
    display: flex;
    flex-direction: column;
    padding: 20px 0px 0px;
}

/* freelance section  */
.fl_section {
    display: flex;
    padding: 30px 0px;
    justify-content: space-between;
}

.fl_title_main {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin: 15px 0px;
    padding: 5px 20px;
    border-left: 5px solid #01b0ad;
    text-align: justify;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: #272727;
}

.fl_text {
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 30px;
    padding-left: 40px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 12%), 0 2px 4px 0 rgb(0 0 0 / 8%);
    height: max-content;
    max-height: 600px;
    background-color: white;
    margin-right: -45px;
    margin-top: 55px;
    width: 60%;
    /* overflow-y: scroll; */
}

.fl_descrip {
    display: flex;
    padding: 0px 20px;
    padding-top: 20px;
}

.fl_icon {
    font-size: 22px;
    color: #01b0ad;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    height: 45px;
    min-width: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-right-radius: 16px;
    transition: 0.3s ease;
}

.fl_icon:hover {
    background-color: #01b0ad;
    color: white;

}

.fl_box {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: justify;
    padding: 0px 0px 15px 15px;
    color: #272727;
}

.data {
    font-size: 18px;
    text-align: left;
}

.fl_title {
    font-size: 16px;
    padding-bottom: 5px;
    color: #535353;
    font-weight: 600;
}

.fl_info {
    font-size: 13px;
    color: rgba(80, 80, 80, 0.904);
    line-height: 17px
}

/* .freelance_img{
    z-index: 100;
    transform: scale(-1, 1);
    height: 580px;
    width: 50%;
    padding: 8px;
    object-fit: cover;
} */

/* /////////Freelance image Shine effect/////////// */

.test-shine {
    transform: scale(-1, 1);
    height: 580px;
    width: 50%;
    object-fit: contain;
    background-repeat: no-repeat;
    background-image: url('/img/freelance1.jpg');
    background-position-x: center;
    background-position-y: top;
    overflow: hidden;
}

.test-shine:after {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);

    background: rgba(255, 255, 255, 0.021);
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0.1) 0%,
            rgba(255, 255, 255, 0.1) 77%,
            rgba(255, 255, 255, 0.3) 92%,
            rgba(255, 255, 255, 0.0) 100%);
}

/* Hover state - trigger effect */
.test-shine:hover:after {
    cursor: pointer;
    opacity: 1;
    left: 130%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}

/* Active state */
.test-shine:active:after {
    opacity: 0;
}

/* Customer Reviews */
.cr_section {
    padding: 30px 0px;
    overflow-x: scroll;
}

.cr_info_section {
    /* padding-top: 50px; */
    display: flex;
    flex-wrap: wrap;
    /* overflow-x: scroll; */
    align-items: center;
    /* justify-content: center; */
}

.cr_box {
    border: 1px solid #e4e4e4;
    display: flex;
    font-family: 'Cabin', sans-serif;
    /* width: 45%; */
    flex: 1;
    /* height: 110px; */
    padding: 30px 30px 30px 30px;
    /* margin: 0px 20px; */
    margin-top: 40px;
    transition: .3s ease;
}

.cr_box1 {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-right: 50px;
}

.cr_name {
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    padding-top: 20px;
}

.cr_place {
    font-size: 13px;
    font-style: italic;
    padding-top: 5px;

}

.cr_box2 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    text-align: justify;
}

.cr_company {
    display: flex;
}

.crc {
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    color: #008790;
    margin-right: 12px;
}

.crc_stars {
    font-size: 10px;
    line-height: 26px;
    color: #ffce4a;
}

.cr_img {
    height: 65px;
    width: 65px;
    border-radius: 50%;
}

.cr_comment {
    max-height: 100px;
    overflow-y: hidden;
    font-size: 15px;
    /* line-height: 28px; */
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #555555;
}

.cr_box:hover {
    border: 1px solid #01b0ad;
    transform: translateY(-5px);
    box-shadow: 0 3px 7px rgb(0 0 0 / 7%);
}



/* /////Select button/////// */
.select {
    font-size: 14px;
    color: #3f3f3f;
    border-radius: 3px;
    padding: 0px 10px;
    height: 25px;
    width: 210px;
    border: none;
    background-color: #bebebe2b;
}

.select:focus {
    /* border:transparent; */
    outline: none;
    border: 1px solid #ced4da;

}

/* ////////Scrollbar//////////// */
/* width */
::-webkit-scrollbar {
    width: 3px;
    height: 0px;
}

/* Track */
::-webkit-scrollbar-track {
    background: white;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(201, 201, 201);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #888;
}

/* Media Query */

@media screen and (max-width: 1100px) {
    .tt_img {
        display: none;
    }

    .cr_company {
        flex-direction: column;
    }
}

@media screen and (max-width: 950px) {
    .middle_content {
        margin: 0px 80px;
    }

    .pvf_img {
        right: 80px;
    }

    .wcu_text {
        /* padding-left: 10px; */
    }

    .wcu_title1_1 {
        font-size: 32px;
    }

    .wcu_title1_2 {
        font-size: 32px;
    }

    .freelance_img {
        width: 50%;
        height: 600px
    }

    .fl_icon {
        font-size: 20px;
        min-width: 40px !important;
        height: 40px;
    }

    .fl_box {
        padding-bottom: 5px;
    }

    .tt_img {
        display: none;
    }

    .cr_info_section {
        flex-direction: column;
    }

    .cr_box {
        margin-right: 0px !important;
    }

    .cr_company {
        flex-direction: row;
    }
}

@media screen and (max-width: 800px) {
    .back_white {
        padding: 30px;
    }

    .wwh {
        padding-right: 15px;
    }

    .review_section {
        padding: 10px;
        width: 80%;
    }

    .fl_section {
        flex-direction: column-reverse;
        padding: 0px;
        align-items: center;
    }

    .fl_text {
        width: auto;
        height: auto;
        max-height: none;
    }

    .freelance_img {
        width: 100%;
        height: 300px;
        margin-bottom: 20px;
    }

    .test-shine {
        width: 100%;
        height: 400px;
    }

    .wcu {
        flex-direction: column;
        padding-top: 10px;
    }

    .travellers_img {
        width: 100%;
        padding: 0px;
    }

    .wcu_text {
        padding-left: 0px;
    }

    .wcu_img {
        align-items: center;
        justify-content: center
    }

    .cr_box {
        min-width: 80%;
    }
}

@media screen and (max-width: 675px) {
    .viewall_Bscreen {
        display: none;
    }

    .viewall_Sscreen {
        margin-top: 20px;
        display: block;
        background-color: #01b0ad;
        color: white;
        width: 75%;
    }

    .content {
        background-color: rgb(160 158 158 / 30%);
    }

    .middle_content {
        margin: 0px 30px;
        /* flex-direction: column; */
    }

    .pvf_img {
        right: 0px;
    }

    .pvf_box {
        min-width: 260px;
    }

    .back_white {
        padding: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .text_section {
        font-size: 24px;
        line-height: 35px;
        font-weight: 600;
        padding-top: 0px;
    }

    .where_section {
        flex-direction: column;
        border-radius: 10px;
        padding: 12px 20px 20px 20px;
        align-items: center;
    }

    .wwh_border {
        border: none;
    }

    .wwh {
        padding: 10px 0px;
    }

    .ww_icon {
        display: none;
    }

    .ww_icon_ss {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #01b0ad;
        color: white;
        margin-top: 10px;
        width: max-content;
        padding: 7px 30px;
        border-radius: 8px;
        font-size: 15px;
        font-weight: 600;
    }

    .select .selectBtn {
        left: 0px;
    }

    .select .selectDropdown.toggle {
        left: 0px;
    }

    .select .selectDropdown {
        left: 0px;
    }

    .mc4_content {
        margin: 0px;
        padding: 0px;
    }

    .mc4_card {
        min-width: auto;
        margin: 20px;
    }

    .mc4_icon {
        font-size: 30px
    }

    .review_section {
        flex-direction: column;
        padding: 10px;
        padding-bottom: 5px;
        width: 70%;
        top: -40px;
    }

    .pv_section {
        margin-top: 20px;
    }

    .pvf_block {
        width: 150px
    }

    .pv_title {
        font-size: 26px;
    }

    .wcu_img {
        align-items: center;
        justify-content: center
    }

    .wcu_title1_1 {
        font-size: 30px;
    }

    .wcu_title1_2 {
        font-size: 26px;
    }

    .fl_text {
        margin-right: 0px;
        margin-top: 20px;
        padding: 20px;
    }

    .freelance_img {
        width: 100%;
        height: 350px;
        align-self: flex-end;
        margin-bottom: 20px;
    }

    .fl_title_main {
        font-size: 22px;
        margin: 20px;
    }

    .fl_descrip {
        padding: 10px;
        margin: 2px 5px;
    }

    .cr_box {
        flex-direction: column;
        justify-content: center;
        height: 300px;
        padding: 20px;
        /* margin: 5px; */
        align-items: center;
    }

    .crc_stars {
        display: flex;
        justify-content: center;
    }

    .cr_box1 {
        padding: 0px;
    }

    .cr_box2 {
        margin-top: 10px;
        align-items: center;
    }

    .cr_company {
        flex-direction: column;
        margin-bottom: 10px;
    }

    .wwh_op1 {
        margin-left: 5px;
        margin-bottom: 7px;
    }
}