*
{
margin: 0;
padding: 0;

}


/* 
*:not(.navbar li a)
{
    width: 100%;
} */


@font-face 
{
    font-family: montserrat;
    src: url('Montserrat/static/Montserrat-Light.ttf');
}

@media (max-width: 500px) {
    .promo-title {
        padding-left: 15px;;
    }
    .top-description{
        padding-left: 13px;
    }
    
}

body {
    font-family: montserrat;
    overflow-x:hidden;
}

@media(max-width: 768px){
.para-banner
{
    background-image: url("images/sumner-mahaffey-7Y0NshQLohk-unsplash.jpg");
    min-height: 400px;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.para-services
{
    
    min-height: 400px;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}


}

/*--------------------para-plegic-------------*/
@media (min-width: 769px){
.para-banner
{
    background-image: url("images/sumner-mahaffey-7Y0NshQLohk-unsplash.jpg");
    min-height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.para-services
{
    
    min-height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

}


/*----------------------NAV-------------------------*/

#nav-bar
{
    position: sticky;
    top: 0;
    z-index: 10;
    
}
    
.navbar
{
    
    background-color: rgba(255, 255, 255, 0.3);
    background-blend-mode: lighten;
    padding: 0 !important;
}

.navbar-brand img
{
    height: 40px;
    padding-left: 40px;
}

.navbar-nav li
{
    padding: 0 10px;
}

.navbar-nav li a{
color: black !important;
font-weight: 400;
float: right;
text-align: right !important;
/* text-shadow: 1px 1px 2px black; */
font-family:montserrat;
font-size: 25px;

}

.fa-bars
{
    color: #fff;
    font-size: 30px !important;
}

.navbar-toggler
{
outline: none !important;

}

.nav li a
{
    font-weight: 300;
    text-shadow: 1px 1px 2px black;
}

.navbar-nav li a.special {
    background-color: white;
    
    
    color: black !important;
    padding: 3px 18px;
    margin-top: 5px;
    border-radius: 10px;
    font-weight: 400;
}

.navbar{
    transition: all 0.5s;
}

.navbar-scrolled{
    background-color: #e8e0d1;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}

/*@media (min-width: 1000px)*/
/*{*/
/*    .dropdown:hover .dropdown-menu*/
/*    {*/
/*        display: block;*/
/*        opacity: 1;*/
/*        transition: all 0.2s;*/
/*    }*/
/*}*/


.dropdown-menu
{
    display: block;
    margin-top: 40px;
    opacity: 0;
    width: 10px;
    border: none;
    background-color: rgba(255,255,255,0.5);
    
}

.dropdown-menu li a
{
    font-size: 15px;
}

.dropdown-menu li a:hover
{
    border: none;
    background-color: rgba(255,255,255,0.3);

}



 /* Mobile specific fixes */
    @media (max-width: 999px) {
        .dropdown-menu {
            position: static !important;
            float: none;
            width: auto;
            margin-top: 0;
            background-color: rgba(255,255,255,0.5);
            border: none;
            box-shadow: none;
            opacity: 1;
        }
        
    }

/* Show dropdown when Bootstrap's show class is applied */
        .dropdown-menu.show {
            opacity: 1;
        }

/*-----------------------Banner----------------------*/
#banner
{
    
    background-color: rgba(255, 255, 255, 0.2);
    background-blend-mode: lighten;
    width: 100%;
    color: #fff;
    padding-top: 5%;
    height: 450px;
}


.promo-title
{
    font-family: montserrat;
    font-size: 40px;
    font-weight: 600;
    margin-top: 130px;
    color: black;
}

.play-btn
{
    width: 45px;
    margin: 20px;
}

#banner a 
{
    color: #fff;
    text-decoration: none;
}

.bottom-img
{
    width: 100%;
}

.logo-img
{
    width: 200px;
    height: 200px;
}

.top-description
{
    padding-top: 20px;
    font-family: montserrat;
    text-shadow: 1px 1px 2px rgba(8, 7, 7, 0.3);
    font-size: 21px;
    color: black;

}



/* Fix overflow in All Services section */
.container-text-center {
  width: 100%;
  overflow-x: clip; /* or hidden for BS4 */
}

.container-text-center .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.container-text-center .row > [class^="col-"],
.container-text-center .row > [class*=" col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* For row-cols-* (Bootstrap 5 specific) */
.container-text-center .row[class*="row-cols-"] {
  --bs-gutter-x: 0; /* nukes horizontal gutters */
}



/*--------------------------------MAIN SERVICES SECTION-------------------------*/





/*-------------------------------Service boxes-------------------------------*/
#services
{
    /* background: #f8f9fa; */
    background: #f8f9fa;
    padding-bottom: 100px;
    padding-top: 100px;

    background-size: cover;
}

.title
{
    font-size: 40px;
    font-weight: 600;
    margin-top: 8%;
    padding-left: 15px;
    font-family: montserrat;
}

#services img
{
    width: 300px;
    height: 300px;
    border-radius: 30%;
    padding-bottom: 20px;
    object-fit: cover;
}

.salt-img
{
    background-size:cover;
}

.text-box
{
    background-color: rgba(160, 159, 159, 0.9);
    box-shadow: 0 3px 10px rgba(0,0,0,0.4);
    padding: 50px;
    transition: all 0.5s;

}

.services-text
{
    padding-left: 20px;
    padding-bottom: 20px;
    font-family: montserrat;

}


.service-boxes
{
    padding: 20px;
}

@keyframes appear {
    from {
        opacity: 0;
        transform: translateY(140px);
    }
    to{
        opacity: 1;
        transform: translateY(0px);
    }
}

.services-animated
{
    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}




/*------------------------Social media section-------------------*/
#social-media
{
    background: #f5f2eb;
    padding: 100px 0;

}

#social-media p
{
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
}

.social-icons img
{
    width: 60px;
    transition: 0.5s;
}

.social-icons a:hover img
{
    transform: translateY(-10px);
}

/*------------footer section---------------*/
#footer
{
    background-image: linear-gradient(to right, #9ead93 ,#e8e0d1);
    color: black;
    font-size: 20px;
}

.footer-img
{
    width: 100%;
}
#footer .dir-btn{
    margin-top: 5px;
    margin-bottom: 20px;
}

.footer-box
{
    padding: 40px;
}

.footer-box img
{
    width: 120px;
    margin-bottom: 20px;
}

.footer-box .fa{
    margin-right: 8px;
    font-size: 25px;
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 7px;
    border-radius: 2px;
    background-image: linear-gradient(to right, #91928cc1, #d9e7705c);
}
.footer-box .form-control
{
    box-shadow: none;
    border: none;
    border-radius: 0;
    margin-top: 25px;
    max-width: 250px;
}

.footer-box .btn-primary
{
    box-shadow: none;
    border: none;
    border-radius: 0;
    margin-top: 30px;
    background-image: linear-gradient(to right, #bd725b, #9f6048);
    border-radius: 50px;
}

.footer-box .form-control
{
    border-radius: 50px;
}

hr
{
    background-color: #fff;
}

.copyright
{
    margin-bottom: 0;
    padding-bottom: 20px;
    text-align: center;
}

.priv-btn
{
    box-shadow: none;
    border: none;
    text-decoration: none;
    color: black;
    padding: 10px;
    font-size: 18px;
}
.messaging-disclaimer{
    font-size: 10px;
    padding-top: 30px;

}
