@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Khand:wght@300;400;500;600;700&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Send+Flowers&display=swap');

/* #### Boston font samily #### */

@font-face {
    font-family: 'Boston Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Boston Regular'), url('../font/BostonRegular.woff') format('woff');
}
@font-face {
    font-family: 'Boston Thin';
    font-style: normal;
    font-weight: normal;
    src: local('Boston Thin'), url('../font/BostonThin.woff') format('woff');
}
@font-face {
    font-family: 'Boston ExtraLight';
    font-style: normal;
    font-weight: normal;
    src: local('Boston ExtraLight'), url('../font/BostonExtraLight.woff') format('woff');
}
@font-face {
    font-family: 'Boston Light';
    font-style: normal;
    font-weight: normal;
    src: local('Boston Light'), url('../font/BostonLight.woff') format('woff');
}
@font-face {
    font-family: 'Boston SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('Boston SemiBold'), url('../font/BostonSemiBold.woff') format('woff');
}
@font-face {
    font-family: 'Boston Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Boston Bold'), url('../font/BostonBold.woff') format('woff');
}
@font-face {
    font-family: 'Boston Black';
    font-style: normal;
    font-weight: normal;
    src: local('Boston Black'), url('../font/BostonBlack.woff') format('woff');
}
@font-face {
    font-family: 'Boston Heavy';
    font-style: normal;
    font-weight: normal;
    src: local('Boston Heavy'), url('../font/BostonHeavy.woff') format('woff');
}
/* #### Boston font samily #### */


body {
    font-family: 'Red Hat Display', sans-serif !important;
    overflow-x: hidden;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Boston Heavy';
    letter-spacing: 1.1px;
}
.bg-site-bolor {
    background: #9a4e49;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.55);
    border-color: rgba(0,0,0,.1);
    background: #ffffff94;
}
.navbar {
    padding: 20px 0px;
}
.navbar-fixed-top {
    color: #fff;
    position: fixed;
    padding: .27rem 0rem;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background: #fff !important;
    transition: all ease-in-out .45s;
}
.nav-link {
    color: #fff !important;
    margin-left: .65em;
    letter-spacing: .07em;
    font-weight: 600;
    transition: 0.25s;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
}

.nav-link:hover {
        color: #fff !important;
    transition: 0.25s; 
}

.nav-link:before {
    content: "";
    display: block;
    height: 3px;
    width: 20px;
    position: absolute;
    right: 0;
    left: 7px;
    bottom: 4px;
    background: currentColor;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform .15s linear;
    transition: -webkit-transform .15s linear;
    transition: transform .15s linear;
    transition: transform .15s linear, -webkit-transform .15s linear;
    margin-left: 0em;
    vertical-align: .255em;
    border-top: 0em solid;
    border-bottom: 0;
}

.nav-link:focus:before,
.nav-link:hover:before {
    color: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(1);
}
 
.navbar-fixed-top .nav-link:focus:before,
.navbar-fixed-top .nav-link:hover:before {
    color: #000;
    -webkit-transform: scaleX(0);
    transform: scaleX(1);
}
.navbar-fixed-top .nav-link {
    color: #000 !important;
    transition: all ease-in-out .45s;
}
.navbar-fixed-top .nav-link:hover {
     color: #000 !important;
    transition: 0.25s; 
}
.text-vvb{
    color: #b0942d;
}
.modal { 
    backdrop-filter: blur(9px);
}
.img-show {
    visibility: visible;
}

.img-hide {
    display: none;
}

.navbar-fixed-top .img-show {
    display: none;
}

.navbar-fixed-top .img-hide {
    display: block;
}

        .footer-link {
    text-decoration: none;
    color: #cecece; 
    font-size: 14px;
    letter-spacing: 1px;
}
        .footer-link:hover {
    color: #fff !important;
}
.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.75) translateY(-.4rem) translateX(.15rem);
}
.form-floating>label { 
    font-family: 'Red Hat Display', sans-serif;
}
.btn{
    font-family: 'Red Hat Display', sans-serif !important;
    border: 0px solid transparent;
        text-transform: uppercase;
}
.btn-site{
     color: #fff !important;
    background-color: #b0942d;
    border-color: #ffffff;
    border-radius: 5px;
    padding: 10px 25px;
    transition: 0.45s;
    box-shadow: 0px 10px 25px -5px #00000036;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.btn-site:hover{ 
    background-color: #574000; 
    transition: 0.45s;
}
.btn-site2 {
        color: #fff !important;
    background-color: #000;
    border-color: #ffffff;
    border-radius: 5px;
    padding: 10px 25px;
    font-weight: bold;
    transition: 0.45s;
    box-shadow: 0px 10px 25px -5px #00000036;
    letter-spacing: 0.5px;
    border: 0px solid #fff;
}
.btn-site2:hover { 
    color: #000 !important;
    background-color: #fff; 
    transition: 0.45s;  
}
.slider-img {
    height: 70vh;
    object-fit: cover;
}

.border-radius-15{
border-radius: 15px !important;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    /* background-image: linear-gradient(to bottom,#000000,#000000); */
    background-color: #004a56d1;
    opacity: .6;
}   

/*service box*/
.service-box {
    position: relative;
    overflow: hidden;
    padding: 0px; 
    transition: none;
    text-align: center;
    background: #ffffff;
    border-radius: 0px;
    box-shadow: 0px 0px 25px 0px #00000029;
}
 .services-content {
        /*position: absolute;
    bottom: -70px;*/
    width: 100%;
    text-align: left;
    background: linear-gradient( 0deg, white, #ffffff, white);
    padding: 20px 20px 20px 20px;
    color: #000;
     transition: 0.5s;
}
.service-box:hover .services-content{
    bottom: -20px;
    transition: 0.5s;
}
.service-img img{
        object-fit: cover;
    width: 100%;
    transition: 1s;
}
.service-box:hover .service-img > img{
    transform: scale(1.2) rotate(2deg);
     transition: 3.5s;
} 


.service-img img + img {
    object-fit: cover;
    width: 100%;
    transition: 1s;
    position: absolute;
    left: 0;
    animation: blink 4s infinite;
} 


@keyframes blink {
	0% {opacity: 0}
	49%{opacity: 0}
	50% {opacity: 1}
}

.service-img.blog-img{
    overflow: hidden;
}

.blog-box {
    position: relative;
    overflow: hidden;
    padding: 0px; 
    transition: none;
    text-align: center;
    background: #ffffff;
    height: 500px;
}
 .blog-content {
    position: absolute;
    bottom: -70px;
    width: 100%;
    text-align: left;
    background: linear-gradient(
0deg, black, #000000cf, transparent);
    padding: 100px 40px 40px 40px;
    color: #fff;
     transition: 0.5s;
}
.blog-box:hover .blog-content{
    bottom: -20px;
    transition: 0.5s;
}
.blog-img img{
        object-fit: cover;
    width: 100%;
    transition: 1s;
}
.blog-box:hover .blog-img > img{
    transform: scale(1.2) rotate(2deg);
     transition: 3.5s;
} 

.s-icon i {
    font-size: 45px;
    color: white;
    margin-bottom: 25px;
    background: linear-gradient(to top, #dd4454 0%, #dd9044 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service-box:hover .s-icon i {
    color: white;
    background: linear-gradient(to right, #003750, #003148);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service-box a {
    text-decoration: none;
    font-size: 16px;
    color: #b0942d!important;
}
 

.service-box p {
    color: #000;
    font-size: 14px;
}

/*service box*/

.section-light-gray {
    padding: 5rem 0px;
    background: #f1f1f1;
}
.section-parallax {
    background-image: url(../img/parallax.jpg);
    color: #fff;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax {
    background: rgba(0,0,0,.5);
    padding: 12em 0 12em 0;
} 

.abt-img1{
        border-radius: 60px 240px 240px 60px;
}
.abt-img2{
        border-radius: 240px 60px 60px 240px;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: block;
    opacity: 0;
    height: 0;
    visibility: hidden;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(255 255 255 / 15%);
    border-radius: .25rem;
    box-shadow: 0px 10px 25px -5px rgb(0 0 0 / 45%); 
    transform: translateY(10px);
    transition: 0.5s;
}  
.dropdown:hover .dropdown-menu {
    opacity: 1;
    height: auto;
    visibility: visible;
    transform: translateY(0px);
    transition: 0.5s;
}  
.dropdown-menu.show {
    display: block;
    height: auto;
    visibility: visible;
    transform: translateY(0px);
    opacity: 1;
}
.dropdown-item:focus, .dropdown-item:hover{ 
    border-left: 2px solid #ff1616;
}
.caption {
    letter-spacing: 2px;
}
h1.heading {
    font-weight: 400;
    font-size: 40px;
    position: relative;
    z-index: 9;
}
h1.heading-back {
    font-weight: 900;
    font-size: 60px;
    position: absolute;
    font-size: 130px;
    /*font-size: calc(50px + (99 - 14) * ((100vw - 300px) / (1600 - 300)));*/
    text-align: center;
    margin: -60px auto;
    left: 0;
    right: 0;
    z-index: 0;
    color: #c9dde0;
}
.s-heading{
     font-weight: normal;
    /*font-size: 120px;*/
    font-weight: 600;
    font-size: calc(81px + (190 - 14) * ((100vw - 300px) / (1600 - 300)));
}
.carousel-caption { 
    top: 36%; 
}
.font-12 {
    font-size: 12px;
}

i.fab.social-icon {
        background: #00000038;
    padding: 13px 0;
    font-size: 24px;
    color: white;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 25%);
    border-radius: 100px;
    text-align: center;
    height: 50px;
    width: 50px;
    margin: 0px;
    transition: 0.25s;
    margin: auto 2px;
}
i.fab.social-icon:hover {
    background: #00a0ff;
    color: white;
    box-shadow: 0px 9px 18px -2px rgb(255 255 255 / 32%);
    text-decoration: none !important;
    transition: 0.25s;
    transform: translateY(-5px);
}
i.fab.social-icon.fa-instagram:hover {
    background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
}
i.fab.social-icon.fa-facebook-f:hover {
    background: #4267B2;
}
i.fab.social-icon.fa-linkedin-in:hover {
    background: #0077b5;
}
i.fab.social-icon.fa-youtube:hover {
    background: #FF0000;
}

i.fab.social-icon.fa-snapchat-ghost:hover {
    background: #FFFC00;
    color: #222222;
}

i.fab.social-icon.fa-tiktok:hover {
    background: #FE2C55;
}

   .testimonial-align {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
 
        .custom-card-before:after {
                content: "";
    width: 100px;
    height: 100px;
    background: rgb(5 38 68 / 78%);
    position: absolute;
    transform: scale(0);
    transition: 0.5s;
    border-radius: 100px;
    top: -25px;
    left: -25px;
        }

        .custom-card-before:hover:after {
                content: 'View Data Plans';
    font-family: 'Red Hat Display', sans-serif;
    transform: scale(1);
    transition: 0.5s;
    border-radius: 100px;
    text-align: center;
    padding-top: 30px;
    color: white;
    font-size: 15px;
    font-weight: bold;
        }
  


        .video-effect {
            transform: none;
            transition: 0.5s;
        }

        .video-effect:hover {
            transform: scale(1.25) scaleY(1.15);
            transition: 0.5s;
        }
        .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #9a4e49;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(154 78 73 / 8%);
}
        .fa-user-circle{ 
    color: #ffffff;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #582b3c;
            transition: 0.5s;
        }
        .fa-user-circle:hover{ 
    color: #582b3c;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #582b3c;
            transition: 0.5s;
        }

.card-img-custom {
    height: 100%;
    object-fit: cover;
}

/*owl-carousel-custom-css-start*/
.owl-nav .owl-prev {
            right: 45px !important;
        }

       /* .owl-nav>div {
            margin-top: -10px;
            position: absolute;
            top: auto !important;
            bottom: -45px !important;
        }*/

        
.testimonial-caption {
    background: #ffffff1f;
    border-radius: 0px;
    padding: 15px;
    color: #ffffff;
    border-radius: 15px;
    backdrop-filter: blur(4px);
}

        .carousel-indicators [data-bs-target] {
            box-sizing: content-box;
            flex: 0 1 auto;
            width: 27px;
            height: 27px;
            padding: 0;
            border-radius: 30px;
            margin-right: 3px;
            margin-left: 3px;
            text-indent: -999px;
            cursor: pointer;
            background-color: #c75e85;
            background-clip: padding-box;
            border: 0;
            border-top: 0px solid transparent;
            border-bottom: 0px solid transparent;
            opacity: .5;
            transition: opacity .6s ease;
        }

        .carousel-indicators .active {
            opacity: 1;
        }
/*owl-carousel-custom-css-end*/


            .quickbuy {
                position: relative;
            }

            .quickbuy img {
                width: 54px;
                background: white;
                border-radius: 100px;
                box-shadow: 10px 10px 25px 5px #0526444f;
                padding: 9px;
                position: fixed;
                bottom: 20px;
                left: 20px;
                z-index: 999;
            }

            .quick_text {
                background: #fff;
                position: fixed;
                bottom: 25px;
                border-radius: 0;
                cursor: pointer;
                font-size: 14px;
                box-shadow: 0 1px 12px 3px rgb(0 0 0 / 23%);
                padding: 12px 18px;
                left: 85px;
                color: #001b33;
                font-weight: 700;
                z-index: 9;
                border-radius: 10px;
                animation: quick_animate 0.5s infinite;
            }

            .quick_text::after {
                content: " ";
                position: absolute;
                top: 50%;
                right: 100%;
                margin-top: -5px;
                border-width: 5px;
                border-style: solid;
                border-color: transparent #fff transparent transparent;
            }

            @keyframes quick_animate {
              from {transform: translateX(9px);}
              to {transform: translateX(-2px);}
            }
            .quickbuyform{
                display: none;
                width: 270px;
                position: fixed;
                z-index: 1000;
                bottom: 90px;
                left: 18px;
            }

@media screen and (max-width: 768px){
.section-light-gray {
    padding: 4rem 0px; 
}
    .parallax {
    background: rgba(0,0,0,.5);
    padding: 9em 0 9em 0;
} 
    .navbar {
    padding: 10px 0px;
    background: #00000070 !important;
}
    .navbar-fixed-top { 
    background: #fff !important; 
}
}