/* Description: Master CSS file */

/*****************************************
Table Of Contents:
- General Styles
- Navigation
- Home
- Information
- Button
- Services
- Plans
- Testimonials
- Newsletter
- Back To Top Button
- Extra Pages
- Media Queries
******************************************/


/**************************/
/*     General Styles     */
/**************************/
:root {
	--primary: #1c262f;
	--primary-light: #212d37;
	--secondary: #20695e;
	--tertiary: #00dabf;
	--gradient: linear-gradient(to right, #2691ac69, #151c24);
}

body {
	background-color: #25594d;
	background-size: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", sans-serif;
}
.hr-container {
    display: flex; /* استفاده از Flexbox */
    justify-content: center; /* مرکز کردن محتوا */
    margin: 20px 0; /* فاصله بالا و پایین */
}
.custom-hr1 {
    border: 0;
    height: 0.5px;
    background-color: rgba(255, 255, 255, 0.39);
    margin-top: 10px; /* فاصله بالا و پایین */
	margin-bottom: -15px;
	width: 100%;
  }

.custom-hr {
	border: 3px solid #1d3135;
	margin-top: 20px;
	margin-bottom: 15px;
    width: 80%; /* عرض خط افقی را به 80% تنظیم کنید */
	max-width: 600px; /* حداکثر عرض خط */
	position: relative;
	left: 20%;
	right: 20%;

}

h1 {
    font-size: clamp(24px, 5vw, 40px); /* استفاده از clamp برای تنظیم حداقل و حداکثر اندازه */
    font-weight: 500;
    padding-top: 20px;
}

.container-titr {
    position: relative; /* برای استفاده از position در زیر خط */
    display: flex; /* استفاده از flexbox */
    flex-direction: column; /* تراز عمودی */
    align-items: center; /* تراز افقی در مرکز */
    justify-content: center; /* تراز عمودی در مرکز */
    height: 87vh; /* ارتفاع div */
}

.container-titr h1 {
    font-size: clamp(24px, 5vw, 40px); /* استفاده از clamp برای تنظیم حداقل و حداکثر اندازه */
    margin: 0; /* حذف حاشیه */
    position: relative; /* برای استفاده از position در زیر خط */
}
.headline {
    display: inline-block; /* برای تراز کردن خط زیر */
    margin: 0; /* حذف حاشیه */
}
.text-white {
    color: white; /* رنگ سفید برای متن "Marketing For" */
}
.text-gradient {
    background: linear-gradient(90deg, #0ea072, #00ffc3); /* رنگ ترکیبی */
    -webkit-background-clip: text; /* برای رنگ متن */
    -webkit-text-fill-color: transparent; /* برای مخفی کردن رنگ اصلی متن */
}

.custom-underline {
    position: absolute; /* برای استفاده از position در زیر خط */
    height: 4px; /* ضخامت خط */
    background-color: white; /* رنگ خط */
    width: 80%; /* عرض خط به صورت درصد */
    max-width: 32rem; /* حداکثر عرض خط */
    left: 50%; /* قرار دادن در وسط صفحه */
    transform: translateX(-50%); /* برای تغییر اندازه در صفحه */
    margin-top: 0.5rem;
}

.about h1 {
	font-size: 30px;
	font-weight: 500;
	padding-top: 20px;
}

button {
	font-family: sans-serif;
}

p,
ul,
h4 {
	margin: 0;
	padding: 0;
}

a {
	color: white;
	text-decoration: none;
}

li {
  	list-style-type: none;
}

/* Section Background */
.home,
.about,
.services,
.plans,
.work,
.contact {
	height: 130vh;
	position: relative;
	align-items: center;
	justify-content: center;
	display: flexbox;
}

.services,
.work,
.contact,
.testimonial,
.footer {
  	background-color: var(--primary);
}


.about,
.plans,
.company,
.newsletter,
.location {
  	background-color: var(--primary-light);
}

.bottom {
  	background-color: black;
}

/* Gradient Border And Background On Icons */
.home_text,
.information .fas,
.work .fas,
.services .fas,
.location .far,
.location .fas {
	padding: 15px 0;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#0ea072),
		to(#00ffc3)
	);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.home .fas,
.plans .far {
	color:#169e77;
	border-radius: 1px solid #000;
}

.navbar-nav a:hover,
.footer a:hover,
.footer .fab:hover {
	cursor: pointer;
	background: var(--gradient);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


/**********************/
/*     Navigation     */
/**********************/


.navbar .navbar-brand {
	margin-left: 20%;
	margin-right: 20%;
	padding-top: 0.25rem;
	padding-bottom: 2rem;
	text-align: center;


}


.navbar .logo-image {
	background-color: #18261f8e;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	width: 100%;
	height: 300px;

  }

  .navbar .logo-image img {
    max-width: 150%; /* حداکثر عرض 150% برای صفحه‌های بزرگ */
    max-height: 100%; /* حداکثر ارتفاع 100% */
    margin: 0 auto; /* تراز کردن تصویر در مرکز */
    display: block; /* نمایش به صورت بلوک برای تراز بهتر */
    transition: transform 0.3s ease; /* انیمیشن برای تغییر اندازه */
}

/* Media Queries برای تنظیم اندازه تصویر در اندازه‌های مختلف صفحه */
@media (max-width: 1024px) {
    .navbar .logo-image img {
        max-width: 120%; /* کاهش اندازه در صفحه‌های متوسط */
        transform: scale(1.1); /* بزرگ‌تر نشان دادن لوگو */
    }
}
@media only screen and (min-width: 384px) {
    /* استایل‌های مخصوص S23 Ultra */
}

@media only screen and (min-height: 824px) {
    /* استایل‌های مخصوص S23 Ultra */
}
@media (max-width: 768px) {
    .navbar .logo-image img {
        max-width: 100%; /* کاهش بیشتر اندازه در صفحه‌های کوچک‌تر */
        transform: scale(1.05); /* بزرگ‌تر نشان دادن لوگو */
    }
}
@media only screen and (min-width: 384px) {
    /* استایل‌های مخصوص S24 Ultra */
}

@media only screen and (min-height: 824px) {
    /* استایل‌های مخصوص S24 Ultra */
}
@media (max-width: 480px) {
    .navbar .logo-image img {
        max-width: 90%; /* کاهش بیشتر اندازه در صفحه‌های بسیار کوچک */
        transform: scale(1.02); /* بزرگ‌تر نشان دادن لوگو */
    }
}

.navbar .logo-text {
	color: #fff;
	font-weight: 500;
	line-height: 1rem;
	font-size: 1.575rem;
	text-decoration: none;
}


  /* Style the navbar */
  .navbar  {
    position: fixed; /* ثابت کردن navbar */
    top: 0; /* قرار دادن در بالای صفحه */
    left: 50%; /* قرار دادن در وسط صفحه */
    transform: translateX(-50%); /* مرکز کردن navbar */
    width: calc(100% - 40px); /* عرض کامل با فاصله از طرفین */
    max-width: 1200px; /* حداکثر عرض برای navbar */
    padding: 10px; /* فاصله داخلی */
    transition: opacity 0.3s ease, visibility 0.3s ease; /* انیمیشن برای opacity و visibility */
}

  
  /* Style the logo */
  .logo-image {
    display: flex;
    justify-content: center; /* مرکز کردن لوگو */
    align-items: center; /* تراز عمودی */
    width: 100%; /* عرض کامل */
}
  
  /* Add a class to the navbar and logo when scrolled down */
/* Add a class to the navbar and logo when scrolled down */
.scrolled-down.navbar {
    opacity: 0; /* ناپدید شدن */
    visibility: hidden; /* مخفی کردن */
}

.scrolled-down.logo-image {
    opacity: 0; /* ناپدید شدن */
    visibility: hidden; /* مخفی کردن */
}

  

.scrolled-down.logo-image img {
    width: auto; /* تنظیم عرض خودکار */
    height: auto; /* تنظیم ارتفاع خودکار */
    max-width: 100%; /* حداکثر عرض برای جلوگیری از کش آمدن */
    max-height: 100%; /* حداکثر ارتفاع برای جلوگیری از کش آمدن */
}

/*hover cultolary*/
.card {
	height: 100%; /* make all cards equal height */
	flex: 1; /* make all cards equal width */
	padding: 20px; /* add some padding to make the cards look nicer */
	margin: 10px; /* add some margin to separate the cards */
  }
/****************/
/*     Home     */
/****************/
.home {
	background-image: url(../assets/images/home.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.para {
  	width: 50%;
}

.para-light {
  	opacity: 0.7;
}
/*beyond marketing*/
.beyond-marketing {
    background-color: var(--primary-light);
    margin: 20px; /* کاهش حاشیه برای جلوگیری از بهم ریختگی */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.beyond-marketing .text-center {
    text-align: center;
}

.beyond-marketing .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
}

.beyond-marketing .item {
    background: linear-gradient(145deg, #2691ac69, #182328);
    border: solid 4px #18261f;
    border-radius: 8px;
    padding: 20px;
    margin: 10px;
    width: calc(45% - 20px); /* استفاده از calc برای محاسبه عرض */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s, background-color 0.3s;
    animation: fadeIn 1s ease-out;
}

.beyond-marketing .item:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
    border-color: #ffffff;
    background: linear-gradient(145deg, #151c24, #2c6f82);
}

.beyond-marketing .item h3 {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 1.5rem; /* استفاده از واحد rem برای مقیاس‌پذیری */
}

.beyond-marketing .item p {
    color: #d1d1d1;
    font-size: 1rem; /* استفاده از واحد rem برای مقیاس‌پذیری */
}

/* Media Queries برای تنظیم اندازه فونت و عرض در اندازه‌های مختلف صفحه */
@media (max-width: 768px) {
    .beyond-marketing .item {
        width: calc(100% - 20px); /* عرض کامل در صفحه‌های کوچک‌تر */
    }

    .beyond-marketing .item h3 {
        font-size: 1.2rem; /* کاهش اندازه فونت در صفحه‌های کوچک‌تر */
    }

    .beyond-marketing .item p {
        font-size: 0.9rem; /* کاهش اندازه فونت در صفحه‌های کوچک‌تر */
    }
}

@media (max-width: 480px) {
    .beyond-marketing .item h3 {
        font-size: 1rem; /* کاهش بیشتر اندازه فونت در صفحه‌های بسیار کوچک */
    }

    .beyond-marketing .item p {
        font-size: 0.8rem; /* کاهش بیشتر اندازه فونت در صفحه‌های بسیار کوچک */
    }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
/*end beyond marketing*/

/***********************/
/*     Information     */
/***********************/
.information .container-fluid .row div:first-child {
    background-color: var(--primary);
}

.information .container-fluid .row div:last-child {
    background-color: white;
}

.information .container-fluid .row div:nth-child(2) {
	background-color: var(--primary-light);
}
.information .row {
	opacity: 1;
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1);
}

.custom-padding {
	padding-top: 15px !important;
}


/******************/
/*     Button     */
/******************/
.btn {
    color: white;
    border-width: 2px;
    padding: 10px 30px;
    border-image-slice: 1;
    background: var(--primary);
    border-image-source: var(--gradient);
    box-shadow: 5px 5px 0px 0px var(--secondary);
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
	transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s;    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--gradient);
    z-index: -1;
    transition: transform 0.3s;
    transform: scaleX(0);
    transform-origin: right;
}

.btn:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.btn:hover {
    color: white;
    box-shadow: none;
    border-radius: 1px;
    transform: translate(5px, 5px);
}


/* Email - Newsletter Button */
.btn-secondary {
	color: black;
	border-width: 2px;
	padding: 0.375rem 1.875rem;
	border-image-slice: 1;
	background-image: none;
	background: transparent;
	border-image-source: var(--gradient);
}

.btn-secondary:hover {
	color: black;
	padding: 0.375rem 1.875rem;
	background-image: var(--gradient);
}

/* Other Pages Button */
.btn-tertiary {
	color: black;
	border-radius: 0;
	border-width: 2px;
	padding: 10px 30px;
	border-image-slice: 1;
	background-image: none;
	background: transparent;
	border-image-source: var(--gradient);
	box-shadow: 5px 5px 0px 0px var(--secondary);
}

.btn-tertiary:hover {
	color: black;
	box-shadow: none;
	border-radius: 0;
	padding: 10px 30px;
	transform: translate(5px, 5px);
}


/********************/
/*     Services     */
/********************/
.services .card {
	padding: 15px;
	border-radius: 5px;
	border: 2px solid snow;
}

.services .card:hover {
	border: 10px solid;
	border-image-slice: 1;
	border-width: 2px;
	border-image-source: var(--gradient);
	
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
    border-color: #ffffff;
    background: linear-gradient(145deg, #151c24, #2c6f82);
}


/*****************/
/*     Plans     */
/*****************/
.plans .card {
	padding: 20px;
	border: 2px solid white;
}


/************************/
/*     Testimonials     */
/************************/
.btn-testimonial {
	background: var(--primary);/* رنگ پس‌زمینه */
    color: white; /* رنگ متن */
    border-width: 2px;
	padding: 10px 30px;	/* فاصله داخلی */
	border-image-slice: 1;
    border-image-source: var(--gradient); 
	box-shadow: 5px 5px 0px 0px var(--secondary);
	font-size: 1rem; /* اندازه متن */
    font-weight: bold; /* ضخامت متن */
    text-transform: uppercase; /* حروف بزرگ */
    transition: transform 0.3s, box-shadow 0.3s, background 0.3s;
    cursor: pointer; /* نشانگر ماوس */
	position: relative;
	
    overflow: hidden;
    z-index: 1;

}
.btn-testimonial::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--gradient);
    z-index: -1;
    transition: transform 0.3s;
    transform: scaleX(0);
    transform-origin: right;
}

.btn-testimonial:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.btn-testimonial:hover {
    color: white;
    box-shadow: none;
    border-radius: 1px;
    transform: translate(5px, 5px);
}

/*
.btn-testimonial:hover {
	color: black;
	padding: 10px 30px;
	background-image: var(--gradient);
}*/

.btn-testimonial:active {
    transform: translateY(0); /* بازگشت به حالت عادی در کلیک */
}

.slider-1 {
	padding-top: 8.25rem;
	padding-bottom: 8.5rem;
}

.slider-1 .section-title {
	text-align: center;
}

.slider-1 .h2-heading {
	text-align: center;
	margin-bottom: 3rem;
}

.testimonial-card {
	border: 10px solid;
	border-image-slice: 1;
	border-width: 3px;
	border-image-source: var(--gradient);
}

.slider-1 .slider-container {
	position: relative;
}

.slider-1 .swiper-container {
	width: 86%;
	position: static;
}

.slider-1 .swiper-button-prev,
.slider-1 .swiper-button-next {
	color: var(--primary);
}

.slider-1 .swiper-button-prev:focus,
.slider-1 .swiper-button-next:focus {
	/* even if you can't see it chrome you can see it on mobile device */
	outline: none;
}

.slider-1 .swiper-button-prev {
	left: -14px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23707375'%2F%3E%3C%2Fsvg%3E");
	background-size: 18px 28px;
}

.slider-1 .swiper-button-next {
	right: -14px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23707375'%2F%3E%3C%2Fsvg%3E");
	background-size: 18px 28px;
}

.slider-1 .card {
	border: none;
	position: relative;
	background-color: transparent;
}

.slider-1 .card-image {
	width: 80px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	margin-bottom: 1.25rem;
}

.slider-1 .card-body {
	padding: 0;
}

.slider-1 .testimonial-text {
	margin-bottom: 0.75rem;
}

.slider-1 .testimonial-author {
	margin-bottom: 0;
	color: #252c38;
}

.slider-1 .avatar {
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

/* Dropdown Menu */
.navbar .dropdown .dropdown-menu {
  	animation: fadeDropdown 0.2s; /* required for the fade animation */
}

@-webkit-keyframes fadeDropdown {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeDropdown {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


/**********************/
/*     Newsletter     */
/**********************/
.form-control-input,
.form-control-textarea {
	width: 100%;
	appearance: none;
	border-radius: 4px;
	font-size: 0.875rem;
	line-height: 1.5rem;
	padding-left: 1.5rem;
	padding-top: 0.775rem;
	padding-bottom: 0.775rem;
}
/**********************/
/*    infofooter     */
/**********************/
.custom-location {
    display: flex;
    flex-direction: column;
    align-items: center; /* مرکز کردن عمودی */
    justify-content: center; /* مرکز کردن افقی */
    text-align: center; /* تراز کردن متن */
    padding: 20px; /* فاصله داخلی */
}

/******************************/
/*     Back To Top Button     */
/******************************/
#myBtn {
	z-index: 99;
	right: 20px;
	width: 52px;
	height: 52px;
	bottom: 20px;
	border: none;
	outline: none;
	display: none;
	position: fixed;
	cursor: pointer;
	border-radius: 50%;
	background-color: #323137;
}

#myBtn:hover {
  	background-color: #0f0f11;
}

#myBtn img {
	width: 18px;
	margin-left: 0.125rem;
	margin-bottom: 0.25rem;
}


/***********************/
/*     Extra Pages     */
/***********************/
.ex-header {
	padding-top: 8.5rem;
	padding-bottom: 4rem;
	background-color: var(--primary);
}

.ex-header h1 {
  	color: #fff;
}

.ex-basic-1 .list-unstyled .fas {
	font-size: 0.375rem;
	line-height: 1.625rem;
}

.ex-basic-1 .list-unstyled .flex-grow-1 {
  	margin-left: 0.5rem;
}

.ex-basic-1 .text-box {
	padding: 1.25rem 1.25rem 0.5rem 1.25rem;
	background-color: #f7f9fd;
}

.ex-cards-1 .card {
	border: none;
	background-color: transparent;
}

.ex-cards-1 .card .fa-stack {
	width: 2em;
	font-size: 1.125rem;
}

.ex-cards-1 .card .fa-stack-2x {
  	color: var(--secondary);
}

.ex-cards-1 .card .fa-stack-1x {
	width: 2em;
	color: #ffffff;
	font-weight: 700;
	line-height: 2.125rem;
}

.ex-cards-1 .card .list-unstyled .flex-grow-1 {
  	margin-left: 2.25rem;
}

.ex-cards-1 .card .list-unstyled .flex-grow-1 h5 {
	margin-top: 0.125rem;
	margin-bottom: 0.5rem;
}

/*************************/
/*     copyright     */
/*************************/
.contact1 {
	text-align: center;
}
.logol1 {
    width: 150px; /* adjust the width to your liking */
    height: auto;
    margin: 10px;
}

.copyright {
	font-size: 14px;
	color: #666;
	text-align: center;
	padding: 10px;
	margin-left: -60px;
  }
  
  .copyright a {
	text-decoration: none;
	color: #337ab7;
  }
  
  .copyright a:hover {
	color: #23527c;
  }
/*************************/
/*     Media Queries     */
/*************************/
@media only screen and (max-width: 1024px) {
	.services,
	.work,
	.testimonial,
	.about,
	.contact,
	.plans {
		height: 100%;
	}
}

@media (max-width: 768px) {
    .container {
        width: 100%; /* عرض کامل برای موبایل */
        padding: 15px; /* حذف padding */
    }
}


/*new nav radial*/

.cn-button {
	border:none;
	background:none;
	color: white;
	text-align: Center;
	font-size: 1.5em;
	padding-bottom: 1em;
	height: 4.5em;
	width: 5em;
	background-color: #111;
	position: fixed;
	left: 50%;
	margin-left: -1.75em;
	bottom: -1.75em;
	border-radius: 50%;
	cursor: pointer;
	z-index: 11
  }
  .cn-button:hover,
  .cn-button:active,
  .cn-button:focus{
	background-color: #222;
  }

.cn-wrapper {
	font-size:1em;
	width: 26em;
	height: 26em;
	overflow: hidden;
	position: fixed;
	z-index: 10;
	bottom: -13em;
	left: 50%;
	border-radius: 50%;
	margin-left: -13em;
	transform: scale(0.1);
	transition: all .3s ease;
  }
  .content-wrapper-modal {
    display: flex;
    justify-content: space-between; /* برای قرار دادن محتوا در دو سمت */
    align-items: flex-start; /* تراز کردن محتوا در بالای بخش */
}

.text-center-modal {
    flex: 1; /* این بخش در وسط قرار می‌گیرد */
    text-align: center; /* متن را در وسط تراز می‌کند */
}

.list-section-modal {
    flex: 1; /* این بخش در سمت چپ قرار می‌گیرد */
    text-align: left; /* متن را در سمت چپ تراز می‌کند */
    padding-left: 20px; /* فاصله از سمت چپ */
}
  /* class applied to the container via JavaScript that will scale the navigation up */
  .opened-nav {
	border-radius: 50%;
	transform: scale(1);
  }

  .cn-overlay{
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.6);
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	opacity:0;
	transition: all .3s ease;
	z-index:2;
	pointer-events:none;
  }
  
  /* Class added to the overlay via JavaScript to show it when navigation is open */
  .cn-overlay.on-overlay{
	pointer-events:auto;
	opacity:1;
  }

  .csstransforms .cn-wrapper li {
	position: absolute;
	font-size: 1.5em;
	width: 10em;
	height: 10em;
	transform-origin: 100% 100%;
	overflow: hidden;
	left: 50%;
	top: 50%;
	margin-top: -1.3em;
	margin-left: -10em;
	transition: border .3s ease;
  }
  
  .csstransforms .cn-wrapper li a {
	display: block;
	font-size: 1.18em;
	height: 14.5em;
	width: 14.5em;
	position: absolute;
	bottom: -7.25em;
	right: -7.25em;
	border-radius: 50%;
	text-decoration: none;
	color: #fff;
	padding-top: 1.8em;
	text-align: center;
	transform: skew(-50deg) rotate(-70deg) scale(1);
	transition: opacity 0.3s, color 0.3s;
}

.csstransforms .cn-wrapper li a span {
	font-size: 1.1em;
	opacity: 0.7;
}
/* for a central angle x, the list items must be skewed by 90-x degrees
in our case x=40deg so skew angle is 50deg
  items should be rotated by x, minus (sum of angles - 180)2s (for this demo) */

.csstransforms .cn-wrapper li:first-child {
	transform: rotate(-10deg) skew(50deg);
}

.csstransforms .cn-wrapper li:nth-child(2) {
	transform: rotate(30deg) skew(50deg);
}

.csstransforms .cn-wrapper li:nth-child(3) {
	transform: rotate(70deg) skew(50deg)
}

.csstransforms .cn-wrapper li:nth-child(4) {
	transform: rotate(110deg) skew(50deg);
}

.csstransforms .cn-wrapper li:nth-child(5) {
	transform: rotate(150deg) skew(50deg);
}

.csstransforms .cn-wrapper li:nth-child(odd) a {
	background-color: #a11313;
	background-color: hsla(0, 88%, 63%, 1);
}

.csstransforms .cn-wrapper li:nth-child(even) a {
	background-color: #a61414;
	background-color: hsla(0, 88%, 65%, 1);
}

  /* active style */
.csstransforms .cn-wrapper li.active a {
	background-color: #b31515;
	background-color: hsla(0, 88%, 70%, 1);
}

  /* hover style */
.csstransforms .cn-wrapper li:not(.active) a:hover,
.csstransforms .cn-wrapper li:not(.active) a:active,
.csstransforms .cn-wrapper li:not(.active) a:focus {
	background-color: #b31515;
	background-color: hsla(0, 88%, 70%, 1);
}
.csstransforms .cn-wrapper li:not(.active) a:focus {
	position: fixed; /* fix the "displacement" bug in webkit browsers when using tab key */
}

.no-csstransforms .cn-wrapper{
	font-size:1em;
	height:5em;
	width:25.15em;
	bottom:0;
	margin-left: -12.5em;
	overflow: hidden;
	position: fixed;
	z-index: 10;
	left:50%;
	border:1px solid #ddd;
}

.no-csstransforms .cn-button{
	display:none;
}

.no-csstransforms .cn-wrapper li{
	position:static;
	float:left;
	font-size:1em;
	height:5em;
	width:5em;
	background-color: #eee;
	text-align:center;
	line-height:5em;
}

.no-csstransforms .cn-wrapper li a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:inherit;
	font-size:1.3em;
	border-right: 1px solid #ddd;
}

.no-csstransforms .cn-wrapper li a:last-child{
	border:none;
}

.no-csstransforms .cn-wrapper li a:hover,
.no-csstransforms .cn-wrapper li a:active,
.no-csstransforms .cn-wrapper li a:focus{
	background-color: white;
}

.no-csstransforms .cn-wrapper li.active a {
	background-color: #6F325C;
	color: #fff;
}





/******/


/* Size and Background  */
.toggle img
{
    width: 160px;
    cursor: pointer;
	height: 130px;
	padding-top: 15px;
}
.toggle svg {
	position: absolute;
	top: 135px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.toggle svg line {
	stroke: #fff;
	stroke-width: 2;
}
.menu li img
{
    width: 48px;
    
}
.menu-items li a i {
    font-size: 40px; /* تغییر سایز آیکون */
	color: #20695e; /* تغییر رنگ آیکون */

}
/* Video - Tutorial */
.menu
{

    position: fixed;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
	z-index: 10000;
	transition: none ;
}

.menu.shrink {
	transform: scale(0.5) translate(-100%, -20%); /* shrink the menu in place */
	opacity: 0.9; /* fade out the menu */
	margin-bottom: 20px;
	transition: transform 0.3s ease, opacity 0.3s ease; /* انیمیشن نرم برای شفافیت */

}
.menu.enlarge {
    transform: scale(1) translate(-50%, -50%); /* بزرگ کردن منو */
    transition: transform 0.3s ease; /* انیمیشن نرم */
}

.menu li{
    position: absolute;
	right: 160px;
    list-style: none;
    transition: 0.8s;
    transition-delay: calc(0.1s * var(--i));
    transform-origin: 140px;
    transform: rotate(0deg) translateX(110px);
	z-index: 9999;
}
/* Efectoo de animacion */
.menu.active li
{
/*zavie item haye meno*/
    transform: rotate(calc(216deg / 6 * var(--i)) ) translateX(-50px);
}

.menu li a
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px ;
    height: 70px;
    color: var(--clr);
    border: 2px solid var(--clr);
    border-radius: 50%;
    font-size: 1.5em;
    transform: rotate(calc(214deg / -6 * var(--i)));
    transition: 1s;
    background: linear-gradient(180deg, #eebb78 , #cf9d5a 20%, #f0d7a5da 66%);
}
.menu li a:hover{
    transition: 0;
    background: var(--clr);
    color: #333;
    box-shadow: 0 0 10px var(--clr),
    0 0 30px var(--clr),
    0 0 50px var(--clr); 
}
.toggle:hover
{
    filter: grayscale(100%);
    box-shadow: 0 0 10px #fff; 

}

.icon-container {
    display: flex; /* استفاده از فلیکس باکس */
    justify-content: center; /* تراز افقی در مرکز */
    align-items: center; /* تراز عمودی در مرکز */

	margin-left: 5px;
    border-radius: 50%; /* گرد کردن گوشه‌ها */
    background-color: #20695e; /* رنگ دایره */
    color: #eebc61; /* رنگ آیکون */
    text-decoration: none; /* حذف زیرخط */
}

.icon-container i {
    font-size: 300px; /* اندازه آیکون */
}
/* Resto */
.menu .toggle
{
    position: relative;
	top: 20px;
    width: 180px;
    height: 180px;
    background: #2f363e;
    border: 2px solid #eebc51;
    border-radius: 50%;
    color:white;
    display: flex;
    justify-content: center;
    text-align: center;
    z-index: 10000;
    font-size: 2rem;
    transition: trasform 2.25s;
}



/* CSS for the animated background */
.contact {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(28, 39, 48, 0.8), rgba(28, 38, 47, 0.8)), url('./assets/images/contact-bg.jpg') no-repeat center center/cover;
    animation: fadeIn 1.5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.form-control-input {
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.form-control-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.form-control-submit-button {
    background-color: #00dabf;
    border: none;
    transition: background-color 0.3s;
}

.form-control-submit-button:hover {
    background-color: #009e9a;
}


/* Modal Styles */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: -3.5rem;
    top: -22rem;
    width: 110%; /* Full width */
    height: 47em; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.6); /* Black w/ opacity */
	text-align: center;
	
}

.modal-content {
    background-color: #1d3135;
    margin: 1rem 0rem 0rem 4rem; /* 10% from the top and centered */
    padding: 0.5rem 3rem 1.5rem;
    border: 1px solid #09c491;
    width: 90%; /* Could be more or less, depending on screen size */
    max-width: 100%; /* Maximum width for larger screens */
    border-radius: 8px; /* Rounded corners */
	text-align: center;
	align-items: flex-end;	
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/* استایل برای زبانه‌ها فقط در modal */
#infoModal .tab-links {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}

#infoModal .tab-link {
    padding: 2px 5px;
	margin: 2px;
    cursor: pointer;
    background-color: #0b4031;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: background-color 0.3s;
}

#infoModal .tab-link.active {
    background-color: #00dabf;
    color: white;
}

#infoModal .tab-content {
    display: none; /* به طور پیش‌فرض پنهان است */
}

/* Responsive Styles */
@media (max-width: 768px) {
    .modal-content {
        width: 95%; /* Full width on smaller screens */
    }
}

.icon-spacing {
    margin-right: 5px; /* فاصله 2px بین ایکون‌ها */
	padding: auto;
}