@import "https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;1,400;1,600&display=swap";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500&display=swap');
html{scroll-behavior:smooth}
:root{
    --text-color : #252525;
    --text-white : #fff;
    --text-theam : #ef3d23;

    --bg-dark : #0c223c;
    --bg-white : #fff;
    --bg-theam : #ef3d23;
    --bg-green : #04f29c;
    --bg-gradient : linear-gradient(45deg, #e83926, #ed5433);

    --text-family : 'Nunito', sans-serif;
    --heading-family : 'Montserrat', sans-serif;
}
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: var(--text-family);
}
  
body {
    overflow-x: hidden;
    font-weight: 400;
    font-size: 16px;
    color: var(--text-color);
}
.text-color{
    color: #252525;
}
.text-theam{
    color: #ef3d23;
}
.bg-theam{
    background: #ef3d23;
}
.bg-gradient{
    background: linear-gradient(45deg, #e83926, #ed5433);;
}
.text-family{
    font-family: 'Nunito', sans-serif;
}
.heading-family{
    font-family: 'Montserrat', sans-serif;
}
.sec-padding{
    padding: 4rem 0;
}
.head{
    font-size: 2.3rem;
    font-weight: 700;
    color: var(--text-color);
    font-family: var(--heading-family);
}
.head span{
    color: var(--text-theam);
}
.tagline{
    font-size: 1.1rem;
}
/*.index-banner-bg-image{*/
/*    background: url(../img/banner-bg.webp), linear-gradient(45deg, #e8392626, #ed54332e);*/
/*    background-size: cover;*/
/*}*/
.index-banner-bg-image{
    background: linear-gradient(122deg , #ef40231f, #fff9f5, #f9a66c69);
}

.theme-btn{
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    color: var(--text-white);
    font-size: 16px;
    text-transform: capitalize;
    padding: 12px 33px 12px;
    font-family: var(--text-family);
    background: var(--bg-gradient);
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.theme-btn span{
    position: relative;
    z-index: 1;
    float: left;
    overflow: hidden;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.theme-btn:hover span{
    animation: 1s anim-lineUp ease-out;
}
@keyframes anim-lineUp {
    0% {
      opacity: 0;
      transform: translateY(80%);
    }
    20% {
      opacity: 0;
    }
    50% {
      opacity: 1;
      transform: translateY(0%);
    }
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
.theme-btn:before{
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -200%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
    background: var(--bg-dark);
}
.theme-btn:hover:before {
    top: -15%;
}

/*--index Bannar start--*/
.index-serach{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    position: relative;
    margin-bottom: 1rem;
}
.index-serach .form-control:focus{
    outline: none;
    box-shadow: 0 0 4px #eb4d30;
    border: 0;
}
.index-serach .form-control{
    outline: none;
    box-shadow: 0 0 4px #eb4d30;
    border: 0;
}
.index-serach button{
    position: absolute;
    background: #ec4e30;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.index-serach button:hover{
    position: absolute;
    background: #be3519;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
/*--index Bannar end--*/

/*--solution sec start--*/
.solutions-sec .solutions-icons a{
    text-align: center;
    text-decoration: none;
    color: var(--text-color);
    min-width: 13rem;
    min-height: 10rem;
    justify-content: center;
}
.solutions-sec .solutions-icons a img{
    width: 50px;
    height: 50px;
    transition: ease 0.5s;
}
.solutions-sec .solutions-icons a:hover img{
    transform: rotateY(360deg);
}
.solutions-sec .solutions-icons a span{
    font-size: 20px;
    font-weight: 600;
}
.solutions-sec .solutions-icons a:hover span{
    color: var(--text-theam);
}
/*--solution sec end--*/

/*--software category start--*/
.category-sec{
    position: relative;
    height: 100%;
    overflow: hidden;
}
.category-sec .frent{
    background: var(--bg-white);
    box-shadow: 0px 2px 10px #dddd;
    border: 1px solid #ddd;
    border-radius: 0.375rem;
    padding: 1rem;
    width: 100%;
    min-height: 16rem;
    height: 100%;
}
.category-sec .frent img{
    height: 80px;
    width: 80px;
    margin-bottom: 1rem;
}
.category-sec:hover .frent{
    /* display: none; */
}
.category-sec .back{
    position: absolute;
    z-index: 1;
    top: -100%;
    opacity: 0;
    background: linear-gradient(45deg, #ffe4e1, #ffe7e2);
    background-size: cover;
    box-shadow: 0px 2px 10px #dddd;
    border: 1px solid #ddd;
    border-radius: 0.375rem;
    padding: 1rem;
    width: 100%;
    min-height: 16rem;
    height: 100%;
    overflow: hidden;
}
.category-sec:hover .back{
    opacity: 1;
    top: 0;
    transition: ease-in 0.5s;
}
.category-sec:hover .back ul{
    list-style: none;
    padding-left: 15px;
    position: relative;
}
.category-sec:hover .back ul li::before{
    content: ">";
    font-family: monospace;
    position: absolute;
    left: 0;
    color: var(--text-theam);
    font-weight: 600;
}
.category-sec:hover .back ul li{
    margin-bottom: 10px;
}
.category-sec:hover .back ul li a{
    text-decoration: none;
    color: var(--text-theam);
    font-weight: 600;
}
/*--software category end--*/

/*--why sec start--*/
.why-sec .part{
    position: relative;
    padding-right: 120px !important;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: start;
    background: var(--bg-white);
    margin-bottom: 1rem;
    border-radius: 1rem;
    padding: 2rem;
    height: 90%;
    border: 1px dashed var(--bg-theam);
    transition: ease 0.5s;
}
.why-sec .part:hover{ 
    border-radius: 1rem 10rem 1rem 1rem;
}
.why-sec .part.active{ 
    border-radius: 1rem 10rem 1rem 1rem;
}
.why-sec .part img{
    position: absolute;
    top: 100%;
    right: 0;
    width: 100px;
    opacity: 0;
    transition: ease 0.5s;
}
.why-sec .part:hover img{
    opacity: 1;
    top: 0;
}
.why-sec .part.active img{
    opacity: 1;
    top: 0;
}
/*--why sec end--*/
/*--about details start--*/
.about-index .about-text .rotating-border{
    float: left;
    position: relative;
}
.about-index .about-text .rotating-border img{
    width: 100px;
    height: 100px;
    padding: 1rem;
    margin: 2px;
    transition: ease 0.5s;
}
.about-index .about-text .rotating-border img:hover{
    transform: translate(0, -5px);
}
.about-index .about-text{
    width: 100%;
    height: 100%;
    padding: 2rem;
    border-radius: 1rem;
    margin-bottom: 1rem;
}
.about-index .about-text .content{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-top: 2rem;
}
.about-index .about-text .content div{
    border: 1px dashed #ec4d30;
    padding: 1rem 2rem;
    color: var(--text-theam);
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    min-width: 200px;
}
.about-index .about-text .content div .text{
    display: block;
    font-size: 16px;
}
/*--about details end--*/

/*--testimonial start--*/
.testimonial .mySwiper2{
    background: url(../img/vector-dots.png);
    background-repeat: no-repeat;
    background-position: top left;
}
.testimonial .review-content{
    background: url(../img/quote-icon.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}
/*--testimonial end--*/

/*--blog start--*/
.blog-sec .card{
    position: relative;
}
.blog-sec .card:before{
    content: "Updated";
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--bg-theam);
    color: var(--bg-white);
    border-radius: 10px;
    padding: 0 10px;
    text-transform: uppercase;
}
.blog-sec .card .card-body{
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #fff;
    border-radius: 0 0 0.375rem 0.375rem;
    box-shadow: 0 -2px 5px #ddd;
    opacity: 0;
    transition: ease 0.5s;
}
.blog-sec .card:hover .card-body{
    opacity: 1;
}
.blog-sec .card .card-body a i{
    border: 1px solid #ddd;
    color: var(--text-theam);
    border-radius: 50px;
    height: 3rem;
    width: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog-sec .card:hover .card-body a i{
    color: var(--text-white);
    background: var(--bg-theam);
}
/*--blog end--*/
/*--navtop start--*/
.navtop{
    background: var(--bg-gradient);
    position: relative;
    padding: 5px 0px;
}
.navtop a{
    color: var(--text-white);
    text-decoration: none;
}
.navtop .updates .animate-charcter
{
   text-transform: uppercase;
    background-image: linear-gradient(
        -225deg,
        #231557 0%,
        #44107a 29%,
        #ff1361 67%,
        #fff800 100%
    );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 800;
}
@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
.mySwiper {
    width: 100%;
    height: 25px;
  }

.mySwiper .swiper-slide {
    text-align: left;
    color: var(--text-white);
    display: inline-block;
    overflow: hidden;
}
/*--navtop end--*/
/*--navbar start--*/
header{
    font-size: 16px;
    font-weight: 500;
    min-height: 79px;
    border-bottom: 2px solid #fdddc7;
}
header .navbar .navbar-nav .nav-item .nav-link{
    color: var(--text-color);
    margin: 0 0.5rem;
    font-weight: 600;
}
header .navbar .navbar-nav .nav-item .nav-link .new{
    position: relative;
    top: -10px;
    right: 0;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 1px 5px;
    color: var(--text-theam);
    animation-name: zoomin;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes zoomin {
    0% {
        opacity: 0;
   }
    50% {
        opacity: 1;
   }
    100% {
        opacity: 0;
   }
}
.dropdown-item.active, .dropdown-item:active{
    background-color: var(--bg-theam) !important;
}
.dropdown-menu.show {
    -webkit-animation: 0.3s fadeIn alternate;
   /* Safari 4.0 - 8.0 */
    animation: 0.3s fadeIn alternate;
}
@keyframes fadeIn {
    from {
        opacity: 0;
   }
    to {
        opacity: 1;
   }
}
.nav-item.dropdown.dropdown-mega {
    position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
   /* width: 90%;
   top: auto;
   left: 5%; */
   width: 100%; 
   left: 0%;
}
.dropdown-menu[data-bs-popper] {
   top: 71px; 
}
nav.navbar .nav-link {
   color: #143351;  
   font-size: 15px;
   font-weight: 500;
}
.ct-nav-top {
   padding: 50px 0px 38px 50px; 
   height:100%;
}
.ct-nav-top .row-gap {
    row-gap: 27px;
}
.before-arrow {
    font-size: 18px;
}
.before-arrow::before {
   content: ">";
   font-weight: 600;
   color: #00b8ff;
   border: 1px solid;
   margin-right: 8px; 
}
ul.ct-nav-list li {
   display: inline-block;
   vertical-align: top;
   width: 29%;
   margin: 6px 5px;
   cursor: pointer;
}
ul.ct-nav-list li span {
   display: inline-block;
   text-decoration: none;
   width: 100%;
   position: relative;
   padding: 14px 10px 12px 14px;
   border-radius: 5px;
   color: #182a69;
   background-color: transparent;
   font-size: 16px;
   transition: .4s ease;
   font-weight: 700;
   border: 2px solid #182a69;
}
.ct-nav-heading .h4 {
   display: block;
   margin-bottom: 28px;
   font-weight: 700;
   color: #182a69;
}
.ct-nav-right {
   background-color: #1e4576;
   height: 100%;
   color: #ffffff; 
   padding: 30px;
}

.ct-modal {
   display: none; 
   position: absolute; 
   z-index: 1;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   overflow: auto; 
   background-color: rgb(0,0,0);
   background-color: rgba(0,0,0,0.4); 
} 
.ct-modal-content {
   background-color: #fefefe; 
   /* padding: 20px; */
   border: 1px solid #888;
   width: 90%;
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
} 
.close {
   font-size: 18px;
   position: absolute;
   top: -35px;
   background: #0e193f;
   padding: 4px 12px;
   right: 0;
   color: #fff;
}
.close:hover,
.close:focus {
   color: #fff;
   text-decoration: none;
   cursor: pointer;
}
.modal_inner_list li a {
   text-decoration: none;
   color: #041121;
   font-weight: 500;
   font-size: 14px;
} 
.modal_inner_list li {
   line-height: 1.8;
}
.nav_li_before li::before {
   content: ">";
   font-family: monospace;
   margin-right: 6px;
}
.category_info h5 {
   font-weight: 500;
   color: #0e193f;
}
.category_info {
   background: #f3f3f3;
   padding: 30px 9px 30px 18px;
   height: 100%;
}
ul.modal_inner_list {
   padding: 30px 0;
}
.nav_li_before li::before { 
   color: #ee482b; 
}
.modal_inner_list li a:hover, .nav_li_before > li::before > a:hover{
   color: #ed4228;
}
.popular-product a {
   color: #041121;
   font-weight: 500;
   letter-spacing: 0.2px;
   font-size: 15px;
   display: flex;
   align-items: center;
   gap: 6px;
   text-decoration: none;
}
.popular-product a span{
   border-bottom: 1px solid #ee482b00;
}
.popular-product a:hover span{
   border-bottom: 1px solid #ee482b;
}
.ct-nav-right h4 {
   font-weight: 600;
}
.ct-nav-right p {
   font-size: 18px;
   font-weight: 300;
   letter-spacing: 0px;
}
.latest_product h5 {
   font-size: 18px;
   letter-spacing: 0.2px;
}
.latest_product p {
   font-weight: 100;
   font-size: 15px;
   letter-spacing: 0.3px;
}
.latest_product a {
   font-weight: 400;
   font-size: 14px;
}
span.number {
   background: #0088ff;
   padding: 5px 14px 4px;
   display: inline-block;
   margin-bottom: 17px;
   font-size: 14px;
}

@media (min-width: 992px){
    .navbar .nav-item .dropdown-menu{ display: none; } 
    .navbar .nav-item:hover .dropdown-menu{ display: block; } 
}
@media (max-width: 992px){
    .ct-nav-top {
        padding: 20px 0px 8px 20px; 
    }
    ul.ct-nav-list li {
        width: 45% !important;
    }
}
@media only screen and (max-width: 1199px) and (min-width:992px){
    header .navbar .navbar-nav .nav-item .nav-link {
        margin: 0 0;
    }
    .banner-right-sec {
        height: 280px;
        width: 280px;
    }
}
@media only screen and (max-width:540px) and (min-width:280px){
    .banner-animation {
        display: none !important;
    }
}
/*--navbar end--*/

/*--footer start--*/
footer{
    background: var(--bg-dark);
}
footer .theme-btn{
    border: 1px solid transparent;
}
footer .theme-btn:hover{
    border: 1px solid #ddd;
}
footer p,footer a{
    color: var(--text-white);
    text-decoration: none;
}
footer .logo img{
    filter: brightness(0) invert(1);
}
footer .social-icons{
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10%;
    font-size: 30px;
}
footer .social-icons a:hover i{
    transform: scale(0.9);
}
footer .list-style{
    list-style: none;
    position: relative;
    padding-left: 15px;
}
footer .list-style li a::before{
    content: ">";
    font-family: monospace;
    position: absolute;
    left: 0;
}
footer .list-style li a {
    display: flex;
    align-items: center;
    gap: 10px;
}
#back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 6rem;
    right: 2rem;
    z-index: 9999;
    display: none;
    transition: 0.3s ease;
    background: var(--bg-theam);
    color: var(--text-white);
}
/*--footer end--*/
/*--responsive start--*/
@media only screen and (max-width: 991px) and (min-width:280px){
    .head {
        font-size: 1.5rem;
    }
    .index-banner-bg-image {
        text-align: center;
    }
    footer{
        text-align: center;
    }
    footer .social-icons {
        justify-content: center;
        padding: 1rem 0;
    }
    footer .list-style li a::before {
        display: none;
    }
    footer .list-style li a svg {
        width: auto;
    }
    footer .list-style li a {
        justify-content: center;
    }
}
/*--responsive end--*/