@font-face {
    font-family: 'AnonymousPro';
    src: url('../fonts/ttf/AnonymousPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

*{
    margin:0;
    padding:0;
    font-family: 'AnonymousPro', monospace;
}

.main{
    width:100%;
    background: linear-gradient(to top, rgba(0,0,0,0.5)50%), url(page.jpg);
    background-position: center;
    background-size: cover;
    height: 109vh;
    background-color: black;
}

.navbar{
    width: 1200px;
    height: 75px;
    margin: auto;
}

.icon{
    width: 200px;
    float:left;
    height: 70px;
}

.logo{
    color:darkolivegreen;
    font-size: 35px;
    font-family: 'AnonymousPro', monospace;
    padding-left: 20px;
    float:left;
    padding-top: 10px;
}

.logo a{
    text-decoration: none;
    color: inherit;
}

.menu{
    width: 400px;
    float: left;
    height: 70px;
}

ul{
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul li{
    list-style: none;
    margin-left: 62px;
    margin-top: 27px;
    font-size: 14px;
}

ul li a{
    text-decoration: none;
    color:blanchedalmond;
    font-family: 'AnonymousPro', monospace;
    font-weight: bold;
    transition: 0.4s ease-in-out;

}

ul li a:hover{
     color: darkolivegreen;
}

.search{
    width: 330px;
    float: left;
    margin-left:270px;
}

.srch{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    width: 200px;
    height: 40px;
    background: transparent;
    border: 1px solid blanchedalmond;
    margin-top: 13px;
    color:cornsilk;
    border-right: none;
    font-size: 16px;
    float: left;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.btn{
    width: 100px;
    height: 40px;
    background: darkolivegreen;
    border: 2px solid darkolivegreen;
    margin-top: 13px;
    color:cornsilk;
    font-size: 15px;
    border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.btn:focus{
    outline:none;
}

.srch:focus{
    outline:none;
}


.container{
    position:relative;
    text-align:center;
    color:white;
}

.container img {
    width: 100%;
    height: auto;
}

.container img:hover{
    filter:blur(4px);
    transition: 0.8s;
}

.effects{
    position: absolute;
    top:320px;
    left:0px;
    font-weight:700;
    font-family: 'AnonymousPro', monospace;
    font-size: 4.5vw;
    opacity: 80%;
    width: 100vw;
    height: 60px;
    color:cornsilk;

}

.some{
    position: absolute;
    top:680px;
    left:100px;
    font-weight:700;
    font-family: 'AnonymousPro', monospace;
    font-size: 50px;
    opacity: 80%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}







body {
  font-family: 'AnonymousPro', monospace;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.03em; 
  justify-content: center;
  align-items:center
}

span{
    font-family: 'AnonymousPro', monospace;
    margin: 280px;
    color: white;
    margin-left: 80px;;
}


h4{
    font-size: 20vw;
  margin-top: 15px;
  margin-left:30px;
  color: white;
}

.rectangle{
    width: 2000px;
    height: 800px;
    background:white;
    position: relative;
    bottom: 400px;
}

.images-container{
    max-width: 1650px;
    height: 600px;
    margin: 32px auto;
    display: flex;
}

.images-container img{
    width: 100%;
    height:100%;
    object-fit:cover;
    transition: all 400ms;
}

.images-container .image{
    position: relative;
    overflow:hidden;
}

.images-container .description{
    position:absolute;
    bottom: -180px;
    background: black;
    color: white;
    padding:8px 16px;
    box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: all 400ms;

}

.images-container .image:hover .description{
    opacity:1;
    bottom:0;
}

.images-container .image:hover img{
    transform: scale(1.1);
}

.img_new{
    float: left;
    width:650px;
}
.section{
    display: flex;
    justify-content: space-between;
    padding: 30px;
    width:60%;
    margin: 10rem auto 0 auto;
    top:200%;
}
.section h2{
    margin:0;
    color:black;
    margin-top: 100px;
    font-size: 4.5vw;
    font-family: 'AnonymousPro', monospace;
}
.section p{
    color:black;
    margin-top: 90px;
    font-family: 'Times New Roman', Times, serif;
}

.text-primary{
    color:darkolivegreen;
    font-family: 'AnonymousPro', monospace;
}












*{
    padding:0;
    margin:0;
    box-sizing: border-box;
    

}

.footer-container{
    background-color: black;
    padding: 10rem 0 4rem 0;
    position:relative;
    bottom:-800px;
}

.footer{
    width:80%;
    height:40vh;
    background-color: black;
    color:cornsilk;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    font-family: 'Times New Roman', Times, serif;
}

.footer-heading{
    display:flex;
    flex-direction: column;
    margin-right: 4rem;
}

.footer-heading h2{
    margin-bottom: 4rem;
}

.footer-heading a{
    color:cornsilk;
    text-decoration: none;
    margin-bottom: 0.5 rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.footer-heading a:hover{
    color:darkolivegreen;
    transition: 0.3s ease-out;
}

.footer-email-form h2{
    margin-bottom: 2rem;
}

#footer-email{
    width:250px;
    height:40px;
    border-radius: 4px;
    outline: none;
    border:none;
    padding-left: 0.5rem;
    font-size: 1rem;
    margin-bottom: 1rem;

}

#footer-email::placeholder{
    color:white;
}


#footer-email-btn{
    width:65px;
    height:40px;
    border-radius: 10px;
    background-color: darkolivegreen;
    outline:none;
    border:none;
    color:cornsilk;
    font-size: 1rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;

}

#footer-email-btn:hover{
    cursor:pointer;
    background-color: pink;
    transition: all 0.4s ease-out;
}

@media screen and (max-width:1150px){
    .footer{
        height: 50vh;
    }
    .footer-email-form{
    margin-top: 4rem;
}
}

@media screen and (max-width:820px){
    .footer{
        padding-top:2rem;
    }
}

@media screen and (max-width:720px){
    .footer-3{
        display:none;
    }
    .footer-email-form{
        margin-top:4rem;
    }
}