@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&family=Outfit:wght@100..900&display=swap');
html, body {
  overflow-x: hidden;
}
:focus {
    outline: none !important;
}

body{
    background-color: #f8f9fa;
    font-family: "Outfit", sans-serif;
    margin: 0;
    padding:0;
    overflow-x: hidden !important;
}
ul {
    list-style-type: none;
    padding: 0;
}
p{
    margin:0;
}
/* video section */
.video-container{
    position: fixed;
    top: 0;
    left: 0;   
    width: 100%;
    height: 100vh; 
    z-index: -1;
}

.presenting{
    font-family: "Baskervville", serif;
    color:#fff;
    font-size: 25px;

}

.smartsuite{
    font-size: 50px; 
    color:#fff;
}
.slider-title{
    font-family: "Baskervville", serif; color:#fff; font-size: 25px;
}
.presenting-content{
    display: flex
;
    align-items: center;
    justify-content: center;
    z-index: 999;
    position: relative;
    margin:120px auto;
}
.powerful{
    border-bottom:solid 2px #FF5722;
}
.free-trial{
    font-size: 35px; font-weight: bold; color:#FF5722 ;
}
.access{
    font-size: 20px;
    color:#fff;
}
.demo-btn {
    background: #FF5722;
    color: #fff;
    display: inline-flex;
    padding: 8px 15px;
    border-radius: 50px;
    align-items: center;
    font-size: 16px;
    position: relative;
}
    

.demo-btn span{ position: relative; display: flex; align-items: center;}

.demo-btn:before{
    background: #01041E; width:0; height: 100%; content: ""; position: absolute; top: 0; left: 0; border-radius: 50px; opacity: 0;
    transition: width 0.3s ease-in-out;
}

.demo-btn:hover:before{
    width: 100%;
    transition: width 0.3s ease-in-out;
    opacity: 1;
}
.btn-demo {
    position:relative; border:0 !important;
}
.btn-demo span{
    position:relative;
}
    .btn-demo:before {
    background: #01041E;
    width: 0;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50px;
    opacity: 0;
    transition: width 0.3s ease-in-out;
}

.btn-demo:hover:before {
    width: 100%;
    transition: width 0.3s ease-in-out;
    opacity: 1;
}
.demo-btn:hover{
    text-decoration: none; color: #fff;
}
#gradient{

        
   position: relative;
    z-index: 2;
    /* background: linear-gradient(to bottom, transparent 0%, #01041E 23%, #161c4e 70%, #ffffff 99%); */
    background: linear-gradient(to bottom, transparent 0%, #01041E 13%, #161c4e 55%, #ffffff 99%);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
    padding-bottom:70px;
    width:100vw;
}
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: linear-gradient(to bottom, #000000 -16%, rgba(0, 0, 0, 0) 150%, transparent 50%);
    z-index: 1;
    pointer-events: none;
}

#present {
    position: relative;
    z-index: 99;
}


.about-title{
    font-size: 50px;
    color:#fff;
}
.about-description {
    color: #fff;
    font-weight: 300;
    margin-bottom: 15px !important;
}
.only{
    font-size: 60px;
    color:#fff; 
    font-weight: 700;
}

.know-more{
 display: inline-block; border:solid 1px #FF5722; padding: 8px 20px; border-radius: 50px; color:#FF5722; font-size: 20px;
    color: #FF5722;
}
    .know-more:hover {
        color: #fff;
        text-decoration: none;
        background: #FF5722;
    }
.adisa-container{
    background: rgba(255,255,255, .4); padding: 15px 20px; background-size: 100% 100%; border-radius: 10px;
    border:solid 1px #FF5722; height:100%; 
}
.adisa-title{
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}
.adisa-description{
    font-size: 14px;
    color: #fff;
    margin-top:10px;
}

/* product section */
.pro-container{
    background: transparent; border:solid 1px #fff; border-radius: 10px; padding: 20px;
}
.everything-title{
    font-size: 20px;
    color:#fff;
    font-weight: normal !important;

}
.epic-title{
    font-size: 50px;
    color:#fff;
    font-weight: 700
}

.pro-title{
    font-size: 30px;
    color:#fff;
    font-weight: 500;
}
.pro-description{
    font-size: 16px;
    color:#fff;
    font-weight: 300 !important;
}
.pro-content {
    width: calc(100% - 120px);
}
.pro-description span{
    font-weight: 500 !important;
}
.point-desc{
    color: #fff; font-weight: 300 !important;  width: calc(100% - 62px);
}
a.demo-btn img {
    width: 26px !important;
}
.pro-pointers{
    margin:30px 0;
}
.points{
    width: 230px;
    margin-bottom:20px;
}
.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: -100px;
    right: 0;
}

#white-bg{
    background: #fff;
    position: relative;
    width:100vw;
}


.products-title{
    font-size: 40px;
    color:#3A3A62;
    font-weight: 700;
}
.products-subtitle{
    color:#FF5722;
    padding: 5px 15px;
    border:solid 1px #FF5722;
    border-radius: 50px;
    display: inline-block;
}
.products-highlight{
    color: #FF5722;
    font-size: 17px;
    font-weight: 500;
}

.products-point{
    background: #fff;
    padding: 5px;
    border-radius: 4px;
    font-size: 14px;
    border: solid 1px #edf2f4;
}
.products-icon{
    background: #EDF2F4; border-radius: 5px; margin-right: 8px;
}

/*footer{
    background: #01041E; background-size: cover; padding: 30px;  border-radius: 25px; position: relative;

}*/
/*footer::before{
    background: url(../images/footer-globe.svg) no-repeat ; position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: "";
    opacity: 0.2;
}*/
.counter{
    font-size: 75px;
    color:#FF5722;
    font-weight: 700;
}
.counter-title{
    font-size: 20px;
    color:#fff;
    font-weight: 300;
    margin-top:-10px;
}
footer {
    background: #fff;
}

.footer-container{
    background: #fff;
    padding-top:100px;
}
.good-time{
    font-size: 20px;
    color:#fff;
}
.trade-business{
    font-size: 50px;
    color:#fff;
    font-weight: 700;
}
.trade-description{
    font-size: 16px;
    color:#fff;
    font-weight: 300 !important;
}
.btn-submit{
    height: 50px;
    background: #FF5722; color:#fff; border-top-right-radius:10px; border-bottom-right-radius:10px; padding: 0 20px; font-size: 16px; border: none; width:110px;
}
.trade-input{
    width: 100%;
 
}

.trade-input input{
    height: 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;

}

.footer-title{
    font-size: 20px;
    color:#fff;
    font-weight: 500;
}
.footer-links li{
    margin:10px 0;
}
.footer-links a{
    color:#fff;
    text-decoration: none;
    font-size: 15px;

}

.footer-links a:hover{
    color:#FF5722
}
.social-g svg{
    fill: white; margin-right: 20px;
}
.social-g:hover svg{
    fill: #FF5722;
}

.tc-links a{
    color:#000; display: inline-block; margin:0  10px; font-size: 15px; text-decoration: none;
}
.tc-links a:hover{
    color: #FF5722; text-decoration: none;
}
.rights p{
    margin-right:10px;
}
.mobile-screens {
    position: absolute;
    right: -20px;
    top: 120px;
}
.main-screen img {
    position: relative;
    right: -40px;
    filter: drop-shadow(0px 4.6934px 50.3598px rgba(135, 135, 135, 0.4));
}
/*.nav-link {
    color:#fff;
}
.nav-link:hover {
    color:#FF5722;
}
.nav-item.dropdown {
    color:#fff;
}
.nav-item.dropdown:hover {
    color: #000;
}

.dropdown-item.nav-link {
    color: #000;
}
.iso-header {
    position: absolute;
    left: 30%;
    top: 6px;
}
    .iso-header img {
        margin: 0 10px;
    }
*/.aboutdropdown {
    color:#fff !important;
}
.aboutdropdown:hover {
    color: #FF5722 !important; background:transparent;
}
    .aboutdropdown:focus {
        color: #FF5722 !important;
        background: transparent;
    }

.btn-demo {
    border: solid 1px #FF5722;
    color: #ffffff;
    border-radius: 50px;
    margin-left: 20px;
    padding: 7px 20px !important;
    background: #ff5722;
}
.btn-demo:hover {
    background:#FF5722; color:#fff;
}
/*.fixed-top {
    background: linear-gradient(to bottom, black, transparent);
}*/
.hideLoader {
    display: none;
}
#thankyoumsg.hideLoader {
    visibility:hidden; transition:all ease-in-out .5s;
}

#thankyoumsg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 10px;
    border-radius: 6px;
    visibility: visible;
    transition: all ease-in-out .5s;
    font-size:15px;
}
#thankyoumsg span{
    color:#FF5722; font-weight:600; display:inline-block; margin-right:5px;
}
    .navbar-brand img {
    width: 150px;
}
.scrolled {
    padding: 10px 15px;
    background-color: #fff;
    transition: 0.2s ease-in;
    -ms-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    /*box-shadow: 0 0 25px #ddd;*/
}
    .scrolled .navbar-brand {
        max-width: 110px;
        width: 110px;
    }

/*.dropdown-menu  li:first-child a {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
.dropdown-menu li:last-child a {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}*/

/*Responsive*/
@media (max-width: 575.98px) {
    .adisa-container {
            margin: 20px 0;
        }

        .about-title {
            font-size: 30px;
        }

        .only {
            font-size: 40px;
        }

        .epic-title {
            font-size: 40px;
        }

        .pro-content {
            width: 100%;
        }

        .pro-icon img {
            max-width: 80px;
        }

        .action-btn {
            margin-bottom: 50px;
        }

        .main-screen img {
            right: 0;
        }

        .trade-business {
            font-size: 30px;
        }

        .counter {
            font-size: 45px;
        }

        .counter-title {
            font-size: 16px;
        }

        .good-time {
            font-size: 18px;
        }
        .site-nav .navbar-toggler {
            border-radius: 0;
            padding: 5px 10px;
            color: #fff;
            margin-top: 2px;
            border: 1px solid #fff;
        }
        
        .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
            content: "\f0c9";
        }
        .site-nav .navbar-toggler {
            border-radius: 0;
            padding: 5px 10px;
            color: #fff;
            margin-top: 2px;
            border: 1px solid #fff;
        }

        .btn-demo {
            background:#FF5722; color:#fff; padding:15px !important;
        }
        .navbar-brand img {
            width: 120px;
        }
        .iso-header {
            position: absolute;
            left: 44%;
            top: 3px;
        }
        .iso-header img {
            margin: 0 10px;
            width: 47px;
        }
    .dropdown-menu li {
        padding: 0 10px;
    }

    }

    @media (min-width: 768px) and (max-width: 991.98px) {
       

        .action-btn {
            margin-bottom: 50px;
        }

        .main-screen img {
            right: 0;
        }

        .rights p {
            font-size: 12px;
        }

        .tc-links a {
            font-size: 12px;
        }
        .site-nav .navbar-toggler {
            border-radius: 0;
            padding: 5px 10px;
            color: #fff;
            margin-top: 2px;
            border: 1px solid #fff;
        }

        .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
            content: "\f0c9";
        }

        .site-nav .navbar-toggler {
            border-radius: 0;
            padding: 5px 10px;
            color: #fff;
            margin-top: 2px;
            border: 1px solid #fff;
        }

        .btn-demo {
            background: #FF5722;
            color: #fff;
            padding: 15px !important;
        }
        .dropdown-menu li {
            padding: 0 10px;
        }
        #gradient {
            top: -140px;
            padding-top: 50px;
        }
        #white-bg {
            top:-140px;
        }
        footer {
            margin-top:-140px;
        }
        .adisa-container {
            margin:30px 0;
        }
    }

    @media (min-width: 992px) and (max-width: 1199.98px) {
        .adisa-container {
            min-height: 380px;
        }

        .trade-business {
            font-size: 40px;
        }

        .counter {
            font-size: 45px;
        }
    }
