.logo{
    border-radius: 0;
}
strong{
    font-weight: bold;
}
li{
    line-height: var(--Line-hight-body); 
}
body{

    background-color: var(--light-gray);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

main{
    max-width: 1120px; 
    /* width: 80%; */
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 32px;
    row-gap: var(--section);
    padding-top: var(--gap-20);
    padding-bottom: var(--section);
}
.process-icons{
    font-size: var(--h5);
}
button:hover{
cursor: pointer;
}
i{
    filter: drop-shadow(1px 1px 1px rgba(101, 101, 101, 0.084));
}
img{
    width: 100%;
}

h1{
    font-family: var(--desc-h); 
    font-size: var(--h1);
    color: var(--dark-teal);
    line-height: var(--Line-hight-headers);
}
h2{
    font-family: var(--desc-h);
    font-size: var(--h2);
    line-height: var(--Line-hight-headers);
}
h3{
    font-family: var(--desc-h);
    font-size: var(--h3);
    line-height: var(--Line-hight-headers);
}
h4{
    font-family: var(--desc-h);
    font-size: var(--h4);
    line-height: var(--Line-hight-headers);
}
h5{
    font-family: var(--desc-h); 
    font-size: var(--h5);
    line-height: var(--Line-hight-headers);
}
p{
    font-size: var(--Desc-body);
    font-family: var(--desc-body);
    color: var(--body-text);
    line-height: var(--Line-hight-body);
}
.green{
    color: var(--persian-green);
}
.yellow{
    color: var(--color-gold);
}
.teal{
    color: var(--dark-teal);
}

/* Header  */

a{
    text-decoration: none;
    color: var(--body-text);
}
a:active{
    color: var(--persian-green);
}
a:hover{
    color: var(--persian-green);
}
header{
    display: flex;
    justify-content: space-between;

    width: 100%;
}
nav{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--gap-32) ;
    box-sizing: border-box;
}
.nav-menu{
    display:flex;
    flex-direction: row;
    gap: var(--gap-32);
    font-family: var(--desc-h);
    font-size: var(--h6);    
}
.nav-menu li{
    width: 100%;
    border-radius: 8px;
    background-color: var(--color-whitesmoke-100);
    box-shadow: 2px 2px 5px #d0d0d0,
    -2px -2px 5px #ffffff;
    padding:.7rem 1.4rem;
    line-height: 1rem;
}
.nav-menu :hover {
    transform: scale(1.2);
}
.nav-menu li:hover a {
    color: var(--persian-green); 
}
.nav-menu :active {
    animation-play-state: paused; /* Pause animation */
    box-shadow: inset 5px 5px 10px #c6c6c6, inset -5px -5px 10px #ffffff !important;
}

.logo-container{
    width: 3.6rem;
    position: relative;
    object-fit: cover;
}
.hero-info{
    grid-column: 1 / span 7;
    display: flex;
    flex-direction:column;
    gap: var(--gap-32);
    justify-content: center;
}
.hero-info h1{
    font-size: calc(var(--h1) * var(--scale-factor));;
}
.hero-info p{
    font-size: var(--h6);
}
.profile-container{
    grid-column: 9 / span 4;
    display: flex;
    max-width: 100%;
    width: 24rem;
    border-radius: 30rem;
    background-color: var(--color-whitesmoke-100);

    overflow: hidden;
    justify-content: center;
    padding: 2rem 1.62rem;
    box-sizing: border-box;
    min-width: 24rem;
    position: relative;
}

.title h1{
    text-align: center;
}




/* footer  */

.link-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
    width: 150px;
}
.link {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: var(--color-whitesmoke-100);
    padding: 8px;
    border: none;
    color: var(--color-gold);

}

.link-neumorphic {
    box-shadow: 6px 8px 15px rgba(0, 0, 0, 0.15), -8px -6px 15px #fff;
    animation: neumorphicEffect3 1s ease-in-out forwards;
    transition: box-shadow 0.1s ease-in-out, transform 0.1s ease-in-out; /* Smooth transitions */
    font-size: medium;
}

.link-neumorphic:hover {
    transform: scale(1.2);
}

.link-neumorphic:active {
    animation-play-state: paused; /* Pause animation */
    box-shadow: inset 5px 5px 10px #c6c6c6, inset -5px -5px 10px #ffffff !important;
   
}

@keyframes neumorphicEffect3 {
    from {
        box-shadow: none;
    }
    to {
        box-shadow: 6px 8px 15px rgba(0, 0, 0, 0.15), -8px -6px 15px #fff;
    }
}
 
.member-container{
    width: 100%;
    display: flex;
    align-items: center;

}

.member{
    flex: 1;
    display: flex;
    gap: 10px;
}
.roles{
    flex: 1;
    list-style: disc;
}
.member-img-holder{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid var(--dark-teal);
    border-radius: 50%;


}
.dot-before::before {
            content: "\2022"; /* Unicode for bullet point */
            display: inline-block;
            width: 1em;
            margin-right: 0.5em;
}
.circle-before::before {
    content: "\25CB"; /* Unicode for hollow circle */
    display: inline-block;
    width: 1em;
    margin-right: 0.5em;
    
}
.circle-before {
    padding-left: 1.5em; /* Adjust this value to increase/decrease the indentation */
}
.video-container {
    width: 100%;
    height: 100%;
    border-radius: var(--card);
    position: relative;
    overflow: hidden;
}
.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* This ensures the video covers the container without distortion */
}

/* PROJECT CONTAINER*/

.project-container{
    grid-column: span 12;
    display: flex;
    flex-direction: column;
    gap: var( --gap-50);
    justify-content: center;
    align-items: center;
}
.p-card-container{
    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: var( --gap-32);
}
.project-btn{
    font-size: var(--desc-body);
    font-family: var(--desc-h);
    cursor: pointer;
    border: 0;
    padding: var(--gap-20);
    background-color: var(--color-gold);
    height: 44px;
    width:  150px;
    border-radius: 8px;
    box-shadow: 6px 8px 15px rgba(0, 0, 0, 0.15), -8px -6px 15px #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    gap: 0 5px;
    color: var(--dark-teal);
}
.project-btn:hover {
    transform: scale(1.2);
}

.project-btn:active {
    animation-play-state: paused; /* Pause animation */
    box-shadow:  inset 12px 12px 28px #c79f07,
    inset -12px -12px 28px #ffe509 !important;
   
}
/* P-CARD  */
.p-card{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: var(--gap-card); 
    border-radius: var(--card);
    background-color: var(--color-gray-200);
    box-shadow: var(--beumorphic-v2);
    padding: var(--gap-32);
    box-sizing: border-box;   
    flex-basis: calc(50% - 1rem);  
}
.p-card-img-containier{
    width: 100%;
    /* max-height: 50%; */
    overflow: hidden;
    border-top-left-radius: var(--card);
    border-top-right-radius: var(--card);
}
.p-card1{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: var(--gap-card); 
    border-radius: var(--card);
    background-color: var(--color-gray-200);
    box-shadow: var(--beumorphic-v2);
    box-sizing: border-box;   
    flex-basis: calc(50% - 1rem);  
    
}
.p-card-info-container{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: var(--gap-card);
    margin: 0 var(--gap-32) var(--gap-32) var(--gap-32);
}
.p-card-img-containier img{
    border-radius: var(--card) var(--card) 0 0;

}
.p-card-summery{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: var(--gap-5); 
}
.p-card-summery h3{
    color: var(--dark-teal);
}
.p-caed-neumorphic{
    box-shadow: var(--beumorphic-v2);
    animation: neumorphicEffect 1s ease-in-out forwards;
}

@keyframes neumorphicEffect {
    from {
        box-shadow: none;

    }
    to {
        box-shadow:var(--beumorphic-v2);

    }
}

.p-card h3{
 color: var(--dark-teal);
}

.p-card-detail{
    display: flex;
    justify-content: space-between;
}

.p-card-btn{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: var(--color-whitesmoke-100);
    /* box-shadow: 6px 8px 15px rgba(0, 0, 0, 0.15), -8px -6px 15px #fff; */
    padding: 8px;
    border: none;
    color: var(--color-gold);
}
.p-card-detail-info{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;

}
.p-card-detail-info p{
    font-size: var(--small);
    color: var(--persian-green);
}
.dividerLine{
    width: 32px;
    height: 1px;
    position: relative;
    background-color: var(--color-gray-100);
}




/* TESTIMONY  */
.testimony-container{

    grid-column: span 12;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 32px;


}
.testimony-header{
    grid-column: span 12;
    display: flex;
    justify-content: center;
}
.testimony-info{

    grid-column: 2 / span 10;
    border-radius: var(--card);
    background-color: var(--light-gray);
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: start;
    padding: var(--gap-32);
    text-align: center;
    color: var(--body-text);
    position: relative;
    overflow: hidden;
    
    
}
.text-holder{
    width: 100%;
    overflow: hidden;
    height: 200px;
    max-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: var(--card);
}
  
  .text {
    transition: max-height 0.3s ease;
    font-size: var(--h6);
    text-align: start;
  }
  .read-more-holder{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    position: absolute;
    bottom: 0.5rem;
    right: 1.3rem;
    color: var(--persian-green);
  }
  .read-more {
    font-size: var(--small);
    font-family: var(--desc-body);
    display: block;
    text-align: right;
    cursor: pointer;
    color: var(--persian-green);
    text-decoration: underline;
  }
.splide{
    grid-column: span 12;
    padding: 0; 
    
}
.splide__track{
    /* padding: var(--gap-50); */
    padding: 3rem 0 3rem 0; 
}




footer{
    /* align-self: stretch; */
    border-top-left-radius: var(--card);
    border-top-right-radius:var(--card);
    /* margin-bottom: 0; */
    background-color: var(--light-gray);
    box-shadow: var(--beumorphic-v2);
    display: flex;
    padding: var(--section);
    width: 95%;
    box-sizing: border-box;
    justify-content: space-between;
}
.footer-links-container{
    display: flex;
    flex-direction: column;
    gap: var(--gap-32);
}
.footer-link-container{
    display: flex;
    flex-direction: row;
    gap:var(--gap-card);
}
.footer-contact{
    display: flex;
    flex-direction: column;
    gap: var(--gap-32);
}
.email{
    display: flex;
    width: 100%;
    border-radius: var(--btn);
    background-color: var(--color-whitesmoke-100);

    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding:var(--gap-20) ;
    border: none;
    gap: var(--gap-card);
}
.phone{
    display: flex;
    width: 100%;
    border-radius: var(--btn);
    background-color: var(--color-whitesmoke-100);
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding:var(--gap-20) ;
    border: none;
    gap: var(--gap-card); 
}

.footer-contact h2{
    color: var(--body-text);
}

.neumorphic{
    box-shadow: var(--beumorphic-v2);
    animation: neumorphicEffect 1s ease-in-out forwards;
}

@keyframes neumorphicEffect {
    from {
        box-shadow: none;
    }
    to {
        box-shadow:var(--beumorphic-v2);
    }
}


@media screen and (max-width: 780px){
    main{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        column-gap: 1rem;  
        padding-top:var(--section) ;
    }

    .logo{
        width: 1.75rem;
    }

    .logo-container{
        position: absolute;
        top: var(--gap-20);
		left: var(--gap-20);
        
    }
    .logo-container-toggled{
        display: none ;
    }
    .nav-menu{
        
        display: none;

    }
	.nav-toggled {
		height: 100vh;
		width: 100vw;
        position: absolute;
        display : flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 3rem;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);

		text-align: center;
		margin-left: 0;
        opacity: 1;
        transition: 1.5s;
        background-color: var(--light-gray);
        font-size: var(--h1);
        z-index: 4;
	}
    .nav-toggled li{
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1rem 0.5rem;
        width: max-content;
    }
    .nav-toggled li a{
        font-size: var(--small);
    }
    .kebab-menu{
        width: 40px;
        height: 40px;
        z-index: 10;
        top: 2rem;
        right: var(--gap-20);
        position: absolute;
    }
    .kebab-menu span{
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--dark-teal);
        position: absolute;
    }
    .kebab-menu > span:nth-child(1), .kebab-menu > span:nth-child(2){
        top: 4px; 
        left: 14px; 
        transition: .6s;
    }
    .kebab-menu > span:nth-child(3){
        top: 14px; 
        left: 14px; 
        transition: .6s;
    }
    .kebab-menu > span:nth-child(4), .kebab-menu > span:nth-child(5){
        top: 24px; 
        left: 14px; 
        transition: .6s;
    }
    
    .kebab-menu-toggled > span:nth-child(1){
        transform: translate(9px,2px);
    }
    .kebab-menu-toggled > span:nth-child(2){
        transform: translate(-9px,2px);
    }
    .kebab-menu-toggled > span:nth-child(4){
        transform: translate(-9px,-2px);
    }
    .kebab-menu-toggled > span:nth-child(5){
        transform: translate(9px,-2px);
    }
    .hero{
        grid-column: span 4;
        display: flex;
        flex-direction: column-reverse; 
        justify-content: center;
        align-items: center;
        padding: var(--gap-20);
       }
       .hero-info{
        align-items: center;
       }

       .hero h1{
        text-align: center;
       }
       .hero p{
        text-align: center;
       }
/* FOR HOME AND ABOUR AND WORK  */
.profile-container{
    grid-column: span 4;
    display: flex;
    max-width: 100%;
    width: 254px;
    border-radius: 480px;
    background-color: var(--color-whitesmoke-100);
    overflow: hidden;
    justify-content: center;
    padding: 30px 26px;
    box-sizing: border-box;
    min-width: 254px;
    position: relative;
}

.project-container{
    grid-column: span 4;
    display: flex;
    flex-direction: column;
    gap: var( --gap-50);
    justify-content: center;
    align-items: center;
    padding: var(--gap-20);
}
.p-card-container{    
    justify-content: center;
    align-items: center;
}
.p-card{
    min-width: 100%;     
}
.p-card1{
    min-width: 100%;     
}

    /* TESTIMONY  */
.testimony-container{
    grid-column: span 4;
    display: flex;
    flex-direction: column;
    padding: var(--gap-20);
}
.text-holder{
    max-height: 13rem;
}
.text-holder h4{
    text-align: start;
}
footer{
    display: flex;
    flex-direction: column;
    padding: var(--gap-50);
    width: 100%;
    box-sizing: border-box;
    justify-content: start;
    gap: var(--section);
}
.email, .phone{
    width: auto;
}
.slider-section{
    padding-bottom: 2rem;
}
.splide{
    padding: 0;
}
.splide__arrow{
    width: 1.5em;
}
.splide__arrow--prev {
    left: -1.5em;
    
}
.splide__arrow--next {
    right: -1.5em;
    
}
.splide__pagination {
    bottom: -1em;
}
}