@font-face {
    font-family: strong-girl;
    src: url('../font/strong\ girl.otf');
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body{
    overflow-x: hidden;
}
.act-home{
   
    width: 100%;
    font-family: poppins;
}
.top-attrction, .banner-home, .why-ch {
    position: relative;
    float: left;
    width: 100%;
}
.container{
    width: 85%;
    margin: auto;
}
/* act-slider */
.act-slider{
    margin-top: 0;
}
.banner-home{}
.ed-hero .owl-nav.disabled{
    display: none;
}
.item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.sldr-md{
    width: 100%;
    min-height: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
}
.sldrslct img {
    height: 300px;
}
.citynm {
    font-size: 22px;
    font-weight: 600;
    margin: 8px 0;
    float: left;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    position: absolute;
    color: #fff;
    bottom: 30px;
    z-index: 1;
}
.tp_nvgtn{
    margin-top: 10px;
    position: absolute;
    z-index: 9;
}
.bnr_cntfrst {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: auto;
    text-align: center;
    z-index: 2;
}
.bnr_cntfrst::before{
content: '';
position: absolute;
width: 50px;
height: 3px;
border-radius: 5px;
background: #EF6614;
top:-30px;
left: 48%;
}
.bnr_cntfrst h1{
    font-size: 50px;
    color:#fff;
    font-family: strong-girl !important;
    font-weight: lighter;
}
.bnr_cntfrst p{
    color: #fff;
    margin: 20px 0 30px 0;
    font-size: 20px;
}
.ed-grade {
    position: absolute;
    top: 0;
    background: #0023477d;
    width: 100%;
    height: 100%;
    z-index: 1;
}
 .srch{
    background: #fff;
    border-radius: 35px;
    display: flex;
    gap: 20px;
    padding-left: 20px;
    max-width: 600px;
    margin: auto;
    align-items: center;
	position:relative;
}
.srch-btn:hover {
    background-color: #da5200;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

.srch-btn {
    padding: 15px 45px;
    font-size: 18px;
    font-family: 'Poppins';
    border: 0;cursor: pointer;
    border-radius: 30px;
    background: #EF6614;
    color: #fff;
    font-weight: 500;
}
 .srch img{
    width: auto;
}
.srch .bnr-srch{
font-size: 18px;
font-family: poppins;
border: 0;
outline:none;
width: 100%;
height: 100%;
}

.act-slider .owl-dots {
    display: block;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: rotate(90deg);
    z-index: 5;
}
.act-slider .owl-dots .owl-dot span{
    margin: 5px!important;
    background: #fff;
    height: 7px;
    width: 7px;z-index: 5;position: relative;
}
.act-slider .owl-dots .owl-dot.active span{
background: #fff;
height: 10px;
width: 10px;
margin: 3px!important;z-index: 5;position: relative;
}
.act-slider button.owl-dot{
    background: none;
    height: inherit;
    width: inherit;
    outline: none;z-index: 5;position: relative;
    padding: 0;
    border: 0;    
}
.act-slider button.owl-dot.active{
    border: 1px solid #fff;
    background: #ffffffa5;z-index: 5;position: relative;
    border-radius: 100%;
    padding: 2px;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;z-index: 5;position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    padding: 0 !important;
}
  @-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}
  .slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}
   @-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
   .slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}
  
/*act-slider*/
.title{
    margin: 40px 0;
}
.title h1{
    font-size: 40px;
}
.title h1 em{
    font-style: normal;
    color: #EF6614;
}
.title2{margin:25px 0 20px;font-size:30px;font-weight:700;}
.title2 h2{font-size:30px;}
.title2 em{font-style:normal;color:#EF6614;}
.title2 p{font-size:15px;font-weight:normal;}
.sldrslct {
    position: relative;
    cursor: pointer;
}

.sldrslct::before {
    content: '';
    width: 100%;
    height:90%;
    background: linear-gradient(#fff0, #000000c2 180%);
    position: absolute;
    top: 0;
    z-index: 1;
    border-radius: 20px;
}
.zmiut:hover img{opacity: 1;-webkit-animation:flash 1.5s;animation:flash 1.5s;}

.ovrlysec {
    position: fixed;
    top: 0;
    background: #0000008f;
    height:90.3%;
    width:100%;
    border-radius: 20px;
    z-index: 1;
    padding: 20px;
    padding-top: 80px;
    color: #fff;
	text-align:center;
}
.ovrlysec, .sldrslct:hover .fxddtl, .sldrslct:hover .citynm { 
    display: none;
    transition: all .2s ease-in-out;
}
.ctnmstrt{font-size: 15px;text-align:center;color:#EF6614;margin-top: 10px;font-weight: 600;}
.sldrslct:hover .ovrlysec {
    display:block;
    transition: all .2s ease-in-out;
}
.fxddtl, .fxddtl2 {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #181818;
    color: #fff;
    padding: 5px 12px;
    border-radius: 40px;
    font-size: 11px;
    font-weight: 600;
}
.fntbld {
    font-size:18px;
    position: relative;
}
.fntbld::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    border-radius: 5px;
    background: #EF6614;
    top: -10px;
    left: 50%;
    transform: translate(-50%);
}
.fntNrml{font-size:18px;}
    .fntNrml span {font-size:28px}
    .arrwicn {
        position: absolute;
        bottom: 20px;
        right: 20px;
        height: 50px;
        width: 50px;
        background: #EF6614 url(../img/right-arrow.svg);
        background-repeat: no-repeat;
        border-radius: 50px;
        background-position: 50% 50%;
        cursor: pointer;
    }

.gridflx {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.gridbox {
    width: 48%;
}
.bdrgt{position:relative;}
.bdrgt:after {
    content: '';
    background: #F9CDB2;
    height: 100%;
    width: 1px;
    position: absolute;
    right: -23px;
    top: 0;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
.mttl {
  position: relative;
    font-size:20px;
    font-weight: 600;
}

.mttl span {
  background-color: white;
  padding-right: 10px;
}
/*.mttl:before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 55%;
    left: 0;
    right: 0;
    height: 0.5em;
    border-top: 1px solid #F9CDB2;
    z-index: -1;
}
.mttl:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #F9CDB2;
    top: 50%;
    right: 0;
    border-radius: 50px;
    z-index: -1;
}*/

.topactv-side-ico{
    position: absolute;
    right: -100px;
    top:10px;
}
.topactv-side-ico img{
    width:200px;
}
.mtbxc {
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    align-items: center;
    background: #FEF4EE;
    border-radius: 15px;
    padding:5px;
}
.mtbxc:hover{background:#FBD9C6;}
.lftb {
    width: 17%;
    background: whitesmoke;
    border-radius: 12px;
    height: 85px;
}
.lftb img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    height: 100%;
}
.rgtb {
    width: 80%;
    margin-left: auto;
	color:#000;
}
.fntxl {
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fmclr {
    color: #EF6614;
    font-size: 15px;
}
._prceflbkn{display:flex;justify-content:space-between;align-items:center;}
._actfprce{width:60%;font-size:24px;font-weight:700;}
.bknapbt{color:#EF6614;display:flex;align-items:center;font-size:16px;}
.bknapbt i{height:18px;margin-left: 10px;}
.most-pop{
    position: relative;
    background: url(../img/mostpp-banner.png);
    padding-bottom:25px;
    background-size: cover;
    margin:35px 0 0;
    float: left;
    width: 100%;
    background-repeat:no-repeat;
}
.card-box {
    position: absolute;
    bottom: 40px;
    left: 1.5vw;
    color: #fff;
    z-index: 9;
}
.card .overlay {
    background: linear-gradient(transparent,#000000b8 50px,#000);
    position: absolute;
    bottom:33px;
    width: 100%;
    height: 100px;
    border-radius: 20px;
}

.ttl {
    font-size:23px;
    font-weight: 600;
    margin: auto;
    color: #ffffff;
    margin:0;
}
.ngt_dy {
    padding:0;
    color: #EF6614;
    margin: 0;
    font-size: 14px;
}
.just70{
    text-align: justify;
}
.act-td .card-title {
    position: static;
    transform: none;
    padding: 40px 40px 30px 55px;
	margin-bottom:15px;
}
.act-td .card-title .ttl {
    font-size: 20px;
    position: relative;
    color: #000;
}

.descr {
    font-size: 16px;
    color: #000000;
    margin-top: 10px;
}
.act-td .card-title .ttl::before {
    content: " " attr(data) "";
    position: absolute;
    left: -60px;
    top: -73px;
    font-size: 100px;
    color:#EC821C;
    font-family: Playfair Display;
    opacity: .15;
}
.bnnrgft{
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.bnnrgft img{width:100%;}

.toasterHolder:before {
    content: '';
    left: 3px;
    top: -7px;
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #ff2828;
    position: absolute;
}
.toasterHolder[data-v-359935f2] {
    min-width: 200px;
    background: #ff2828;
    padding: 10px;
    text-align: center;
    float: left;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 9999;
    position: absolute;
}
/*new auto suggest design css*/
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1; border-radius:10px;
}
::-webkit-scrollbar-thumb {
  background: #2093EF; border-radius:10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.aut_flmnbx {
    max-width: 600px;
    width: 100%;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #bbbaba;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 9999;
    top: 65px;
}

    .aut_flmnbx ul {
        padding: 0;
        margin: 0;
    }

        .aut_flmnbx ul li {
            list-style: none;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding:10px 15px;
            border-bottom: 1px solid #e5e5e5;
        }

            .aut_flmnbx ul li:hover {
                background: #fbfbfb;
                cursor: pointer;
            }

.icoactmn {
    width:44px;
    text-align: center;
    height:44px;
}

.icoactmn img {
        border-radius: 10px;
        object-fit: cover;
        height:44px;
        width:44px;
    }

.actdcrpbox {
    width: 90%;
    display: flex;
    flex-direction: column;
    text-align: left;
}

._tlte_apdrptn {
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    color: #000;
}

.actdcrpbox span {
    display: block;
    color: #707070;
    font-size: 12px;
}

.aut_flmnbx ul li:first-child {
    border-radius: 10px 10px 0 0;
}

.aut_flmnbx ul li:last-child {
    border-radius: 0 0 10px 10px;
}
/*footer*/
#footerpage object {
    width: 100%;
    height: 598px;
}
#toTop{
    z-index:99;
}

@media only screen and (max-width: 499px) {
    #footerpage object {
        width: 100%;
        height: 67px;
    }
}