body{
  overflow-x: hidden;
margin: 0 12%;
background-color: #F1F1F1;


}
html {
  scroll-behavior: smooth;
  
}

@font-face { font-family: ISBold; src: url("fonts/IRANSans_Bold.otf"); } 

@font-face { font-family: ISRegular; src: url("fonts/IRANSans.otf"); } 


    .navbar .leftPart {
        font-family: ISRegular, sans-serif;
       font-size: 20px;
       
        color: #000000;
        text-align: center;
        padding: 50px 30px;
        display: inline-block;
        text-decoration: none;
        float: right;
        margin: 2% 0;
      }
      h1{

      margin: 0;
      padding: 0;
    }
   
      li {
        
      }
      .navbar {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
          margin-right: -30px;}

        
      .logo{
        float: left;
        width: 100px; /* Ensure the image is fully clickable */
        height: auto;
        margin-top: 3%;
        margin-left: 2%;
        display: inline-block;
        
      }
      .grid-container {
        display: grid;
        grid-template-columns: 1fr 1fr ;
        grid-template-rows: auto;
        height: 100%;
       
     
        
      }
      .grid-item{
        display: flex;
        justify-content: center;
        align-items: center;
      }
     
      .dot{
       
       color: #EEA8AA;
       font-size: 10vw;

       
      }
      .salam{
       
        
        font-family: ISBold, sans-serif;
        font-size: 6vw;
        color: #333232;

        padding: 0;
        margin: 0;
        line-height: 1.2;
        
      }
     
      .landingpage{
        display: flex;
        
        width: 100%;
        /* width: 100vw; */
      
        align-items: center;
        justify-content: space-between

      }
      
      #lottie-container{
      
      height: 100%;
      margin-left: -50px;
      margin-top: -100px;

      
      }
      .rightPart{
        display: inline-flex;
        flex-direction: column ;
        justify-content: center;
        align-items: flex-end;
        gap: 30px;
        width: 50%;

      }
      .belowSalam{
        font-family: ISRegular, sans-serif;
        font-size: 2vw;
        padding: 0;
    margin: 0;
    line-height: 1.2;
    text-align: right;
      }
      .amir{
        color: #EE4923;
        font-family: ISBold, sans-serif;
        font-size: 3.7vw;

      }
     .actionBtns button{
        background: linear-gradient(to right, #ff5d3c, #da307c, #8c49b9); /* Adjust colors based on your design */
        border: none;
        border-radius: 10px; /* Smooth, rounded corners */
        padding: 1vw 3.3vw; /* Add padding for button size */
        font-family: 'IRANSans', sans-serif; /* Assuming you're using a Persian font */
        font-size: 1vw; /* Adjust font size */
        
        
        color: white; /* Text color */
        text-align: center; /* Center the text */
        cursor: pointer; /* Pointer on hover */
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
        transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out; /* Smooth animation */
        display: inline-block
    }
    .actionBtns button:hover {
      transform: scale(1.05); /* Slightly enlarge on hover */
      box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2); /* More pronounced shadow on hover */
  }
  .actionBtns {
    display: flex;
    width: 100%;
   justify-content: flex-end;
    gap: 7%;
  }
  .secondBtn button{
    background: linear-gradient(to right, #4b11d3, #21227e, #8c49b9);

  }
  .features {
    display: flex;
    justify-content: space-around;
    align-items: center;
   
    
    
   gap: 20px;
    
}
.service-item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
  
} 

.service-item img {
  height: 4vw; /* Set icon size */
 
}
.service-item:hover{
  color: #4e2614;
}
.service-item h3 {
  
  color: #515151;
 
  font-family: ISRegular, sans-serif;
       font-size: 1vw;
}







.shapesContainer {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;

}

.shape {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #e0e0e0;
  transition: transform 0.5s ease, background 0.5s ease;
}

/* Square */
.square:hover {
  transform: rotate(45deg);
  background: linear-gradient(135deg, #c12963 0%, #0f3443 100%);
}

/* Circle */
.circle {
  border-radius: 50%;
 
}

/* Triangle */
.triangle {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #e0e0e0;
  background: linear-gradient(135deg, #ff9a9e 0%, #fad0c4 100%);
  transition: transform 0.5s ease, border-bottom-color 0.5s ease;
}

/* Hover effect for all shapes */
.circle:hover {
  transform: rotate(45deg);
  background: linear-gradient(135deg, #34e89e 0%, #0f3443 100%);
}

.triangle:hover {
  border-bottom-color: #f12711;
  transform: rotate(90deg);
}
.secondPage{
  display: flex;
    justify-content: space-between;
    align-items: center;
    
    /* padding: 40px; */
    margin-top: 30px;
   
   
   
}
.left {
  flex: 1;
  display: flex;
  justify-content: center;
}

.right {
  flex: 1;
  text-align: right;
  direction: rtl; /* For RTL (Right-to-Left) languages */
}

.illustration {
  max-width: 80%;
  /* height: auto; */
}

.right p {
 
  margin: 10px 0;
  color: #4d4d4d;
  font-family: ISBold, sans-serif;
        font-size: 4vw;
}
.highlight {
  color: #FF5733;
 
  
}







 
  .profile-card {
  
    display: flex;
    justify-content: center;
    align-items: center;
  
    width: 100vw; /* Full viewport width */
    min-height: 400px;
    max-height: 600px;
   
    box-sizing: border-box;
    margin-left: calc(-16%);
  
    padding: 0;
   margin-top: 5%;
   
    background: linear-gradient(to right, #C66644, #3C3C5E, #012A69);
    color: white;
    
}


.profile-image {
  
    position: relative;
   
    padding-left: 16%;
}

.profile-image img {
    width: 70%;
    
   
}
.profile-info {
  font-family: ISRegular, sans-serif;
  font-size: 20px;
    padding: 15px;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    direction: rtl;
    padding-right: 14%;
    
    
    
}
.profile-info li{
  padding: 10px;
  list-style-type: none;
}
.profile-info ul li::marker{
 color: #F05A24; 

}

.profile-info h2 {
  font-family: ISBold, sans-serif;
    margin-bottom: 15px;
   padding-right: 50px;
    font-size: 2rem;
  
} 






/* body {
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #f5f5f5;
} */
/* .gridContainer{
  display: flex;
  justify-content: center;
  align-items: center;
  
} */
.skills {
  font-family: ISRegular, sans-serif;
  font-size: 20px;
 
  align-items: center;
  align-content: center;
  
  display: grid;
  place-content: center;
  grid-template-columns: minmax(min-content,300px ) minmax(min-content,300px ) minmax(min-content,300px );
  gap: 30px;
 margin-top: 5%;
}

.skill {
  display: flex;
  flex-direction: column;
}

.skill-bar {
  position: relative;
  width: 100%;
  background: #ddd;
  border-radius: 50px;
  overflow: hidden;
  height: 80px; /* Increased height for better visibility of the centered text */
  display: flex;
  align-items: center; /* Center skill name vertically */
  justify-content: center; /* Center skill name horizontally */
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out; /* Smooth animation */
}

.skill-name {
  position: absolute;
  z-index: 1;
  font-size: 16px;
  font-weight: bold;
  color: white; /* Color of text when over the progress bar */
}

.skill-level {
  height: 100%;
  background: linear-gradient(90deg, #FF7E5F, #feb47b); /* Gradient for skill levels */
  background-size: 200% 200%;
  transition: width 1s ease, background-position 0.5s ease;
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; /* Skill level bar is behind the text */
}

.skill-bar:hover  {
  background-position: right center; /* Smooth gradient shift on hover */
  transform:  scale(1.05); /* Slightly enlarge on hover */
      box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2); /* More pronounced shadow on hover */
}

/* Custom gradient for specific skills */
.skill:nth-child(1) .skill-level {
  background: linear-gradient(90deg, #662D8C, #ED1E79);
}

.skill:nth-child(2) .skill-level {
  background: linear-gradient(90deg, #8E2DE2, #4A00E0);
}

.skill:nth-child(3) .skill-level {
  background: linear-gradient(90deg, #43C6AC, #F8FFAE);
}

.skill:nth-child(4) .skill-level {
  background: linear-gradient(90deg, #43cea2, #185a9d);
}

.skill:nth-child(5) .skill-level {
  background: linear-gradient(90deg, #FF512F, #F09819);
}

.skill:nth-child(6) .skill-level {
  background: linear-gradient(90deg, #06beb6, #48b1bf);
}
.skill:nth-child(7) .skill-level {
  background: linear-gradient(90deg, #b04b97, #3942b4);
}
.skill:nth-child(8) .skill-level {
  background: linear-gradient(90deg, #b54a29, #b75881);
}
.skill:nth-child(9) .skill-level {
  background: linear-gradient(90deg, #5eab42, #48b1bf);
}

.courseTitle{
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: ISRegular, sans-serif;
  font-size: 30px;
  color: #333333;
  margin-top: 5%;
}


.course-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 5% auto;
  
  
 
  
}

.courses-container {
  overflow: hidden;
  width: 100%;
  /* height: 55vh; */
}

.courses {
  display: flex; 
  gap: 2%;
  transition: transform 0.5s ease;
  border-radius: 30px;
}

.course {
  min-width: 32%;
 position: relative;
 
  align-items: center;
  box-sizing: border-box;
  /* padding-bottom: 20px; */
  
  text-align: center;
  background-color: white; 
  border-radius: 30px;
  font-family: ISRegular, sans-serif;
  font-size: 20px;
  height: auto;
 padding-bottom: 40px;
}

.course img {
  width: 100%;
  border-radius: 30px 30px 0 0;
  
}
.course p {
  padding: 0 20px;
  display: inline-block;
}
.course-slider .action {
  position: absolute;
  justify-content: center;
  font-family: ISRegular, sans-serif;
  
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  background-color: #fff;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  /* padding: 20px; */
  z-index: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.goToCourse{
 background-color:  #F05A24;
 position: absolute;
 right:20px;
 bottom: 20px;
 float: right;
 font-size: 20px;
 
 cursor: pointer;
 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
 border: none;
 color: white;
 border-radius: 50%;
 width: 50px;
  height: 50px;
}

.prev-btn {
  left: -8vw;
}

.next-btn {
  right: -8vw;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns */
  place-content: center;
  grid-gap: 20px;
  padding: 20px;
  
  margin: auto;
}

.portfolio-item {
  /* background-color: #fff; */
  
  border-radius: 35px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0);
 
  overflow: hidden;
 position: relative;
  justify-content: center;
  align-items: center;

  
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.portfolio-item img {
  width: 100%;
  height: 100%;
  z-index: 2;
  
 
}
.hoverDescription{
position: absolute;
justify-content: center;
align-items: center;
top: 35%;
left: 50%;
transform: translate(-50%, -50%);
color: rgb(255, 255, 255);
visibility: hidden;
font-family: ISRegular, sans-serif;

font-size: 2vw;
z-index: 10;
direction: rtl;
}
.portfolio-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
  
}
.portfolio-item:hover img{
  filter: brightness(50%);
}

.portfolio-item:hover .hoverDescription{
  visibility: visible;
  filter: brightness(100%);
}



.contact-form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw; /* Full viewport width */
  min-height: 300px;
  max-height: 700px;
margin-left: calc(-16%);
 margin-right: 0;
  padding: 0;
 margin-top: 5%;

  font-family: ISRegular, sans-serif;
  font-size: 17px;
  
  background: linear-gradient(to right, #C66644, #3C3C5E, #012A69);
  

  
 
 
}

.contact-form {
  position: relative;
  margin-left: 15%;
  margin-bottom: 0;
  
}

.message-input {
  
  width: 50vw;
  height: 200px;
  padding: 30px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  float: right;
  outline: none;
  resize: none;
  direction: rtl;
  font-family: ISRegular, sans-serif;
  font-size: 17px;
  margin-top: 2%;
  margin-bottom: 2%;
}

.email-input {
  position: relative;
  float: right;
  width: auto;
  height: 30px;
  padding: 15px 30px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
 
  
  
  outline: none;
  resize: none;
  direction: rtl;
  font-family: ISRegular, sans-serif;
  font-size: 17px;
  margin-top: 2%;
}


.submit-btn {
  font-family: ISRegular, sans-serif;
  position: absolute;
  background-color: #EE4923;
  color: #fff;
  padding: 15px 30px;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: block;
  width: fit-content;
  margin: auto;
  bottom: 2vw;
  left: 2vw;
}

.submit-btn:hover {
  background-color: #cf5b24;
}

.contact-info {
  margin-right: 15%;
  margin-left: 5%;
  flex: 0.5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.contact-item {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 15px 30px;
  border-radius: 30px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  font-size: 18px;
}

.contact-item i {
  margin-right: 10px;
  font-size: 24px;
  color: #e87031;
}

.contact-item span {
  color: #333;
}














.subPages{
border-radius: 20px;
font-family: ISBold;
display: flex;
justify-content: center;
align-items: center;
justify-items: center;
flex-direction: column;
}
.hotelLogo{
 height: 200px;
 object-fit: contain;
}
.explainHeader{
  font-family: ISBold;
  font-size: 40px;
  justify-content: center;
}

.subPages img{
margin-top: 3%;
border-radius: 30px;
width: 100%
}

.explain{
  
 
 
  font-family: ISRegular, sans-serif;
  font-size: 20px;
    padding: 15px;
   
    display: flex;
    flex-direction: column;
   
    justify-content: center;
    direction: rtl;
    gap: 20px;
    
    
    
  
 
  border-radius: 30px;
  justify-content: space-between;
 
  margin-top: 3%;
}
.explanation{
 
  font-family:ISRegular, sans-serif; 
  text-align: justify;
  text-justify: inter-word;
}





.highlightMakret{
  color: #21227e;

}


.bookLink{
  background: linear-gradient(to right, #160e8a, #7a30da, #8c49b9); /* Adjust colors based on your design */
  border: none;
  border-radius: 10px; /* Smooth, rounded corners */
  padding: 1vw 3.3vw; /* Add padding for button size */
  font-family: 'IRANSans', sans-serif; /* Assuming you're using a Persian font */
  font-size: 1vw; /* Adjust font size */
  
  
  color: white; /* Text color */
  text-align: center; /* Center the text */
  cursor: pointer; /* Pointer on hover */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out; /* Smooth animation */
  display: inline-block
}
@media screen and (max-width: 760px) {
body{
  display: flex;
  flex-direction: column;
  margin: 0 3% 2% 3%;

}

  p {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
  }

  html{
    overflow-x:  hidden;
   }
.navbar .leftPart{
  display: none;
}
.navbar{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  margin-right: 0;
}
.navbar .logo{
  margin-left: 0;
}
#lottie-container {
  width: 120%;
  margin-top: -10vw;
  margin-left: -7vw;
  margin-bottom: -15vw;
}

.landingpage{
  display: flex;
  flex-direction: column;
height: auto;
}
.rightPart{
  width: 100%;
 align-items: center;
 }
 .salam{
  font-size: 15vw;
 }
 .dot{
  font-size: 60vw;
  line-height: 0;

 }
 .belowSalam{
  font-size: 7vw;
  text-justify: auto;
 }
 .amir{
  font-size: 9vw;
 }
.actionBtns{
 display: block;
 width: 100%;}

 .actionBtns button{
  padding: 3vw 22vw;
  font-size: 5vw;
  width: 100%;
  margin: 10px 0;
  max-width: 100%;
 }
 .bookLink{
  padding: 3vw 12vw;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  
  font-size: 5vw;
 }
 .features{
  width: 90%;
  gap: 3%;
 }
 /* .shape{
  width:20px ;
  height:20px ;
 }
 .triangle{
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #e0e0e0;
 } */
 .shapesContainer {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;

}
.service-item img {
  height: 10vw; /* Set icon size */
 
}
.service-item h3{
  font-size: 3vw;
}
.secondPage{
  display: flex;

  flex-direction: column;

  align-items: normal;
}
.right{
  text-align: center;
  margin-top: 10%;
}
.right p{
  font-size: 9vw;
}
.profile-card {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  /* width: 100vw; */
  min-height: 600px;
  max-height: 1200px;
  /* max-height: 800px; */

 margin-left: calc(-5%);
  margin-top: 5%;
  background: linear-gradient(to right, #C66644, #3C3C5E, #012A69);
  color: white;
  width:100vw ;
}
.profile-info{
  font-family: ISRegular, sans-serif;
  font-size: 20px;
  
  width: 100%;
 
  display: flex;
  flex-direction: column;
  justify-content: center;
  
 
  direction: rtl;
  padding-right: 0;
}
.profile-image {
  position: relative;
  padding-left: 22%;
  padding-top: 10%;
}
.skills {
  font-family: ISRegular, sans-serif;
  font-size: 20px;
 
  align-items: center;
  align-content: center;
  
  display: grid;
  place-content: center;
  grid-template-columns: minmax(min-content,100% ) ;
  gap: 30px;
 margin-top: 5%;
}
.course {
 min-width: 98%;
 position: relative;
 
  align-items: center;
  box-sizing: border-box;
  /* padding-bottom: 20px; */
  
  text-align: center;
  background-color: white; 
  border-radius: 30px;
  font-family: ISRegular, sans-serif;
  font-size: 20px;
  height: auto;
  padding-bottom: 50px;
 
}
.prev-btn {
  left: +2vw;
}

.next-btn {
  right: +4vw;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr); /* 3 columns */
  place-content: center;
  grid-gap: 20px;
  padding: 20px;
  
  margin: auto;
}
.hoverDescription{
  font-size: 5vw;
}
.contact-form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* width: 100vw; */
  /* min-height: 300px; */
  /* max-height: 700px; */
  /* margin-left: -17%; */
  /* margin-right: 0; */
  
  margin-left: calc(-5%);
  margin-top: 5%;
  font-family: ISRegular, sans-serif;
  font-size: 17px;
  background: linear-gradient(to right, #C66644, #3C3C5E, #012A69);
  width: 100vw;
}

.contact-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* position: relative; */
  /* margin-left: 15%; */
  margin-bottom: 0;
  margin-left: 0;
}

.email-input {
  /* position: relative; */
  /* float: right; */
  width: auto;
  height: 30px;
  padding: 15px 30px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  outline: none;
  resize: none;
  direction: rtl;
  font-family: ISRegular, sans-serif;
  font-size: 17px;
  margin-top: 2%;
}
.message-input {
  width: 50vw;
  height: 200px;
  padding: 30px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  float: right;
  outline: none;
  resize: none;
  direction: rtl;
  font-family: ISRegular, sans-serif;
  font-size: 17px;
  margin-top: 2%;
  margin-bottom: 2%;
}
.submit-btn {
  font-family: ISRegular, sans-serif;
  /* position: absolute; */
  background-color: #EE4923;
  color: #fff;
  padding: 15px 30px;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: block;
  width: fit-content;
  margin: auto;
  margin-top: 2%;
  bottom: 2vw;
  left: 2vw;
}
.contact-info {
  /* margin-right: 15%; */
  margin-top: 10%;
  /* margin-left: 5%; */
  flex: 0.5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  margin-left: 0;
  margin-right: 0;
}
.subPages{
 margin-top: 10%; 
 margin-left: 0;
 margin-right: 0;
 padding: 5% 0;
}
.explainHeader{
  font-family: ISBold;
  font-size: 30px;
  justify-content: center;
}
}



  








