/*-----------------------------------------------------------------
Template Name  : StartAI - AI Writer & Tech Startup Template
Author         : RecThemes
Version        : 1.0
Primary Use    : AI, Technology
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
Table Of Contents
--------------------------------
 1. Global Styles
 2. Header
 3. Home
 4. Features
 5. About
 6. Services
 7. Roadmap
 8. Discover Projects
 9. Pricing
 10. FAQ
 11. Blog
 12. Contact
 13. Footer
 14. Scroll To Top
 15. Blog Single
 16. Media Queries
-----------------------------------------------------------------*/

/* --------------------------------------
   1. Global Styles
-----------------------------------------*/

body {
    font-family: 'Montserrat', sans-serif;
	background-color: #050828;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Michroma', sans-serif;
    margin: 0;
    padding: 0;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: inherit;
}

a, button {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
}

a:focus, button:focus {
    outline: none;
}

ul {
    margin-bottom: 0;
}

/*=========== Typography ============*/
h1 {
    font-size: 60px;
    font-weight: 800;
}

h2 {
    font-size: 40px;
    font-weight: 700;
}

h3 {
    font-size: 20px;
    font-weight: 600;
}

h4 {
    font-size: 18px;
    font-weight: 400;
}

h5 {
    font-size: 16px;
    font-weight: 400;
}

h6 {
    font-size: 15px;
    font-weight: 400;
}

/*=========== My Classes ============*/

.header .container {
    width: 100%;
    margin: auto;
}

.header .container-fluid, .header .container {
    padding-left: 15px;
    padding-right: 15px;
}

.header .container {
    max-width: 1200px;
}

ul, li {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: none; 
  box-shadow: none;
}

.main-title {
    margin-bottom: 50px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: .6px;
}

.discover-more a {
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.discover-more a:hover {
    color: #02c5f7;
}

.discover-more a i {
    width: 10px;
    height: 10px;
    line-height: 10px;
    width: 22px;
    height: 22px;
    line-height: 21px;
    background: linear-gradient(267deg, #641ff9 27.93%, #02c5f7 99.79%, #c6bafd -31.69%, #b7a2fd -22.78%);
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    margin-left: 6px;
}

.display-table {
    display: table;
    width: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
    min-height: 100%;
	height: 100vh;
	text-align: center;
}

.main-btn {
    font-family: 'Montserrat', sans-serif;
    background: linear-gradient(267deg, #641ff9 27.93%, #02c5f7 99.79%, #c6bafd -31.69%, #b7a2fd -22.78%);
    color: #fff;
    min-width: 129px;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .3px;
    text-align: center;
    padding: 14px 40px;
    border-radius: 30px;
    outline: none;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-btn:hover {
    background: linear-gradient(-267deg, #641ff9 27.93%, #02c5f7 99.79%, #c6bafd -31.69%, #b7a2fd -22.78%);;
    color: #fff;
    transform: scale(0.91);
}

.main-btn i {
    margin-right: 7px;
    font-size: 17px;
}

.custom-btn {
    margin-right: 14px;
    background: transparent;
    margin-left: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.custom-btn:hover {
    background: #fff;
    color: #02c5f7;
    border: 1px solid #d7d1d1;
}

.custom-btn i {
    margin-right: 0;
    margin-left: 8px;
}

/* --------------------------------------
   2. Header
-----------------------------------------*/
  
.header {
    position: absolute;
    width: 100%;
    height: 106px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 99999;
}

.header .header-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header .header-inner .logo a {
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #fff;
    font-family: 'Michroma', sans-serif;
}

.header .header-inner .logo a img {
    height: 48px;
    margin-right: 3px;
    width: 187px;
}

.header .header-inner .main-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 31%;
    padding-left: 5px;
    display: flex;
}

@media only screen and (max-width: 1199.99px) {
    .header .header-inner .main-nav {
        left: 21%;
    }
}

@media only screen and (max-width: 991.99px) {
    .header .header-inner .main-nav {
        position: absolute;
        top: 100%;
        padding-left: 0;
        width: 100%;
        background: #fff;
        left: 0;
        right: 0;
        max-height: 65vh;
        overflow-x: hidden;
        overflow-y: auto;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scaleY(0) translateY(0);
        -moz-transform: scaleY(0) translateY(0);
        -ms-transform: scaleY(0) translateY(0);
        -o-transform: scaleY(0) translateY(0);
        transform: scaleY(0) translateY(0);
        transform-origin: 0 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .header .header-inner .main-nav.slidedown {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scaleY(1) translateY(0);
        -moz-transform: scaleY(1) translateY(0);
       -ms-transform: scaleY(1) translateY(0);
        -o-transform: scaleY(1) translateY(0);
       transform: scaleY(1) translateY(0);
       display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    }
}
  
.header .header-inner .main-nav .menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media only screen and (max-width: 991.99px) {
    .header .header-inner .main-nav .menu {
        flex-direction: column;
       
        min-width: 100%;
    align-items: center;
    justify-content: center;
    background-color: #050828;
    }

    .reg-buttons {
        display: flex !important;
        text-align: center;
    }
}

.header .header-inner .main-nav .menu li {
    position: relative;
    margin-right: 23px;
    letter-spacing: .6px;
    color: white;
}

@media only screen and (max-width: 991.99px) {
    .header .header-inner .main-nav .menu li {
        display: block;
        width: 100%;
        margin: 0;
    }
    .header .header-inner .main-nav .menu li a{
color: white;
    }
}

.header .header-inner .main-nav .menu li a {
    font-family: "Chakra Petch", sans-serif;
    position: relative;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    padding-right: 21px;
    padding-top: 12px;
    padding-bottom: 12px;
}

@media only screen and (max-width: 991.99px) {
    .header .header-inner .main-nav .menu li a {
        padding: 12px 20px;
        color: #ffffff;
        opacity: .9;
        border-bottom: 1px solid #050828;
    }
}

.header .header-inner .main-nav .menu li a:hover {
    background-image: linear-gradient(267deg, #641ff9 27.93%, #02c5f7 99.79%, #c6bafd -31.69%, #b7a2fd -22.78%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header .header-inner .main-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    background-color: #fff;
    padding: 5px 0;
    box-shadow: 0 0px 32px 0 rgb(249 90 133 / 20%);
    border-radius: 2px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media only screen and (max-width: 991.99px) {
    .header .header-inner .main-nav .sub-menu {
        position: static;
        width: 100%;
        padding: 0;
        box-shadow: none;
        border-radius: 0;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        display: none;
    }
}

.header .header-inner .main-nav .sub-menu li {
    position: relative;
    margin-right: 0;
}

.header .header-inner .main-nav .sub-menu li a {
    color: #0b1124;
    opacity: 0.9;
    padding: 10px 20px;
}

@media only screen and (max-width: 1440px) {
    .header .header-inner .main-nav .menu li a {
        padding-right: 20px;
    }
}

@media only screen and (max-width: 991.99px) {
    .header .header-inner .main-nav .sub-menu li a {
        padding-left: 40px;
    }
}

.header .header-inner .main-nav .menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(5px);
}

@media only screen and (max-width: 991.99px) {
    .header .header-inner .main-nav .menu li:hover .sub-menu {
        transform: translateY(0);
    }
}

.header .header-inner .main-nav .menu li.menu-item-has-children > a::after {
    content: "\f078";
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 13px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media only screen and (max-width: 991.99px) {
    .header .header-inner .main-nav .menu li.menu-item-has-children > a::after {
        right: 20px;
        color: #0b1124;
        opacity: .9;
    }

    .header .header-inner .main-nav .menu li.menu-item-has-children > a.slidedown::after {
        content: "\f077";
    }
}

.header .header-inner .main-nav .menu li.menu-item-has-children > a:hover::after,
.header .header-inner .main-nav .menu li.menu-item-has-children > a:hover {
    background-image: linear-gradient(267deg, #641ff9 27.93%, #02c5f7 99.79%, #c6bafd -31.69%, #b7a2fd -22.78%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header .header-inner .main-nav .menu li.menu-item.current > a {
    background-image: linear-gradient(267deg, #641ff9 27.93%, #02c5f7 99.79%, #c6bafd -31.69%, #b7a2fd -22.78%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header .header-inner .main-nav .menu li.menu-item.current > a::after {
    background-image: linear-gradient(267deg, #641ff9 27.93%, #02c5f7 99.79%, #c6bafd -31.69%, #b7a2fd -22.78%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header .header-inner .header-btn {
    font-family: "Chakra Petch", sans-serif;
    display: flex;
    align-items: center;
    position: relative;
    background: linear-gradient(267deg, #641ff9 27.93%, #02c5f7 99.79%, #c6bafd -31.69%, #b7a2fd -22.78%);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 23px;
    margin-left: auto;
    height: auto;
    border: none;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header .header-inner .header-btn:hover {
    background: linear-gradient(-267deg, #641ff9 27.93%, #02c5f7 99.79%, #c6bafd -31.69%, #b7a2fd -22.78%);;
}

@media only screen and (max-width: 991.99px) {
    .header .header-inner .header-btn {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 575.99px) {
    .header .header-inner .header-btn {
        padding: 8px 20px;
    }
}

@media only screen and (max-width: 475.99px) {
    .header .header-inner .header-btn {
        display: none;
    }
}

.header .header-inner .mobile-button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    width: 26px;
    height: 26px;
    display: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media only screen and (max-width: 991.99px) {
    .header .header-inner .mobile-button {
        display: block;
    }
}

.header .header-inner .mobile-button:before,
.header .header-inner .mobile-button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
}

.header .header-inner .mobile-button:before,
.header .header-inner .mobile-button:after,
.header .header-inner .mobile-button span {
    background-color: #fff;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.header .header-inner .mobile-button:before {
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    transform: translateY(-7px);
}

.header .header-inner .mobile-button span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
}

.header .header-inner .mobile-button:after {
    -webkit-transform: translateY(7px);
    -moz-transform: translateY(7px);
    transform: translateY(7px);
}

.header .header-inner .mobile-button.active:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.header .header-inner .mobile-button.active:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.header .header-inner .mobile-button.active span {
    opacity: 0;
}

.header.active-nav {
    position: fixed;
    top: -106px;
    left: 0;
    width: 100%;
    background-color: rgb(5 8 40 /80%);
    backdrop-filter: blur(15px);
    box-shadow: 0px 5px 9px rgb(0 0 0 / 11%), inset 0px 1px 0px #ebe9e9;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header.active-nav.nav-effect {
    top: -1px;
    opacity: 1;
    visibility: visible;
    height: 82px;
}

/* --------------------------------------
   3. Home
-----------------------------------------*/

.home {
    position: relative;
    overflow: hidden;
    background: url('../images/5QsuqvHzIOVR.svg') center center;
    background-size: cover;
    padding-top: 115px;
}

.home .home-content {
    margin-top: 40px;
}

.home .home-content h1 {
    position: relative;
	color: #fff;
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 25px;
    line-height: 1.2;
    text-align: left;
}

.home .home-content h1:before {
    content: "";
    width: 200px;
    height: 200px;
    background: linear-gradient(180deg, #109b9b -43.08%, #052a2a -7.55%, #2b7a7a 33.87%, #27c793 82.91%);
    filter: blur(40px);
    display: inline-block;
    position: absolute;
    top: -63px;
    left: -35px;
    border-radius: 100%;
    opacity: 0.5;
    z-index: -1;
}

.home .home-content h1 span {
    background-image: linear-gradient(267deg, #641ff9 27.93%, #02c5f7 99.79%, #c6bafd -31.69%, #b7a2fd -22.78%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home .home-content p {
    color: #d1cccc;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 45px;
}

.home .home-content .main-btn {
	font-size: 15px;
    padding: 14px 25px;
}

.home .home-content .custom-btn {
    margin-right: 0;
    background: transparent;
    border: none;
    color: #d7d4d4;
}

.home .home-content .custom-btn:hover {
    color: #fff;
}

.home .home-facts {
    margin-top: 45px;
}

.home .home-facts .facts-list {
    display: flex;
    justify-content: space-between;
}


@media only screen and (max-width: 600px) {
    .home .home-facts .facts-list {
        display: flex;
        justify-content: left;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        margin-left: 55px;
      }
  }

.home .home-facts .facts-list li {
    position: relative;
    margin: 0 15px;
}

.home .home-facts .facts-list li:first-of-type {
    margin-left: 0;
}

.home .home-facts .facts-list li span {
    display: block;
    color: #d1cccc;
    font-weight: 600;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
}

.home .home-facts .facts-list li span.number {
    background-image: linear-gradient(267deg, #641ff9 27.93%, #02c5f7 99.79%, #c6bafd -31.69%, #b7a2fd -22.78%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
}

.home .right-box {
    position: relative;
    padding-left: 30px;
}

.home .home-image {
    position: relative;
}

.home .home-image img {
    display: block;
}

.home .home-image img.shape {
    position: absolute;
    top: -40px;
    left: 66px;
    opacity: .4;
    z-index: -1;
    -webkit-animation: rotating 5s linear infinite;
    -moz-animation: rotating 5s linear infinite;
    -ms-animation: rotating 5s linear infinite;
    -o-animation: rotating 5s linear infinite;
    animation: rotating 5s linear infinite;
}

@keyframes rotating {
    from {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.home2 {
    position: relative;
    overflow: hidden;
	height: 100vh;
}

.home2 .owl-carousel {
    height: 100vh;
}

.home2 .bg-cover {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center top;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.home2 .owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.home2 .owl-carousel .owl-nav .owl-next,
.home2 .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
    font-size: 24px;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 36px;
    text-align: center;
    background: transparent;
    border: 1px solid rgb(115 118 118 / 20%);
    backdrop-filter: blur(14px);
	border-radius: 24px;
	outline: none;
	z-index: 999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.home2 .owl-carousel .owl-nav .owl-next {
    right: 10px;
}

.home2 .owl-carousel .owl-nav .owl-prev {
    left: 10px;
}

.home2 .owl-carousel .owl-nav .owl-next:hover,
.home2 .owl-carousel .owl-nav .owl-prev:hover {
    background: linear-gradient(267deg, #641ff9 27.93%, #02c5f7 99.79%, #c6bafd -31.69%, #b7a2fd -22.78%);
}

.home2 .overlay {
	background-color: rgba(0, 0, 0, .4);
	height: 100%;
}

.home2 .home-content h1 {
	color: #fff;
    font-size: 65px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 25px;
    line-height: 1.2;
}

.home2 .home-content p {
    color: #e0dede;
    line-height: 1.6;
	letter-spacing: .3px;
    margin-bottom: 30px;
}

.home2 .home-content .custom-btn {
    border: 1px solid #747273;
}

.home2 .home-content .custom-btn:hover {
    color: #02c5f7;
}

/* --------------------------------------
   4. Features
-----------------------------------------*/

.features {
    padding-top: 120px;
}

.features .item:nth-of-type(n+4) .feature-item {
    margin-top: 30px;
}

.feature-item {
    background: rgba(255, 255, 255, 0.03);
    border: 2px solid rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 95%;
}

.feature-item:hover {
    border: 2px solid #02c5f7;
    transform: translateY(-10px);
}

.features .feature-item img {
    margin-bottom: 25px;
}

.features .feature-item h3 {
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 15px;
}

.features .feature-item p {
    color: #d1cccc;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 0;
}

/* --------------------------------------
   5. About
-----------------------------------------*/

.about {
    padding-top: 120px;
}

.about .main-title {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.about .sub-title {
    background-image: linear-gradient(267deg, #641ff9 27.93%, #02c5f7 99.79%, #c6bafd -31.69%, #b7a2fd -22.78%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: .6px;
    margin-bottom: 8px;
}

.about p {
    color: #d1cccc;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
}

.about p {
    margin-bottom: 22px;
}

.about .about-details li {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #d1cccc;
    font-size: 17px;
    font-weight: 400;
    line-height: 2;
}

.about .about-details li i {
    display: inline-block;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 13px;
    background: linear-gradient(267deg, #641ff9 27.93%, #02c5f7 99.79%, #c6bafd -31.69%, #b7a2fd -22.78%);
    border-radius: 50%;
}

.about .main-btn {
    font-size: 16px;
    padding: 16px 38px;
    margin-top: 44px;
}

.about .main-btn i {
    margin-left: 8px;
}

/* --------------------------------------
   6. Services
-----------------------------------------*/

.services {
    padding-top: 120px;
}

.services .item:nth-of-type(n+4) .service-item {
    margin-top: 30px;
}

.service-item {
    background: rgba(255, 255, 255, 0.03);
    border: 2px solid rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.service-item:hover {
    border: 2px solid #02c5f7;
    transform: translateY(-10px);
}

.services .service-item img {
    margin-bottom: 25px;
}

.services .service-item h3 {
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 15px;
}

.services .service-item p {
    color: #d1cccc;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 15px;
}

.services .service-item .service-more {
    overflow: hidden;
}

.services .service-item .service-more a {
    font-size: 16px;
    background-image: linear-gradient(267deg, #641ff9 27.93%, #02c5f7 99.79%, #c6bafd -31.69%, #b7a2fd -22.78%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    align-content: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateX(-102px);
    transform: translateX(-102px);
}

.services .service-item:hover .service-more a {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.services .service-item .service-more a svg {
    margin-left: 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.services .service-item .service-more a svg path {
    fill: #959393;
}

.services .service-item:hover .service-more a svg {
    margin-left: 12px;
}

/* --------------------------------------
   7. Roadmaap
-----------------------------------------*/

.roadmap {
    padding-top: 120px;
    padding-bottom: 115px;
}

.roadmap .roadmap-items {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding: 0 40px;
}

.roadmap-items:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(267deg, #641ff9 27.93%, #02c5f7 99.79%, #c6bafd -31.69%, #b7a2fd -22.78%);
    border: 0.5px solid #27344c;
    width: 5px;
    height: 108%;
}

.roadmap-item {
    position: relative;
    color: #fff;
    width: 48%;
    padding: 0 40px;
    margin-bottom: 117px;
}

.roadmap-item.right {
    margin-top: 90px;
    margin-bottom: -130px;
}

.roadmap-item::before {
    content: "";
    position: absolute;
    right: 12px;
    top: 40px;
    display: block;
    width: 27px;
    border: 1px dashed #141a31;
}

.roadmap-item.right::before {
    left: 12px;
    right: auto;
}

.roadmap-item::after {
    content: "";
    position: absolute;
    right: 6px;
    top: 36px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: linear-gradient(267deg, #641ff9 27.93%, #02c5f7 99.79%, #c6bafd -31.69%, #b7a2fd -22.78%);
    border-radius: 50%;
    -webkit-transition: all .2s cubic-bezier(.47, 0, .745, .715);
            transition: all .2s cubic-bezier(.47, 0, .745, .715);
    -webkit-animation: pulse .7s infinite cubic-bezier(.66, 0, 0, 1);
            animation: pulse .7s infinite cubic-bezier(.66, 0, 0, 1);
    -webkit-box-shadow: 0 0 0 0 rgba(249, 84, 32, .6);
            box-shadow: 0 0 0 0 rgba(249, 84, 32, .6);
}

.roadmap-item.right::after {
    right: auto;
    left: 6px;
}

@-webkit-keyframes pulse
{
    to
    {
        -webkit-box-shadow: 0 0 0 7px rgba(249, 84, 32, 0);
                box-shadow: 0 0 0 7px rgba(249, 84, 32, 0);
    }
}

@keyframes pulse
{
    to
    {
        -webkit-box-shadow: 0 0 0 7px rgba(249, 84, 32, 0);
                box-shadow: 0 0 0 7px rgba(249, 84, 32, 0);
    }
}

.roadmap-item-inner {
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    border: 2px solid rgba(255, 255, 255, 0.1);
    padding: 35px 30px;
    border-radius: 24px;
    z-index: 1;
}

.roadmap-item-inner h4 {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}

.roadmap-item-inner p {
    color: #d1cccc;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 0;
}

/* --------------------------------------
   8. Discover Projects
-----------------------------------------*/

.discover-projects {
    padding-top: 120px;
}

.discover-projects .item:nth-of-type(n+4) .project-box {
    margin-top: 30px;
}

.project-box {
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.project-box:hover {
    border: 2px solid #02c5f7;
    transform: translateY(-10px);
}

.project-box .project-box-thumb {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 20px;
}

.project-box .project-box-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    vertical-align: middle;
}

.project-box .project-box-thumb .project-box-btn-content {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.project-box:hover .project-box-thumb .project-box-btn-content {
    top: 50%;
    opacity: 1;
    transition-delay: .1s;
}

.project-box .project-box-btn-content .project-box-btn {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    background: #fff;
    color: #343434;
    font-size: 15px;
    font-weight: 600;
    padding: 13px 24px;
    border: none;
    border-radius: 24px;
    outline: none;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.project-box .project-box-btn-content .project-box-btn:hover {
    background: linear-gradient(267deg, #641ff9 27.93%, #02c5f7 99.79%, #c6bafd -31.69%, #b7a2fd -22.78%);;
    color: #fff;
}

.project-box .project-box-title-wrap {
    margin-bottom: 16px;
}

.project-box .project-box-title-wrap .project-box-title {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 0;
}

.project-box .project-box-title-wrap .project-box-title a {
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.project-box .project-box-title-wrap .project-box-title a:hover {
    background-image: linear-gradient(178deg, #641ff9 27.93%, #02c5f7 99.79%, #c6bafd -31.69%, #b7a2fd -22.78%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.project-box .project-box-content .project-more {
    overflow: hidden;
}

.project-box .project-box-content .project-more a {
    font-size: 16px;
    background-image: linear-gradient(267deg, #641ff9 27.93%, #02c5f7 99.79%, #c6bafd -31.69%, #b7a2fd -22.78%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    align-content: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateX(-102px);
    transform: translateX(-102px);
}

.project-box:hover .project-box-content .project-more a {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.project-box .project-box-content .project-more a svg {
    margin-left: 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.project-box .project-box-content .project-more a svg path {
    fill: #959393;
}

.project-box:hover .project-box-content .project-more a svg {
    margin-left: 12px;
}

/* --------------------------------------
   9. Pricing
-----------------------------------------*/

.pricing {
    padding-top: 120px;
}

.pricing .pricing-plan {
    background: rgba(255, 255, 255, 0.03);
    border: 2px solid rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pricing .pricing-plan:hover {
    border: 2px solid #02c5f7;
    transform: translateY(-10px);
}

.pricing .pricing-plan.two {
    border: 2px solid #02c5f7;
}

.pricing .pricing-plan .pricing-title h2 {
    font-size: 22px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 20px;
}

.pricing .pricing-plan .pricing-price p {
    letter-spacing: -0.05em;
    line-height: 1;
    margin-bottom: 35px;
}

.pricing .pricing-plan .pricing-price .price {
    font-size: 40px;
    background-image: linear-gradient(267deg, #641ff9 27.93%, #02c5f7 99.79%, #c6bafd -31.69%, #b7a2fd -22.78%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pricing .pricing-plan .pricing-price .down {
    font-size: 20px;
    color: #d1cccc;
}

.pricing .pricing-plan .pricing-btn {
    margin-bottom: 35px;
}

.pricing .pricing-plan .pricing-btn .main-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pricing .pricing-plan.one .pricing-btn .main-btn,
.pricing .pricing-plan.three .pricing-btn .main-btn {
    background: #fff;
}

.pricing .pricing-plan.one .pricing-btn .main-btn span,
.pricing .pricing-plan.three .pricing-btn .main-btn span {
    background-image: linear-gradient(267deg, #641ff9 27.93%, #02c5f7 99.79%, #c6bafd -31.69%, #b7a2fd -22.78%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pricing .pricing-plan.one .pricing-btn .main-btn svg path,
.pricing .pricing-plan.three .pricing-btn .main-btn svg path {
    fill: #641ff9;
    -webkit-text-fill-color: transparent;
}

.pricing .pricing-plan .pricing-btn a svg {
    margin-left: 7px;
}

.pricing .pricing-plan .pricing-btn a svg path {
    fill: #fff;
}

.pricing .pricing-plan .pricing-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #d1cccc;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.pricing .pricing-plan .pricing-features li i {
    display: inline-block;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    line-height: 21px;
    text-align: center;
    font-size: 11px;
    background: linear-gradient(267deg, #641ff9 27.93%, #02c5f7 99.79%, #c6bafd -31.69%, #b7a2fd -22.78%);
    border-radius: 50%;
}

/* --------------------------------------
   10. FAQ
-----------------------------------------*/

.faq {
	padding-top: 120px;
}

.faq .card {
    margin-bottom: 30px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
}

.faq .card:last-of-type {
    margin-bottom: 0;
}

.faq .card .card-header {
    padding: 0;
}

.faq .card .card-header h5 .btn-link {
    position: relative;
    padding: 20px 40px 20px 20px;
    display: block;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 17px;
    line-height: 1.1;
    width: 100%;
    text-align: left;
    white-space: initial;
    border-radius: 24px 24px 0 0;
}

.faq .card .card-header .btn-link:after {
    content: '\f107';
    font-family: "FontAwesome";
    position: absolute;
    top: 8px;
    right: 9px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    width: 43px;
    height: 43px;
    line-height: 44px;
    text-align: center;
    background: linear-gradient(267deg, #641ff9 27.93%, #02c5f7 99.79%, #c6bafd -31.69%, #b7a2fd -22.78%);
    border-radius: 24px;
}

.faq .card .card-header .btn-link[aria-expanded="true"]:after {
    content: "\f106";
}

.faq .card .card-body {
	color: #d1cccc;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
    padding: 20px;
    border: 1px solid #19213e;
    border-top: none;
    border-radius: 0 0 24px 24px;
}

/* --------------------------------------
   11. Blog
-----------------------------------------*/

.blog {
    padding-top: 120px;
}

.blog .blog-items .blog-item {
    margin-bottom: 30px;
}

.blog .blog-item {
    position: relative;
}

.blog .blog-item .blog-item-thumb {
    border-radius: 24px 24px 0 0;
    overflow: hidden;
}

.blog .blog-item-content {
    padding: 30px;
    border-radius: 0 0 24px 24px;
    border: 1px solid #181f3c;
}

.blog .blog-item .blog-item-content .post-content {
    background: transparent;
    backdrop-filter: none;
    border: none;
    width: 100%;
    padding: 0;
    border-radius: 0;
    margin-bottom: 20px;
}

.blog .blog-item .blog-item-content .blog-info {
    margin-bottom: 0;
}

.blog .blog-item .blog-item-content .author-info-thumb img {
    width: 40px;
    height: 40px;
}

.blog .blog-item .blog-item-content .author-info-content h4 {
    font-size: 15px;
}

.blog .blog-item .blog-item-content .author-info-content span {
    font-weight: 500;
}

.blog .blog-item .blog-thumbnail img {
    object-fit: cover;
    border-radius: 24px 24px 0 0;
}

.blog .blog-item .blog-info {
    padding: 45px 40px;
    border-radius: 0 0 24px 24px;
    background-color: #050828;
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0px 5px 9px rgb(0 0 0 / 11%);
    border-top: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog .blog-item .author-info-thumb {
    margin-right: 10px;
}

.blog .blog-item .author-info-thumb img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.blog .blog-item .author-info-content h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
}

.blog .blog-item .author-info-content span {
    color: #f1eded;
    font-size: 13px;
    font-weight: 600;
}

.blog .blog-item .post-content .cat {
    display: inline-block;
    color: #f1eded;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 7px;
}

.blog .blog-item .post-content h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .3px;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog .blog-item .post-content h3:hover {
    background-image: linear-gradient(267deg, #641ff9 27.93%, #02c5f7 99.79%, #c6bafd -31.69%, #b7a2fd -22.78%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blog .blog-item .blog-more {
    overflow: hidden;
    margin-top: 16px;
}

.blog .blog-item .blog-more a {
    font-size: 16px;
    background-image: linear-gradient(267deg, #641ff9 27.93%, #02c5f7 99.79%, #c6bafd -31.69%, #b7a2fd -22.78%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    align-content: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateX(-102px);
    transform: translateX(-102px);
}

.blog .blog-item:hover .blog-more a {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.blog .blog-item .blog-more a svg {
    margin-left: 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog .blog-item .blog-more a svg path {
    fill: #959393;
}

.blog .blog-item:hover .blog-more a svg {
    margin-left: 12px;
}

/* --------------------------------------
   12. Contact
-----------------------------------------*/

.contact {
	position: relative;
    padding-top: 120px;
}

.contact .contact-boxes {
   margin-bottom: 60px;
}

.contact .contact-boxes .contact-box {
    background: rgba(255, 255, 255, 0.03);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 30px 20px;
}

.contact .contact-box .icon-box {
    position: relative;
    width: 60px;
    height: 60px;
    display: block;
    line-height: 60px;
    background: linear-gradient(267deg, #641ff9 27.93%, #02c5f7 99.79%, #c6bafd -31.69%, #b7a2fd -22.78%);
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-right: 15px;
}

.contact .contact-box .content-box h5 {
    font-size: 19px;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 500;
}

.contact .contact-box .content-box p {
    font-size: 11px;
    color: #d1cccc;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
}

.contact .contact-form {
	position: relative;
}

.contact .contact-form .form-group {
    position: relative;
    margin-bottom: 40px;
}

.contact .contact-form .form-group .form-control {
    background: transparent;
    border: 1px solid #27344c;
    color: #fff;
    outline: none;
    box-shadow: none;
    border-radius: 24px;
    height: 60px;
    padding: 12px 20px;
}

.contact .contact-form .form-group .form-control::placeholder {
    color: #fff;
}

.contact .contact-form .form-group textarea.form-control {
    height: 160px;
    resize: none;
    padding-top: 18px;
}

.contact .contact-form .contact-btn {
    float: right;
    margin: 0;
}

.contact .contact-form .form-message {
    position: absolute;
    left: 0;
    bottom: -153px;
    width: 100%;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    padding: 12px;
    text-transform: uppercase;
}

.contact .contact-form .form-message.success {
	background-color: #37983b;
}

.contact .contact-form .form-message.error {
	background-color: #f54033;
}

/* --------------------------------------
   13. Footer
-----------------------------------------*/

.footer {
    background: #040722;
    margin-top: 120px;
    border-top: 1px solid #0b0e28;
}

.footer .footer-top { 
    background: url(../images/5QsuqvHzIOVR.svg) center center;
    background-size: cover;
	padding-top: 80px;
    padding-bottom: 80px;
	border-bottom: 1px solid #0b0e28;
}

.footer .footer-top .footer-menu {
    position: relative;
	z-index: 1;
}

.footer .footer-top .footer-logo { 
	margin-bottom: 20px;
}

.footer .footer-top .footer-logo a {
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #fff;
    font-family: 'Michroma', sans-serif;
}

.footer .footer-top .footer-logo a img {
    height: 48px;
    margin-right: 3px;
    width: 187px;
}

.footer .footer-top .footer-logo .my-logo {
	position: relative;
    top: -6px;
    left: -4px;
}

.footer .footer-top .footer-menu p {
    color: #d1cccc;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}

.footer .footer-top ul li {
	font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
	color: #ebe9e9;
}

.footer .footer-top ul li:last-of-type {
    margin-bottom: 10px;
}

.footer .footer-top .footer-item h4 {
	color: #fff;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: .7px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.footer .footer-top .footer-item ul li a {
	color: #ebe9e9;
	padding-left: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer .footer-top .footer-item ul li a:hover {
    color: #02c5f7;
	padding-left: 14px;
}

.footer .footer-top .footer-item ul li a:before {
	content: '\f105';
	font-family: 'FontAwesome';
	position: relative;
    left: -10px;
}

.footer .footer-top .footer-item .footer-newsletter {
    position: relative;
}

.footer .footer-top .footer-item .footer-newsletter input {
    background: transparent;
    border: 1px solid #1f2130;
    padding: 16px 20px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    outline: none;
    border-radius: 24px;
}

.footer .footer-top .footer-item .footer-newsletter input:focus {
    outline: none;
}

.footer .footer-top .footer-item .footer-newsletter input::placeholder {  
    color: #fff;
}

.footer .footer-top .footer-item .footer-newsletter .submit {
    position: absolute;
    right: 0;
    top: 1px;
    height: 56px;
    width: 58px;
    line-height: 58px;
    text-align: center;
    background: linear-gradient(267deg, #641ff9 27.93%, #02c5f7 99.79%, #c6bafd -31.69%, #b7a2fd -22.78%);
    border-radius: 0 24px 24px 0;
}

.footer .footer-top .footer-item .footer-newsletter .submit:hover {
    background: linear-gradient(-267deg, #641ff9 27.93%, #02c5f7 99.79%, #c6bafd -31.69%, #b7a2fd -22.78%);;
}

.footer .footer-top .footer-item .footer-newsletter .submit i {
    color: #fff;
    font-size: 19px;
}

.footer .footer-bottom { 
	padding: 20px 0;
    background: #050828;
}

.footer .footer-bottom .copyright p { 
	letter-spacing: .3px;
	margin: 0;
    color: #ebe9e9;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
}

.footer .footer-bottom .copyright p span { 
	font-family: 'Poppins', sans-serif;
    background-image: linear-gradient(267deg, #641ff9 27.93%, #02c5f7 99.79%, #c6bafd -31.69%, #b7a2fd -22.78%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-weight: 600;
	letter-spacing: .5px;
}

.footer .footer-bottom .social-media li {
    font-size: 15px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #040722;
    color: #fff;
    border: 1px solid #0f143a;
    margin-left: 10px;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer .footer-bottom .social-media li:hover {
    background: linear-gradient(267deg, #641ff9 27.93%, #02c5f7 99.79%, #c6bafd -31.69%, #b7a2fd -22.78%);
}

/* --------------------------------------
   14. Scroll To Top
-----------------------------------------*/

.scroll-top {
    position: fixed;
    bottom: 107%;
    right: 25px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    text-align: center;
    color: #fff !important;
    background: #040722;
    border: 1px solid #121534;
    border-radius: 10px;
    z-index: 999;
    -webkit-transition: all .7s linear;
    -moz-transition: all .7s linear;
    -o-transition: all .7s linear;
    -ms-transition: all .7s linear;
    transition: all .7s linear;
    overflow: hidden;
}

.scroll-top.active {
    bottom: 25px;
}

.scroll-top:hover {
    background: linear-gradient(267deg, #641ff9 27.93%, #02c5f7 99.79%, #c6bafd -31.69%, #b7a2fd -22.78%);
}

/* --------------------------------------
   15. Blog Single
-----------------------------------------*/

.breadcrumb-area {
    position: relative;
    padding-top: 110px;
    padding-bottom: 10px;
    color: #fff;
    text-align: center;
    background: #040722;
    background-image: url(../images/5QsuqvHzIOVR.svg);
    background-size: cover;
    overflow: hidden;
}

.breadcrumb-area:before {
    content: "";
    width: 300px;
    height: 300px;
    background: linear-gradient(180deg, #109b9b -43.08%, #052a2a -7.55%, #2b7a7a 33.87%, #27c793 82.91%);
    filter: blur(60px);
    display: inline-block;
    position: absolute;
    top: 15%;
    right: -191px;
    border-radius: 100%;
    opacity: 0.45;
    z-index: 1;
}

.breadcrumb-area .breadcrumb-title {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 35px;
}

.breadcrumb-area ul li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    font-size: 18px;
    text-transform: capitalize;
    color: #02c5f7;
    font-weight: 500;
}

.breadcrumb-area ul li:after {
    content: "\f101";
    font-family: "FontAwesome";
    position: absolute;
    right: -5px;
    top: 3px;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
}

.breadcrumb-area ul li:last-child {
    color: #fff;
    padding-right: 0;
    margin-right: 0;
}

.breadcrumb-area ul li:last-child:after {
    content: none;
}

.pagination {
    margin-top: 20px;
}

.pagination ul li {
    display: inline-block;
}

.pagination ul li:not(:last-child) {
    margin-right: 10px;
}

.pagination ul li a,
.pagination ul li span {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: rgb(247 243 243 / 6%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pagination ul li .current,
.pagination ul li a:hover,
.pagination ul li span:hover {
    background: linear-gradient(267deg, #641ff9 27.93%, #02c5f7 99.79%, #c6bafd -31.69%, #b7a2fd -22.78%);
}

.blog .sidebar .sidebar-widget {
    background: rgba(255, 255, 255, 0.03);
    border: 2px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 24px;
    padding: 30px;
    margin-bottom: 25px;
}

.blog .sidebar .sidebar-widget:last-of-type {
    margin-bottom: 0;
}

.blog .sidebar .sidebar-widget .sidebar-widget-title {
    display: inline-block;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 30px;
}

.blog .sidebar .sidebar-search-input {
    position: relative;
}

.blog .sidebar .sidebar-search .sidebar-search-input input {
    width: 100%;
    height: 50px;
    background: transparent;
    padding: 0 25px;
    padding-right: 60px;
    color: #fff;
    text-transform: capitalize;
    border-radius: 24px;
    border: 1px solid #27354e;
    outline: none;
    font-size: 16px;
    font-weight: 500;
}

.blog .sidebar .sidebar-search .sidebar-search-input input::placeholder {
    color: #dfdada;
}

.blog .sidebar .sidebar-search .sidebar-search-input button {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #fff;
    line-height: 40px;
    border-radius: 24px;
    background: linear-gradient(267deg, #641ff9 27.93%, #02c5f7 99.79%, #c6bafd -31.69%, #b7a2fd -22.78%);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog .sidebar .sidebar-search .sidebar-search-input button:hover {
    background: linear-gradient(-267deg, #641ff9 27.93%, #02c5f7 99.79%, #c6bafd -31.69%, #b7a2fd -22.78%);;
}

.blog .sidebar .sidebar-category ul li a {
    position: relative;
    padding: 15px 0;
    padding-left: 13px;
    color: #d1cccc;
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    border-bottom: 1px solid #233048;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog .sidebar .sidebar-category ul li:first-of-type a {
    padding-top: 0;
}

.blog .sidebar .sidebar-category ul li:last-of-type a {
    border-bottom: none;
}

.blog .sidebar .sidebar-category ul li a:hover {
    background-image: linear-gradient(267deg, #641ff9 27.93%, #02c5f7 99.79%, #c6bafd -31.69%, #b7a2fd -22.78%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blog .sidebar .sidebar-category ul li a .category-number {
    float: right;
    font-family: 'Montserrat', sans-serif;
}

.blog .sidebar .sidebar-recent-posts .post {
    margin-bottom: 10px;
}

.blog .sidebar .sidebar-recent-posts .post .post-thumb {
    margin-right: 20px;
}

.blog .sidebar .sidebar-recent-posts .post .post-thumb img {
    width: 90px;
    height: 90px;
    border-radius: 4px;
    object-fit: cover;
}

.blog .sidebar .sidebar-recent-posts .post .post-title {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog .sidebar .sidebar-recent-posts .post .post-title:hover {
    background-image: linear-gradient(267deg, #641ff9 27.93%, #02c5f7 99.79%, #c6bafd -31.69%, #b7a2fd -22.78%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blog .sidebar .sidebar-recent-posts .post .post-meta span {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #d1cccc;
}

.blog .sidebar .sidebar-recent-posts .post .post-meta span i {
    margin-right: 3px;
}

.blog .sidebar .sidebar-tags .tagcloud a {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #d1cccc;
    padding: 8px 20px;
    border: 1px solid #27354e;
    margin-bottom: 8px;
    border-radius: 24px;
    margin-right: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog .sidebar .sidebar-tags .tagcloud a:hover {
    color: #fff;
    background: linear-gradient(267deg, #641ff9 27.93%, #02c5f7 99.79%, #c6bafd -31.69%, #b7a2fd -22.78%);
}

.blog .blog-item .blog-item-content .post-text {
    margin-top: 20px;
}

.blog .blog-item .blog-item-content .post-text p {
    color: #d1cccc;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 22px;
}

.blog .blog-item .blog-item-content .more-details p {
    color: #d1cccc;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 22px;
}

.blog .blog-item .blog-item-content .more-details p:last-of-type {
    margin-bottom: 0;
}

.blog .blog-item .blog-item-content .more-details blockquote {
    background: rgba(255, 255, 255, 0.03);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    margin: 0 0 22px;
    padding: 20px;
}

.blog .blog-item .blog-item-content .more-details blockquote p {
	margin-bottom: 0;
}

.blog .blog-item .blog-item-content .post-footer {
    padding: 35px 0;
}

.blog .blog-item .blog-item-content .post-footer h5 {
    font-size: 17px;
    letter-spacing: .5px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
}

.blog .blog-item .blog-item-content .post-footer .post-share {
    margin-bottom: 35px;
}

.blog .blog-item .blog-item-content .post-footer .post-share ul li {
    display: inline-block;
	margin-right: 14px;
}

.blog .blog-item .blog-item-content .post-footer .post-share ul li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 17px;
    background: linear-gradient(267deg, #641ff9 27.93%, #02c5f7 99.79%, #c6bafd -31.69%, #b7a2fd -22.78%);
    color: #fff;
    border-radius: 10px;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.blog .blog-item .blog-item-content .post-footer .post-share ul li a:hover {
    background: linear-gradient(-267deg, #641ff9 27.93%, #02c5f7 99.79%, #c6bafd -31.69%, #b7a2fd -22.78%);;
}

.blog .blog-item .blog-item-content .post-footer .post-tags ul li {
    display: inline-block;
}

.blog .blog-item .blog-item-content .post-footer .post-tags ul li a {
    display: inline-block;
    color: #d1cccc;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-right: 12px;
}

.blog .blog-item .blog-item-content .post-footer .post-tags ul li a:hover {
    background-image: linear-gradient(267deg, #641ff9 27.93%, #02c5f7 99.79%, #c6bafd -31.69%, #b7a2fd -22.78%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blog .blog-item .blog-item-content .post-comments {
	padding-bottom: 40px;
}

.blog .blog-item .blog-item-content .post-comments h3 {
	font-size: 21px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    margin-bottom: 35px;
}

.blog .blog-item .blog-item-content .post-comment {
	position: relative;
	margin-bottom: 35px;
}

.blog .blog-item .blog-item-content .post-comment.reply {
	margin-left: 90px;
}

.blog .blog-item .blog-item-content .post-comment .comment-image img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
    object-fit: cover;
}

.blog .blog-item .blog-item-content .post-comment h4 {
	font-size: 16px;
    letter-spacing: .5px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    margin-bottom: 7px;
}

.blog .blog-item .blog-item-content .post-comment span {
	display: inline-block;
    color: #e9e6e6;
	font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.blog .blog-item .blog-item-content .post-comment .reply-btn {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
    font-weight: 500;
    background-image: linear-gradient(267deg, #641ff9 27.93%, #02c5f7 99.79%, #c6bafd -31.69%, #b7a2fd -22.78%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blog .blog-item .blog-item-content .post-comment .reply-btn i {
	font-weight: 500;
    margin-right: 7px;
}

.blog .blog-item .blog-item-content .post-comment p {
    color: #d1cccc;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
	margin-bottom: 0;
}

.blog .blog-item .blog-item-content .post-form h3 {
    font-size: 21px;
    letter-spacing: .5px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    margin-bottom: 35px;
}

.blog .blog-item .blog-item-content .post-form .form-group {
    margin-bottom: 25px;
}

.blog .blog-item .blog-item-content .post-form .form-control,
.blog .blog-item .blog-item-content .post-form .form-control:focus {
    color: #ddd8d8;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    height: 60px;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.03);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
}

.blog .blog-item .blog-item-content .post-form .form-control::placeholder {
    color: #ddd8d8;
}

.blog .blog-item .blog-item-content .post-form textarea.form-control,
.blog .blog-item .blog-item-content .post-form textarea.form-control:focus {
    height: 155px;
    resize: none;
    padding-top: 18px;
}

/* --------------------------------------
   16. Media Queries
-----------------------------------------*/

/* Extra Large Devices */
@media (min-width: 1200px) {}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {

	.header .header-inner .main-nav .menu li {
        margin-right: 22px;
    }

    .nft-box .nft-box-collection .nft-box-user-name h4,
    .nft-box .nft-box-collection .nft-box-price h4 {
        font-size: 13px;
    }

    .contact .contact-box .content-box p {
        font-size: 15px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (min-width: 768px) and (max-width: 991.98px) {

    .home .right-box {
        padding-top: 100px;
        padding-left: 0;
    }

    .home .home-content h1:before {
        content: none;
    }

    /*----- Features ----*/
    .features .item:nth-of-type(n+3) .feature-item {
        margin-top: 30px;
    }

    /*----- About ----*/
    .about .about-info {
        margin-bottom: 40px;
    }

    .about .about-image {
        width: 80%;
        margin: auto;
    }

    /*----- Services ----*/
    .services .item:nth-of-type(n+3) .service-item {
        margin-top: 30px;
    }

    /*----- Roadmap ----*/
     .roadmap .roadmap-items {
        padding: 0;
    }

    /*----- Discover Projects ----*/
    .discover-projects .item:nth-of-type(n+3) .project-box {
        margin-top: 30px;
    }

    /*----- Pricing ----*/
    .pricing .pricing-plan.three {
        margin-top: 30px;
    }

    /*----- Blog ----*/
    .blog .blog-item .post-content {
        width: 100%;
    }

    .sidebar {
        margin-top: 50px;
    }

    /*----- Footer ----*/
    .footer .footer-top {
        padding-bottom: 50px;
    }

    .footer .footer-top .footer-item {
        margin-bottom: 30px;
    }

    /*----- Contact ----*/
    .contact .contact-box {
        margin-bottom: 30px;
    }

}

/* Small Devices */
@media (max-width: 767.98px) {
	
	.main-title {
        margin-bottom: 55px;
    }

    /*----- Home ----*/
    .home .right-box {
        padding-top: 100px;
        padding-left: 0;
    }

    .home .home-content h1:before {
        content: none;
    }

    .home2 .home-content h1 {
        font-size: 55px;
    }

    /*----- Features ----*/
    .features {
        padding-top: 90px;
    }


    /*----- About ----*/
    .about {
        padding-top: 90px;
    }

    .about .about-info {
        margin-bottom: 40px;
    }

    .about .about-image {
        width: 85%;
        margin: auto;
    }

    /*----- Services ----*/
    .services {
        padding-top: 90px;
    }

    .services .item:nth-of-type(n+2) .service-item {
        margin-top: 30px;
    }

    /*----- Roadmap ----*/
    .roadmap {
        padding-top: 90px;
        padding-bottom: 42px;
    }

    .roadmap .roadmap-items {
        justify-content: flex-start;
        padding: 0;
    }

    .roadmap-items:before {
        left: 0;
        height: 102%;
    }

    .roadmap-item {
        margin-left: 44px;
        margin-bottom: 30px;
        padding: 0;
        width: 100%;
    }

    .roadmap-item.right {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .roadmap-item::before,
    .roadmap-item.right::before {
        right: auto;
        left: -41px;
    }

    .roadmap-item::after,
    .roadmap-item.right::after {
        right: auto;
        left: -15px;
    }

    /*----- Discover Projects ----*/
    .discover-projects {
        padding-top: 90px;
    }

    .discover-projects .item:nth-of-type(n+2) .project-box {
        margin-top: 30px;
    }

    /*----- Pricing ----*/
    .pricing {
        padding-top: 90px;
    }
    
    .pricing .pricing-plan.two,
    .pricing .pricing-plan.three {
        margin-top: 30px;
    }

    /*----- FAQ ----*/
    .faq {
        padding-top: 90px;
    }

    /*----- Blog ----*/
    .blog {
        padding-top: 90px;
    }

    .blog .item .blog-item {
        margin-bottom: 30px;
    }

    .sidebar {
        margin-top: 50px;
    }

    .blog .blog-item .blog-item-content .post-comment.reply {
		margin-left: 65px;
	}

    /*----- Footer ----*/
    .footer {
        margin-top: 90px;
    }

    .footer .footer-top {
        padding-bottom: 50px;
    }

    .footer .footer-top .footer-item {
        margin-bottom: 30px;
    }

    .footer .footer-bottom .copyright p {
        margin-bottom: 15px;
    }

    /*----- Contact ----*/
    .contact .contact-box {
        margin-bottom: 30px;
    }

}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    /*----- Home ----*/
    .home .right-box {
        padding-left: 0;
    }

    .home2 .home-content h1 {
        font-size: 45px;
    }

    .footer .copyright {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important;
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important;
    }

}


/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 502;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  
  .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 503;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }
  
  .mfp-container {
    height: 100%;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  
  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  
  .mfp-align-top .mfp-container:before {
    display: none; }
  
  .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 505; }
  
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }
  
  .mfp-ajax-cur {
    cursor: progress; }
  
  .mfp-zoom-out-cur,
  .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }
  
  .mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }
  
  .mfp-auto-cursor .mfp-content {
    cursor: auto; }
  
  .mfp-close,
  .mfp-arrow,
  .mfp-preloader,
  .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  
  .mfp-loading.mfp-figure {
    display: none; }
  
  .mfp-hide {
    display: none !important; }
  
  .mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 504; }
  
  .mfp-preloader a {
    color: #cccccc; }
  
  .mfp-preloader a:hover {
    color: white; }
  
  .mfp-s-ready .mfp-preloader {
    display: none; }
  
  .mfp-s-error .mfp-content {
    display: none; }
  
  button.mfp-close,
  button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 506; }
  
  button::-moz-focus-inner {
    padding: 0;
    border: 0; }
  
  .mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
    .mfp-close:hover, .mfp-close:focus {
      opacity: 1; }
    .mfp-close:active {
      top: 1px; }
  
  .mfp-close-btn-in .mfp-close {
    color: #333333; }
  
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }
  
  .mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px; }
  
  .mfp-arrow {
    position: absolute;
    top: 0;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  
  .mfp-arrow:active {
    margin-top: -54px; }
  
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: solid transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    opacity: 0.8;
    border-top-width: 12px;
    border-bottom-width: 12px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 20px;
    border-bottom-width: 20px; }
  
  .mfp-arrow-left {
    left: 0; }
    .mfp-arrow-left:after,
    .mfp-arrow-left .mfp-a {
      border-right: 12px solid black;
      left: 5px; }
    .mfp-arrow-left:before,
    .mfp-arrow-left .mfp-b {
      border-right: 20px solid white; }
  
  .mfp-arrow-right {
    right: 0; }
    .mfp-arrow-right:after,
    .mfp-arrow-right .mfp-a {
      border-left: 12px solid black;
      left: 3px; }
    .mfp-arrow-right:before,
    .mfp-arrow-right .mfp-b {
      border-left: 20px solid white; }
  
  .mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
  
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  
  .mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
  
  .mfp-iframe-scaler iframe {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }
  
  .mfp-iframe-holder .mfp-close {
    top: -43px; }
  
  /* Main image in popup */
  img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }
  
  /* The shadow behind the image */
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
  
  .mfp-figure {
    line-height: 0; }
  
  .mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }
  
  .mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-break: break-word;
    padding-right: 36px; }
  
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  
  .mfp-image-holder .mfp-content {
    max-width: 100%; }
  
  .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }
  
  @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
     * Remove all paddings around the image on small screen
     */
    .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0; }
  
    .mfp-img-mobile img.mfp-img {
      padding: 0; }
  
    /* The shadow behind the image */
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
  
    .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
  
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  
    .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px; }
  
    .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0; }
  
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; } }
  @media all and (max-width: 800px) {
    .mfp-arrow {
      -webkit-transform: scale(0.75);
      transform: scale(0.75); }
  
    .mfp-arrow-left {
      -webkit-transform-origin: 0;
      transform-origin: 0; }
  
    .mfp-arrow-right {
      -webkit-transform-origin: 100%;
      transform-origin: 100%; }
  
    .mfp-container {
      padding-left: 6px;
      padding-right: 6px; } }
  .mfp-ie7 .mfp-img {
    padding: 0; }
  .mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px; }
  .mfp-ie7 .mfp-container {
    padding: 0; }
  .mfp-ie7 .mfp-content {
    padding-top: 44px; }
  .mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0; }
  