html{
    scroll-behavior: smooth;
}
body{
    margin: 0;
    padding: 0em;
}
h6{
    font-size: 0.9375vw;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #fff;
}
h5{
    font-size: 1.25vw;
    font-weight: bold;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}
h4{
    font-size: 1.823vw;
    /* padding: 1.145vw 0  ; */
    font-family: 'Montserrat', sans-serif;
}
h3{
    font-size: 2.5vw;
    font-weight: bold;
    /* padding: 0.78vw 0; */
    color: #1C1C1C;
    font-family: 'Montserrat', sans-serif;
}
h1{
    font-size: 4.43vw;
    font-family: 'Montserrat', sans-serif;

}
h2{
    font-size: 2.6vw;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
p{
    font-size: .73vw;
    font-family: 'Montserrat', sans-serif;
    color: white;
}
a{
    font-family: 'Livvic', sans-serif;
    color: #393939;
}
a:hover{
    text-decoration: none;
    color: white;
}
.navbar{
    width: 100%;
    /* height: 4.6875vw; */

    padding: 0;
    margin: 0px;

}
.container-fluid{
    padding: 0em;
    background-color:white;

}
.container{
    width: 100%;
    padding: 0 18.9vw;
    max-width: unset;
}
.display-none{
    display: none !important;
}
/* .animate{
    transform: translateY(0) !important;
} */
.dtsmart-nav{
    position: relative;
    width: 100%;
    height: 5vw;
    background-color: #07498B;
    display: flex;
    justify-content: center;
    align-items: center;
}
.button-sticky{
    /* display: none; */
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 30px;
    right: 45px;
    /* background-color: #226d7b; */
    color: white;
    text-align: center;
    border-radius: 5px;
    animation-iteration-count: infinite !important;
    cursor: pointer;
    z-index: 3;
    line-height: 2;

}
.button-sticky img{
    transform: translate(-50%, -50%);
    width: 100px;
    height: auto;
}
.button-sticky i {
    position: absolute;
    top: -30%;
    right: 90%;
    color: #07498B;
    z-index: 10;
    transform: scale(1.3);
}
.menu-button{
    position: absolute;
    right: 8.474vw;
    top: 2vw;
    width: 1.3vw;
    height: auto;
    cursor: pointer;
    z-index: 5;
    transition: .3s;
}

#close{
    position: fixed !important;
    right: 8.474vw;
    top: 2.474vw;
    color: white;
    transform: scale(2);
}
.dtsmart-nav img{
    width: 5.52vw;
    height: auto;
}
.dtsmart-home{
    /* display: none !important; */
    opacity: 1;
    width: 100%;
    height: 100vh;
    background-color: #07498B;
    display: flex;
    flex-direction: column;
    align-items: center ;
    justify-content: center;
    /* transform: translateY(-600px); */
    transition: 4s;
    position: fixed !important;
    top: 0;
    z-index: 4;
}
.fa-times-circle{
    transform: scale(1.3) ; 
}

.logo img{
    height: 3.145vw;
    width: 10.26vw;
}
#nav-logo{
    cursor: pointer;
}
.menu{
    margin: 6.66vw 0;
}
/* .menu .menu-active{
    border: solid 0.104vw white;
    border-radius: 0.52vw;
    font-weight: bold !important;
    transform: translateY(4px);
} */

.menu ul{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.menu li{
    /* padding: .625vw 1.72vw !important; */
    margin: .417vw 0;
    position: relative;
}
.nav-link{
    font-size: 1.25vw;
    /* font-weight: bold; */
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    padding: none;
    transition: 5s;
}
.nav-link-active{
    font-size: 1.25vw;
    /* font-weight: bold; */
    color: #fff;
    font-family: 'Montserrat ExtraBold', sans-serif;
    padding: none !important;
    padding: .5rem 1rem;
    border-radius: 0.52vw;
    border: solid 0.154vw white;
}
.menu li:hover .menu-hover{
    opacity: 1;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
}
.menu li:hover .nav-link{
    font-family: 'Montserrat ExtraBold', sans-serif;
}
.menu-hover{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10%;
    height: 10%;
    border-radius: 0.52vw;
    border: solid 0.154vw white;
    cursor: pointer;
    z-index: -1;
    transition: .2s;
    opacity: 0;
}
.menu-hover-active{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    cursor: pointer;
    height: 100%;

}
.social-icon{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.icon img{
    width: 3.2vw;
    height: 3.2vw;
    margin: 0 .366vw;
    cursor: pointer;
    transition: .2s;
}
.social-icon .social-icon-title{
    margin-top: .78vw;
}
.icon{
    transition: .2s;
}
.icon img:hover{
    transform: translateY(-0.3vw);
}

/* =============================================== START FOOTER ========================================================= */


.footer{
    width: 100%;
    height: 20vw;
    background-color:  #07498B;
}
.footer-logo img{
    width: 9.2vw;
    height: auto;
    margin: 4.17vw 0;
}
.footer .icon img{
    width: 1vw;
    height: auto;
    margin: 0 0.325vw 0 0 !important;
    cursor: pointer;
    /* display: flex; */
    transition: .2s;
}
.footer-line{
    position: relative;
    padding-left: 1.3vw;
}
.footer-icon{
    width: .57vw;
    height: auto;
    position: absolute;
    top: 0vw;
    left: 0vw;
    transform: translateY(0.18vw);
}
.footer .center img{
    width: 0.68vw !important;
}
.footer-license{
    width: 100%;
    height: 5vw;
    background-color:  #07498B;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: solid 0.05vw #3A78B7;
}
.footer-license h6{
    color: #fff;
    font-weight: 500;
    transform: translateY(45%);
}
.footer .col-md-5 p{
    width: 88%;
}
.center .ipad{
    display: none;
}
/* ============================================ END FOOTER ===================================================== */


/* ===========================================START 770PX======================================================= */

@media (max-width: 770px) {
    h6{
        font-size: 2.5vw;
    }
    h5{
        font-size: 3.67vw;
    }
    h3{
        font-size: 4.08vw;
    }
    p{
        font-size: 2.3vw;
    }
    .container{
        padding: 0 12vw;
    }
    .nav-link, .nav-link-active{
        font-size: 3.5vw;
    }
    .nav-item-active{
        margin: 2vw 0 !important;
    }
    .nav-link-active{
        border-radius: 1.52vw;
        border: solid 0.454vw white;
    }
    .logo img {
        height: 35px;
        width: auto;
    }
    .menu {
        margin: 30vw 0;
    }
    .icon img {
        width: 23px;
        height: auto;
        margin: 1vw 1vw;
        cursor: pointer;
    }
    .menu-button {
        left:  12vw !important;
        top:  5vw;
        width: 4.3vw;
    }
    #close{
        top: 40px;
        transform: rotate(180deg);
    }
    .dtsmart-nav {
        height: 12vw !important;
    }
    .dtsmart-nav .container{
        display: flex;
        justify-content: center;
    }
    .dtsmart-nav img {
        width: 18vw;
        height: auto;
    }
    /* .center .ipad{
        display: block !important;
    } */
    .footer .col-md-3{
        /* display: none; */
        flex: 0 0 55%;
        max-width: 55%;
        padding-left: 8.3vw;
    }
    .footer .icon img {
        width: 5vw;
        height: auto;
    }
    .footer {
        height: 60vw;
    }
    .footer-logo img {
        width: auto;
        height: 7vw !important;
        margin: 6.17vw 0;
    }
    .footer-line {
        padding-left: 6.3vw;
    }
    .footer .col-md-5 p {
        width: 100%;
    }
    .footer .col-md-5, .footer .col-md-4{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .footer-icon{
        width: 2.57vw;
        transform: translateY(0.7vw);
    }
    .footer .center img {
        width: 2.68vw !important;
    }
    .footer-license {
        height: 10vw;
    }
}

/* ===========================================================420PX==================================================================== */

@media (max-width: 420px){
    .container{
        padding: 0 9.8vw;
    }
    h6{
        font-size: 3.73vw;
    }
    h5{
        font-size: 6.13vw;
    }
    h3{
        font-size: 6.67vw;
    }
    h2{
        font-size: 7.2vw;
    }
    p{
        font-size: 4.5vw;
    }
    .logo img {
        height: 9.87vw;
    }
    .nav-link,   .nav-link-active{
        font-size: 4.5vw !important;
    }
    .nav-link {
        padding: 1vw 1rem;
    }
    .dtsmart-nav img {
        width: 28vw;
        height: auto;
        margin-bottom: 4.73vw;

    }
    .nav-item{
        margin: 4.5vw 0 !important;
    }
    .dtsmart-nav {
        height: 21.3vw !important;
        align-items: flex-end;
    }
    .menu{
        margin: 20vw 0;
    }
    /* .dtsmart-nav img {
        width: 62px;
        height: 19px;
        margin-bottom: 17.3px;
    } */
    
    .social-icon .social-icon-title {
        margin-top: .78vw;
        margin-bottom: 8vw;
    }
    .dtsmart-home .logo{
        margin-top: 8vw;
    }

    .menu-button {
        right: 9.3vw;
        top: 11.73vw !important;
        width: 5.6vw;
    }
   
    .footer {
        height: 431px;
    }
    .icon img {
        width: 10.2vw;
        height: auto;
        margin: 1vw 1vw;
        cursor: pointer;
    }
    .footer-logo img {
        width: auto;
        height: 40px!important;
        margin: 51px 0;
    }
    .footer-line p{
        font-size: 12px;
    }
    .footer-icon {
        width: 12px;
        transform: translateY(3px);
    }
    .footer .center img {
        width: 13px !important;
    }
    .footer .icon img {
        width: 18px;
        height: auto;
    }
    .footer .col-md-3 p{
        margin-bottom: 2px;
        font-size: 12px;
    }
    .button-sticky {
        bottom: -8px;
        right: 12px;
    }
    .button-sticky i{
        transform:  scale(1);
    }
    .button-sticky img{
        width: 70px;
    }
    .footer .col-md-5, .footer .col-md-4{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer .col-md-3 {
        margin-top: 20px;
    }
    .footer-license {
        height: 60px;
    }
    
}