@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Poppins: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;1,600;1,700;1,800;1,900&display=swap');

:root{
    --primary: #3b83e3;
    --loader-bg: #4492f4;
    --Bg: #0c75ff1a;
    --black: black;
    --font-color: #3e3e3e;
    --white: #fff; 
    --gold: gold;
    --shadow:  0 0 50px rgba(114, 114, 114, 0.311);
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: .3s;
    font-family: 'poppins', sans-serif;
}

body{ scroll-behavior: smooth; position: relative; }

#preloader{
    background: var(--loader-bg) 
    url(../Image/Blog/loader.gif) no-repeat center center;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
}

li{ list-style: none; }

.primary-p{ color: var(--font-color); font-weight: 300; }



section{ padding: 80px 0; }

.head-title{ color: var(--font-color); font-weight: 800; font-size: 23px; }

.head-title span{ color: var(--primary); }

/* Top Scroller Section */
.to-top {
    background: rgba(255, 255, 255, 0.495)(0, 0%, 100%, 0.253);
    backdrop-filter: blur(10px);
    position: fixed;
    bottom: 16px;
    right:32px;
    width:50px;
    height:50px;
    border-radius: 50%;
    border: 2px solid var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:32px;
    opacity:0;
    pointer-events: none;
    text-decoration: none !important;
}
  
.to-top.active { bottom:32px; pointer-events: auto; opacity:1; }

/* Button */
.btn-primary{
    background-color: var(--black) 
    !important;
    border: 1px solid var(--black)
    !important;
    padding: 10px 30px
    !important;
    font-weight: 300
    !important; 
    font-size: 14px;
}

.btn-primary i { transform: rotate(320deg); font-size: 18px; }

.btn-primary:hover{ background: var(--font-color) !important; }

.btn-primary:hover i{ transform: scale(1.1); }

.btn-order{
    padding: 10px 30px
    !important;
    background: var(--primary) 
    !important;
    color: var(--white)
    !important;
}

.btn-order:hover{ 
    background: transparent 
    !important; 
    color: var(--primary)
    !important;
    border: 1px solid var(--primary)
    !important;
}

button{ border: none; border-radius: 5px!important; }

/* Top-Header */
.header{ padding: 10px 20px; text-align: center; background: var(--black); height: 40px; }

.header p{ color: var(--white); font-weight: 300; font-size: 14px; }

.header p a{ color: var(--white); }

/* Main header */
.navbar{
    position: sticky !important;
    top: 0;
    background: transparent;
    z-index: 100;
}

.navbar-toggler{
    box-shadow: none !important;
    border: 0px;
    outline: none;
}

.navbar .navbar-brand img{ width: 200px; }

.navbar .nav-link,
.navbar .dropdown-item
{ text-decoration: none; color: var(--font-color) !important; font-weight: 300 !important; }

.navbar .nav-link:hover{ color: var(--primary) !important; }

.dropdown-menu{ 
    border: none !important;
    box-shadow: var(--shadow);
    background-color: var(--white);
}

/* Header static */
.header-scroll.static{
    background: rgba(255, 255, 255, 0.772);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: var(--shadow);
}

/* Hero section */
.home-section{ 
    height: 50vh; 
    margin-top: 80px; 
    text-align: center;
}

.h3-content{
    padding: 10px 10px;
    border: 1px solid var(--primary);
    border-radius: 10px;
    color: var(--primary);
    margin: 0 35%;
    font-size: 15px;
    margin-bottom: 30px;
    justify-content: start;
}

.h3-content i:hover{ transform: translateY(-5px); }

.home-section h1{ color: var(--font-color); font-weight: 900; margin-bottom: 30px; }

.home-section h1 span{ color: var(--primary); }

.home-section .mobile-display{ display: none; }

.home-section p{ padding: 0 25%; margin-bottom: 30px; }

.review{ margin-top: 20px; }

.review i{ color: var(--gold); }

.number-rates p{ font-size: 11px; }

/* About us section */
.aboutus .content h3{
    font-size: 22px; 
    color: var(--primary); 
    font-weight: 800;
    margin-top: 90px;
}

.aboutus .bullet-info { margin: 0 40px; }

.aboutus .bullet-info i{ color: var(--primary); }

.aboutus img{ width: 100%; }

.aboutus .stat-box {
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.aboutus .stat-box:hover{ background: var(--primary); transform: translateY(-5px); }

.aboutus .stat-number { font-size: 40px; font-weight: bold; color: var(--primary); }

.aboutus .stat-box:hover .stat-number{ color: var(--white); }

.aboutus .stat-title { font-size: 17px; font-weight: 300; color: var(--font-color); }

.aboutus .stat-box:hover .stat-title{ color: var(--white); }

/* Why us */
.whyus img{ width: 90%; }

.whyus_content h2{ color: var(--primary); font-weight: 800; font-size: 23px; }

.whyus_content i{ color: var(--primary); }

/* Service */
.service-box {
    background: var(--white);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.service-box:hover { transform: translateY(-5px); background: var(--primary); }

.service-box h4{color: var(--font-color); font-weight: 800; font-size: 20px; }

.service-box:hover h4,
.service-box:hover p,
.service-box:hover .service-icon { color: var(--white); }

.service-icon { font-size: 3rem; color: var(--primary); margin-bottom: 15px; }

/* Top employees */


/* Image portfolio */
.vid-ticket{ width: 60%; border-radius: 10px; box-shadow:var(--shadow); }

.vid-ticket:hover{ transform: translateY(-5px);}

/* Team Section */
.whatwedo{ position: relative; background: var(--Bg); min-height: 80vh; }

.custom-shape-divider-bottom-1742942977 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1742942977 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 70px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1742942977 .shape-fill { fill: var(--white); }

.team .container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.team-content{ margin-top: 20%; }

.team p{ margin-bottom: 20px; width: 70%; }

.team .See-more{ color: var(--font-color); text-decoration: none; }

.team .See-more:hover{ color: var(--primary); }

.team .See-more:hover i{ padding-left: 10px; }

.team .img-team{
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 30px;
}
.team .img-team img:hover{ transform: translateY(-5px) }

.team .img-team img{ border-radius: 5px; }

.team .job-title{ font-size: 15px; font-weight: 300; }

.team .position p{ margin-left: 35%; font-size: 12px; font-weight: 200; color: var(--primary); }

/* Product */
.products .card:hover{ transform: translateY(-5px) }

.products a{ text-decoration: none; }

.products .p-cont{ border-bottom: 0.1px solid var(--Bg); padding-bottom: 10px; }

.products .See-more:hover{ color: var(--primary); }

.products .See-more:hover i{ padding-left: 10px; }

/* Trasted companies Section */
@keyframes slide {from {transform: translateX(0);} to {transform: translateX(-100%);}}
  
.tool .logos {
    overflow: hidden;
    padding: 60px 0;
    background: var(--white);
    white-space: nowrap;
    position: relative;
}
  
.tool .logos:before,
.tool .logos:after {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: " ";
    z-index: 2;
}
  
.tool .logos:before {left: 0; background: linear-gradient(to left, rgba(255, 255, 255, 0), var(--white));}
  
.tool .logos:after { right: 0; background: linear-gradient(to right, rgba(255, 255, 255, 0), var(--white));}
  
.tool .logos:hover .logos-slide {animation-play-state: paused;}
  
.tool .logos-slide {display: inline-block; animation: 35s slide infinite linear;}
  
.tool .logos-slide img{
    height: 100px; 
    margin: 0 40px;
    opacity: 0.5;
    filter: grayscale(100);
}

.tool .logos-slide img:hover{ filter: none; opacity: 1; transform: scale(1.1); }

/* Blog */
.blog-info { padding: 20px; }

.blog-card { border: 1px solid var(--primary)!important; padding: 10px; }

.blog-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }

.blog a{ text-decoration: none; }

.See-more:hover{ color: var(--primary); }

.See-more:hover i{ padding-left: 10px; }

.blog-section{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../Image/Blog/bg-footer.jpg);
    height: 50vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog-section h1{
    color: var(--white);
    font-weight: 900;
    text-align: center;
    padding: 10% 0;
      span{color: var(--primary); }
}

/* Contact us section */
.Contact-content{ margin-top: 70px; color: var(--font-color); }

.Contact-content h5{ font-size: 18px; color: var(--primary); }

.Contact-content h1 {font-weight: 900; color: var(--font-color); }

.Contact-content h1 span{ color: var(--primary); }

.Contact-content p{ width: 70%; }

.Contact-content .socials{ color: var(--primary); font-weight: 300; }

.Contact-content .See-more:hover{ color: var(--primary-color); }

.contact textarea{height: 80%; margin-bottom: 40px;}

.contact .form-control{
    padding: 20px 10px;
    border: none;
    border-bottom: 2px solid var(--primary);
    background: var(--Bg);
}

.submit-career input{ 
    border: 1px solid var(--primary); 
    padding: 9.3px 50px; 
    border-radius: 50px 0 0 50px;
    margin-right: -20px;
}

.submit-career input:focus{ border: none!important; }

.btn-submit{
    padding: 9px 30px
    !important;
    background: var(--primary) 
    !important;
    color: var(--white)
    !important;
    border-radius: 0 50px 50px 0
    !important;
    margin-top: -2px;
}

.btn-submit:hover{ background: #1367d5 !important; }

.mobile-career{ display: none; }

/* Footer Section */
.footer{ color: var(--white); padding-bottom: 50px; position: relative; }

.footer .footer-top{ padding-top: 50px; }

.footer .footer-about .logo{ line-height: 1; margin-bottom: 25px; }

.footer .footer-about .logo span{
    color: var(--white); 
    font-size: 30px; 
    font-weight: 800;
    text-decoration: none !important;
}

.footer .footer-about p{ font-size: 14px; color: var(--white); font-weight: 300; }

.footer .social-links a{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    transition: 0.3s;
    color: var(--white);
    font-size: 25px;
    text-decoration: none;
    :hover{ transform: translateY(-5px); color: var(--primary); }
}

.footer h4{
    position: relative;
    font-size: 19px;
    font-weight: 700;
    color: var(--White);
    padding-bottom: 30px;
}

.footer .footer-links{ margin-bottom: 30px; }

.footer .footer-links ul{ list-style: none; padding: 0; margin: 0; }

.footer .footer-links ul a{
    color: var(--white); 
    text-decoration: none 
    !important; 
    font-weight: 300 
    !important; 
}

.footer .footer-links a .service-list{ cursor: none; }

.footer .footer-links ul a:hover{ text-decoration: underline !important; color: var(--primary); }

.footer .footer-links ul i{ padding-right: 2px; font-size: 12px; }

.footer .footer-contact p{ margin-bottom: 5px; color: var(--white); }

.footer .copyright{ padding-top: 25px;  padding-bottom: 25px; }

.footer .copyright p{ margin-bottom: 0; color: var(--white); font-weight: 300; }

.footer .credits{ margin-top: 6px; font-size: 13px; }

.no-pointer{ cursor: text; }

/* Support */
.ticket-section .cpntainer{
    display: grid;
    grid-template-columns: repeat(1fr, 2fr);
}
.ticket-form {
    width: 100%;
    max-width: 500px;
    padding: 20px;
    background: var(--white);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* order */
.order{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.order-form {
    width: 100%;
    max-width: 500px;
    padding: 20px;
    background: var(--white);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.order-grid{ display: flex; gap: 30px; }

.info-section{ margin-top: 3%; }

.info-section i{ color: var(--primary); }

/* Blog */
.blog-image { position: relative; }

.blog-image img { width: 100%; }

.date {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    position: absolute;
    top: 3%;
    right: 3%;
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--white);
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
}

.tag {
    position: absolute;
    bottom: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    padding: 0 15px;
    color: var(--white);
}

.blog-content { padding: 25px 15px; }

.blog-title { font-size: 18px; font-weight: 800; color: var(--font-color); }

.blog-desc { font-size: 14px; }

.blog-desc a { text-decoration: none; color: var(--primary); font-weight: 500; }

.blog-footer { display: flex; align-items: center; margin-top: 35px; }

.blog-author { font-size: 14px; font-weight: 500; }

.blog-post { font-size: 12px; color: #b3b2b2; }

.blog-avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    margin-right: 20px;
}

.blog-avatar img { width: 100% !important ; }

.blog-comment { margin-left: 10px; }

.blog-footer .btn { margin-left: auto; }