/*
  Theme Name: Name - Multipurpose HTML Template
  Author:
  Support: admin@gmail.com
  Description: Creative  HTML5 template.
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. about-area
5. features-box
6. department
7. team
8. video-area
9. counter
10. footer
*/



/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: normal;
    font-style: normal;
    background: #000;
    overflow-x: hidden;
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-decoration: none;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}


a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    color: #1b70f0;
    text-decoration: none;
}

a,
button {
    color: #1696e7;
    outline: medium none;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: normal;
    color: #171717;
    margin-top: 0px;
    font-style: normal;
    font-weight: 500;
    text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
    font-weight: 500;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

p {
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    color: #858585;
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 0;
    padding: 0;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

.section-padding {
    padding: 100px 0;
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

.theme-overlay {
    position: relative
}

.theme-overlay::before {
    background: #1696e7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.separator {
    border-top: 1px solid #f2f2f2
}

/* button style */

.btn {
    display: inline-block !important;
    background: #1696e7 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0;
    padding: 14px 25px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}

.btn.btn-black {
    background: #303b41;
}

.btn.btn-black:hover {
    background: #1a1a1a;
}

.btn:hover {
    background: #106fab;
    color: #fff
}

.btn.btn-large {
    padding: 10px 25px;
}

.btn-lg {
    font-weight: 700;
    padding: 13px 31px;
}

.btn.white-btn:hover {
    border-color: #ddd;
    color: #ddd
}

.btn.btn-base.btn-link {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #1696e7;
    padding: 0;
    text-decoration: none;
}

.btn.btn-base.btn-link:hover {
    color: #106fab;
}

.theme-bg {
    background: #1696e7
}

.bg-white {
    background-color: #ffffff;
}

.breadcrumb > .active {
    color: #888;
}

.owl-carousel .owl-nav div {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    height: 40px;
    left: 20px;
    line-height: 40px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 40px;
}

.owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: 20px;
}

.owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
}

.owl-carousel .owl-nav div:hover {
    background: #2B96CC;
    color: #fff
}

.container{
    max-width: 1200px !important;
}



/* header */

.header-area {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 20px 10px;
}

.logo {
    display: flex;
    align-items: center;		
    font-family: "Space Grotesk", sans-serif;
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
}

.navigation {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navigation ul li {
    position: relative;
    display: inline-block;
    margin-right: 40px;
}

.navigation ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.navigation ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: width 0.2s ease;
}

.navigation ul li a:hover::after {
    width: 100%;
}

.purchase-link {
    margin-top: 5px;
}

.purchase-link a {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    line-height: 25px;
    border-radius: 0;
    transition: .3s ease-in-out;
    background: #fff;
    padding: 13px 20px;
    text-transform: uppercase;
    font-size: 14px;
    color: #333;
    letter-spacing: 1px;
}

.purchase-link a:hover {
    background: #000;
    color: #fff;
}

.purchase-link i {
    font-size: 20px;
    margin-right: 5px;
}

.view-demos i {
    font-size: 20px;
    margin-left: 5px;
}

.overlay {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .3;
    z-index: -1;
}

.overlay-2 {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #011327;
    opacity: .9;
}

.view-demos a {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    border: 1px solid transparent;
    line-height: 25px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background: #85E44A;
    padding: 13px 26px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 50px;
}

.view-demos a:hover {
    background: #1b70f0;
    color: #ffffff;
}

/* intro */
.page-title-area {
    height: 700px;
    padding-top: 250px;
    padding-bottom: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
    z-index: 1;
}

.page-title-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #0e0e0e;
    z-index: -1;
    opacity: .5;
}

.intro-wrapper h4 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.title-area {
    padding: 150px 0;
}

.intro-wrapper h2 {
    font-size: 80px;
    font-weight: 500;
    line-height: 90px;
    letter-spacing: -2px;
    margin-bottom: 20px;
    color: #fff;
    padding: 0 50px;
}

.intro-wrapper p {
    margin: 0;
}

.ready-wrapper > h4 {
    font-size: 65px;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: -4px;
}

.ready-wrapper > p {
    font-size: 16px;
    margin: 0;
}

.intro-wrapper p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 30px;
}

.feature-wrap {
    margin-top: 40px;
}

.feature-wrap span {
    color: #fff;
    margin: 0 12px;
    font-size: 18px;
}

.feature-wrap span i {font-size: 24px;margin-right: 10px;position: relative;top: 2px;}

/* demo */
.demo-area {
    padding-left: 60px;
    padding-right: 60px;
}

.demo-wrapper {
    margin-bottom: 60px;
}

.demo-thumb {
    box-shadow: 0 30px 65px rgb(147 139 139 / 50%);
    transition: .3s;
    position: relative;
    padding: 10px;
}

.demo-thumb:hover {
    box-shadow: 0 30px 65px rgba(0, 0, 0, .30);
}

.demo-thumb:hover{
    transform: translateY(-7px);
}

.demo-thumb > a {
    display: block;
    overflow: hidden;
    position: relative;
}

.demo-thumb a > img {
    width: 100%;
    transition: .3s;
}

.demo-title > h4 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

.demo-title h4 a {
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
}

.demo-title h4 a:hover {
    color: #333;
}

.demo-title h4 a span {
    color: #777;
    font-size: 18px;
}

.demo-title > h4:hover {
    color: #85E44A;
}

.demo-title {
    padding-top: 35px;
    display: inline-block;
}

.demo-thumb span {
    -webkit-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    transition: all .5s cubic-bezier(.645, .045, .355, 1);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    padding: 20px 30px;
    background: #0A0A0A;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.demo-thumb:hover span {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

/* features */
.archinix-features {
    border-radius: 0;
    background: #fff;
    -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 40px rgba(0, 0, 0, .08);
    padding: 40px 15px;
    text-align: center;
}

.archinix-features img {
    width: 60px;
    height: 60px;
}

.archinix-features img {
    border-radius: 0;
    margin-bottom: 15px;
    filter: grayscale(1);
}

.archinix-features h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0;
    text-transform: capitalize;
}

#inner_pages {
    background: #eee;
    overflow-x: hidden;
}


/* footer */
.footer-area {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
}
.footer-text h2 {
    color: #fff;
    font-size: 65px;
    font-weight: 600;
    letter-spacing: -2px;
    margin-bottom: 20px;
}

.footer-text h2 i {
    font-family: "Playfair Display", Georgia, serif;
}

.footer-text p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
}

.footer-text a {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    border: 1px solid transparent;
    line-height: 25px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background: #fff;
    padding: 13px 26px;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    letter-spacing: 1px;
    margin: 30px 0;
}


.footer-text a:hover {
    background: #000;
    color: #fff;
}



/*--- end of custom attributes ---*/
/*--- preloader ---*/
/* preloader */

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 999999;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/preloader.svg);
}

/*--- end of preloader ---*/


/* Scroll Top 
============== */
.go-top {
    background-color: #000;
    color: #FFF;
    width: 50px;
    height: 50px;
    bottom: 6em;
    right: 2em;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    position: fixed;
    z-index: 9;
    display: none;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .go-top {
        width: 30px;
        height: 30px;
        bottom: 5em;
        right: 2em;
        font-size: 15px;
        line-height: 33px;
    }
}

@media (max-width: 575px) {
    .go-top i:before {
        font-size: 14px;
    }

    .go-top {
        right: 1em;
        bottom: 2em;
        z-index: 1;
    }
}

.go-top:hover {
    background-color: #fff;
    color: #020E28;
}


.hero-icon-wrap img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    filter: grayscale(1);
}

.hero-icon-wrap img:not(:last-of-type) {
    margin-right: 20px;
}

/* Mobile Menu  */

/* Mobile Nav */
.mobile-nav {
    position: fixed;
    right: -380px;
    top: 0;
    width: 250px;
    height: 100vh;
    scroll-behavior: smooth;
    overflow-y: scroll;
    transition: right 0.5s ease-in;
    background-color: #171717;
    padding: 20px;
    z-index: 9999;
    box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
    /* Vertical Menu Style */
  }
  .mobile-nav.show {
    right: 0px;
  }
  .mobile-nav .close-nav {
    border: 0;
    background: transparent;
    color: #fff;
    border-radius: 30px;
    font-size: 30px;
    position: absolute;
    left: 20px;
    top: 10px;
  }
  .mobile-nav .sidebar-nav {
    margin-top: 60px;
  }
  .mobile-nav .sidebar-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: transparent;
  }
  .mobile-nav .sidebar-nav .metismenu {
    display: flex;
    flex-direction: column;
  }
  .mobile-nav .sidebar-nav .metismenu > li {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .mobile-nav .sidebar-nav .metismenu a {
    position: relative;
    display: block;
    padding: 14px 15px;
    transition: all 0.3s ease-out;
    text-decoration: none;
    color: #fff;
    outline-width: 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #333;
  }
  .mobile-nav .sidebar-nav .metismenu ul li {
    display: block;
  }
  .mobile-nav .sidebar-nav .metismenu ul a {
    padding: 10px 15px 10px 35px;
    position: relative;
  }
  .mobile-nav .sidebar-nav .metismenu ul a:hover {
    padding-left: 40px;
  }
  .mobile-nav .sidebar-nav .metismenu ul a:hover::before {
    background-color: #fff;
  }
  .mobile-nav .sidebar-nav .metismenu ul a::before {
    position: absolute;
    left: 15px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    content: "";
    top: 50%;
    transition: all 0.3s ease-in-out;
    transform: translateY(-50%);
  }
  .mobile-nav .sidebar-nav .metismenu ul ul {
    list-style-type: circle !important;
  }
  .mobile-nav .sidebar-nav .metismenu ul ul a {
    padding: 10px 15px 10px 45px;
  }
  .mobile-nav .sidebar-nav .metismenu a:hover,
  .mobile-nav .sidebar-nav .metismenu a:focus,
  .mobile-nav .sidebar-nav .metismenu a:active {
    text-decoration: none;
    color: #f8f9fa;
  }
  

  #hamburger {
    color: #fff;
    font-size: 32px;
    line-height: 1.8;
    text-align: right;
    display: none;
  }
  #hamburger i {
    cursor: pointer;
  }
  @media (max-width: 1199px) {
    #hamburger {
      display: block;
    }
  }
  
  /* Inner Page Slider # 01  */
.inner_page {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  
  .inner_page img {
    width: 700px;
    height: 500px;
    display: inline-block;
  }
  
  .inner_page {
    animation: archinix-scroller 40s linear infinite;
    will-change: transform;
    white-space: nowrap;
  }
  
  @keyframes archinix-scroller {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(-100%, 0);
    }
  }
  @keyframes archinix-scroller-reverse {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(100%, 0);
    }
  }



/* Marquee  */

.marquee-small {
    position: relative;
    overflow: hidden;
    background-color: #0A0A0A;
}
  .marquee-small .marquee_text2 {
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
    display: flex;
    align-items: center;
    padding: 35px 0;
    animation: marquee 30s linear infinite;
    background: #0A0A0A;
}
  .marquee-small p {
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
    position: relative;
    margin-bottom: 0;
}
  .marquee-small p span {
    display: inline-block;
    margin: 0 25px;
    font-weight: 500;
    font-size: 1em;
    letter-spacing: 0;
    position: relative;
    top: 0;
}
  @media (max-width: 1279px) {
    .marquee-small p span {
      margin-left: 20px;
      margin-right: 20px;
    }
  }
  @media (max-width: 479px) {
    .marquee-small p span {
      margin-left: 15px;
      margin-right: 15px;
    }
  }

  .marquee-small img {
    width: 24px;
}
  
  @keyframes marquee {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(-100%, 0);
    }
  }
  @keyframes marquee2 {
    to {
      transform: translateX(-50%);
    }
  }