@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Montserrat', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.btn10 {
    text-align: center;
    position: relative;
    overflow: hidden!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 10;
    background: linear-gradient(180deg, rgba(87,25,173,1) 30%, rgba(107,49,190,1) 60%, rgba(136,84,214,1) 100%);
    color: #fff;
    padding: 20px 20px;
    border-radius: 40px;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn10:hover {
    color: #fff!important;
}

.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #5719ad;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    transition: all .7s cubic-bezier(.77, 0, .175, 1);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
}

.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
}

.btn10:hover::before,
.btn1O:hover::before {
    opacity: 1;
    width: 116%
}

.btn10:hover::after,
.btn1O:hover::after {
    opacity: 1;
    width: 120%
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

@keyframes sf-fly-by-1 {
    from {
        transform: translateZ(-600px);
        opacity: 0.5;
    }
    to {
        transform: translateZ(0);
        opacity: 0.5;
    }
}

@keyframes sf-fly-by-2 {
    from {
        transform: translateZ(-1200px);
        opacity: 0.5;
    }
    to {
        transform: translateZ(-600px);
        opacity: 0.5;
    }
}

@keyframes sf-fly-by-3 {
    from {
        transform: translateZ(-1800px);
        opacity: 0.5;
    }
    to {
        transform: translateZ(-1200px);
        opacity: 0.5;
    }
}

.star-field {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    perspective: 600px;
    -webkit-perspective: 600px;
    z-index: 1;
    transform: scale(1.5);
    pointer-events: none;
}

.star-field .layer {
    box-shadow: -411px -476px #cccccc, 777px -407px #d4d4d4, -387px -477px #fcfcfc, -91px -235px #d4d4d4, 491px -460px #f7f7f7, 892px -128px #f7f7f7, 758px -277px #ededed, 596px 378px #cccccc, 647px 423px whitesmoke, 183px 389px #c7c7c7, 524px -237px #f0f0f0, 679px -535px #e3e3e3, 158px 399px #ededed, 157px 249px #ededed, 81px -450px #ebebeb, 719px -360px #c2c2c2, -499px 473px #e8e8e8, -158px -349px #d4d4d4, 870px -134px #cfcfcf, 446px 404px #c2c2c2, 440px 490px #d4d4d4, 414px 507px #e6e6e6, -12px 246px #fcfcfc, -384px 369px #e3e3e3, 641px -413px #fcfcfc, 822px 516px #dbdbdb, 449px 132px #c2c2c2, 727px 146px #f7f7f7, -315px -488px #e6e6e6, 952px -70px #e3e3e3, -869px -29px #dbdbdb, 502px 80px #dedede, 764px 342px #e0e0e0, -150px -380px #dbdbdb, 654px -426px #e3e3e3, -325px -263px #c2c2c2, 755px -447px #c7c7c7, 729px -177px #c2c2c2, -682px -391px #e6e6e6, 554px -176px #ededed, -85px -428px #d9d9d9, 714px 55px #e8e8e8, 359px -285px #cfcfcf, -362px -508px #dedede, 468px -265px #fcfcfc, 74px -500px #c7c7c7, -514px 383px #dbdbdb, 730px -92px #cfcfcf, -112px 287px #c9c9c9, -853px 79px #d6d6d6, 828px 475px #d6d6d6, -681px 13px #fafafa, -176px 209px #f0f0f0, 758px 457px #fafafa, -383px -454px #ededed, 813px 179px #d1d1d1, 608px 98px whitesmoke, -860px -65px #c4c4c4, -572px 272px #f7f7f7, 459px 533px #fcfcfc, 624px -481px #e6e6e6, 790px 477px #dedede, 731px -403px #ededed, 70px -534px #cccccc, -23px 510px #cfcfcf, -652px -237px whitesmoke, -690px 367px #d1d1d1, 810px 536px #d1d1d1, 774px 293px #c9c9c9, -362px 97px #c2c2c2, 563px 47px #dedede, 313px 475px #e0e0e0, 839px -491px #e3e3e3, -217px 377px #d4d4d4, -581px 239px #c2c2c2, -857px 72px #cccccc, -23px 340px #dedede, -837px 246px white, 170px -502px #cfcfcf, 822px -443px #e0e0e0, 795px 497px #e0e0e0, -814px -337px #cfcfcf, 206px -339px #f2f2f2, -779px 108px #e6e6e6, 808px 2px #d4d4d4, 665px 41px #d4d4d4, -564px 64px #cccccc, -380px 74px #cfcfcf, -369px -60px #f7f7f7, 47px -495px #e3e3e3, -383px 368px #f7f7f7, 419px 288px #d1d1d1, -598px -50px #c2c2c2, -833px 187px #c4c4c4, 378px 325px whitesmoke, -703px 375px #d6d6d6, 392px 520px #d9d9d9, -492px -60px #c4c4c4, 759px 288px #ebebeb, 98px -412px #c4c4c4, -911px -277px #c9c9c9;
    transform-style: preserve-3d;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 6px;
    width: 6px;
    border-radius: 2px;
    border-radius: 50%;
}

.star-field .layer:nth-child(1) {
    animation: sf-fly-by-1 10s linear infinite;
}

.star-field .layer:nth-child(2) {
    animation: sf-fly-by-2 10s linear infinite;
}

.star-field .layer:nth-child(3) {
    animation: sf-fly-by-3 10s linear infinite;
}



h1 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 55px;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'Montserrat';
    font-size: 50px;
    line-height: 60px;
    color: #333333;
    font-weight: 300;
    margin: 0 0 10px;
}

h3 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 58px;
    line-height: 68px;
    color: #000000;
    font-weight: 300;
    margin: 0 0 20px;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(180deg, rgba(87,25,173,1) 30%, rgba(107,49,190,1) 60%, rgb(196 185 213) 100%);
    letter-spacing: 2px;
}

h4 {
    font-family: 'Montserrat';
    font-size: 25px;
    line-height: 32px;
    color: #333333;
    font-weight: 400;
    margin: 0 0 10px;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 22px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 10px;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(180deg, rgba(87,25,173,1) 30%, rgba(107,49,190,1) 60%, rgb(196 185 213) 100%);
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

p {
    color: #666666;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Montserrat';
    font-weight: 300;
    letter-spacing: 0;
    margin: 0 0 20px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */
header::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #303232;
    bottom: 10px;
    z-index: 0;
}
.menuSec {
    padding: 0px 0;
    position: relative;
    z-index: 1;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 10px 34px;
    font-size: 16px;
}



.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.header-logo{
    background-color: #fff;
    padding: 10px 20px 30px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 79% 95%, 68% 93%, 55% 92%, 44% 92%, 32% 93%, 19% 95%, 0 100%);
}
header{
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 0;
    left: 0;
}

.btn4 {
    width: 110%;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    padding: 8px  20px !important;
    height: 44px;
}

/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*Banner CSS START*/
.main_slider{
    background-image: url(../images/banner.png);
    background-repeat: no-repeat;
    height: 120vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    position: relative;
}
.main_slider::after{
    content: '';
    position: absolute;
    background-image: url(../images/cloud.png);
    width: 100%;
    height: 31%;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    pointer-events: none;
}
.maiun_banner_slider ul li img {
    height: 600px;
    object-fit: cover;
    width: 100%;
}
.maiun_banner_slider .flipster.flipster-active.flipster-coverflow {
    overflow-y: hidden !important;
    padding: 100px 70px;
}
.flipster .flipto-prev {
    left: 0;
    background: transparent;
    border: transparent;
}
.flipster .flipto-next {
    right: 0;
    background: transparent;
    border: transparent;
}
.flipster .flipto-prev:hover, .flipster .flipto-next:hover{
    background-color: transparent;
}
.banner_content {
    position: absolute;
    bottom: 20%;
    width: 22%;
    left: 50%;
    transform: translateX(-50%);
}
.banner_content h1 {
    font-size: 50px;
    font-weight: 300;
    color: #fff;
}
.banner_content p {
    font-size: 21px;
    text-transform: capitalize;
    color: #ffffff;
    text-shadow: 0 3px 2px black;
}

.banner_content a {
    float: right;
}

.banner_content a i {
    width: 50px;
    height: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 50px;
    color: #7d4ac5;
}
/*Banner CSS END*/


/* search box css */

.top-shipping ul li {
    margin-right: 15px;
}

.top-shipping ul {
    align-items: baseline !important;
}

body.search-open {
    overflow: hidden;
}

.close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: none;
    border: 0;
    font-size: 50px;
    font-weight: 700;
    display: block;
    cursor: pointer;
    color: black;
    padding: 1rem 1.25rem;
    border-radius: 50%;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font: 18px;
    opacity: 1 !important;
    width: 50px;
    height: 50px;
}

.close:hover {
    background: #e21d1a;
    color: white;
    opacity: 1 !important;
    top: 2rem;
    right: 2rem;
}

.search-box.search-elem {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #000000b0;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.search-box.search-elem .inner {
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

.search-box.search-elem label {
    color: white;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
}

.search-box.search-elem button.submit {
    outline: none;
    position: absolute;
    top: 0;
    right: 15px;
    height: 70px;
    color: #ffffff;
    width: 171px;
    height: 55px;
    background: #000000;
    font-family: 'Poppins';
    font-size: 22px;
    cursor: pointer;
    border: 0;
}

.top-cart ul li i {
    margin-right: 13px;
    font-size: 20px;
}

.search-box.search-elem button.submit[disabled] {
    width: 171px;
    height: 55px;
    font-size: 20px;
    color: white;
    /* background: linear-gradient(to top, #e70e0e 0%, #f66565 100%); */
    display: inline-block;
    background: linear-gradient(180deg, rgba(87,25,173,1) 30%, rgba(107,49,190,1) 60%, rgba(136,84,214,1) 100%);
}

.search-box.search-elem input[type=text] {
    padding: 20px;
    height: 55px;
    width: 80%;
    font-size: 32px;
    font-family: 'Poppins';
    font-weight: 300;
    border: none;
    border-bottom: solid 2px #e21d1a;
    transition: border 0.3s;
    border-radius: 0;
}

.search-box.search-elem input[type=text]:focus {
    border-bottom: solid 2px #55cd6c;
    box-shadow: none;
}

.search-box.search-elem label.placeholder {
    position: absolute;
    top: 13px;
    left: 2rem;
    font-size: 32px;
    font-weight: 300;
    font-family: 'Poppins';
    color: #999;
    transition: all 0.3s;
}

.search-box.search-elem label.placeholder.move-up {
    top: -25px;
    color: white;
    font-size: 17px;
    font-family: 'Poppins';
}

.search-box.search-elem.search-open {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.search-btn {
    font-family: 'Raleway', sans-serif;
    font-size: 0.875rem;
    padding: 0 10px;
    display: inline-block;
    color: white;
}


/* .search-btn:hover {
  color: #00A896;
} */


/* end search box css */


/*bar-sec*/

.nav-tabs .nav-link:hover {
    background: #fff;
    color: #000;
}

.serbar-sec {
    z-index: 2;
    position: relative;
    margin-top: 0;
}

.nav-tabs {
    border-bottom: 1px solid #8b8b8b;
    background: #fff;
    padding: 1px 0;
    box-shadow: 0 0 20px 0 #00000059;
}

.bar-box {
    background-color: #ffffff;
    padding: 30px;
    position: relative;
    box-shadow: 0 0 20px 0 #0000004a;
    border-radius: 0 0 20px 20px;
}

.bar-box label {
    color: #000;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}

.bar-box select {
    width: 100%;
    padding: 16px;
    color: #000;
    text-transform: capitalize;
    border: 0;
    color: #4b4b4b;
    height: 55px;
    border-radius: 199px;
    background-position-x: 40px !important;
    font-family: raleway;
    font-weight: 600;
    margin: 0 0 24px;
    background: #ddd;
}

.appoin-sec .bg-chg1 button {
    font-weight: 700;
}

.bar-box button {
    margin-top: 0;
    border: 0;
    height: 55px;
    width: 66%;
}

.range-slider {
    width: 100%;
    text-align: center;
    position: relative;
    margin: 33px 0;
    margin-bottom: 60px;
}

.range-slider .rangeValues {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    width: 30%;
    background: transparent;
    padding: 12px 5px;
    margin-top: -15px;
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: -45px;
}

.serbar-sec input[type=range] {
    -webkit-appearance: none;
    border: 0;
    width: 100%;
    position: absolute;
    background: transparent;
    left: 0;
}

.serbar-sec input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    background: #48b5ff;
    border: none;
    border-radius: 3px;
}

.serbar-sec input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: #48b5ff;
    margin-top: -10px;
    cursor: pointer;
    position: relative;
    border: 5px solid #fff;
    z-index: 1;
}

.serbar-sec input[type=range]:focus {
    outline: none;
}

.serbar-sec input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

.serbar-sec input[type=range]::-moz-range-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 50%;
}

.serbar-sec input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #fff;
    border: 5px solid #1a3e9c;
}

.bar-box h2 {
    color: #000;
    font-size: 36px;
    line-height: 1;
}

ul.list-frm {
    display: flex;
    align-items: center;
    margin: 0 0 30px;
}

ul.list-frm>li>a {
    color: #4b4b4b;
    font-size: 16px;
    margin-right: 30px;
    font-family: 'Raleway';
    font-weight: 600;
    border-bottom: 2px solid #0000;
    padding-bottom: 5px;
}

ul.list-frm>li>a:hover,
ul.list-frm>li>a.active {
    color: #000;
    border-bottom: 2px solid #000;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background: #fff;
    color: #333333;
    position: relative;
}

.nav-tabs .nav-link {
    height: 50px;
    padding: 0 24px;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #666666;
    background: #ffffff;
    border: 0;
    font-weight: 400;
    font-family: 'Montserrat';
}

.perfec-in input {
    width: 100%;
    height: 59px;
    padding: 0 40px;
    border-radius: 30px;
    outline: 0;
    border: 0;
    background: #ebebeb;
    margin-bottom: 20px;
}

.for-sell ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin: 0;
}

.for-sell ul li label {
    font-weight: 500;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 400;
}

.for-sell ul li select {
    width: 200px;
    border-radius: 30px;
    height: 40px;
    border: 1px solid #000;
    padding: 0 20px;
    background-color: #fff;
    margin: 0;
    color: #7c7c7c;
    -webkit-appearance: auto;
    font-family: "Roboto";
}

.for-sell ul li input {
    width: 100%;
    border-radius: 30px;
    height: 40px;
    border: 1px solid #000;
    padding: 0 20px;
}

.for-sell ul li button {
    background: #000;
    color: #fff;
    font-size: 20px;
    padding: 0 40px;
    border-radius: 30px;
    margin-top: 20px;
    height: 50px;
}

.for-sell ul li input::placeholder {
    font-size: 13px;
    color: #909090;
    font-family: 'Roboto';
}

.nav-tabs .nav-link.active:before {
    content: '';
    position: absolute;
    border-bottom: 4px solid #672cba;
    width: 30px;
    bottom: 0;
    left: 26px;
}

.for-sell input {
    width: 100%;
    background: #e3e3e3;
    border: 0;
    height: 50px;
    border-radius: 40px;
    padding: 0 20px;
    margin: 0 0 30px;
}

.checkbox-input input {
    width: 10% !important;
    margin: 0;
}

.checkbox-input ul {
    display: flex;
    align-items: center;
}

.checkbox-input ul li {
    display: flex;
    align-items: center;
    width: 14%;
    gap: 10px;
}

.checkbox-input label {
    margin: 0;
}

.checkbox-input {
    margin: 0 0 20px;
}

/*bar-sec*/


/*Top Vacation Start*/

section.vacation-sec {
    padding: 100px 0;
}

.vacation-img {
    position: relative;
}
.vacation-img:hover img {
    transform: scale(1.1);
    filter: brightness(1);
}

.vacation-img {
    overflow: hidden;
    border-radius: 10px;
}
.vacation-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    filter: brightness(0.5);
    transition: 0.5s all;
}

.vacation-txt {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.vacation-txt h6 {
    color: #fff;
    margin: 0;
    font-family: 'Montserrat';
}


/*Top Vacation End*/

/*About Start*/

section.about-sec {
    padding: 100px 0;
}

ul.aboutlist {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    margin-top: 40px;
}

ul.aboutlist li  i {
    font-size: 30px;
    color: #fff;
    display: flex;
    align-items: center;justify-content: center;
    background: linear-gradient(180deg, rgba(87,25,173,1) 30%, rgba(107,49,190,1) 60%, rgba(136,84,214,1) 100%);
    width: 70px;
    height: 70px;
    border-radius: 10px;
}

ul.aboutlist li  p {
    margin: 0;
}

ul.about-btn {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 50px;
}

ul.about-btn li a.btn10 {
    height: 50px;
    padding: 0 30px;
}

ul.about-btn li  h6 {
    font-size: 16px;
    margin: 0;
    line-height: 25px;
    font-weight: 400;
    font-family: 'Montserrat';
}

ul.about-btn li:last-child {
    border-left: 1px solid #969696;
    padding: 0 0 0 30px;
}

.call {
    font-size: 22px;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(180deg, rgba(87,25,173,1) 30%, rgba(107,49,190,1) 60%, rgb(196 185 213) 100%);
}

.about-img > img {
    width: 70%;
    height: 620px;
    border-radius: 220px;
    text-align: right;
    margin: 0 auto 0;
    object-fit: cover;
}

.about-img {
    text-align: right;
    position: relative;
    overflow: hidden;
}

.about-img2 >img {
    height: 460px;
    width: 100%;
    border-radius: 200px;
    border: 10px solid #fff;
}

.about-img2 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.about-txt span {
    position: relative;
    margin: 0 0 70px;
    display: block;
}

.about-txt span:before {
    content: '';
    position: absolute;
    background-image: url(../images/about-head.png);
    width: 26%;
    height: 165%;
    background-repeat: no-repeat;
    background-size: cover;
    top: -63px;
    left: -46px;
}

/*About End*/

/*Explore Start*/

section.expolre-sec {
    background-image: url(../images/explore-back.jpg);
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.bexplore-txt h2 {
    color: #fff;
}

.bexplore-txt p {
    color: #fff;
    margin: 0;
}

/*Explore End*/

/*Product Start*/

section.product-sec {
    padding: 100px 0;
}

.product-img img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 30px 30px 0 0;
}

.product-main {
    box-shadow: 0 0 10px 0 #0009;
    border-radius: 30px;
}

.product-txt {
    padding: 20px;
}

ul.p-map {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
}

ul.p-map li i {
    font-size: 25px;
    color: #5719ad;
}

ul.p-map li h5 {
    font-size: 14px;
    margin: 0;
}

ul.p-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.p-btn li {
    display: flex;
    align-items: center;
}

ul.p-btn li h5 {
    font-size: 25px;
    font-weight: 600;
    margin: 0 10px 0 0;
}

ul.p-btn li span {
    font-size: 14px;
    font-family: 'Montserrat';
}

.btn1 {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(180deg, rgba(87,25,173,1) 30%, rgba(107,49,190,1) 60%, rgb(196 185 213) 100%);
    height: 40px;
    font-size: 16px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

ul.p-btn li:last-child {
    background: #f1f5f5;
    border-radius: 30px;
}

ul.p-btn li:last-child:hover {
}

.btn1:hover {background: #000;}


.product-img {
    position: relative;
    overflow: hidden;
}

.p-rating ul {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border-radius: 30px;
    padding: 4px 10px;
}

.p-rating ul li i {
    color: orange;
}

.p-rating ul li span {
    font-size: 20px;
    color: #333333;
    font-family: 'Montserrat';
}

.p-rating {
    position: absolute;
    top: 20px;
    right: 20px;
}

.product-head h2 {
    color: #000;
}

.product-head p {
    color: #000;
}

.product-head {
    margin: 0 0 50px;
}

/*Product End*/


/*memory Start*/

section.memory-sec {
    background-image: url(../images/memory-back.jpg);
    padding: 100px 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-color: #00000094;
}

.memory-main-img >img {
    height: 750px;
    object-fit: cover;
    width: 100%;
    border-radius: 340px;
}

.memory-img ul li img {
    width: 110px;
    height: 115px;
    object-fit: cover;
    border-radius: 20px;
    border: 3px solid #fff;
}

.memory-img ul {
    display: inline-flex;
    align-items: center;
    justify-content: end;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    position: absolute;
    bottom: -5%;
    right: 0;
}

.memory-img {
    position: relative;
    margin-top: -140px;
    /* overflow: hidden; */
}

.memory-txt h4 {
    font-size: 30px;
    color: #fff;
    font-family: 'Montserrat';
    text-shadow: 0 4px black;
    line-height: 55px;
}

.memory-txt h2 {
    color: #fff;
    text-shadow: 0 4px black;
    font-size: 60px;
}

.memory-txt p {
    color: #fff;
}

.memory-txt ul {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
    margin-top: 10px;
    margin-bottom: -90px;
}

.memory-txt ul li {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 160px;
}

.memory-txt ul li h5 {
    font-size: 37px;
    line-height: 42px;
    margin: 0;
}

.memory-txt ul li p {
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.memory-img ul li:nth-child(3) {
    margin: 0 0 0 -30px;
}
.memory-img ul li:nth-child(2) {
    margin: 0 0 0 -30px;
}

/*memory End*/

/*Client Start*/

section.client-sec {
    background-image: url(../images/client-back.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: soft-light;
    background-color: #7648bb;
    padding: 100px 0;
    background-position: 0 -240px;
    position: relative;
}

.client-txt h2 {
    font-size: 63px;
    color: #fff;
    text-shadow: 0 4px #000000b5;
}

.client-txt p {
    color: #fff;
    text-shadow: 0 2px #000000c7;
    width: 90%;
}

.clint-profile ul {
    display: flex;
    align-items: center;
    justify-content: start;
}

.clint-profile ul li {
}

.clint-profile {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.clint-profile ul li i {
    color: orange;
}

.clint-profile ul li img {
    width: 94px;
    height: 94px;
    object-fit: cover;
    border-radius: 10px;
    margin: 0 20px 0 0;
}

.clint-profile ul li h5 {
    display: block;
    margin: 0;
    font-family: 'Montserrat';
    line-height: 30px;
}

li.testi-star {
    text-align: end;
    margin: 0 auto 0;
}

.clint-profile ul li h6 {
    display: block;
    color: #333333;
    font-size: 14px;
    margin: 0;
}

.clint-profile p {
    font-style: italic;
    color: #000;
    font-size: 18px;
    margin: 0;
}

.testi-no {
    position: absolute;
    right: 5%;
    top: 28%;
}

.testi-no span {
    display: block;
    font-size: 22px;
    color: #fff;
    line-height: 40px;
    font-family: 'Montserrat';
    font-weight: 300;
}

.testi-no span .active {
    font-size: 43px !important;
}

.testi-no span.active {
    font-size: 43px;
    line-height: 60px;
    font-weight: 600;
}

.slick-next {
    right: -45px;
    top: 20px;
}

.slick-next:before {
    content: '\f106';
    font-family: 'Font Awesome 5 Pro';
    color: #fff !important;
    font-size: 26px;
    opacity: 1 !important;
}

.slick-prev {
    left: inherit;
    right: -40px;
    top: 90%;
}

.slick-prev:before {
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    color: #fff !important;
    font-size: 26px;
    opacity: 1 !important;
}

/*Client End*/





/* Footer */
.footer-main{
  background-color: #000;
  padding: 5em 0 0;
}

.first-col h5{
  color:#ffffff;
  /*   font-family: 'MyRiadRegular' ,sans-serif; */
  font-size:34px;
  margin:0;
  /* font-size: 72px; */
  background: -webkit-linear-gradient(#581bae, #8854d6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.first-col p{
  color:#ffffff;
  /* font-family: 'MyRiadRegular' ,sans-serif; */
  font-size:17px;
  line-height: 28px;
  margin-top:30px;
  padding-right: 60px;
  margin-bottom: 20px;
}

.second-col h6, .third-col h6, .forth-col h6{
    color:#ffffff;
    /* font-family: 'MyRiadRegular' ,sans-serif; */
    font-size:26px;
    margin:0;
    background: -webkit-linear-gradient(#581bae, #8854d6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.foot-nav, .post-nav, .social-links{
  margin-top:38px;
}

.foot-nav ul, .post-nav ul, .social-links ul{
  margin:0;
}

.foot-nav ul li, .post-nav ul li{
  margin-bottom:16px;
}

.social-links ul li{
  margin-bottom:15px;
}

.foot-nav ul li a, .post-nav ul li a, .social-links ul li a{
    color:#ffffff;
  font-family: 'MyRiadRegular' ,sans-serif;
  font-size:17px;
  margin:0;
}
.first-col ul{
    margin-top: 30px;
}
.first-col ul li{
    display: inline-block;
    margin-right: 7px
}
.first-col ul li i{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    color: #000;
    background-color: #fff;
    border-radius: 30px;
}
.copy_right{
    border-top: 2px solid #fff;
}
.copy_right p{
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
}
/* Footer */



/*Inner Start*/

/*contact page css start*/


.contact-page{
  padding: 80px 0px;
}


.get-in-touch {
  border-radius: 5px;
  padding: 20px 30px;
  background: linear-gradient(180deg, rgba(87,25,173,1) 30%, rgba(107,49,190,1) 60%, rgba(136,84,214,1) 100%);
}



.get-in-touch h2 {
  font-size: 45px;
  font-weight: 600;
  padding-bottom: 0;
  color: #fff;
  margin: 0 0 10px;
  font-family: 'Montserrat';
  text-transform: uppercase;
}



.get-in-touch p {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  font-family: 'Montserrat';
}


.contact-socail{
  padding-top: 10px;
}
.contact-socail i{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  background-color: #fff;
  color: #7037c2;
  border-radius: 50%;
  font-size: 30px;
  transition: 1s ease-in-out;
  margin-top: 0;
}
.contact-socail i:hover{
  transform: rotate(360deg);
}

.contact-socail h6 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 0px;
  font-family: 'Montserrat';
  line-height: 29px;
}

.contact-socail a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Montserrat';
}

.requet-quote{
  padding: 30px 30px 42px 30px;
  background:#fff;
  box-shadow: 0px 0px 6px #0000003d;
  border-radius: 5px;
}
.requet-quote h2 {
  font-size: 50px;
  font-weight: 500;
  position: relative;
  line-height: 55px;
  font-family: 'Montserrat';
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, rgba(87,25,173,1) 30%, rgba(107,49,190,1) 60%, rgb(196 185 213) 100%);
  text-transform: uppercase;
}

.requet-quote h2:before{
  content: '';
  height: 50px;
  width: 6px;
  background-color: #5d21b3;
  left: -30px;
  /*top: 8px;*/
  position: absolute;
}
.requet-quote input {
  width: 100%;
  border: 1px solid #ccccce;
  padding: 15px 20px;
  border-radius: 40px;
  margin-top: 17px;
}

input[type="text"]::placeholder {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 500;
  color: #000;
  opacity: 0.6;
  FONT-WEIGHT: 500;
}

.requet-quote a{
  color: #fff;
  padding: 10px 30px;
  font-size: 18px;
  background-color: #ee202a;
  line-height: 120px;
  border-radius: 5px;
  transition: 0.5s ease-in-out;
}
.requet-quote a:hover{
  padding: 10px 50px;
}

.login-forms{
  padding: 70px 0px;
  background: #f7f7f7;
}
.form-box{
  background-color: #f8f8f8;
  padding: 20px 50px;
  border-radius: 5px;
  border: 1px solid #dbdbdb;
  box-shadow: 0px 0px 20px #00000021;
}
.form-box h2{
  color: #000000;
  font-size: 34px;
  text-align: center;
}
.form-box input{
  background-color: #fff;
  border: 1px solid #dbdbdb;
  width: 100%;
  border-radius: 5px;
  padding: 13px 20px;
  margin-top: 20px;
}
.form-box ::placeholder{
  color: #cacaca;
  font-size: 16px;
}
.form-box label{
  color: #000000;
  font-size: 14px;
}

.f-flex-s{
  display: flex;
}
.coloum1{
  width: 45%;
}
.coloum2{
  width: 45%;
  margin-left: 10%;
}
.btn-form{
  color: #fff;
  background-image: linear-gradient(to right, #1cf0f5 , #2f3f9b);
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  border-radius: 5px;
  display: block;
  width: 100%;
  padding: 13px 20px;
  border: 0px;
}
.btn-form:hover{
  color: #fff;
}

.btn {
    height: 30px;
}
/*contact page css end*/

/*book start*/

section.book-sec {
    padding: 100px 0;
}

section.book-sec input {
    width: 100%;
    height: 50px;
    margin: 0 0 20px;
    border-radius: 30px;
    border: 1px solid #000;
    padding: 0 20px;
}

section.book-sec textarea {
    width: 100%;
    height: 150px;
    border-radius: 30px;
    padding: 20px;
}

section.book-sec button {
    width: 100%;
    border: 0;
    margin-top: 20px;
    text-transform: uppercase;
}

section.book-sec  .container {
    background: #fff;
    box-shadow: 0 0 20px 0 #0009;
    padding: 30px;
}

/*book start*/

.inner-product-txt {
    background: #f5f5f5;
    border-radius: 0 0 30px 30px;
}

/*Inner Start*/

/*INNER BANNER*/
.inner_banner{
    position: relative;
}
.inner_banner::after{
    content: '';
    position: absolute;
    background-image: url(../images/cloud.png);
    width: 100%;
    height: 71%;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
}
.inner_banner img{
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.inner_banner .banner_name{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner_banner .banner_name h2{
    font-size: 70px;
    font-weight: 300;
    text-align: center;
    color: #fff;
    text-shadow: 0px 3px 1px #000000;
}




/*TRAVEL DETAIL PAGE CSS START*/
.travel_Detail{
    padding: 80px 0;
}
.travel_detail_Content h3{
    font-size: 40px;
    font-weight: 300;
}
.travel_price_and_booking{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.travel_price_and_booking .travel_price h4{
    font-size: 34px;
    font-weight: 700;
     background: -webkit-linear-gradient(#581bae, #8854d6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.travel_price_and_booking .travel_price h4 span{
    display: inline-block;
    margin-left: 15px;
    color: #333333 !important;
    font-weight: 300;
    font-size: 21px;
    -webkit-text-fill-color: #333;
}
.travel_price_and_booking .travel_price p{
    background: -webkit-linear-gradient(#581bae, #8854d6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    margin-top:0px;
    line-height: 22px;
} 
.travel_detail_Content p{
    font-size: 15px;
    color: #333;
    line-height: 24px;
    margin-top: 25px;
}
.travel_detail_Content img{
    border-radius: 15px;
}

.travel-drop select {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: 2px solid #5719ad;
    -webkit-appearance: auto;
    font-family: 'Montserrat';
    font-size: 20px;
}

.travel-drop {
    margin: 0 0 30px;
}


.package_deatil_content a {
    width: 23%;
    height: 40px;
}

/*TRAVEL DETAIL PAGE CSS END*/




/*PACKAGES PAGE START*/
.Packages_sec{
    padding: 80px 0;
}
.packages_heading h2{
    font-size: 47px;
    font-weight: 200;
    color: #333;
    margin-bottom: 12px;
}
.packages_heading p{
    font-size: 16px;
    color: #333;
    font-weight: 500;
    line-height: 24px;
}
.package_name h3{
    font-size: 32px;
    font-weight: 300;
    color: #333;
    margin-bottom: 5px;
}
.package_name_price{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.package_name ul{
    display: flex;
    align-items: center;
}
.package_name ul li:first-child{
    background-color: #e2e2e2;
    padding: 9px 10px;
    border-radius: 32px;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    width: 70px;
    height: 40px;
    margin-right: 20px;
    align-items: center;
}
.package_name ul li:first-child i{
    color: #ffbb29;
}
.package_name li p{
    color: #814ecd;
    font-size: 16px;
    margin: 0;
}
.package_price h4 {
    font-size: 36px;
    font-weight: 800;
    background: -webkit-linear-gradient(#581bae, #8854d6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.package_price h4 span {
    display: block;
    font-size: 18px;
    font-weight: 500;
}
.package_deatil_content p{
    font-size: 15px;
    line-height: 22px;
    color: #333;
    font-weight: 500;
}
.package_img img{
    border-radius: 20px;
    width: 100%;
}

.row_before{
    position: relative;
    margin: 0 0 100px;
}
.row_before::before{
    content: '';
    position: absolute;
    width: 70%;
    top: 50%;
    background-color: #f5f5f5;
    right: -2%;
    height: 120%;
    transform: translateY(-50%);
    z-index: -1;
    border-radius: 20px;

}

.row-before-left:before {
    left: 0;
}

.row-before-left {
    padding-left: 20px;
}


.pacakage-member ul {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 10px;
}

.pacakage-member ul li i {
    color: #000;
    font-size: 16px;
}

.pacakage-member ul li p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
}

.packages_heading ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
}

.packages_heading ul li select {
    width: 100%;
    -webkit-appearance: auto;
    padding: 0px 10px 0;
    height: 40px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(87,25,173,1) 30%, rgba(107,49,190,1) 60%, rgba(136,84,214,1) 100%);
    color: #a1a1a1;
}

.top-destination-slider .slick-active {
    opacity: 1;
}

.top-destination-slider .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

.top-destination-slider .slick-next:before {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    width: 40px;
    height: 40px;
    color: #fff !important;
    border-radius: 50%;
    opacity: 1 !important;
    font-size: 30px;
    top: 0;
    bottom: 0;
    position: absolute;
}

.top-destination-slider .slick-prev:before {
    content: '\f104';
    font-family: 'Font Awesome 5 Pro';
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    width: 40px;
    height: 40px;
    color: #fff !important;
    border-radius: 50%;
    opacity: 1 !important;
    font-size: 30px;
    top: 0;
    bottom: 0;
    position: absolute;
}

.top-destination-img {
    position: relative;
}

.top-destination-img img {
    width: 100%;
    height: 210px;
    border-radius: 10px;
    object-fit: cover;
    filter: brightness(0.5);
    transition: 0.5s ease-in-out;

}

.destination-icon ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.destination-icon {
    position: absolute;
    top: 5%;
    left: 5%;
}

.destination-icon ul li i {
    font-size: 20px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    transition: 0.5s ease-in-out;
}

.destination-icon ul li i:hover {
    background: #5719ad;
    color: #fff;
    transition: 0.5s ease-in-out;
}

.top-destination-sec h3 {
    color: #000;
    font-size: 40px;
    margin: 0;
    font-family: 'Montserrat';
    font-weight: 500;
    background: black;
}

.destination-txt {
    position: absolute;
    bottom: 0;left: 5%;
}

.destination-txt h4 {
    font-size: 20px;
    color: #fff;
}

.top-destination-img:hover img {
    filter: brightness(1.1);
    transition: 0.5s ease-in-out;
}

.top-destination-img:hover h4 {
    color: #000000;
    font-weight: 600;
}

.top-destination-slider {
    margin: 0 0 40px;
}

.italy-inner-banner {
    position: relative;
}

.italy-inner-banner img {
    width: 100%;
    object-fit: cover;
    height: 320px;
    filter: brightness(0.7);
    border-radius: 10px 10px 0 0 ;
}

section.italy-banner-sec {
    padding: 50px 0;
}

.italy-inner-banner-txt {
    position: absolute;
    bottom: 5%;
    left: 3%;
}

.italy-inner-banner-txt h4 {
    font-size: 40px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 600;
    margin: 0 0 10px;
    line-height: 50px;
}

.italy-inner-banner-txt h5 {
    background: #fff;
    font-weight: 600;
    margin: 0;
}
/*PACKAGES PAGE END*/

/*travel Detail Start*/

section.tavel-detail-sec {
    padding: 100px 0;
}

.travel-deatil-form input {
    width: 100%;
    height: 50px;
    padding: 0 50px;
    color: #000;
    border: 1px solid #000;
    outline: 0;
}

.travel-deatil-form {
    position: relative;
    margin: 0 0 30px;
}

.travel-deatil-form i {
    position: absolute;
    top: 30%;
    left: 4%;
    font-size: 20px;
}


.travel-d-list ul li {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 0 0 20px;
    gap: 20px;
}

.travel-d-list ul li label {
    font-size: 18px;
    color: #000;
    font-family: 'Montserrat';
}


section.tavel-detail-sec button {
    width: 20%;
    border: 0;
    height: 54px;
}

.travel-choose ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    margin-top: 30px;
}

.travel-choose ul li p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.travel-choose ul li p b {
    font-weight: 600;
}

.travel-map iframe {
    width: 100%;
    height: 300px;
    margin: 0 0 30px;
}

.travel-seacrh {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 30px 0;
    position: relative;
}

.travel-seacrh label {
    font-weight: 600;
    font-size: 20px;
    font-family: 'Montserrat';
    margin: 0 0 10px;
}

.travel-seacrh input {
    width: 100%;
    height: 60px;
    padding: 0 50px;
    border: 1px solid #000;
    color: #000;
    border-radius: 10px;
}

.travel-seacrh button {
    background: none;
    font-size: 20px;
    position: absolute;
    top: 45%;
    left: -3%;
}

.travel-filter {
    margin-top: 30px;
}

.travel-filter h4 {
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 20px;
    line-height: 40px;
}

.travel-filter h6 {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 10px;
}

.travel-filter ul li {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 12px;
    margin: 0 0 14px;
}

.travel-filter ul li input {
}

.travel-filter ul li label {
    font-size: 16px;
    margin: 0;
    line-height: 22px;
}

.travel-filter ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    border: 1px solid #000;
    height: 50px;
    border-radius: 10px;
    font-size: 14px;
    color: #000;
    font-family: 'Montserrat';
    gap: 4px;
}

ul.travel-studio {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
}

ul.travel-studio li h5 {
    display: block;
}

ul.travel-expernce {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 10px;
}

ul.travel-expernce li {
    display: block;
}

ul.travel-expernce li h5 {
    background: #000;
    font-size: 17px;
    margin: 0 0 5px;
}

.travel-detail-txt .package_name h3 {
    font-size: 20px;
}

.travel-detail-txt .package_price h4 {
    font-size: 26px;
}

/*travel Detail End*/


.product-main:hover .product-txt {
    background: #ede0ff;
}
.about-img:hover img {
    filter: grayscale(1);
}

.memory-main-img:hover>img {
    filter: grayscale(1);
}




/* Additional CSS */







  
  .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.13);
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.13) 0%,
      rgba(255, 255, 255, 0.13) 77%,
      rgba(255, 255, 255, 0.5) 92%,
      rgba(255, 255, 255, 0.0) 100%
    );
  }
  
  /* Hover state - trigger effect */
  .test-shine:hover:after {
    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;
  }
  

.product-main .btn10 {
    background: linear-gradient(180deg, rgba(87,25,173,1) 30%, rgba(107,49,190,1) 60%, rgb(196 185 213) 100%);
    height: 40px;
    font-size: 16px;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}

.product-main .btn10:hover {
    color: #fff;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset;
}
.memory-main-img {
    width: 80%;
    overflow: hidden;
}
/* Additional CSS */



/*map region css*/
section.service_araes {
    padding: 100px 0px;
    background-image: url(../images/map1.gif);
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    position: relative;
    padding-top: 50px;
    height: 100vh;
    border-bottom: 1px solid #fff;
}
.b1 {
    position: absolute;
    top: 24%;
    left: 262px;
    width: 15%;
}

.b2 {
    position: absolute;
    top: 35%;
    left: 40%;
    width: 15%;
}

.b3 {
    position: absolute;
    top: 29%;
    right: 9%;
    width: 15%;
}

.b4 {
    position: absolute;
    top: 24%;
    right: 30%;
    width: 15%;
}

.b5 {
    position: absolute;
    bottom: 33%;
    left: 12%;
    width: 15%;
}

.b6 {
    position: absolute;
    bottom: 24%;
    left: 32%;
    width: 15%;
}

.b7 {
    position: absolute;
    bottom: 24%;
    right: 231px;
    width: 15%;
}

.b8 {
    position: absolute;
    bottom: 9%;
    left: 262px;
    width: 15%;
}

.b9 {
    position: absolute;
    bottom: 4%;
    left: 43%;
    width: 15%;
}

.b10 {
    position: absolute;
    bottom: 0;
    right: 13%;
    width: 15%;
}
.b11 {
    position: absolute;
    bottom: 1%;
    left: 262px;
    width: 15%;
}

.b12 {
    position: absolute;
    bottom: 20%;
    left: 46%;
    width: 15%;
}

.b13 {
    position: absolute;
    bottom: 12%;
    right: 23%;
    width: 15%;
}
.b14 {
    position: absolute;
    top: 35%;
    left: 150px;
    width: 15%;
}

.b15 {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 15%;
}

.b16 {
    position: absolute;
    top: 45%;
    left: 31%;
    width: 15%;
}

section.service_araes h3 {
    color: #fff;
    text-align: center;
    font-size: 65px;
    margin-bottom: 5%;
    font-weight: 600;
}
.service_arae_bx {
    height: 100px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    font-family: 'Poppins';
    margin-bottom: 17px;
    color: #fff;
    text-transform: capitalize;
    transition: 0.5s;
    font-size: 18px;
    animation: heartbeat 1.5s ease-in-out infinite both;
}
.service_arae_bx i {
    color: #213035;
    margin-right: 10px;
    font-size: 30px;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(180deg, rgba(87,25,173,1) 30%, rgba(107,49,190,1) 60%, rgb(196 185 213) 100%);
}
.service_arae_bx:hover a {
    color: #fff;
}

.service_arae_bx a {
    color: #000;
}
.service_arae_bx:hover {
    scale: 1.1;
}
section.service_araes:before {
    content: '';
    position: absolute;
    background: #00000096;
    top: 0;
    z-index: -1;
    left: 0;
    height: 100%;
    width: 100%;
}



section.service_araes h3 {
    color: #fff;
}
/*map region css*/
section.map-section iframe {
    width: 100%;
    height: 500px;
}