@import "../assets/styles/main.css";

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 26px;
    color: var(--black-400);
    font-weight: 400;
    /* -webkit-user-select: none; Safari
    -ms-user-select: none; IE 10 and IE 11
    user-select: none; Standard syntax */
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
a,a:hover {
    text-decoration: none;
}
a:hover {
    -webkit-transition: all 400ms;
    transition: all 400ms
}
img {
    max-width: 100%;
}
input,button {
    outline: 0;
}
.form-control:focus{
    box-shadow: none;
}

/*----- Global CSS -----*/

.trans {
    -webkit-transition: all 400ms;
    transition: all 400ms;
}
.primary-font {
    color: var(--primary);
}
.secondary-font{
 color: var(--black-300);
}
.font-weight-semi-bold {
    font-weight: 600;
}
.font-weight-medium {
    font-weight: 500;
}
.highlight-content p{
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 50px;
}
.wa-chat-box-poweredby{
    display: none;
}

/*----- Custom CSS -----*/

@media (min-width: 1440px) {
    .container {
        max-width: 1366px;
    }
}
.lar-padding {
    padding: 70px 0;
}
.content-area-top-space {
    padding-top: 170px;
}
.lar-section-bg {
    background: var(--white-100);
}
@media (max-width: 767px) {
    body {
        font-size: 14px;
        line-height: 24px;
    }    
    .lar-padding {
        padding: 30px 0;
    }
    .content-area-top-space {
        padding-top: 100px;
    }
}

#wa-widget-send-button{
    right: 120px !important;
}

@media only screen and (max-width: 480px) {
    #wa-widget-send-button{
        margin: 0 0 25px 0 !important;
        right: 75px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
        bottom: 15px !important;
    }
    #wa-widget-send-button div {
        font-size: 0 !important;
    }
}
