/*------------------------------------------------------------------
Common section
-------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-family: "DM Sans", sans-serif;
    color: #2D2330;
    font-weight: 700;
}

html {
    scroll-behavior: smooth;
}

/* width and height */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

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

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ff827f;
    border-radius: 5px;
}

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

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

p {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    color: #736D75;
    font-weight: 500;
}

/*------------------------------------------------------------------
Hero section
-------------------------------------------------------------------*/
.left-hero-section {
    background-color: #f9f5ef;
}

.brand-section {
    margin-top: 30px;
}

.company-logo {
    width: 145px;
    float: left;
}

.contact-no {
    display: flex;
    align-items: center;
    float: right;
}

.contact-no div span:nth-of-type(1) {
    font-family: "DM Sans", sans-serif;
    font-size: 0.8125em;
    font-weight: 700;
    color: #787878;
}

.contact-no div span:nth-of-type(2) {
    font-family: "DM Sans", sans-serif;
    font-size: 1.125em;
    color: #2d2330;
    font-weight: 700;
    line-height: 1.1825em;
}

.contact-no i {
    width: 40px;
    height: 40px;
    background-color: red;
    float: left;
    border-radius: 50%;
    margin-right: 13px;
}

.hero-heading {
    padding-top: 100px;
    position: relative;
    z-index: 10;
}

.hero-heading span {
    font-size: 1.5em;
    color: #FF5956;
    font-weight: 400;
    font-family: "Covered By Your Grace", cursive;
    margin-bottom: 10px;
}

.hero-heading h1 {
    font-family: "DM Sans", sans-serif;
    font-size: 4.5em;
    color: #2D2330;
    white-space: pre-wrap;
}

.bg-slider {
    background: url("../images/slider-3-shape-1.png ") repeat-x;
    background-size: 90%;
    background-position: left bottom;
    animation: slide 280s linear infinite;
    opacity: 0.5;
    mix-blend-mode: difference;
    height: 280px;
    z-index: 11;
    position: relative;
}

.bg-plane {
    background: url("../images/plane.png") no-repeat;
    opacity: .5;
    position: absolute;
    background-size: 100%;
    height: 100px;
    width: 8%;
    top: 55%;
    left: 60%;
    z-index: 11;
    transform: rotate(12deg);
}

@keyframes slide {
    0% {
        background-position: 7680px 100%;
    }
    100% {
        background-position: 0 100%;
    }
}

.color-btn {
    border: none;
    outline: none !important;
    background-color: #FF5956;
    color: #ffffff;
    font-size: 1em;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    padding: 20px 40px;
    line-height: 1em;
    border-radius: 8px;
}

.right-hero-section {
    background-image: url("../images/slider-3-1.jpg");
    background-size: cover;
    background-position: center center;
    position: relative;
}

.design-hero {
    /*height: 43px;*/
    mask-repeat: no-repeat;
    mask: url(../images/backgrounds/paper-cut-v-line.svg);
    position: absolute;
    mask-position: center bottom;
    mask-size: cover;
    z-index: 10;
    width: 50px;
    height: 100%;
    /*top: 313px;*/
    /*left: -339px;*/
    top: 0;
    left: -30px;
}

/*------------------------------------------------------------------
tour-type-section
----------------------------------------------------------------*/
.card-flip-section {
    margin-top: 110px;
}

.flip-box {
    background-color: transparent;
    /*width: 300px;*/
    /*height: 350px;*/
    perspective: 1000px;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    overflow: hidden;
    border-radius: 10px;
}

.flip-box-front {
    background-color: white;
    color: black;
    border: 1px solid #bfbfbf;
}

.flip-box-back {
    background-color: dodgerblue;
    color: white;
    transform: rotateY(180deg);
}

.back-box-img img {
    width: 100%;
    opacity: .3;
}

.front-box-img img {
    width: 100%;
}

.back-box-text {
    top: 35%;
    width: 100%;
}

.back-box-text h5, .back-box-text p {
    color: white;
}

.back-box-img {
    background-color: #FF5956;
}

.front-box-text {
    background-color: white;
    position: relative;
    border-radius: 10px;
    top: -65px;
}

.front-box-icon {
    /*margin-bottom: 10px;*/
}

.front-box-icon i {
    border-radius: 50%;
    background-color: white;
    color: #FF5956;
    font-size: 40px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    top: -20px;
}

/*------------------------------------------------------------------
Left discover section
-------------------------------------------------------------------*/
.discover-section {
    margin-top: 110px;
}

.discover-left {
    padding: 0 15px;
}

.discover-title p {
    font-weight: 500;
    color: #FF5956;
    line-height: 0.9em;
    letter-spacing: 0.0875em;
    margin-bottom: 11px;
}

.discover-title h2 {
    font-size: 2.5em;
    line-height: 1.25;
    margin-bottom: 0;
}

.discover-txt p {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 1em;
    color: #736D75;
    line-height: 1.875;
}

.discover-txt h5 {
    background-color: #FAF5EE;
    color: #2D2330;
    font-weight: 700;
    font-size: 1.25em;
    line-height: 1.875em;
    margin-bottom: 34px;
    border-radius: 10px;
    padding: 22px 30px 23px 40px;
}

.discover-txt ul {
    margin-bottom: 41px;
    padding: 0;
    list-style: none;
}

.discover-txt li {
    font-size: 1.125em;
    font-weight: 700;
    color: #2D2330;
    margin-bottom: 12px;

}

.discover-txt i {
    background-color: #FF5956;
    padding: 4px 5px;
    border-radius: 50%;
    margin-right: 15px;
    color: white;
    font-size: 0.7em;
}

/*------------------------------------------------------------------
Right discover section
-------------------------------------------------------------------*/
.discover-right {
    padding: 0 15px;
}

.boy-in-mountain {
    margin-left: 38px;
    position: relative;
}

.boy-in-mountain img {
    max-width: 100%;
    height: auto;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
}

.discover-right-sub-cards {
    position: relative;
    margin-top: -307px;
    margin-bottom: 15px;
    width: 100%;
}

.discover-contact {
    z-index: 2;
    display: inline-block;
    max-width: 210px;
    background-color: #FF5956;
    border-radius: 10px;
    text-align: center;
    padding: 0 20px 17px;
    position: absolute;
    left: -96px;
    bottom: 65px;
}

.discover-contact div {
    width: 55px;
    height: 55px;
    border: 5px solid #ffffff;
    background-color: #2D2330;
    border-radius: 50%;
    font-size: 1.125em;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -22px auto 18px;
}

.discover-contact h5 {
    font-size: 0.9683125em;
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 23.24px;
}

.discover-contact p {
    color: #ffffff;
    font-size: 0.7746em;
    line-height: 1;
    margin-bottom: 4px;
}

.discover-contact h4 {
    margin-bottom: 0;
}

.discover-contact h4 a {
    color: #ffffff;
    font-size: .8em;
    line-height: 22px;
}

.discount-card {
    background-image: url("../images/card/red-round-shape.png");
    position: relative;
    margin-left: auto;
    z-index: 2;
    width: 165px;
    height: 165px;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: -42px;
}

.discount-card span {
    display: flex;
    font-family: "Covered By Your Grace", cursive;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    margin-bottom: -6px;
}

.sea-card {
    position: relative;
    border-radius: 20px;
    border: 1px solid #EBE6DE;
    background: #ffffff;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.06);
    max-width: 335px;
    transform: rotate(6.371deg);
    margin-left: auto;
    padding: 12px 14px;
}

/*------------------------------------------------------------------
Favorite Tour Place-section
-------------------------------------------------------------------*/

.fev-card-section {
    margin-top: 110px;
}

.fev-card-section h3 {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 30px;
}

.fev-title p {
    font-size: 0.875em;
    color: #FF5956;
    line-height: 0.9;
    letter-spacing: 1.4px;
}

.fev-title h2 {
    font-size: 2.5em;
}

.item {
    width: 100%;
}

.full-card {
    position: relative;
    overflow: hidden;
    background-color: #676069;
    border-radius: 20px;
}

.card-image {
    overflow: hidden;
}

.card-image img {
    width: 100%;
    border-radius: 20px;
}

.card-inner-feature-boxes {
    position: absolute;
    top: 20px;
    left: 20px;
}

.card-inner-feature-boxes span:nth-child(1) a {
    background-color: #FF5956;
    display: block;
    min-width: 66px;
    padding: 3px 7px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    border-radius: 5px;
    margin-top: 5px;
}

.card-inner-feature-boxes span:nth-child(2) a {
    min-width: 66px;
    margin-top: 5px;
    display: block;
    padding: 3px 7px;
    background-color: #ffffff;
    font-size: 12px;
    color: #FF5956;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    border-radius: 5px;
}

.shadow-box {
    padding: 133px 30px 25px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    border-radius: 0 020px 20px;
    background: linear-gradient(0deg, #2D2330 0%, rgba(0, 0, 0, 0) 98.58%);
    transition-property: all;
    transition-duration: .5s;
    transform-origin: bottom;
    transform-style: preserve-3d;
}

.full-card:hover .shadow-box {
    transform: scaleY(0);
}

.place-name {
    width: 68%;
}

.place-name a {
    color: white;
    font-size: 1.5em;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    line-height: 30px;
}

.shadow-inner-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.shadow-inner-top i {
    color: #FF5956;
    background-color: white;
    padding: 6px;
    margin-left: 10px;
    border-radius: 50%;
    font-size: 12px;
}

.shadow-inner-hr {
    margin-top: 15px;
    margin-bottom: 6px;
    height: 1px;
    background-color: RGBA(255, 255, 255, 0.1);
}

.shadow-inner-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shadow-inner-bottom i {
    color: #FF5956;
    padding: 6px;
    border-radius: 50%;
    font-size: 13px;
}

.shadow-inner-bottom span {
    color: white;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
}

.shadow-bottom-price {
    color: white;
    margin-left: auto;
    font-size: 1.5em;
    font-weight: 700;
}

/*=======================================================
 best place card section hover
 =======================================================*/

.hover-back-shadow {
    width: 100%;
    background-color: RGBA(45, 35, 48, 0.7);
    border-radius: inherit;
    transition-property: all;
    transition-duration: .5s;
    height: 0;
    position: absolute;
}

.full-card:hover .hover-back-shadow {
    height: 100%;
}

.best-place-hover-box {
    background-color: white;
    border-radius: 20px;
    padding: 23px 30px 25px;
    position: absolute;
    width: calc(100% - 30px);
    left: 0;
    right: 0;
    margin: auto;
    bottom: 15px;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 2;
}

.full-card:hover .best-place-hover-box {
    transform: scaleY(1);
}

.best-place-heading h3 {
    font-weight: 700;
    font-size: 1.5em;
    margin-bottom: 1px;
}

.best-place-heading h3 a {
    color: black;
    transition-property: all;
    transition-duration: .5s;
    transition: all 500ms ease;
}

.best-place-heading hr {
    background-color: #FF5956;
    margin-top: 0;
    width: 0;
    margin-left: 0;
    transition-property: all;
    transition-duration: .5s;
}

.best-place-heading:hover a {
    color: #FF5956;
}

.best-place-heading:hover hr {
    width: 100%;
}

.best-place-hover-box p {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
}

.hover-box-middle {
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hover-box-location-review i {
    color: #FF5956;
    margin-left: 10px;
    border-radius: 50%;
    font-size: 14px;
}

.hover-box-location-review p {
    color: black;
    margin: 0 0 0 5px;
    font-weight: 700;
    font-size: 14px;
}

.hover-box-location-review div {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.camera-video-icon-hoverbox i {
    color: #FF5956;
    margin-left: 10px;
    border-radius: 50%;
    font-size: 8px;
    text-align: center;
    padding: 8px;
    border: 1px solid #ebe6de;
    transition-property: all;
    transition-duration: .5s;
}

.camera-video-icon-hoverbox i:hover {
    color: #ffffff;
    background-color: #FF5956;
    border: 1px solid #FF5956;
}

.hover-box-hr {
    height: 2px;
    background-color: RGBA(45, 35, 48, 0.1);
    margin: 7px 0 13px 0;
}

.hover-box-bottom div {
    display: flex;
    align-items: center;
}

.hover-box-bottom {
    display: flex;
    justify-content: space-between;
}

.hover-box-bottom-left span {
    font-size: 14px;
    font-weight: 700;
    margin-left: 5px;
    color: black;
}

.hover-box-bottom-left i {
    color: #FF5956;
    margin-left: 10px;
    border-radius: 50%;
    font-size: 14px;
}

.hover-box-bottom-price {
    font-weight: 700;
    font-size: 1.5em;
    color: black;
}

/*====================================================
video-button-section
=======================================================*/

.video-section {
    position: relative;
    background-color: #2D2330;
    padding: 120px 0 191px;
    margin-top: 110px;
}

.video-button-bg {
    background-image: url(../images/backgrounds/video-bg-1.jpg);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #2D2330;
    background-size: cover;
    background-position: center center;
    opacity: 0.18;
}

.video-btn i {
    width: 89px;
    height: 89px;
    background-color: #FF5956;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(1);
    transition: 400ms ease;
    color: #ffffff;
    font-size: 20px;
    margin: 0 auto;
    animation: shadow 1s linear infinite;
}

@keyframes shadow {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.05), 0 0 0 30px rgba(255, 255, 255, 0.05), 0 0 0 50px rgba(255, 255, 255, 0.05);
    }
    100% {
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.05), 0 0 0 50px rgba(255, 255, 255, 0.05), 0 0 0 70px rgba(255, 255, 255, 0);

    }
}

.video-btn h5 {
    color: #FF5956;
    font-size: 40px;
    font-weight: 400;
    font-family: "Covered By Your Grace", cursive;
    margin-top: 35px;
    margin-bottom: 17px;
}

.video-btn h2 {
    color: #ffffff;
    font-size: 40px;
    line-height: 50px;
    margin: 0;
}

.tour-type {
    position: relative;
    background-color: #FAF5EE;
    max-width: 1392px;
    margin: -82px auto 120px;
    border-radius: 30px;
    z-index: 1;
    padding: 120px 0;
}

.tour-type-bg {
    background-image: url(../images/backgrounds/tour-type-bg.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
    opacity: 0.03;
    z-index: -1;
}

.tour-type-heading p {
    font-size: 0.875em;
    color: #FF5956;
    line-height: 0.9;
    letter-spacing: 0.0875em;
    margin-bottom: 0.6875em;
}

.tour-type-heading h2 {
    font-size: 2.5em;
    line-height: 1.25;
    margin-bottom: 50px;
}

.tour-type-box {
    position: relative;
    z-index: 1;
    text-align: center;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 13px;
    border: 1px solid #EBE6DE;
    box-shadow: 0 16px 30px 0 rgba(0, 0, 0, 0.05);
    padding: 53px 20px 51px;
    transition: all 500ms ease;
}

.tour-type-icon {
    font-size: 65px;
    color: #FF5956;
    transition-duration: 500ms;
}

.tour-type-icon h3 {
    margin-top: 11px;
    text-transform: capitalize;
    font-size: 20px;
    transition-duration: 500ms;
}

/*====================================================
tour-type-cards
=======================================================*/
.budget-choose {
    position: relative;
    padding: 110px 0 120px;
    overflow: hidden;
    background-color: #2D2330;
    margin-top: 110px;
}

.budget-choose-bg {
    background-image: url(../images/backgrounds/budget-choose-bg.png);
    background-position: center center;
    background-size: cover;
    left: 0;
    bottom: 0;
    width: 100%;
    background-repeat: repeat-x;
    animation: slide-bg 60s linear 0s infinite;
    mix-blend-mode: luminosity;
    opacity: 0.25;
    height: 100%;
    position: absolute;
}

@keyframes slide-bg {
    0% {
        background-position: 1920px 100%;
    }
    100% {
        background-position: 0 100%;
    }
}

.page-title p {
    font-size: 0.875em;
    color: #FF5956;
    line-height: 0.9;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 11px;
}

.page-title h2 {
    font-size: 2.5em;
    line-height: 1.25;
    color: white;
}

.budget-description p {
    max-width: 530px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 700;
    margin: 0;
}

.budgets {
    z-index: 2;
    text-align: center;
    margin-top: 2px;
}

.budgets i {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 48px;
    background-color: #FF5956;
    margin: 0 auto;
}

.budgets h3 {
    font-size: 2.5em;
    color: #ffffff;
    margin: 20px 0 2px;
    display: flex;
    justify-content: center;
}

.budgets p {
    font-weight: 700;
}

.paper-cut {
    height: 85px;
    mask-repeat: no-repeat;
    mask: url("../images/backgrounds/paper-cut.svg");
    background-color: white;
    position: absolute;
    mask-position: center bottom;
    mask-size: cover;
}

.design1 {
    left: 0;
    top: -58px;
    width: 100%;
}

.design2 {
    left: 0;
    bottom: -36px;
    width: 100%;
    height: 80px;
}

/*====================================================
                      why-choose-us
=======================================================*/

.why-choose {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-top: 110px;
    background-color: #faf5ee;
}

.why-choose-bg {
    background-image: url("../images/backgrounds/why-choose-bg.png");
    position: absolute;
    top: 300px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-repeat: no-repeat;
    animation: shake 3s infinite linear;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-20px);
    }
    100% {
        transform: translateX(0);
    }
}

.why-choose-left {
    padding: 89px 0 0 190px;
    background-color: #faf5ee;
    margin-top: 80px;

}

.why-choose-title {
    margin-bottom: 20px;
}

.why-choose-title p {
    font-size: 0.875em;
    color: #FF5956;
    line-height: 0.9;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 11px;
}

.why-choose-title h2 {
    font-size: 2.5em;
    line-height: 1.25;
    color: black;
}

.why-us-descriptio {
    font-weight: 700;
    color: #2D2330;
    opacity: 0.6;
    max-width: 505px;
    margin-bottom: 30px;
}

.why-us-bottom-box {
    position: relative;
    z-index: 2;
    display: flex;
    margin-right: -300px;
}

.why-us-bottom-inner span {
    width: 82px;
    height: 82px;
    background-color: #FF5956;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    margin: -45px 0 16px;
    font-size: 30px;
    color: #ffffff;
}

.why-us-bottom-inner {
    border-radius: 13px;
    border: 1px solid #EBE6DE;
    background: #ffffff;
    box-shadow: 0 16px 30px 0 rgba(0, 0, 0, 0.05);
    padding: 15px 17px 29px 28px;
    margin-top: 30px;

}

.why-us-bottom-inner h3 {
    font-size: 1.25em;
    margin-bottom: 10px;
}

.why-us-bottom-inner p {
    font-weight: 700;
}

.why-choose-right img {
    border-radius: 50px 0 0 0;
    max-width: 100%;
    height: auto;
    min-height: 800px;
    object-fit: cover;
}

/*====================================================
                      article-and news
=======================================================*/
.article-section {
    margin-top: 110px;
    margin-bottom: 100px;
}

.article-full {
    display: flex;
    justify-content: center;
    align-items: center;
}

.article-inner-left {
    position: relative;
    border-radius: 13px;
    border: 1px solid #EBE6DE;
    background: #ffffff;
    box-shadow: 0 16px 30px 0 rgba(0, 0, 0, 0.05);
    padding: 29px;

}

.article-top {
    display: flex;
    align-items: center;
    line-height: 1;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 13px;
}

.article-top span {
    color: #FF5956;
    margin-right: 5px;
}

.article-inner-left a, h3 {
    font-size: 20px;
    color: black;
    font-weight: 700;
    transition-property: all;
    transition-duration: .5s;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0 95% / 0 1px no-repeat;
}

.article-inner-left h3 a:hover {
    color: #FF5956;
    background-size: 100% 1px;
}

.article-inner-left p {
    font-size: 1em;
    color: #736D75;
    line-height: 1.5;
    font-weight: 500;
}

.article-in-right {
    height: fit-content;
}

.article-inner-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FAF5EE;
    border-radius: 10px;
    padding: 20px 20px 20px;
    position: relative;
    margin-bottom: 15px;
}

.profile-name {
    position: relative;
    min-height: 35px;
    padding: 1px 0 0 45px;
}

.profile-name img {
    width: 35px !important;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.profile-name a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0 95% / 0 1px no-repeat;
    transition: all 500ms ease;
    font-size: 16px;
}

.article-inner-bottom span a:hover {
    background-color: #FF5956;
    color: #ffffff;
}

.profile-name h5 {
    line-height: 1;
    font-size: 16px;
    margin: 0 0 5px;
}

.profile-name a:hover {
    color: #FF5956;
    background-size: 100% 1px;
}

.profile-name p {
    margin: 0;
    line-height: 1;
    display: block;
    font-size: 12px;
}

.article-inner-bottom span a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background-color: #ffffff;
    font-size: 12px;
    color: #FF5956;
    overflow: hidden;
}

.article-in-right a {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;

}

.article-in-right img {
    width: 100%;
}

.article-img-shadow {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(45, 35, 48, 0.6);
    transition: all 0.5s ease;
    border-radius: 10px;
    color: transparent;
}

.article-in-right:hover .article-img-shadow {
    height: 100%;
    color: white;
}

.image-in-text {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: inline-block;
    background-color: #FF5956;
    text-align: center;
    line-height: 1;
    border-radius: 20px 0 10px 0;
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    padding: 7px 12px 13px;
}

.image-in-text span {
    margin-top: 1px;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
}

/*====================================================
media-queries
=======================================================*/
/*==============
Hero-section-
==============*/
@media (max-width: 1024px) {
    .hero-heading {
        padding-top: 50px;
    }

    .right-hero-section {
        display: none;
    }

    .hero-heading h1 {
        font-size: 3.8em;
    }

    .contact-no div span:nth-of-type(2) {
        font-size: 1em;
    }

    .bg-slider {
        background-size: 50%;
    }

    .bg-plane {
        top: 55%;
        left: 46%;
        width: 6%;
    }
}

@media (max-width: 768px) {
    .hero-heading {
        padding-top: 50px;
    }

    .color-btn {
        padding: 15px 30px;
    }

    .hero-heading h1 {
        font-size: 3.8em;
    }

    .bg-slider {
        background-size: 70%;
    }

    .bg-plane {
        top: 52%;
        left: 46%;
    }
}

@media (max-width: 576px) {
    .contact-no i {
        display: none;
    }

    .company-logo {
        margin: 0;
    }

    .hero-heading span {
        font-size: 1.2em;
    }

    .hero-heading h1 {
        font-size: 2.8em;
    }

    .bg-slider {
        background-size: 130%;
    }

    .bg-plane {
        top: 50%;
        left: 60%;
        width: 10%;
    }
}

/*==============
Discover-section
==============*/
@media (max-width: 1200px) {

    .boy-in-mountain {
        margin: 0 auto;
        width: max-content;
    }

    .discover-contact {
        left: 144px;
    }

    .sea-card {
        margin-left: 500px;
    }

    .discount-card {
        margin-left: 600px;
    }
}

@media (max-width: 991px) {

    .discover-contact {
        left: 25px;
        bottom: -35px;
    }

    .sea-card {
        margin-left: 435px;
        max-width: 245px;
        bottom: -60px;
    }

    .sea-card img {
        width: 100%;
    }

    .discount-card {
        margin-left: 500px;
        width: 120px;
        height: 120px;
        bottom: -55px;
    }

    .discount-card span {
        font-size: 20px;
        font-weight: 400;
        line-height: 1.5;
    }
}

@media (max-width: 767px) {

    .discover-contact {
        left: 39px;
        bottom: -307px;
    }

    .sea-card {
        display: none;
    }

    .sea-card img {
        width: 100%;
    }

    .discount-card {
        display: none;
    }

}

@media (max-width: 576px) {

    .discover-contact {
        left: 26px;
        bottom: -307px;
    }
}

@media (max-width: 480px) {
    .boy-in-mountain {
        width: 100%;
    }

    .discover-contact {
        left: 0;
        bottom: -307px;
    }
}

/*==============
Discover-section
==============*/

@media (max-width: 767px) {
    .fev-card-section {
        margin-top: 380px;
    }
}

/*==============
why-choose-us-section
==============*/
@media (max-width: 992px) {
    .why-choose-left {
        padding: 15px;
        margin: 0 115px;
    }

    .why-choose-right {
        display: none;
    }

    .why-us-bottom-box {
        flex-direction: column;
        justify-content: center;
    }

    .why-us-bottom-inner {
        margin-top: 45px;
    }
}

@media (max-width: 576px){
    .why-choose-left {
        padding: 15px;
        margin: 0;
    }
}
