@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none !important;
  display: inline-block !important;
}

img {
  width: 100%;
  display: block;
}

ul {
  padding: 0;
  margin: 0;
}

p {
  /* font-size: 14px;
   color: var(--c6);
   padding: 0;
   margin: 0;
   line-height: 30px; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

:root {
  --c1: #E377DD;
  --c2: #7D65AE;
  --c3: #E0525E;
  --c4: #000000;
  --c5: #ffffff;
  --c6: #1E1E1E;
  --f1: "Sen", sans-serif;
}

.container-fluid {
  max-width: 1700px;
}

.spacing {
  padding: 100px 0px;
}
.cust-gap{
	row-gap:24px;
}
::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background: var(--c1);
    border-radius: 0;
}
/* inner-wrapper */

.inner-header {
  background-color: #e377dd !important;
  height: 400px;
  background-position: center !important;
  background-attachment: fixed !important;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: -70px;
  z-index: 1;
}

.inner-header:before {
  width: 100%;
  height: 100%;
  /* content: ""; */
  background: rgb(0 0 0 / 60%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.inner-header .container {
  position: relative;
}

.inner-header .inner-header-title h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}

/* end inner-wrapper */


/* main header */
header.main-header {
  position: relative;
  z-index: 9;
}

.header-top {
  background: var(--c3);
  padding: 12px 0px;
}

.free-shipping h4 {
  color: var(--c5);
  font-size: 14px;
  font-weight: 500;
  font-family: var(--f1);
}

.header-contact ul {
  display: flex;
  gap: 40px;
  align-items: center;
}

.header-contact ul li span {
  font-weight: 700;
  margin-right: 10px;
  font-family: var(--f1);
}

.header-contact ul li {
  color: var(--c5);
  font-family: var(--f1);
  font-size: 14px;
}

.header-contact ul li a {
  font-weight: 400;
  color: var(--c5);
  font-family: var(--f1);
}

.header-bottom {
  background-image: url('https://dev-cosfure-creations.pantheonsite.io/wp-content/uploads/2026/02/Vector-4.png');
  background-size: cover;
  background-position: bottom;
}
.header-actions ul li:has(.web-btn) {
    display: block !important;
}
.main-menu{
  margin-top: -30px;
}

.main-menu ul {
  display: flex;
  gap: 20px;
  align-items: center;
}

.main-menu ul li a {
  color: var(--c5);
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--f1);
  background-color: transparent;
  line-height: 1;
  padding: 8px 18px;
  border-radius: 20px;
  transition: all 0.7s;
}
.main-menu ul li a:hover{
  background-color: var(--c5);
  color: var(--c3);
}
.main-menu ul li.current-menu-item a {
  background-color: var(--c5);
  color: var(--c3);
  font-weight: 800;
}

.header-actions ul {
  display: flex;
  gap: 25px;
  justify-content: end;
  align-items: center;
}

.header-actions ul li {
  display: flex;
  gap: 10px;
  align-items: center;
}

.action-image {
  border: 1px solid var(--c5);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  text-align: center;
  align-content: center;
}

.action-image img {
  width: 16px;
  margin: 0 auto;
}

.header-actions ul li h4 {
  line-height: 1px;
}

.header-actions ul li h4 a {
  color: var(--c5);
  font-weight: 600;
  font-family: var(--f1);
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
}

.main-logo a {
  width: 200px;
  margin: -30px 0;
}

.main-logo {
  text-align: center;
}
.header-btns-main {
    display: flex;
    align-items: center;
    margin-top: -30px;
    gap: 15px;
    justify-content: end;
}
.ham-menu a {
    color: var(--c5);
    font-size: 20px;
}
/* end main header */

/* MAIN BANNER  */
section.main-banner {
  position: relative;
}

.banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.banner-img img {
  height: 900px;
  object-fit: cover;
}

.banner-img {
  margin-top: -45px;
}

.banner-title h2 {
  color: #1f1f1f;
  font-weight: 800;
  font-size: 110px;
  line-height: 0.9;

  /* remove stroke */
  -webkit-text-stroke: 0;

  /* fake outline using layered shadow */
  text-shadow:
    2px 2px 0 #fff,
    6px 6px 0 #000;
}

.banner-character {
  position: absolute;
  bottom: -30px;
  z-index: 3;
}

.commision-text {
  position: absolute;
  bottom: 0;
  left: 104px;
}

.commision-text h2 {
  font-size: 225.32px;
  font-weight: 900;
  color: #EB9EC0;
  opacity: 0.3;
  line-height: 1;
}

/* CATEGORIES  */
.portfolio-content p {
    color: var(--c4);
    font-weight: 400;
    margin-bottom: 16px;
    font-family: var(--f1);
    font-size: 18px;
	margin-bottom: 0px !important;
}
.portfolio-content p {
    color: var(--c4);
    font-weight: 400;
    margin-bottom: 16px;
    font-family: var(--f1);
    font-size: 18px;
}
.portfolio-content h2 {
    color: #262626;
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 10px;
}
.portfolio-image {
    position: relative;
    margin-bottom: 25px;
    border: 7px solid var(--c1);
    border-radius: 30px;
}
.portfolio-image h4 {
    position: absolute;
    top: 50%;
    right: -113px;
    rotate: -90deg;
    transform: translateY(-50%);
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(1deg, #D9D9D9 0%, #ad9b9b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.portfolio-image img {
    width: 100%;
    height: 610px;
    object-fit: contain;
    border-radius: 30px;
}
.web-title h4 {
  font-family: "Kaushan Script", cursive;
  color: #A41756;
  margin-bottom: 15px;
  font-size: 28px;
}

.web-title h2 {
  font-weight: 800;
  font-size: 62px;
  -webkit-text-stroke: 0;
  text-shadow:
    1px 1px 0 #fff,
    3px 3px 0 #000;
}

.web-title:has(p) h2 {
  margin-bottom: 20px;
}

.web-title p {
  color: var(--c6);
  font-family: var(--f1);
  font-size: 20px;
}

.tit-gap {
  margin-bottom: 70px;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  align-content: center;
  text-align: center;
  width: 45px !important;
  height: 45px !important;
  border-radius: 50%;
  background: var(--c2);
  border: unset !important;
  color: var(--c5);
  font-size: 22px;
  line-height: 1;
  z-index: 10;
  transition: all.7s;
}

button.slick-next.slick-arrow {
  right: -30px;
}

button.slick-prev {
  left: -60px;
}

.slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: no-drop;
}

/* ABOUT US  */
section.about-us {
  padding: 100px 0 158px 0px;
}

.about-images {
  position: relative;
}

.about-image-two {
  position: absolute;
  bottom: -40px;
  right: -50px;
}

.about-image-one img {
  width: 565px;
}

.about-image-two img {
  width: 389px;
}

.about-title {
  padding-left: 60px;
  padding-top: 60px;
}

.about-title h4 {
  color: var(--c5);
}
.header-btn a {
    background-color: var(--c5) !important;
    color: var(--c3) !important;
}
.header-btn a:hover {
    background-color: var(--c2) !important;
    color: var(--c5) !important;
}
.web-btn a {
  background-color: var(--c2);
  color: var(--c5);
  padding: 13px 32px;
  border-radius: 5040px;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--f1);
  text-transform: uppercase;
  transition: all.7s;
}
.web-btn a:hover {
    background-color: var(--c3);
    color:var(--c5);
}
.web-btn.form-btn input{
  background-color: var(--c3);
  color: var(--c5);
  padding: 13px 32px;
  border-radius: 5040px;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--f1);
  text-transform: uppercase;
  transition: all.7s;
	border:0;
}
.web-btn.form-btn input:hover{
 background-color: var(--c3);
    color:var(--c5);
}
.about-title p {
  margin-bottom: 25px;
}

/* FEATURED PRODUCTS  */
.featured-products-sec .portfolio-image {
    border: 0;
	padding-right: 80px;
}
.featured-products-sec .portfolio-image img {
    height: 100%;
}
.featured-products .slick-arrow {
  background-color: var(--c5);
  color: var(--c1);
}

.tabs-buttons ul {
  justify-content: end;
  gap: 20px;
}

.tabs-buttons ul li button {
  box-shadow: 2px 2px 15px 0px #00000026;
  text-transform: uppercase;
  border: 3px solid var(--c2) !important;
  border-radius: 40px !important;
  line-height: 1;
  padding: 16px 30px;
  font-size: 16px;
  color: var(--c2);
  font-weight: 700;
  font-family: var(--f1);
  transition: all.7s;
}

.tabs-buttons ul li button:hover {
  background-color: var(--c2) !important;
  border-color: var(--c5) !important;
  color: var(--c5) !important;
}

.tabs-buttons ul li button.active {
  background-color: var(--c2) !important;
  border-color: var(--c5) !important;
  box-shadow: 2px 2px 15px 0px #00000026;
  color: var(--c5) !important;
}



/* NEW ARRIVALS  */
section.new-arrivals {
  background-color: var(--c1);
  position: relative;
  margin-top: 100px;
  padding-top: 40px;
}
section.new-arrivals .portfolio-image {
    background-color: var(--c5);
    border-color: var(--c3);
}
section.new-arrivals .portfolio-content h2,section.new-arrivals .portfolio-content p {
    color: var(--c5);
}
.waving-img-top {
  position: absolute;
  top: -98px;
  left: 0;
  width: 100%;
  z-index: -1;
}

.inverted-title h2 {
  color: var(--c5);
  text-shadow: -2px 0px 0 #fff, 3px 3px 0 #000000;
}

.inverted-title p {
  color: var(--c5);
}

.waving-img-bottom {
  position: absolute;
  bottom: -41px;
  z-index: -1;
  left: 0;
  width: 100%;
  rotate: 180deg;
}


/* Demands Attention  */
.demands-image {
  padding: 0 10px;
}


/* NEWSLETTER  */
section.news-letter {
  padding-bottom: 200px;
}

.newsletter-form input {
  width: 95%;
  padding: 16px 40px;
  border: 0;
  border-radius: 80px;
  outline: 0;
  color: var(--c4);
  font-family: var(--f1);
  font-size: 16px;
  font-weight: 500;
  padding-right: 170px;
}

.newsletter-form {
  position: relative;
  text-align: center;
}

.newsletter-form button {
  display: flex;
  align-items: center;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  color: var(--c2);
  font-size: 16px;
  font-weight: 700;
  font-family: var(--f1);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.newsletter-form button i {
  margin-left: 10px;
  font-size: 20px;
}

.newsletter-title {
  margin-bottom: 50px;
}


/* FOOTER  */
footer.main-footer {
  background-color: var(--c1);
  border-radius: 80px 80px 0px 0px;
  margin-top: -70px;
}

.footer-logo a {
  padding-right: 45px;
}

.footer-links h4,
.footer-social h4 {
  color: var(--c5);
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 24px;
}

.footer-links ul li a {
  font-weight: 400;
  color: var(--c5);
  margin-bottom: 15px;
  font-family: var(--f1);
  font-size: 18px;
  position: relative;
}
.footer-links ul li a:hover:before{
  width: 100%;
}
.footer-links ul li a:before {
    position: absolute;
    transition: all 0.7s;
    bottom: -3px;
    left: 0;
    width: 0;
    content: "";
    background-color: var(--c5);
    height: 2px;
    border-radius: 2px;
}
.footer-links ul li a span {
  font-weight: 600;
}

.footer-social ul {
  display: flex;
  gap: 20px;
  align-items: center;
}

.footer-social ul li a {
  width: 40px;
  height: 40px;
  color: var(--c5);
  border: 1.77px solid var(--c5);
  text-align: center;
  align-content: center;
  line-height: 1;
  border-radius: 50%;
  font-size: 18px;
}

.copyright-text p {
  text-align: center;
  color: var(--c5);
  font-family: var(--f1);
  font-size: 18px;
  margin: 0px;
  border-top: 1px solid var(--c5);
  padding: 14px 0px;
}

/* Modal background color */
.custom-modal {
	background: var(--c2);
  border-radius: 14px;
  border: none;
  padding: 35px;
}

/* Close button */
.custom-close {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 36px;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--c5);
    line-height: 1;
	z-index:16;
}

/* Title */
.custom-body h3 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
	color:var(--c5);
}

.subtitle {
  text-align: center;
  margin-bottom: 35px;
  opacity: 0.8;
	color:var(--c5);
}

/* Grid layout */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.form-grid .full {
  grid-column: span 2;
}

/* Inputs */
.form-grid input,
.form-grid textarea,
.form-grid select{
  width: 100%;
  padding: 16px 20px;
  border-radius: 30px;
  border: none;
  outline: none;
	background-color:var(--c5);
}

.form-grid textarea {
    border-radius: 14px;
    resize: none;
    height: 150px;
}
.form-grid input[type="file"]::file-selector-button {
    background: var(--c3);
    border: unset;
    color: var(--c5);
    font-size: 13px;
    padding: 3px 10px;
    border-radius: 5px;
}

/* Upload button */
.upload-btn {
    width: 100%;
    padding: 16px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    background: white;
}

/* Submit button */
.submit-btn {
  width: 100%;
  margin-top: 20px;
  padding: 14px;
  border-radius: 30px;
  border: none;
  font-weight: bold;
  cursor: pointer;
  background: var(--c3);
  color: white;
}

/* Privacy text */
.privacy {
  text-align: center;
  font-size: 13px;
  margin-top: 15px;
  color: var(--c5);
  font-size: 14px;
}
.modal-dialog {
	max-width: 1000px;
	margin: 1.75rem auto;
}

/* ================= 1699 ================= */
@media only screen and (min-width: 100px) and (max-width: 1699px){
    .modal-dialog{
        max-width: 900px;
    }
    .custom-body h3{
        font-size: 34px;
    }
}

/* ================= 1399 ================= */
@media only screen and (min-width: 100px) and (max-width: 1399px){
    .modal-dialog{
        max-width: 800px;
    }
    .custom-body{
        padding: 35px 25px;
    }
    .custom-body h3{
        font-size: 30px;
    }
    .custom-body .subtitle{
        font-size: 16px;
    }
}

/* ================= 1199 ================= */
@media only screen and (min-width: 100px) and (max-width: 1199px){
    .modal-dialog{
        max-width: 700px;
    }
    .custom-body{
        padding: 30px 20px;
    }
    .custom-body h3{
        font-size: 26px;
    }
    .custom-body .subtitle{
        font-size: 15px;
    }
}

/* ================= 991 ================= */
@media only screen and (min-width: 100px) and (max-width: 991px){
    .modal-dialog{
        max-width: 90%;
        margin: 1.5rem auto;
    }
    .custom-body{
        padding: 25px 20px;
    }
    .custom-body h3{
        font-size: 24px;
    }
    .custom-body .subtitle{
        font-size: 14px;
    }
}

/* ================= 767 ================= */
@media only screen and (min-width: 100px) and (max-width: 767px){
    .custom-modal{
        border-radius: 15px;
        padding: 0;
    }
    .custom-body{
        padding: 22px 15px;
    }
    .custom-body h3{
        font-size: 22px;
    }
    .custom-close{
        font-size: 22px;
        top: 10px;
        right: 10px;
    }
}

/* ================= 575 ================= */
@media only screen and (min-width: 100px) and (max-width: 575px){
    .modal-dialog{
        max-width: 95%;
    }
    .custom-body{
        padding: 20px 12px;
    }
	.custom-body h3 {
		font-size: 16px;
	}
    .custom-body .subtitle{
        font-size: 13px;
    }
    .privacy{
        font-size: 12px;
    }
	.form-grid input, .form-grid textarea {
        padding: 10px 14px;
        font-size: 12px;
    }
}


.modal-body label {
    color: var(--c5);
    margin-bottom: 8px;
}
.privacy a {
    color: var(--c3);
    font-weight: 700;
}
/* about-page */

.about-images.about-page .about-image-one img {
    width: 75%;
    margin: 0 auto;
}
.about-images.about-page .about-image-two img {
    width: 45%;
    margin: 0 auto;
}
.about-images.about-page .about-image-two{
	position:unset;
}
/* SECTION FAQS */

.faq-main-item .accordion-button {
  background-color: unset;
  box-shadow: unset;
  font-size: 16px;
  font-weight: 600;
  color: var(--c4);
  transform: unset !important;
}

.faq-main-item .accordion-button:not(.collapsed) {
  color: var(--c1);
}

.faq-main-item .accordion-item {
  margin-bottom: 20px;
  border-radius: 6px;
  overflow: hidden;
  border: 0;
  border: 2px solid var(--c1);
}

.faq-main-item .accordion-button span {
  color: var(--c1);
  font-size: 15px;
  margin-right: 10px;
  font-weight: 700;
}

.faq-main-item .accordion-button:not(.collapsed)::after {
  content: "\f068";
}

.faq-main-item .accordion-button::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f067";
  width: 30px;
  height: 30px;
  background-color: var(--primary);
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  border-radius: 50%;
  background-image: unset;
  transform: unset;
  color: var(--c1);
}

.faq-main-item .accordion-body {
  font-weight: 500;
  line-height: 1.8;
  color: var(--c4);
}
.accordion-body ul li {
    list-style: disc;
    margin-left: 30px;
}
.faq-main-item .accordion-item:last-child {
  margin: 0px;
}

.faq-img {
  margin-left: 30px;
  overflow: hidden;
  background-color: var(--c1);
  width: max-content;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: -15px 15px 0px #fed3d1;
}

.faq-img img {
  transition: all .6s;
}

.faq-img:hover img {
  transform: scale(1.1);
}



.faq-title h2 {
  font-size: 50px;
}

.faq-title {
  margin-bottom: 50px;
  color: var(--c1);
}

.faq-img img {
  object-fit: cover;
  width: 390px;
  margin: 0 auto;
}

.contact-us-page {
  /* background-color: var(--c2); */
  background-image: unset !important;
}
/* CONTACT US  */
section.contact-us {
  background-image: url(https://dev-turf-pty-ltd.pantheonsite.io/wp-content/uploads/2025/10/att.tJCQZAuLYnmhsoAADR5tYGN1dHF21Z1ylqn4_swK-lc_compressed.webp);
  position: relative;
  background-attachment: fixed;
}

section.contact-us:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  /* background: #000000CC; */
}

.contact-content {
  position: relative;
  z-index: 1;
  padding-right: 40px;
}

.contact-title.web-title h4,
.contact-title.web-title h2,
.contact-title.web-title h4,
.contact-title.web-title p {
  color: var(--c4);
}

.information-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.inform-icon img {
  width: 40px;
  filter: invert(1);
}

.inform-content h4 {
  font-weight: 700;
  font-size: 18px;
  color: var(--c4);
  font-family: var(--f1);
  margin-bottom: 8px;
}

.inform-content a,
.inform-content h5 {
  color: var(--c4);
  font-size: 16px;
  font-weight: 400;
}

.contact-information {
  margin-top: 40px;
}

.contact-information .information-box:last-child {
  margin-bottom: 0px;
}

.contact-form {
  position: relative;
  z-index: 1;
  background-color: var(--c2);
  padding: 60px 50px;
  border-radius: 25px;
}

.contact-form h2 {
  color: var(--c5);
  font-weight: 700;
  font-family: var(--f1);
  text-transform: uppercase;
  font-size: 42px;
  margin-bottom: 40px;
}

.form-input input,
.form-input select,
.form-input textarea {
  width: 100%;
  padding: 12px 17px;
  border-radius: 10px;
  outline: 0;
  border: 1px solid #CACACA;
  color: #000;
}

.form-input textarea {
  resize: none;
}

.contact-form .row {
  row-gap: 24px;
}

.form-input input::placeholder {
  color: #737373;
  font-size: 14px;
}
.web-btn a,
.web-btn button {
  position: relative;
  transition: all 0.2s ease-in;
  overflow: hidden;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: none;
  background-color: var(--c5);
  color: var(--c4);
  font-size: 16px;
  font-weight: 700;
  font-family: var(--f2);
  text-decoration: none;
  border-radius: 10px;
}

section.map-sec {
    margin-bottom: 130px;
}

.map-iframe iframe {
    width: 100%;
}
.about-content ul li {
    color: var(--c6);
    font-family: var(--f1);
    font-size: 20px;
    list-style: disc;
}

.about-content ul {
    margin-left: 30px;
    margin-top: 30px;
}

/* SECTION DISCRIPTIVE */

.descriptive {
    position: relative;
}

.instruction-sec-content p {
    margin-bottom: 20px;
}
.instruction-sec-content p {
    color: var(--c6);
    font-family: var(--f1);
    font-size: 20px;
}
.instruction-sec-content h3 {
    color: var(--c1);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.instruction-sec-content p strong {
    color: var(--c2);
    font-size: 28px;
}

.instruction-sec-content ol li {
    color: var(--c3);
    font-size: 17px;
    margin-bottom: 7px;
    list-style: auto;
}

.instruction-sec-content ol {
    margin: 20px 0px;
}

.instruction-sec-content a {
    color: var(--c1);
}

.privacy-box h3 {
    color: var(--c2);
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 15px;
}

.instruction-sec-content h5 {
    color: var(--c2);
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px;
}
.instruction-sec-content ul{
    margin-left: 22px;
    margin-bottom: 20px;
}
.instruction-sec-content ul li {
    color: var(--c6);
    font-family: var(--f1);
    font-size: 20px;
    line-height: 1.6;
    list-style: disc;
}
.privacy-box ul li {
    font-size: 18px;
    font-weight: 400;
    color: var(--c3);
    line-height: 1.6;
    list-style: disc;
}

.privacy-box ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.instruction-sec-content p:has(strong) {
    line-height: 1.3;
}

/* RESPONSIVE MENU CSS */

.ham-menu-btn a span {
    width: 32px;
    height: 3px;
    background-color: var(--c2);
}

.ham-menu-btn a {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.responsive-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 70%);
    z-index: 99999;
    transition: all .5s;
}

.responsive-menu-inner {
    height: 100%;
    padding: 18px;
    position: relative;
    width: 90%;
    background-color: var(--c5);
    left: -100%;
}

.responsive-logo-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.respon-cross a,
.respon-cross a i {
    display: block;
}

.respon-cross a {
    width: 40px;
    height: 40px;
    border: 1px solid var(--c2);
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--c2);
    transition: all .5s;
}

.respon-cross a:hover {
    transform: rotate(90deg);
    color: var(--c1);
    border-color: var(--c1);
}

.respon-logo a {
    display: block;
}

.respon-logo {
    width: 120px;
}

.responsive-links ul li a {
    color: var(--c2);
    transition: all .5s;
    font-size: 20px;
    font-weight: 700;
    display: block !important;
    border-bottom: 1px solid #80808047;
    padding: 8px 0px;
    font-family: var(--f1);
    text-transform: uppercase;
}

.responsive-links {
    margin-top: 30px;
}

.responsive-links ul li ul {
    display: none;
}

.responsive-links ul li a:hover {
    color: var(--c1);
}

.responsive-links ul li ul li a {
    padding-left: 40px;
    font-size: 22px;
}

.responsive-links ul li:has(ul)::before {
    position: absolute;
    content: "\f067";
    top: 16px;
    right: 0;
    font-family: "Font Awesome 5 Pro";
    font-size: 22px;
    color: var(--c2);
}

.responsive-links ul li {
    position: relative;
}

.responsive-links ul li.active::before {
    content: "\f068";
    color: var(--c1);
}

.responsive-socials {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--c1);
    padding: 12px 0px;
}

.responsive-socials ul {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.responsive-socials ul li a {
    color: var(--c5);
    font-size: 20px;
}

.responsive-menu.active {
    left: 0;
}

.responsive-menu.active .responsive-menu-inner {
    left: 0;
    transition-delay: .3s !important;
    transition: all .7s;
}

body.stop-scroll {
    overflow-y: hidden;
}




/* SECTION TESTIMONIAL */

.testimonial {
    background-color: var(--c1);
}

.testi-content {
    background-color: var(--c5);
    border-radius: 15px;
    padding: 30px;
    position: relative;
    transition: all .5s;
    border: 5px solid var(--c2);
}
.testi-content:hover{
    border-color: var(--c3) !important;
}
.testi-content ul {
    display: flex;
    gap: 7px;
    margin-bottom: 20px !important;
}

.testi-content ul li {
    color: var(--c1);
}

.testi-content p {
    font-size: 17px;
    margin-bottom: 20px !important;
    height: 130px;
    overflow: auto;
    padding-right: 10px;
}

.testi-content p::-webkit-scrollbar {
    width: 5px;
}

.testi-content h3 {
    font-family: var(--f1);
    font-size: 24px;
}

.testi-content span {
    display: inline-block;
    font-size: 15px;
}

.testi-img {
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.testi-img img {
    height: 100%;
    object-fit: cover;
    transition: all .7s;
}

.myTesti .swiper-pagination {
    position: unset;
    transform: unset;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.myTesti .swiper-pagination span {
    background-color: var(--c4);
    margin: 0px !important;
    width: 10px;
    height: 10px;
}

.myTesti {
    padding-bottom: 32px;
}

.testi-content::before {
    position: absolute;
    content: '';
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    background-color: var(--c2);
    visibility: hidden;
}

.testi-reverse .testi-content, .testi-reverse .testi-content::before {
    background-color: rgba(246, 246, 246, 1);
    border-color: rgba(246, 246, 246, 1);
}

.testi-reverse .testi-content:hover, .testi-content:hover {
    border-color: var(--c3);
}

.testi-title h2,.testi-title h4 {color: var(--c5);}




/* section-Portfolio */

.portfolio-sec {
  padding: 90px 0px;
}
.projects-main .project-item {
  margin-bottom: 25px;
}
.project-image a {
  display: block;
}
.project-item-inner-main {
  position: relative;
}
.portfolio-sec.website .project-item, .portfolio-sec.logo-des .project-item, .portfolio-sec.brand .project-item {
    padding: 30px;
    border-bottom: 1px solid var(--c1);
    border-right: 1px solid var(--c1);
    margin-bottom: unset !important;
    height: 100%;
    align-content: center;
}
.portfolio-sec .gallery-btns ul li.active a,
.package-tab-btns ul li button.active,
.graph-btns ul li.active a{
  background-color: var(--c1) !important;
  color: var(--c5) !important;
  border-color: transparent;
  box-shadow: 0px 10px 60px 0px rgba(208, 29, 106, 0.4);
}
.portfolio-sec .gallery-btns ul li a,
.package-tab-btns ul li button, 
.graph-btns ul li a {
  padding: 8px 30px;
  border: 2px solid var(--c1) !important;
  border-radius: 50px !important;
  font-weight: 600;
  color: var(--c1) !important;
}
.portfolio-sec.website .projects-main,
.portfolio-sec.logo-des .projects-main,
.portfolio-sec.brand .projects-main {
  padding: 0px;
  border: 1px solid var(--c1);
  border-bottom:unset !important;
  border-right:unset !important;
}
.portfolio-sec.website .project-image a img {
  height: 600px;
}
.portfolio-sec.website .project-image a img,
.slide-one.web .project-image img {
  object-fit: cover;
  object-position: top;
  transition: 4s all ease;
}
.portfolio-sec.website .project-item-inner-main:hover .project-image img,
.slide-one.web .project-image:hover img {
  object-position: bottom;
}
.slide-one .projects-main .row .col-lg-4:last-child .project-item {
  height: 470px;
  overflow: hidden;
  margin-bottom: 60px;
}
.package-tab-btns ul {
    justify-content: center;
    margin: 50px 0 25px 0px;
    gap: 16px;
}
.main-menu-main {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}
.artist-content {
    padding-top: 14px;
}
.artist-content h2 {
    font-size: 24px;
    font-weight: 600;
    color: var(--c3);
    margin-bottom: 4px;
}
.artist-content h4 {
    font-size: 16px;
    font-weight: 500;
    color: var(--c4);
}
.artist-image img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    border-radius: 16px;
    transition: all.7s;
}
.artist-image img:hover {
    transform: scale(1.1);
}

.artist-image {
    overflow: hidden;
    border-radius: 20px;
}

.myArtists .swiper-pagination {
    position: unset;
    transform: unset;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.myArtists .swiper-pagination span {
    background-color: var(--c4);
    margin: 0px !important;
    width: 10px;
    height: 10px;
}

.star-rating {
    display: inline-flex;
    cursor: pointer;
    gap: 27px;
}

.star-rating span {
    position: relative;
    display: inline-block;
    font-size: 20px;
}

.star-rating span::before {
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: -16px;
    color: #ddd;
}

.star-rating span.filled::before {
    color: #ffc107;
}
.rating-wrapper {
    padding: 0px 20px 40px;
    margin-top: -40px;
}
.reviews-message {
    margin: 20px 0px 50px 0px;
}

.review-form .form-input{
    margin-bottom:24px;
}
.review-form {
    padding: 50px 50px;
    background-color: var(--c2);
    border-radius: 30px;
}
.contact-form form p {
    margin: 0;
}