@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script');
@font-face {
    font-family: passion;
    src: url(../fonts/PassionsConflictROB.ttf);
}
@font-face {
    font-family: seventhPass;
    src: url(../fonts/TAKASHI.ttf);
}
@font-face {
    font-family: naz;
    src: url(../fonts/B\ Nazanin.ttf)
}
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2c2c2c;
    transition: opacity 0.75s, visibility 0.75s;
    z-index: 10000;
  }
  
  .loader--hidden {
    opacity: 0;
    visibility: hidden;
  }
  
  .loader::after {
    content: "";
    width: 35px;
    height: 35px;
    border: 05px solid #dddddd;
    border-top-color: #1f80ee;
    border-radius: 50%;
    animation: loading 0.75s ease infinite;
  }
  
  @keyframes loading {
    from {
      transform: rotate(0turn);
    }
    to {
      transform: rotate(1turn);
    }
  }
  




* {
    box-sizing: border-box;
    margin:0;
    padding:0;
}
.wrapper {
    overflow:hidden ;
}
body{
    font-family: 'Raleway';
    color: #222;
    padding-bottom: 0px;
    overflow-x: hidden;
    user-select: none;

}

.container {
    max-width: 90%;
    margin: 0 auto;
    
}

.box{
    transform:translateX(200%);
transition: transform 1.5s ease;


}

.box.show {
    transform: translateX(0);
   
}

.logo a{
    font-family:'passion' ;
    font-weight: lighter ;
    font-size: 1.5em;
}
.nav {
    position: fixed;
    background-color: #222;
    top:0;
    left:0;
    right:0;
    transition: all 0.3s ease-in-out;
    z-index: 3;
}

.nav .container {
    display:flex;
    justify-content: space-between;
    align-items: center;
    z-index: 500px;
    padding: 20px 0;
    transition: all 0.3s ease-in-out;
}
.nav .container .newmen {
    /*display:flex;*/
    justify-content: space-between;
    align-items: center;
    z-index: 510px;
    padding: 20px 0;
    transition: all 0.3s ease-in-out;
}
.nav ul {
   /* display: flex;*/
    list-style-type: none;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.nav a{
    color: #fff;
    text-decoration: none;
    padding: 7px 7px ;
    transition: all .3s ease-in-out;
}

.nav.active {
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    transition: all .3s ease-in-out;
   
}

.nav.active a {
    color: #000;
    transition: all 0.5s ease-in-out;

}

.nav.active .container {
    padding:5px 0;
}

.nav a.current, .nav a:hover {
    color: #00a0fc;
    font-weight:bold;
    
}

/*Hamburger Menu*/
.ham {
   
    width: 20px;
    height: 25px;
    cursor: pointer;
    position: relative;
    transition: all .5s ease-in-out;
}

.meny {
    position: absolute;
    background-color: #222;
    width:250px;
    height:170px;
    
    transform: translateX(100px) translateY(30px);
    
    
    line-height: 35px;
    transition: all .3s ease-in-out;
}

.meny li {

    padding-left: 5%;
}
.meny.wh {
    background-color: #fff;
}

.meny.active {
    transform: translateX(-100px) translateY(30px);
}

.ham .line {
    transition: transform .3s ease-in-out ;
}
.ham.active .line1 {
    transform: rotate(45deg) translateY(7px);
}

.ham.active .line2 {
    transform: rotate(-45deg) translateY(-7px);
}

.nav.active .line {
    background-color: #000;
}
.line {
background-color: #fff;
position: absolute;
width: 100%;
height: 2px;
top:20%;
}
.line2 {
    top:60%;
}

/* This Section is below MENU */

.hero {
    background-image: url('../img/lgf.png');
    background-size:cover ;
    background-position: top center;
   
       background-blend-mode: color-dodge;
    top: 0; 
    color: rgb(247, 246, 246);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    margin-bottom: 0px;
    height: 100vh;

    z-index: -1;
}

.hero::before {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgb(0, 0, 0) , rgb(43, 43, 42));
    z-index: -2;
    opacity: 0.8;
}

.hero h1 {
    font-size: 46px;
    margin: 25px 0 20px;
    letter-spacing: 3px;
    font-weight: lighter;
}
.hero p {
    font-family: 'Raleway';
    font-size: 18px;
    letter-spacing: 3px;
    font-style: italic;
}

.content h2, .content h3 {
    font-size: 200%;
    margin:20px 0;
	justify-content: center;
}

.content p {
    color :rgb(0, 0, 0);
    line-height: 30px;
     letter-spacing: 1.2px;
	justify-content: auto;
}

.bk {
    background-image: url('../img/text.png'); 
    background-size: contain;
    
   position: absolute;
    top:0;
    left: 0;
    width: 100%;
  height:150vh;
  
    opacity: .1;
    
    background-repeat: repeat;
    z-index: -3;
      
}

.bt {
    /*display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 40px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 699; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: rgb(48, 48, 48); /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 10px; /* Some padding */
    border-radius: 100px; /* Rounded corners */
    font-size: 15px; /* Increase font size */
    transition: all 1s ease;
    opacity:0.0;
  }


   .bt.active {
   
    background-color:#8d8d8d;
    opacity:0.7;
   }
  

  .bt:hover {
    color:#1f80ee;
    background-color: rgb(81, 81, 81); /* Add a dark-grey background on hover */
    opacity:1;
  }

footer {
    
    position: absolute;
    font-family: 'Raleway';
  
    font-size: 10px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 150px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 12px;
    color: #fff;
    background-color: #222;
    word-spacing:5px ;
    letter-spacing: 5px;
    height: 40px;
    width: 100%;
    opacity: 1;
}

#m7{
    font-family: passion;
    font-size: .7rem;
    letter-spacing: 0px;
}