*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.body{
    background: #000;
}

body::-webkit-scrollbar{
    display: none;
}

.header{
    width: 100%;
    display: flex;
    justify-content: center;
}

header{
    width: 97%;
    height: 70px;
    display: flex;
    position: fixed;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 10px;
    margin: 20px 0;
    border: 1px solid #fff;
    z-index: 1;
}

header .nav-link{
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

header .nav-link:hover{
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

header .nav-link:focus{
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.hamkor-nomer{
    width: 14%;
    position: absolute;
    right: 10px;
}

.nav-toggle{
    width: 55px;
    height: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    font-weight: 900;
    color: #fff;
}

.nav-overlay{
	background: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.nav-overlay.open{
    opacity: 2;
    visibility: visible;
    z-index: 99;	
}

.menu-hamkor{
    width: 100%;
    display: flex;
    justify-content: center;
}

.nav-three-table{
	position: fixed;
	left: -50px;
	top:0;
	background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-right: 1px solid #fff;
	height: 100%;
	width: 30%;
	z-index: 99;
	transform: translateX(-100%);
	overflow-y: auto;
}

.nav-three-table::-webkit-scrollbar{
    display: none;
}

.nav-three-table .head{
	position: relative;
	top:0;
	z-index: 501;
	background-color: #111111;
	width: 100%;
}

.nav-three-table.open{
    transform: translateX(0px);	
}

.nav-three-table .close{
	position: absolute;
	height: 50px;
	width: 50px;
	right:0;
	top:0;
	font-size: 32px;
	color:#dddddd;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
}
.nav-three-table ul{
	margin: 30px 0;
	padding: 20px 0;
	list-style: none;
}

.app-link{
    display: flex;
    top: 22%;
    left: 5%;
    font-size: 1.6em;
    position: absolute;
}

.app-link .bi-instagram{
    color: palevioletred;
}

.app-link .bi-telegram{
    color: rgb(0, 139, 219);
    margin: 10px;
}

.app-link .bi-facebook{
    color: blue;
}

.app-link .bi-threads{
    color: black;
    margin: 10px;
}

.nav-three-table ul li a i{
    position: absolute;
    right: 10px;
    top: 7px;
}

.nav-three-table ul li a{
	color: #ffffff;
	font-size: 1.5em;
	text-transform: capitalize;
	text-decoration: none;
	padding: 5px 15px;
	position: relative;
	transition:all 0.5s ease;
    display: block;
}

.hamkor-metal{
    margin: 0 30px;
}



/* --------------------------------------------------------------------------------------------------------------------------------- */



.section-1{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hamkor-fon{
    width: 100%;
    height: 100vh;
    background-image: url(./img/bcs-express.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.25;
    position: absolute;
}

.fon{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.texts{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    line-height: 30px;
}

.texts h1{
    font-weight: 700;
    font-size: 5em;
    color: #fff;
}

.texts .since{
    font-size: 3em;
    color: #fff;
}

.texts .subtitr{
    font-size: 1.7em;
    color: #fff;
}



/* --------------------------------------------------------------------------------------------------------------------------------- */



.section-2{
    width: 100%;
    height: 170vh;
}

.hamkor-services{
    margin: 100px 0;
    text-align: center;
    color: #fff;
    font-size: 2.5em;
    font-weight: 600;
}

.cInnerContent {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}
  
.ipsGrid > [class*="ipsGrid_span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    box-sizing: border-box;
}
  
.ipsGrid > [class*="ipsGrid_span"] {
    float: left;
    margin-left: 2%;
}
  
.ipsGrid > [class*="ipsGrid_span"]:first-child {
    margin-left: 0;
}
  
.feature {
    display: flex;
    align-items: center;
}
  
.card {
    margin-bottom: 30px;
    border: 1px solid #cccccc;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    transition: 0.3s;
}

.hamkor-info{
    width: 60%;
    color: #ffffff;
    margin: 0 100px;
}

.hamkor-cards{
    margin: 80px 0;
}



/* --------------------------------------------------------------------------------------------------------------------------------- */



.section-3{
    width: 100%;
    height: 200vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.map{
    width: 1300px;
    height: 100vh;
    border-radius: 20px;
}

.map-text{
    font-size: 2em;
    font-weight: 600;
    margin: 100px 0;
    text-align: center;
    color: #ffffff;
}



/* --------------------------------------------------------------------------------------------------------------------------------- */



footer{
    width: 100%;
    height: 400px;
    background: #fff;
    padding: 50px 0;
    color: #000;
}

.links{
    font-size: 1.5em;
    display: flex;
    justify-content: space-between;
}

footer h1{
    font-size: 2em;
    margin: 20px 0;
    color: #000;
}

.footer{
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #000;
    position: relative;
}

.footer form{
    margin: 20px 0;
    position: relative;
}

.footer form .email{
    width: 300px;
    height: 40px;
    border-radius: 10px;
    border: none;
    padding: 0 10px;
    font-size: 1em;
    outline: none;
}

.footer form .send{
    width: 100px;
    height: 40px;
    position: absolute;
    right: -5px;
    border-radius: 0 10px 10px 0;
    border: none;
    color: #fff;
    background: #222;
}

.menyu .getmenyu{
    display: flex;
    flex-direction: column;
}

.getmenyu a{
    color: #000;
}

.creator{
    border-top: 2px solid #000;
    display: flex;
    color: #000;
    padding: 10px 0;
    margin: 10px 0;
    position: relative;
}

.creator.light{
    border-top: 2px solid #fff;
}

.creator a{
    position: absolute;
    right: 10px;
}

.gethelp{
    display: flex;
    justify-content: center;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
  
.waves {
    position:relative;
    width: 100%;
    height:45vh;
    margin-bottom:-7px;
    min-height:100px;
    max-height:50px;
}

.parallax use.light:nth-child(1){
    fill: rgba(0,0,0,0.7);
}

.parallax use.light:nth-child(2){
    fill: rgba(0,0,0,0.5);
}

.parallax use.light:nth-child(3){
    fill: rgba(0,0,0,0.3);
}

.parallax use.light:nth-child(4){
    fill: #000;
}
  
.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
  .parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
  }
  .parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
  }
  .parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
  }
  .parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
  }
  @keyframes move-forever {
    0% {
     transform: translate3d(-90px,0,0);
    }
    100% { 
      transform: translate3d(85px,0,0);
    }
  }
  
@media (max-width: 768px) {
    .waves {
      height:40px;
      min-height:40px;
    }
}

.app-link .bi-instagram{
    color: palevioletred;
    margin: 5px;
}

.app-link .bi-telegram{
    color: rgb(0, 139, 219);
}

.app-link .bi-twitter{
    color: rgb(0, 139, 219);
}
  
.app-link .bi-facebook{
    color: blue;
}

.link .bi-instagram{
    color: palevioletred;
    margin: 5px;
}
  
.link .bi-telegram{
    color: rgb(0, 139, 219);
}

.link .bi-facebook{
    color: blue;
}
  
.link .bi-threads{
    color: #222;
}