body{font-family: "Roboto", serif; font-weight: 400; font-size: 14px; background-color: #fff; letter-spacing: .5px;}

.trin-trin
{
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes trin {

    from {
        transform:rotate3d(0, 0, 1, 0deg);
    }
    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0,0,1,15deg);
    }
    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0,0,1,0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0,0,1,-15deg);
    }
    80% {
        transform:rotate3d(0, 0, 1, 0deg);
    }

}


.zoom-in-out-box {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #52e916;
    animation: zoom-in-zoom-out 1s ease infinite;
    border-radius: 100%;
    margin-right: 3px;
    position: relative;
    top: -1px;
  }
  
  @keyframes zoom-in-zoom-out {
    0% {
      scale: 100%;
    }
    50% {
      scale: 150%;
    }
    100% {
      scale: 100%;
    }
  }

.mymt{margin-top: 70px;}
.staticmain-heading {font-size: 30px; margin-bottom: 15px; padding-bottom: 12px; text-align: center; position: relative;}
.staticmain-heading:after {content: ''; width: 50px; height: 2px; background: #0088c2; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto 0;}

.callus-btn a {background: #0479ab; padding: 12px 20px; font-size: 22px; border-radius: 8px; color: #ffff; font-weight: bold; letter-spacing: 0; text-decoration: none;
    display: inline-block;}

.callus-btn a:hover {background: #035f86;}

/****************** Header Section Start *****************************/
header {padding: 15px 0;}

.logo-sec img {width: 200px; height: auto; margin-top: 8px;}
.head-tfn {text-align: right;}

.head-tfn a{background: #028ac5; padding: 8px 12px; font-size: 20px; border-radius: 10px; color: #ffff; font-weight: bold; letter-spacing: 0; text-decoration: none; display: inline-block;}
.head-tfn a i {font-size: 22px;}
/****************** Header Section Start *****************************/

/****************** Banner Section Start *****************************/

.static-main-banner{height: 600px; position: relative; overflow: hidden; z-index: 1; background-image: url(../images/ticket-booking/static-banner.webp); background-repeat: no-repeat; background-size: cover;  background-position: top center;}
.static-main-banner:after {content: ''; background-color: rgba(0, 0, 0, .15); width: 100%; height: 100%; position: absolute; top: 0;}

.static-main-banner .banner-content {position: absolute; bottom: 8%; z-index: 9; width: 90%; text-align: center; color: #fff; max-width: 800px; margin: 0 auto;
    left: 0; right: 0; padding: 35px 20px;  background: rgba(255, 69, 43, .8);  border-radius: 10px;}
.static-main-banner .banner-content h1 {margin-bottom: 18px; font-size: 2.1rem;}
.static-main-banner .banner-content p {font-size: 16px; font-weight: 500; line-height: 28px; margin-bottom: 0;}

/****************** Banner Section End *****************************/


/****************** With Our Experience Start *****************************/

.static-with-our-experience.mymt {margin-top: 40px;}
.static-with-our-experience .row {align-items: center;}
.static-with-our-experience .staticmain-heading {font-size: 28px;}
.our-experience-left img {width: 100%; height: auto;}
.our-experience-right p {font-size: 16px; line-height: 25px; color: #4c4b4e;}
.experience-datalist-row {display: flex; gap: 2%; margin-top: 25px;}
.experience-datalist-row .experience-icon img {width: 45px; height: auto;}
.our-experience-right .experience-content .exp-head {font-size: 18px; color: #000; font-weight: 500; margin-bottom:5px}
.our-experience-right .experience-content p {font-size: 15px; margin-bottom: 0;}
/****************** With Our Experience Start *****************************/


.newbooking-sec .newbooking-row {display: flex; background: #fff; margin: -94px auto 0; position: relative; z-index: 1; box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.53);
    border-radius: 10px; max-width: 1100px; flex-wrap: wrap; background: #fff7e9;}
.newbooking-sec .newbooking-row .newbooking-col {width: 25%; display: flex; gap: 10%; align-items: center; padding: 40px 30px;     justify-content: center;}
.newbooking-sec .newbooking-row .newbooking-col .newbbook_img img {width: 55px; height: 100%;}
.newbooking-sec .newbooking-row .newbooking-col .h_txt {font-size: 18px; font-weight: 600;}

.newbooking-row .callusbtn {width: 100%;}


.static-whyus .col-lg-4 {margin-top: 20px;}
.static-whyus .whyus-col {display: flex; gap: 4%; align-items: center; border: 1px solid #0088c2; padding: 17px 10px; border-radius: 20px; height: 100%;}
.static-whyus .whyus-col img {width: 60px; height: 100%;}
.whyus-col .whybk_content .h_txt {font-size: 20px; font-weight: 600; margin: 8px 0 5px;}
.static-whyus .callus-btn {text-align: center; margin-top: 36px;}

/***************** Call Us banner Section Css Start **********************/
.static-home-callus-banner {background-color: #f7af29; color: #000;}
.static-home-callus-banner img {width: 100%; height: auto; border-radius: 10px;}

.callusbanner-row {display: flex; align-items: center;}
.callusbanner-row .callus-banner-colleft{width: 68%;}
.callus-banner-colleft .callusheaing {font-size: 32px; font-weight: bold; letter-spacing: .8px;}
.callus-banner-colleft .callusdes{font-size: 20px; margin-bottom: 22px;}

.callus-banner-colleft a {background: #000000; padding: 12px 20px; font-size: 22px; border-radius: 8px; color: #ffff; font-weight: bold; letter-spacing: 0; text-decoration: none;
    display: inline-block;}
.callus-banner-colleft a:hover {background: #0088c2;}    

.callusbanner-row .callus-banner-colright{width: 32%;}

/***************** Call Us banner Section Css End **********************/


/***************** Desti Pricecustomer Section Css Start **********************/
.static-desti-pricecustomer {background: #eafeff; padding: 40px 0;}
.pricecustomerer-item {display: flex; gap: 5%; padding: 0 10px;}
.pricecustomerer-content p {margin-bottom: 5px; line-height: 25px;}
.pricecustomerer-content .pricus-head {font-weight: 500; font-size: 18px;}
.pricecustomerer-icon {font-size: 30px;}
/***************** Desti Pricecustomer Section Css End **********************/



/***************** Top Destinetion Section Css Start **********************/
.static-topdestinetion .staticmain-heading {text-align: center;  position: relative; padding-bottom: 12px;}
.static-topdestinetion .staticmain-heading:after {content: ''; width: 50px; height: 2px; background: #0088c2; position: absolute; bottom: 0; left: 0; right: 0;
     margin: 0 auto 0;}
.static-topdestinetion .destiimg-col {margin-top: 30px; position: relative;  overflow: hidden; border-radius: 10px;}
/* .static-topdestinetion .destiimg-col.destiimg-col-mt {margin-top: 65px;} */
.static-topdestinetion .destiimg-col img {width: 100%; height: 100%; transition: all 0.5s ease;}
.static-topdestinetion .destiimg-col:hover img{transform: scale(1.3);}
.static-topdestinetion .destiimg-col .city-nane {position: absolute; color: #fff; left: 5%; bottom: 3%; letter-spacing: .5px; font-size: 18px; font-weight: 600; background: rgb(52, 52, 52, .3);}
.static-topdestinetion .destiimg-col .city-nane::before{content: ''; width: 42%; position: absolute; height: 2px; background: #fff; bottom: -6px; left: 3px;}
/***************** Top Destinetion Section Css End **********************/



/***************** footer Css Start **********************/
footer {background: #2e2e2e; padding: 0px 0 15px; color: #fff;}
.foot-logo {margin-bottom: 10px;}
.foot-logo img {width: 100px; height: auto;}
.foot-logo-sec p {font-size: 13px; margin-bottom: 18px; padding-right: 12px;}
footer .social-links{display: flex;}
footer .social-links a {display: flex; align-items: center; justify-content: center; width: 40px; height: 40px;  border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.2); font-size: 16px; color: rgba(255, 255, 255, 0.7);    margin-right: 10px; transition: 0.3s;}
footer .social-links a:hover {border: 1px solid #fe8a2b; color: #fe8a2b;}

footer h5, .foot-nav-head {font-size: 16px; font-weight: bold; font-family: 'Open Sans', sans-serif; margin-bottom: 12px; margin-top: 30px; position: relative;}
footer h5:after, .foot-nav-head:after {content: ""; width: 10px; height: 2px; background: #fff; position: absolute; bottom: -5px; left: 0;}
footer ul {padding-left: 0; list-style: none; margin-top: 20px;}
footer ul li {margin: 8px 0;}
footer ul li a{text-decoration: none; color: #fff;}
footer ul li a:hover {color: #ffffff;}
.foot-info {margin-top: 20px;}
.foot-info p {margin-bottom: 12px;}
.foot-info p a {color: #fff; text-decoration: none;}
.foot-info p i {font-size: 13px; color: #fff; margin-right: 5px;}

.foot-disclaimer {text-align: center; line-height: 22px; color: #fff; font-size: 13px; margin-top: 20px;}
.foot-certified {text-align: center; margin: 20px 0 0;}
.foot-certified img {width: 400px; height: auto;}
footer .copyrighttext {text-align: center; margin: 20px 0 0; font-size: 11px; letter-spacing: .8px; color: rgba(255, 255, 255, 0.7);}
/***************** footer Css End **********************/


/***************** Homefixtfn Section Css Start **********************/
.homefixtfn {position: fixed; z-index: 9999; background: #028ac5; bottom: 38%; text-align: center; padding: 10px 6px; letter-spacing: .5px; right: 7px; border-radius: 7px; box-shadow: -1px 3px 4px -4px rgba(0, 0, 0, 0.75);}
.homefixtfn a {color: #fff; text-decoration: none; font-size: 22px; display: block; font-weight: 600;}
.homefixtfn img {width: 24px; height: auto; position: relative; top: -1px; vertical-align: middle;}
/***************** Homefixtfn Section Css Start **********************/

/*********** Offer Modal Css Start ***********/
.offer-popup-modal {
    display: none;
    position: fixed; 
    z-index: 999999; 
    padding: 0px 15px 0; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0,0,0,0.9);
  }
  

  .offer-popup-modal .modal-body {background: #d3f2ff; padding: 15px 10px;}

  /* Modal Content */
  .offer-popup-modal .modal-content {position: relative; background-color: #fefefe; margin: auto; padding: 0; border: 1px solid #888; max-width: 450px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 12px;
    overflow: hidden;
  }


  .offer-popup-modal .modal-header {background: #d79316; color: #fff; font-size: 22px; border-radius: 10px 10px 0 0; font-weight: 600; position: relative; justify-content: center;}
  
  /* Add Animation */
  @-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
  }
  
  @keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
  }
  
  /* The Close Button */
  .offerclose {color: #002f32; position: absolute; font-size: 28px; font-weight: bold; right: 0; top: -8px; padding: 2px 8px;}
  .offerclose:hover, .offerclose:focus {color: #000; text-decoration: none; cursor: pointer;}
  /* .offer-popup-modal .modal-body {padding: 2px 16px;} */
  .offer-popup-modal .popup-info{text-align: center; padding-bottom: 0px;}
  
  .caller-img {width: 200px; height: auto; margin: 0px auto 0px; border-radius: 100%; padding: 10px;}
  .caller-img img {width: 100%; height: 100%;}

  .popupbooking-list {display: flex; justify-content: space-between; list-style: none; padding-left: 0; flex-wrap: wrap; text-align: left; margin-bottom: 0;}
  .popupbooking-list li {width: 49%; background-color: #eafeff; border: 1px solid #bce7e9; border-radius: 5px; padding: 5px 8px; font-size: 15px; margin-bottom: 6px;}
  .popupbooking-list li a{text-decoration: none; color: #000; display: flex; align-items: center; gap: 3%;}
  .popupbooking-list li a img {width: 22px; height: auto;}

  .offer-popup-modal .popup-heading {font-size: 20px; font-weight: 600; margin-bottom: 0;}
  .offer-popup-modal .popup-dec {margin: 12px auto 12px; line-height: 24px; font-size: 15px; font-weight: 600;}

  .offer-popup-modal .popup-callbtn {display: inline-block; text-decoration: none; background: #0088c2; color: #fff; padding: 10px 15px; border-radius: 6px; font-size: 22px;
    font-weight: 600;}
 .offer-popup-modal .popup-decfull {margin-top: 10px; margin-bottom: 0; font-weight: bold; font-size: 14px;}

.offer-popup-modal .popup-callbtn img {width: 24px; height: auto; vertical-align: middle;}

/*********** Offer Modal Css Start ***********/

.static-mobile{display: none;}

@media only screen and (max-width: 991px) {
    .pricecustomerer-item{flex-wrap: wrap; margin-bottom: 40px;}
    .pricecustomerer-icon, .pricecustomerer-content { width: 100%; text-align: center;}
    .pricecustomerer-icon {font-size: 36px; margin-bottom: 10px;}
    .static-desti-pricecustomer .row .col-lg-4:last-child .pricecustomerer-item {margin-bottom: 0;}

    .static-topdestinetion .destiimg-col.destiimg-col-mt {margin-top: 30px;}

    .callus-banner-colleft .callusheaing {font-size: 28px;}
    .callus-banner-colleft .callusdes {font-size: 18px; margin-bottom: 18px;}
    .callus-banner-colleft a{font-size: 20px;}
    .callusbanner-row .callus-banner-colright {width: 55%;}
}



@media only screen and (max-width: 767px) {
	.homefixtfn {bottom: 0; width: 100%; border-radius: 0; right: 0; background: #0088c2;}

    .static-desktop{display: none;}

    .static-mobile{display: block;}
     header {padding: 10px 0; background: #f9f9f9;}
    .logo-sec {text-align: center;}
    .logo-sec img {margin-top: 0; width: 100%;}
    .head-tfn {text-align: center;}
    .head-tfn a {padding: 6px 12px; font-size: 15px;}
    .head-tfn a i {font-size: 16px;}

    header .row {align-items: center;}

    .staticmobile-banner {position: relative;}
    .staticmobile-banner img {width: 100%; height: 100%;}
    .static-mobile .banner-topheading {background: #e19300; color: #fff; font-size: 18px; text-align: center; width: 100%; padding: 6px; font-weight: 600; letter-spacing: .5px; margin: 0;}

    .staticmobile-banner .agentlive {position: absolute; top: 20px; left: 1%; width: 98%;}
    .staticmobile-banner .agentlive .agenticon {display: block; position: relative; z-index: 1;}
    .staticmobile-banner .agentlive .agenticon img {width: 65px;}
    .agentlive .agenttext {display: inline-block; border: 3px solid #f1b154; padding: 5px 25px; border-radius: 30px; font-size: 17px;
        position: absolute; top: 15px; left: 44px; color: #fff; font-weight: bold; background: rgba(0, 0, 0, .25);}


    .staticmobile-banner .callus-btn {position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto; text-align: center; background:rgba(0, 0, 0, .3);  padding: 15px 12px;}
    .staticmobile-banner .callus-btn a {font-size: 20px; background: #d79316;}
    .staticmobile-banner .callus-btn p {font-size: 20px; font-weight: 600; color: #fff;}


    .static-mobile .static-whyus {margin: 35px 0 22px;}
    .static-mobile .static-whyus .staticmain-heading {font-size: 24px; margin-bottom: 6px;}
    .static-mobile .static-whyus .col-lg-4 {margin-top: 12px;}
    .static-mobile .static-whyus .whyus-col{padding: 8px 10px;}
    .static-mobile .static-whyus .whyus-col .whybk_content .h_txt{font-size: 18px;}

    .staticmobile-ticketbanner {text-align: center;}
    .staticmobile-ticketbanner img {width: 225px; height: auto; margin: 20px 0;}
    .ticketbanner-heading {font-size: 18px; font-weight: 600;}
    .staticmobile-ticketbanner ul {list-style: none; display: flex; flex-wrap: wrap; gap: 2%; padding: 0 2%; margin-top: 20px; margin-bottom: 0;}
    .staticmobile-ticketbanner ul li {width: 48%;}
    .staticmobile-ticketbanner ul li a {text-decoration: none; background: #353434; padding: 10px; display: block; margin-bottom: 8px; color: #fff; font-size: 15px;
        font-weight: 600; border-radius: 24px;}
    .staticmobile-bookingoverall {margin-bottom: 20px;}    


    .staticmobile-container {margin-top: -3px;}
    .staticmobile-container ul {list-style: none; display: flex; justify-content: space-between; margin-bottom: 0; padding: 0 2%;}
    .staticmobile-container ul li a {text-decoration: none; display: block; color: #353434;}


    .staticmobile-container .get-advice-text {margin: 2px 0 0 0; width: 100%; text-align: center; background: #353434; color: #fff; padding: 12px 10px; font-weight: 600;}
    

    .staticmobile-container .container-text{padding: 0 18px; line-height: 22px; text-align: center; font-size: 15px;}
    .staticmobile-container .container-text p {margin-top: 12px;}
    .mobile-caller-icon img {width: 110px; height: auto; margin-top: 25px; margin-bottom: 2px; border: 2px solid #f1f1f1; border-radius: 100%;}
    .hold-calltfn {display: block; text-align: center; margin-top: 20px;}
    .hold-calltfn a {background: #d79316; padding: 16px 20px; display: inline-block; border-radius: 6px; text-decoration: none; color: #fff; font-weight: bold; font-size: 24px;  width: 100%;}

    .staticmobile-footer {padding: 6px; padding-bottom: 60px; text-align: center; background: #2e2e2e; color: #252525; }
    .staticmobile-footer .staticmobile-foot-col {background: #fff;  padding: 10px; border-radius: 10px; }
    .staticmobile-footer .colfoot-head {font-size: 18px; font-weight: 600; margin-top: 10px;}
    .staticmobile-footer a {color: #252525;  text-decoration: none;}
    .staticmobile-footer .foot-call {font-size: 24px; font-weight: 600; margin: 15px 0;} 
    .staticmobile-footer .copyTxt {font-size: 13px; line-height: 20px;}

}


@media only screen and (max-width: 414px) {
    .popupbooking-list li{padding: 5px 10px;}
    .popupbooking-list li a{gap: 5%;}
    .popupbooking-list li a img {width: 30px; height: auto;}
}