@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
body{

    background-color: #00092c;
    
}
.container{
    /* margin: 0px 3%; */
    width: 100%;
    /* overflow: hidden; */
}
nav{
    position: fixed;
    left: 0px;
}

.landing-page{
    /* background-color: yellow; */
    height: auto;
    /* margin: 100px; */

}
.landing-page > nav > ul{
    display: flex;
margin-left: 50px;
}
.landing-page > nav > ul > a > li{
    color: white;
    list-style: none;
    font-size: 17px;
    margin: 0px 12px;
    letter-spacing: 0.6px;
    transition:200ms ease;
}
.landing-page > nav > a > p{
    font-size: 27px;
    font-weight: 600;
    transition: 100ms ease;
}
.landing-page > nav > ul > a, .landing-page > nav > a{
    color: white;
    text-decoration: none;
}
.landing-page > nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
    background-color: #00092c;
    position: fixed;
    top: 0px;
    z-index: 1000;
    width: 100%;
}
.nav-right > a > img[src="./images/redL.png"]{
    width: 25px;
    margin-right: 20px;
    /* margin-left: 60px; */
    position: relative;
    left: 25px;
transition: 200ms ease;
}
.nav-right{
    width: 25vw;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-btn{
    height: 55px;
    width: 140px;
    font-size: 14px;
    border-radius: 1px;
    color: rgb(222, 29, 29);
    background-color: transparent;
    border: solid 2px rgb(222, 29, 29);
    position: relative;
    bottom: 3px;
    margin-left: 60px;
    font-weight: 500;
    padding-right: 7px;
    cursor: pointer;
    transition: 200ms ease;
}
.nav-btn:hover{
    color: #00092c;
    background-color: rgb(222, 29, 29);
    border: solid 2px rgb(222, 29, 29);
}

img[src="./images/blueL.png"]{
    transition: 200ms ease;

}
img[src="./images/blueL.png"]:hover{
    transform: scale(1.2);

}

.nav-right > a > img[src="./images/redL.png"]:hover{

    transform: scale(1.2);
}
.landing-page > nav > a > p:hover{
    color: rgb(198, 198, 198);
}
 
.landing-page > nav > ul > a > li:hover{
    color: rgb(222, 29, 29);
    text-decoration: underline;
    text-underline-offset: 10px;
}



.main{
    /* background-color: aqua; */
    display: flex;
    /* flex-wrap: wrap; */
    height: 100vh;
    justify-content: center;
    margin-top: 100px;
}
.main-items{
    width: 48%;
    margin: 4% 2% 0px 2%;
    /* background-color: blueviolet; */
}
img[src="./images/edit-1.png"]{
    width: 100%;
    transition: 1.5s ease;
    position: relative;
    bottom: 50px;
    background-image: url(./images/bgemp.png);
}
img[src="./images/edit-1.png"]:hover{
    transform: scale(1.05);
}
.main-pic{
    /* background-color: white; */
    overflow: hidden;
    /* height: 100%; */
}
.main-txt{
    color: white;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    position: relative;
    bottom: 40px;
}
h1{
    font-weight: 400;
    font-size: 45px;
    padding: 0px 30px;
    margin-bottom: 22px;
    font-family: 'Work Sans', sans-serif;

}
h2{
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 55px;
    padding: 0px 50px 0px 30px;

}
.name{
    font-size: 50px;
    color: rgb(222, 29, 29);
    font-weight: 700;
}










.about{
    height: 150vh;
    margin-top: 100px;
}

h3{
    text-align: center;
    color: white;
    font-size: 55px;
    margin-bottom: 110px;
}
.parsi{
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
}
img[src="./images/smcs.jpeg"]{
    height: 350px;
    /* border: solid 10px white; */
    box-shadow: 0px 0px 5px 5px rgb(0, 15, 77);

    /* margin: 0px 50px; */
    /* position: relative; */
    /* right: 200px; */
    margin-right: 60px;
    transition: 300ms ease;
}
h4{
    font-size: 36px;
    color: white;
    position: relative;
    bottom: 12px;
    margin-bottom: 15px;
}
.about-txt{
    /* margin: 0px 30px;
    margin-left: 100px; */
color: wheat;
width: 540px;
/* padding-right: 360px; */
}

.kgs{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* margin-bottom: 35px; */
}
img[src="./images/kgs.jpeg"]{
    height: 350px;
    /* border: solid 10px white; */
    box-shadow: 0px 0px 5px 5px rgb(0, 15, 77);

    /* margin: 0px 50px; */
    /* position: relative; */
    /* right: 200px; */
    margin-left: 60px;
    transition: 300ms ease;
}
.kgs-txt{
    /* margin: 0px 30px;
    margin-left: 100px; */
color: wheat;
width: 540px;
/* padding-right: 360px; */
}

img[src="./images/kgs.jpeg"]:hover,img[src="./images/smcs.jpeg"]:hover{
    transform: scale(1.05);
}

.levels{
    font-size: 40px;
    color: rgb(222, 29, 29);

}

.grades{
color: wheat;
margin: 0px 20px;
/* padding: 0px 50px; */
font-size: 25px;
}

.grades1{
    position: relative;
    right: 20px;
}
.grades2{
position: relative;
left: 20px;
}
.fix-1, .fix-2{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.fix-2{
    flex-direction: row !important;
}

@keyframes slide{
    to{
        transform: translateX(0);
    }
    from{
        transform: translateX(-100%);
    }
}

h5{
    text-align: center;
    font-size: 40px;
    color: white;
    /* padding: 20px 0px 25px 0px; */
    padding-bottom: 30px;
    background-color: #300000;
padding-top: 30px;
}
.int_icons > img{
    height:200px;
    border-radius: 50%;
    margin: 0px 60px;
    /* filter: grayscale(100%); */
    transition: 200ms ease;
}
.int_icons{
    background-color: #300000;
    /* height: 32vh; */
    /* display: flex;
    align-items: center;
    justify-content: center; */
    margin-top: 20px;
    animation: 10s slide infinite linear;
    display: inline-block;
    
}
.intn_list{
    background-color: #300000;
    white-space: nowrap;
    
margin: 0% 0px 15% 0px;

height: 250px;
display: flex;
/* flex-direction: column; */
align-items: center;
padding: 0px 0px 40px 0px;
overflow: hidden;
}

.int_icons > img:hover{
    transform: scale(1.1);
}

.intn_list:hover .int_icons{
    animation-play-state: paused;

}
.scroller{
    margin: 100px 0px;
}



.work{
    display: flex;
flex-direction: row;
justify-content: space-between;

    height: auto;
margin: 100px 0px;
}

.workPlaces{
    height: 230px;
    width: 400px;
    margin: 20px ;
    background-color: rgb(31, 3, 3);
color: rgb(248, 248, 248);
padding-top: 30px;
transition: linear 100ms;
}
.workPlaces:hover{
    transform: scale(1.03);
}
.work_examples{
    display: flex;

}
h6{
    font-size: 50px;
    text-align: center;
    color: white;
    width: 100%;
    padding-top: 30px;
}
.w_group{
    /* width: 49%; */
    min-width: 450px;
}
h7{
    font-size: 25px;
    font-weight: 700;
    margin-left: 20px
}
.h_time{
    font-size: 15px;
    font-weight: 600;
    margin-left: 20px;
}
.h_desc{
    margin: 20px 10px 0px 20px;
}

img[src="./images/workpic.png"]{
    height: 400px;
    margin: 0px 0px 0px 16%;
    align-self: center;
}
.work_piece1{
    width: 100%;
}

footer {
  background-color: #300000;
  max-width: 100vw;
  height: 50vh;
  padding: 1rem 0rem 0rem 0rem;
  display: flex;
  flex-direction: column;

}
footer > a > p {
  text-align: center;
  text-decoration: none;
  list-style: none;
  font-size: 40px !important;
}
footer > a {
  text-decoration: none;
  list-style: none;
}

footer > ol {
  display: flex;
  text-decoration: none;
  list-style: none;
  justify-content: center;
  margin: 50px 0px;
  flex-wrap: wrap;
}
footer > ol > li {
  margin: 0px 15px;
  font-weight: 700;
  color: #969696;
  transition: 200ms;
  cursor: pointer;
}
footer > ol > li:hover {
  color: white;
}

footer > ol > a > li {
  margin: 0px 15px;
  font-weight: 700;
  color: #969696;
  transition: 200ms;
  cursor: pointer;
}
footer > ol > a > li:hover {
  color: #002bd8;
  transform: scale(1.05);
}
footer > ol > a {
  text-decoration: none;
  list-style: none;
}

.credits > p {
  font-weight: 500;
  font-size: 18px;
  margin: 0px 12px;
  margin-bottom: 4px;
  color: #969696;
}
.credits {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 14rem;
}
.credits > p > a > span {
  color: #9c9c9c;
  font-size: 23px;
  position: relative;
  top: 1.5px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
  text-decoration: none;
  transition: 100ms ease-in-out;
}
.credits > p > a {
  list-style: none;
  text-decoration: none;
}
.credits > p > a > span:hover {
  font-size: 27px;
  color: #002bd8;
}

html{
    scroll-behavior: smooth;
}

  .menu-line{
    width:40px;
    height: 4px;
    background-color: white;
    margin: 8px 0px;
    border-radius: 10px;
  }
  
  
 .show-menu{
    visibility: visible !important;
    position: absolute;
    left: 0.0001px;
 }
 .hidden-menu > ul{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    width: 100%;
    position: relative;
    bottom: 20px;
}
.close{
    color: white !important;
    align-self: flex-end;
    font-size: 50px !important;
    position: relative;
    bottom: 10px !important;

}
.hidden-menu > ul > a >li{
    text-align: end;
    margin: 20px 0px 30px 0px !important;
}
 .hidden-menu{
     max-width: 250px !important;
     background-color: #300000 !important;

    height: 100vh !important;
    visibility: hidden;
    margin-right: 100px !important;
    opacity: 0; /* Initially hidden */
    visibility: hidden; /* Initially hidden */
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; /* Transition for fade effect */
 }


.hidden-menu.show-menu {
    opacity: 1; /* Display when the show-menu class is added */
    visibility: visible; /* Display when the show-menu class is added */
}

 .hidden-menu > ul  > a > img{
    height: 50px;
    /* margin-right: 40px; */
    margin-top: 50px;
 }
 .hidden-menu > ul > a > button{
     margin: 0px auto;
    margin-top: 25px;
    /* margin-right: 40px; */
    color: #002bd8;
    border: solid #002bd8 2px;
 }
 .hidden-menu > ul > a > button:hover{
   background-color: #002bd8;
   color: white;
   border: solid #002bd8 2px;
}

 .blur {
    filter: blur(5px);
}

.fix-5{
    text-align: center;
    position: relative;
    bottom: 8px;
}