@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Lexend:wght@100..900&display=swap');



:root {
    --bs-primary: #243E73 !important;
    --bs-secondary: #010440 !important;
    --bs-white: #fff !important;
    --bs-black: #000 !important;
}
*{
    padding: 0;
    margin: 0;
}

.disp-d{display: block !important;}
.disp-m{display: none !important;}
*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
body {
    position: relative;
    font-size: 14px;
    color: #222222;
    background: var(--bs-white);
    font-family: "Lexend", sans-serif;
    margin: 0 auto;
    overflow-x: hidden;
}
a, a:hover{text-decoration: none !important;}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #222222;
    text-transform: capitalize;
    font-family: "Lexend", sans-serif;
}
p {
	margin: 0;
	color:#666666;
	font-size:14px;
}
img{border:none;max-width:100%; height:auto;}
ul{
	padding: 0;
    margin: 0;
    list-style: none;

}
ul li {
	list-style: none;
}
select,input,textarea,button{box-shadow:none;outline:0!important;}
html,body{

    height: 100%;
    z-index: 2;
}

[placeholder]:focus::-webkit-input-placeholder {

  -webkit-transition: opacity 0.3s 0.3s ease; 
  -moz-transition: opacity 0.3s 0.3s ease; 
  -ms-transition: opacity 0.3s 0.3s ease; 
  -o-transition: opacity 0.3s 0.3s ease; 
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;

}
.text-primary{color: var(--bs-primary) !important;}
.text-primary:hover{color: var(--bs-secondary) !important;}
/* navbar */


/*.logo*/
.logo a, .logo a:hover, .logo a:focus {
    color: var(--bs-white);
    font-size: 24px;
    font-family: "Lexend", sans-serif;
    text-transform: capitalize;
    font-weight: 900;
    margin: 14px 0px 0;
    padding: 10px 0 0 0;
}
.logo a span{
    color: var(--bs-secondary);
    text-transform: capitalize;
}

.ring {
    border: solid 3px #e6effe;
    border-radius: 50%;
    height: 46px;
    width: 46px;
    background: url(../images/home/call-btn.png) center center no-repeat;
    text-align: center;
    display: inline-block;
    background-size: 23px;
}
.ring {
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes trin {
    0% {
        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% {
        ransform: rotate3d(0, 0, 1, 0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0, 0, 1, -15deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
.box_stick{position:fixed;bottom: 0;}
.bottom__sec{padding: 10px;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    width: 100%;
    justify-content: center;
    display: flex;
    z-index: 100;
    align-items: center;
    gap: 26px;
    font-weight: 600;
    font-size: 22px;}
    
.bottom__sec:hover{padding: 10px;
    background-color: var(--bs-secondary);
    color: var(--bs-white);
    width: 100%;
    justify-content: center;
    display: flex;
    font-weight: 600;
    z-index: 100;
    align-items: center;
    gap: 26px;
    font-size: 22px;}


/*book-btn*/
.book-btn {
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
    width: 120px;
    height: 40px;
    white-space: nowrap;
    text-align: center;
    color: var(--bs-white);
    font-size: 14px;
    font-family: "Lexend", sans-serif;
    text-transform: capitalize;
    border-radius: 5px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.book-btn:hover{
    color: var(--bs-white);
    background: var(--bs-secondary);
    border: 1px solid var(--bs-secondary);
}/*book-btn*/
.about{background: url(../../content/images/home/bg-4.png)no-repeat !important;background-size: cover !important;}
.boston{background: url(../../Content/images/home/Boston.png)no-repeat !important;background-size: cover !important;}
.bologna{background: url(../../Content/images/home/Bologna.png)no-repeat !important;background-size: cover !important;}
.chennai{background: url(../../Content/images/home/Chennai.png)no-repeat !important;background-size: cover !important;}
.chicago{background: url(../../Content/images/home/Chicago.png)no-repeat !important;background-size: cover !important;}
.atlanta{background: url(../../Content/images/home/Atlanta.png)no-repeat !important;background-size: cover !important;}

.pp-h3{font-weight: 700;}

.flight{	display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
	background: url(../../Content/images/home/bg-1.png)no-repeat !important;
	background-size: cover;
	background-position: center;
	min-height: 800px;}
.homes-us{
	display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
	background: url(../../Content/images/home/bg-home.png)no-repeat;
	background-size: cover !important;
	background-position: center !important;
	min-height: 650px;
}
.homes-us:before{
	position: absolute;
	content: "";
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 41%);
}
.about__content p{line-height: 30px;margin-bottom:10px;}
.about__content h3{line-height: 30px;margin-bottom:10px;}
.about_tophead{background: var(--bs-primary);
    color: var(--bs-white);
    padding: 10px 20px;}

.contact-us-box{box-sizing: border-box;}
.contact-us-box h2{font-size: 36px;margin-bottom:10px;}
.txt-cus p{font-size: 16px;}
.btn-primary{height: 50px;color: var(--bs-white);background-color: var(--bs-primary);border: 1px solid var(--bs-primary);font-size: 20px;}
.btn-primary:hover{height: 50px;color: var(--bs-white);background-color: var(--bs-secondary);border: 1px solid var(--bs-secondary);}
/*about-us-content*/
.homes-us-content{
	margin: -100px 0 0 0;
}
.homes-us h1 {
	color:var(--bs-white);	
	font-size:50px;
	text-transform: inherit;
	max-width: 800px;
	font-weight: 600;
	line-height: 1.22;
}
.homes-us h1 span{
	color:var(--bs-primary);
	margin-top: -11px;
}
.homes-btn {
    margin-top: 39px;
    letter-spacing: 1.2px;
     -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.homes-view {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: var(--bs-primary); */
    background: linear-gradient(45deg, #0d6efd, #4884fe);
    /* border: 1px solid var(--bs-primary); */
    width: 200px;
    height: 60px;
    white-space: nowrap;
    color: var(--bs-white);
    font-size: 16px;
    font-family: "Lexend", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 50px;
    box-shadow: 0 5px 20px rgba(14, 15, 18, .2);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.homes-btn:hover .homes-view {
    color: var(--bs-white);
    background: linear-gradient(45deg, #4884fe, black);
    box-shadow: 0 5px 20px rgba(14,15,18,.7);
}
.travel-mrt-0{
    margin-top: 0px;
}

/*-------------------------------------
        5. Service
--------------------------------------*/
.service {
    position: relative;
    padding: 80px 0 54px;
}
/* single-ststistics-box */
.single-service-box {
    display: flex;
    margin-bottom:30px;
}
/* single-ststistics-box */
.service-content {
    max-width: 268px;
    margin-left: 7px;
    margin-top: 6px;
    margin:6px 0 30px 7px;
    
}
.service-content h2 a{
    color:#565a5c;
    font-size:16px;
    text-transform:capitalize;
    font-family: "Lexend", sans-serif;
    font-weight: 500;
}
.service-content p{
    color:#aaa;
    font-size:14px;
    text-transform:inherit;
    font-family: "Lexend", sans-serif;
    margin-top: 17px;
}

/*-------------------------------------
        6. Gallery
--------------------------------------*/
.gallery{
    background: #f9f9f9;
}
.gallery-details{
    margin-top:117px;
    margin-bottom:109px;
}
.gallery-content {
    margin-top:62px;
}

/* gallary-header  */
.gallary-header h2{
    position:relative;
    color:var(--bs-primary);  
    font-size:30px;
    font-weight:500;
    text-transform:capitalize;
    font-family: "Lexend", sans-serif;
    padding-bottom:14px;
}
.gallary-header p{
    position:relative;
    color:#aaa;  
    font-size:16px;
    font-family: "Lexend", sans-serif;
   /* margin-top: 17px;*/
}
/* featured-header  */


/* ---- .item ---- */
.filtr-container .filtr-item {
    overflow:hidden;
    float: left;
    position:relative;
    margin-bottom: 30px;
    overflow:hidden;
}
/*.item img*/
.filtr-container .filtr-item img{
    width:100%;
    height:100%;
    transition:.5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.filtr-container .filtr-item:hover  img{
    -webkit-transform:scale(1.5);
    -moz-transform:scale(1.5);
    -ms-transform:scale(1.5);
    -o-transform:scale(1.5);
    transform:scale(1.5);
}/*.item img*/



/*.item-title*/
.item-title{
    position: absolute;
    background:transparent;
    bottom: 20%;
    left: 60px;
    width: 170px;
    height: 60px;
    -webkit-transition:all 0.6s linear;
    -moz-transition:all 0.6s linear;
    -ms-transition:all 0.6s linear;
    -o-transition:all 0.6s linear;
    transition: all 0.6s linear;
}
.item-title a {
    color:var(--bs-white);
    font-size:24px;
    text-transform: capitalize;
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    margin-bottom: 3px;
    -webkit-transition:all 0.6s linear;
    -moz-transition:all 0.6s linear;
    -ms-transition:all 0.6s linear;
    -o-transition:all 0.6s linear;
    transition: all 0.6s linear;
}
.item-title p {
    color:var(--bs-white);
    font-size:16px;
    text-transform: capitalize;
    font-family: "Lexend", sans-serif;
    -webkit-transition:all 0.6s linear;
    -moz-transition:all 0.6s linear;
    -ms-transition:all 0.6s linear;
    -o-transition:all 0.6s linear;
    transition: all 0.6s linear;
}
.item-title p span{
    padding-right: 30px;
}
.filtr-container .filtr-item:hover .item-title a,
.filtr-container .filtr-item:hover .item-title p{
    color:var(--bs-secondary);
}
/*.item-title*/


/*-------------------------------------
        7.  Discount-offer
--------------------------------------*/
.discount-offer {
    padding: 120px 0;
    position: relative;
    background: url(../../Content/images/home/offer-timer.jpg)no-repeat center fixed;
    background-size: cover;
    z-index: 1;
}
.discount-offer:after,.subscribe:after {
    position: absolute;
    content: "";
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(0,122,207,.5);
    z-index: -1;
}

.dicount-offer-content h2{
    color:var(--bs-white);
    font-size:30px;
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    line-height: 1.4;
}

/* campaign-timer */
.campaign-timer{
    background: rgba(50,55,63,.65);
    max-width: 555px;
    margin: 43px auto;
    padding:24px 0 30px;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(34,31,31,.2);
}
.camp {
    display: block;
    font-size: 14px;
    color: var(--bs-white);
    font-weight:600;
    font-family: "Lexend", sans-serif;
    padding: 10px 0;
}
.time-after{
    position:relative;
}
.time-after:after{
    position:absolute;
    content:':';
    top:10px;
    right:-8px;
}
.time {
    display: inline-block;
    line-height: 1;
    padding: 10px 22px 0;
    font-weight: 500;
    font-size:48px;
    color: var(--bs-white);
    font-family: "Lexend", sans-serif;
}/* campaign-timer */

/*.discount-offer-btn*/
.homes-view.discount-offer-btn{
    color: var(--bs-white);
    max-width: 160px;
    margin: 0 auto;
}/*.discount-offer-btn*/

/*-------------------------------------
        8. Packages 
--------------------------------------*/
.single-package-item:hover {
    margin-bottom: 30px;
    padding-bottom: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    transform: translate(10px, 0px);
}
.packages{
    padding:30px 0 90px;
}
.packages-content{
    margin-top:65px;
}
/*single-package-item */
.single-package-item{
    margin-bottom: 30px;
    padding-bottom: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    -webkit-transition: .5s; 
    -moz-transition:.5s; 
    -ms-transition:.5s; 
    -o-transition:.5s;
    transition: .5s;
}
.single-package-item-txt{
    padding: 0 25px;
}
.single-package-item img {
    width: 100%;
}
.single-package-item h3{
    position: relative;
    font-size: 20px;
    color: #565a5c;
    font-weight:500;
    font-family: "Lexend", sans-serif;
    padding: 20px 0;
}
.single-package-item h3:after{
    position: absolute;
    content: " ";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ebebeb;
}
.packages-para{
    padding:17px 0 0;
    text-transform: capitalize;
}
.packages-para p{
    font-size: 14px;
    color: #aaa;
    font-family: "Lexend", sans-serif;
    margin-bottom:15px;
}
.packages-para p span{
    display: inline-block;
    width: 150px;
}
.packages-review p i{
    color: #ffdf00;
    font-size: 16px;
}
.packages-review span{
    margin-left: 20px;
    font-size: 14px;
    color: #aaa;
    font-family: "Lexend", sans-serif;
    text-transform: capitalize;
}
.homes-view.packages-btn{
    width: 110px;
    height: 35px;
    font-size: 14px;
    color: var(--bs-white);
    text-transform: capitalize;
    -webkit-transition: .5s; 
    -moz-transition:.5s; 
    -ms-transition:.5s; 
    -o-transition:.5s;
    transition: .5s;

}
.homes-view.packages-btn:hover{
    box-shadow: 0 5px 20px rgba(14,15,18,.3);
}
.single-package-item:hover{
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}
/*single-package-item */

/*-------------------------------------
        9. Testemonial 
--------------------------------------*/

.testemonial{
    position:relative;
    background: #f9f9f9;
    padding:120px 0;
}

/*testemonial-carousel*/
.home1-testm-single {
    max-width: 345px;
    background: var(--bs-white);
    padding: 50px 0;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    -webkit-transition: .5s; 
    -moz-transition:.5s; 
    -ms-transition:.5s; 
    -o-transition:.5s;
    transition: .5s;
}
.home1-testm-single:hover {
    box-shadow: 0 0 30px rgba(0,0,0,.3);
}
.home1-testm.item {
    padding-top: 74px;
    padding-bottom: 30px;
}

/*.home1-testm-img*/
.testemonial .owl-carousel .owl-item img {
    display: inline-block;
    width:80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
}/*.home1-testm-img*/

/*owl-carousel*/
.testemonial .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    padding: 0 19px;
}
.testemonial .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
}
.testemonial .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 3px;
    border-radius:50%;
    background: #aaa; 
}
.testemonial .owl-theme .owl-dots .owl-dot.active span{
    background: #00d8ff;
}/*owl-carousel*/

/*home1-testm-txt*/
.home1-testm-txt {
    padding-top: 27px;
}
.home1-testm-txt p{
    color: #aaa;
    font-size: 16px;
    font-family: "Lexend", sans-serif;
    max-width: 284px;
    margin: 0 auto;
    padding: 20px 0;
}
.home1-testm-txt h3 a{
    display: block;
    color: var(--bs-primary);
    font-size: 16px;
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    text-transform: capitalize;
}
.home1-testm-txt h4{
    color: #aaa;
    font-size: 14px;
    font-family: "Lexend", sans-serif;
    font-weight: 300;
    padding: 15px 0 0px;
}
.home1-testm-txt span {
    color: #ddd;
    font-size: 18px;
}/*home1-testm-txt*/
.service-img img{width: 100px;}
.single-service-box{justify-content: center;align-items: center;}
.service-content{text-align: center;}

/*-------------------------------------
        10.  Special-Offer
--------------------------------------*/
.special-offer{
    position: relative;
    background: url(../../Content/images/gallary/bottom_bg.png)no-repeat center;
    background-size: cover;
    z-index: 1;
}
.special-offer:after{
    position: absolute;
    content: "";
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background: #00000091;
    z-index: -1;
}

/*.single-special-offer-bg*/
.single-special-offer-bg {
    margin-top: -1px;
    position: relative;
    padding-bottom: 42px;
    z-index: -1;
}
.single-special-offer-bg:before {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(21, 22, 22, 0.562);
    z-index: 1;
}
.single-special-offer-bg img {
    height: 807px;
}

.single-special-shape-txt {
    position: absolute;
    top: 60px;
    left:62px;
}
.single-special-shape-txt h3,.single-special-shape-txt h4{
    color: var(--bs-white);
    font-size: 30px;
    font-family: "Lexend", sans-serif;
    font-weight: 700;
    text-align: center;
}
.single-special-shape-txt h4{
    text-transform: uppercase;
    margin: 174px 0;
    line-height: 1.3;
}
.single-special-shape-txt h4 span{
    font-size: 60px;
}
.single-special-shape-txt p{
    font-size: 20px;
    font-weight: 500;
    color: var(--bs-white);
    text-align: center;
    text-transform: capitalize;
}
.single-special-shape-txt p span{
    font-size: 60px;
    font-weight: 700;
}/*.single-special-offer-bg*/

/*single-special-offer*/
.single-special-offer-txt{
    padding: 172px 0 0;
}
.single-special-offer h2{
    color: var(--bs-white);
    font-size: 30px;
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    margin-bottom: 22px;
}
/*single-special-offer*/


.packages-para.special-offer-para p{
    color: var(--bs-white);
}
.packages-para.special-offer-para p span{
    display: inline;
    color: var(--bs-white);
    width: 100%;
    margin-right: 25px;
}
.offer-para{
    margin-top: 31px;
    text-transform: initial;
    line-height: 2;
}

.packages-review.special-offer-review {
    margin-bottom: 13px;
}
.packages-review.special-offer-review span{
    color: var(--bs-white);
}

.offer-btn-group{
    display: flex;
    margin-top: -10px;
}
.homes-view.packages-btn.offfer-btn{
    background: transparent;
    border:1px solid var(--bs-white);
    color: var(--bs-white);
    margin-right: 25px;
}
/*-------------------------------------
        11. Blog
--------------------------------------*/
.blog{
    background: var(--bs-white);
        padding: 115px 0 92px;
}

/*blog-content*/
.blog-content {
    margin-top: 66px;
    
}
.blog-content .thumbnail {
    background:transparent;
    border:transparent;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    margin-bottom:30px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.blog-content .thumbnail:hover {
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}

.thumbnail h2{
    padding: 25px 0 25px 20px;
    color:#565a5c;
    font-size:16px;
    font-family: "Lexend", sans-serif;
}
.thumbnail span{
    color:#aaa;
    font-size:14px;
    font-weight: normal;
    padding-left: 25px;
    font-family: "Lexend", sans-serif;
}

/*.thumbnail-img*/
.thumbnail-img{position:relative;}

.blog-content .thumbnail .thumbnail-img  img{
    max-width: 102%;
    margin-left: -4px;
}
.thumbnail-img-overlay{
    position:absolute;
    top:0;
    left:-4px;
    width:102%;
    height:100%;
    background:rgba(0,0,0,.5);
    opacity:0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.blog-content .thumbnail:hover  .thumbnail-img-overlay{
    opacity:1;
}/*.thumbnail-img*/

/*.caption*/
.blog-content .caption {
    background:var(--bs-white);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.blog-content .thumbnail:hover  .caption {
    border:transparent;
    
}
.blog-txt {
    margin-top:8px;
    margin-left:12px;
}
.blog-content .caption .blog-txt  h3 a{
    color:#565a5c;
    font-size:15px;
    font-weight:500;
    font-family: "Lexend", sans-serif;
    margin-top:15px;
    padding-bottom: 3px;
    min-height: 63px;
    line-height: 2;
}
.blog-content .caption .blog-txt p{
    color:#aaaaaa;
    font-size:14px;
    font-family: "Lexend", sans-serif;
    min-height: 105px
}
.blog-content .caption .blog-txt a {
    font-family: "Lexend", sans-serif;
    font-size: 16px;
    color: #64cbfa;
    padding-bottom: 12px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}/*.caption*/

/*blog-content*/

/*-------------------------------------
        12.  Subscribe
--------------------------------------*/
.subscribe {
    position: relative;
    padding: 120px 0;
    background: url(../../Content/images/home/bg-2.png)no-repeat center fixed;
    background-size: cover;
    z-index: 1;
}

/*subscribe-title*/
.subscribe .subscribe-title {
    margin-bottom: 45px;
}
.subscribe-title h2{
    color:var(--bs-white);
    font-size:38px;
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    line-height: 1.4;
    
}
.subscribe-title p{
    color:var(--bs-white);
    font-size:20px;
    font-family: "Lexend", sans-serif;
    line-height: 1.4;
    margin-top: 10px;
}/*subscribe-title*/


/*custom-input-group*/
.custom-input-group {
    position: relative;

}
.custom-input-group i{
    position: absolute;
    color: #aaa;
    font-size:16px;
    top: 25px;
    left: 40px;
}
.custom-input-group .form-control {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    padding-left: 63px;
    padding-right: 155px;
    font-size: 16px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border-color: #eee;
}
.custom-input-group .subscribe-btn {
    float: right;
    position: relative;
    z-index: 1;
    margin: 5px 5px;
}
/*custom-input-group*/

/*appsLand-btn*/
.appsLand-btn {
    background: var(--bs-primary);
    display: inline-block;
    padding: 17px 54px;
    text-decoration: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-transform: uppercase;
    color: var(--bs-white);
    font-size: 16px;
    font-weight: 500;
    font-family: "Lexend", sans-serif;
    box-shadow: 0 1px 5px rgba(2, 3, 3, 0.15);
    letter-spacing: 0.7px;
    border: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.appsLand-btn:hover, .appsLand-btn:focus, .appsLand-btn:active {
    text-decoration: none;
    outline: none;
}
.appsLand-btn:hover {
    box-shadow: 0 3px 25px rgba(2, 3, 3, 0.25);
    background: var(--bs-primary);
}

.appsLand-btn.appsLand-btn-larg {
    padding: 20px 40px;
}

.appsLand-btn.appsLand-btn-larg i {
    margin-right: 9px;
    font-size: 24px;
    vertical-align: sub;
}/*appsLand-btn*/
.mr-2{margin-right:1rem;}
/*-------------------------------------
        13.  footer-sec
--------------------------------------*/
.footer-sec {
    background: #f8f8f8;
    padding: 0 0 60px;
}
.footer-content{
    padding:120px 0;
}

/*single-footer-item*/
.single-footer-item{
    font-family: "Lexend", sans-serif;
    text-transform: capitalize;
}
.single-footer-item h2{
    color:#565a5c;
    font-size:16px;
    font-weight: 600;
    margin-bottom:40px;
}/*single-footer-item*/

/*footer-logo*/

.footer-logo a, .footer-logo a:hover,.footer-logo a:focus {
    color: #565a5c;
    font-size:24px;
    font-family: "Lexend", sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    margin: 14px 0px 0;
    padding: 10px 0 0 0;
}
.footer-logo a>span {
    color: var(--bs-primary);
    text-transform: capitalize;
} 
.footer-logo p{
    color: #aaa;
    font-size:16px;
    font-family: "Lexend", sans-serif;
    text-transform: capitalize;
}
/*footer-logo*/

/*single-footer-txt*/
.single-footer-txt p{
    margin-bottom:8px;
}
.single-footer-txt p a{
    color:#565a5c;
    font-size:16px;
    -webkit-transition: .5s ease-in-out; 
    -moz-transition:.5s ease-in-out; 
    -ms-transition:.5s ease-in-out; 
    -o-transition:.5s ease-in-out;
    transition: .5s ease-in-out;
    
}
.single-footer-txt p a:hover{
    -webkit-transition:scaleX(1.2);
    -moz-transition:scaleX(1.2);
    -ms-transition:scaleX(1.2);
    -o-transition:scaleX(1.2);
    transform:scaleX(1.2);
    color: #00d8ff;
}/*single-footer-txt*/

.footer-sec hr{
    border-top: 1px solid #ebebeb;
}

/*foot-icons*/
.foot-icons {
    text-align: center;
    /*margin-top:60px;*/
}
 .foot-icons .footer-social-links li {
    padding: 0 10px;
    text-align: center;
}
.foot-icons .footer-social-links a {
    color: var(--bs-white);
    display: block;
    font-size: 18px;
    width: 60px;
    line-height: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    border-radius: 50%;
}

.foot-icon-bg-1{
    background: #3b5999;
}
.foot-icon-bg-2{
    background: #1da1f3;
}
.foot-icon-bg-3{
    background: #8938ae; /* Old browsers */
    background: -webkit-linear-gradient(right, #8938ae 0%, #c13181 100%);
    background: -o-linear-gradient(right, #8938ae 0%, #c13181 100%);
    background: linear-gradient(to right, #8938ae 0%, #c13181 100%);
}

.foot-icons .footer-social-links a:hover {
    /*color: var(--bs-secondary);*/
    color: var(--bs-secondary);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.foot-icons p{
    color:#aaa;
    font-size:16px;
    margin-top:28px;
}
.foot-icons p a,.foot-icons p a:hover,.foot-icons p a:focus{
    color:#00d8ff;
    font-size:16px;
    margin-top:28px;
}/*foot-icons*/

/*===============================
         Scroll Top
===============================*/

#scroll-Top  .return-to-top {
    position: fixed;
    right: 10px;
    bottom: 50px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    z-index:15;
    color: var(--bs-white);
    background:var(--bs-secondary);
	border:1px solid var(--bs-primary);
	border-radius:5px;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	z-index: 111;

}

#scroll-Top  .return-to-top:hover {
    background:var(--bs-secondary);
    color: var(--bs-white);
	border-radius:50%;

}


/*========================Thank you=================*/
.packages .card {
    background: var(--bs-white);
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 100%;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect for the card */
.packages .card:hover {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.packages .card-image {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

/* Hover effect for the image */
.packages .card-image {
    transform: scale(1.1);
}

.packages .card-content {
    padding: 20px;
}

.packages .card-content h2 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
}

.packages .card-content .offer {
    font-size: 16px;
    color: var(--bs-primary);
    margin-bottom: 5px;
}

.packages .card-content .offer span {
    font-weight: bold;
    color: var(--bs-secondary);
}

.packages .card-content p {
    font-size: 14px;
    color: #555;
    margin: 0 0 15px;
}

.packages .call-now {
    background: linear-gradient(45deg, #0d6efd, #4884fe);
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
}

/* Hover effect for the button */
.call-now:hover {
    background: linear-gradient(45deg, #4884fe, black);
    transform: scale(1.1);
    color: var(--bs-white);
}

  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--bs-white);
    color: var(--bs-black);
    padding: 0.5rem 1rem;
    margin-bottom: 0px !important;
  }
  
  .brand-logo {
    font-size: 1.5rem;
    font-weight: bold;
  }
  
  .nav-links {
    display: flex;
    gap: 1rem;
  }
  
  .nav-links a {
    color: var(--bs-black);
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-size: 18px;
    font-weight: 600;
  }
  
  .nav-links a:hover {
    background-color: var(--bs-primary);
    color: var(--bs-white);
  }
  
  .phone-number {
    font-weight: bold;
    background-color: var(--bs-primary);
    border-radius: 5px;
    color: var(--bs-white) !important;
  }

    .phone-number:hover {
        background-color: var(--bs-secondary) !important;
        color: var(--bs-white) !important;
    }
  
  /* Responsive Styles */
  .toggle-button {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 25px;
    background: none;
    border: none;
    cursor: pointer;
  }
  
  .toggle-button .bar {
    height: 3px;
    width: 100%;
    background-color: var(--bs-black);
    border-radius: 2px;
  }
  .mb-sec{display: none;}
  @media (max-width: 768px) {
    .nav-links {
      display: none;
      flex-direction: column;
      background-color: #333;
      position: absolute;
      top: 60px;
      right: 10px;
      width: 280px;
      text-align: center;
      border-radius: 5px;
    }
    .homes-us h1{font-size: 44px;}
    .mb-sec{display: block; font-size: 20px;}
    .nav-links.active {
      display: flex;
      z-index: 10;
      background-color: var(--bs-white);
    }
  
    .toggle-button {
      display: flex;
    }
  }
  