@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --rich-black: #0d1b2aff;
  --oxford-blue: #1b263bff;
  --yinmn-blue: #415a77ff;
  --silver-lake-blue: #778da9ff;
  --powder-blue: #8da9c4ff;
  --platinum: #e0e1ddff;


  --floral-white: #fffcf2ff;
  --timberwolf: #ccc5b9ff;
  --black-olive: #403d39ff;
  --eerie-black: #252422ff;
  --highlight-text: #86bbbd;
  --button: #86bbbd;
  --button-hover: #6c9a9c;
}

*{
    box-sizing: border-box;
}

body, html {
    margin: 0;
    padding: 0;
    height:100%;
}

body{
	background-color:var(--eerie-black);
	color: var(--floral-white);
	font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:"wdth" 100;
  letter-spacing: 1px;
}

.coming-soon-logo{
    width:100%;
    height:100%;
    display:flex;
    align-items: center;
    justify-content: center;
}

/* ======================== Fonts ======================== */


h1, h2, h3, h4, h5, h6 {
    color: var(--timberwolf);
    font-weight: 700;
    text-transform: uppercase;
}
h1{
	font-size: 1.2rem;
}
hr {
    border-top: 1px solid rgba(255,255,255,.1);
    margin-top: 1.5rem!important;;
    margin-bottom: 1.5rem!important;;
    
}
img {
    width: 100%;
}

/* ======================== buttons ======================== */

.btn {
  text-align: center;
  margin-top: 20px;
  text-decoration: none;
  padding: 12px;
  border-radius: 4px;
  width:100%;
  color: var(--floral-white);
  background: var(--button);
  transition: background 0.3s;
  font-weight:600;
}
.btn:hover {
  color: var(--floral-white);
  background: var(--button-hover);
}

/* ======================== Header ======================== */

.header{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}
.top_curve{
	position: absolute;
	left: -50%;
	top: -240px;
	width: 200%;
    height:300px;
    z-index: -1;
    border-bottom-left-radius:300%;
    border-bottom-right-radius:300%;
	background-color: #2a323b;
}
.coming-soon-top_curve{
    position: absolute;
    left: -50%;
    top: -15%;
    width: 200%;
    height: 600px;
    z-index: -1;
    border-bottom-left-radius:300%;
    border-bottom-right-radius:300%;
    background-color: #2a323b;
}
.logo_container{
	display: block;
	margin: auto;
	width: 120px;
	margin-top: 12px;
}


    .site-header { background: #fff; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
    .nav-container { max-width: 1200px; margin: auto; display: flex; align-items: center; justify-content: space-between; padding: 10px 20px; }
    .logo a { text-decoration: none; font-size: 24px; font-weight: bold; color: #2d89ef; }
    

/* ======================== Navigation ======================== */

.menu-toggle { display: none; background: none; border: none; cursor: pointer; }
.menu-icon, .menu-icon::before, .menu-icon::after { display: block; background: #333; height: 2px; width: 24px; border-radius: 2px; position: relative; }
.menu-icon::before, .menu-icon::after { content: ''; position: absolute; left: 0; }
.menu-icon::before { top: -6px; }
.menu-icon::after { top: 6px; }
.main-nav { display: flex; }
.main-nav ul { display: flex; margin: 0; padding: 0; list-style: none; }
.main-nav li { margin-left: 20px; }
.main-nav a { text-decoration: none; color: #333; font-weight: 600; transition: color 0.3s; }
.main-nav a:hover { color: #2d89ef; }
@media (max-width: 768px) {
  .menu-toggle { display: block; }
  .main-nav { display: none; flex-direction: column; background: #fff; position: absolute; top: 60px; right: 20px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
  .main-nav ul { flex-direction: column; }
  .main-nav li { margin: 10px 0; }
}

/* ======================== Home Clients ======================== */

.single_gallery{
    width: 32%;
    display: inline-block;
    margin-bottom: 4px;
}
.hover_inner{
    display:none;
}

/* ======================== Start Project ======================== */

.start-project{
    background-color: #222831;
    padding: 24px;
}

/* ======================== Testimonial Section ======================== */

.testimonial_area {
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center center;
}

.testimonial_area .single_testmonial p {
  font-size: .8rem;
    line-height: 1.4rem;
    font-weight: 200;
}

.testimonial_area .single_testmonial .thumb {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: auto;
  margin: auto auto 15px auto;
  overflow: hidden;
}

.testimonial_area .single_testmonial .thumb img{
  width:100%;
  height:auto;
}

.testimonial_area .single_testmonial .testmonial_author h3 {
  color: #008081;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 2px;
}

.testimonial_area .single_testmonial .testmonial_author span {
  font-size: 12px;
  font-weight: 400;
  color: #818692;
  display: block;
}

.testimonial_area .owl-carousel .owl-item img {
  display: inline-block;
  width:100%;
  height:auto;
}

.testimonial_area .owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: -40px;
}

.testimonial_area .owl-carousel .owl-nav div {
  left: -40px;
}

.discuss_projects {
  padding: 40px 0;
  position: relative;
  z-index: 13;
  z-index: 13;
}

/* ======================== Single Clients ======================== */

.single_client_banner,
.single_client_catagory_wrap{
    width: 46%;
    display: inline-block;
    margin-right: 8px;
}

.single_client_catagory h4{
    font-size: 12px;
    margin-bottom: 0;
}

.single_client_catagory span{
    font-size: 12px;
}

.single_client_catagory ul{
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 10px;
}

.single_client_catagory li{
    display: inline-block;
    text-transform: none;
    font-weight: 200;
    margin-right: 4px;
}
.single_client_info .info p{
    font-size: .8rem;
    line-height: 1.4rem;
    font-weight: 200;
}

.single_client_portfolio .thumb{
    margin-bottom: 8px;

}

.social_share{
    padding: 8px;
    font-size: 26px;
}

/* ======================== Store ======================== */

/* Container grid */
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
  padding: 0;
  list-style: none;
}

/* Single product card */
.product-item {
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow .2s ease-in-out;
}

.product-item:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* Image wrapper */
.product-image {
  display: block;
  width: 100%;
  overflow: hidden;
}

.product-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform .3s ease;
}

.product-item:hover .product-image img {
  transform: scale(1.05);
}

/* Textual content */
.product-title {
  font-size: 1.125rem;
  margin: 1rem;
  line-height: 1.3;
}

.product-title a {
  text-decoration: none;
  color: #333;
}

.product-title a:hover {
  color: #0073aa;
}

/* Price */
.product-price {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 1rem;
  color: #222;
}

/* SKU, categories, tags */
.product-sku,
.product-categories,
.product-tags {
  font-size: 0.875rem;
  margin: 0.25rem 1rem;
  color: #666;
}

/* Short description */
.product-excerpt {
  font-size: 0.95rem;
  margin: 0.5rem 1rem 1rem;
  color: #444;
  flex-grow: 1;
}

/* Rating & stock */
.product-rating {
  margin: 0 1rem;
}

.product-stock-status {
  margin: 0.5rem 1rem;
  font-size: 0.9rem;
}

.in-stock {
  color: #228b22;
}

.out-of-stock {
  color: #a00;
}

/* Add to cart button */
.product-add-to-cart {
  margin: 1rem;
}

.product-add-to-cart .button {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0.75rem 1rem;
  border: none;
  background: #0073aa;
  color: #fff;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  transition: background .2s ease;
}

.product-add-to-cart .button:hover {
  background: #005177;
}

/* ======================== Store ======================== */

.container {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.plan-card {
  background: var(--black-olive);
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.5);
  margin: 10px;
  flex: 1 1 350px;
  max-width: 350px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.plan-header {
  margin-bottom: 20px;
}
.plan-header h2 {
  margin: 0;
  font-size: 24px;
}
.plan-price {
  margin: 5px 0;
  font-size: 32px;
  color: var(--highlight-text);
}
.plan-features {
  list-style: none;
  padding: 0;
  flex-grow: 1;
}
.plan-features li {
  margin-bottom: 10px;
}


/* ======================== Footer ======================== */

.footer{
    padding: 50px;
}






