@font-face {
    font-family: "Quicksand";
    src: url(/fonts/Quicksand-Light.ttf);
}

@font-face {
    font-family: "Quicksand-bold";
    src: url(/fonts/Quicksand-Bold.ttf);
}

@font-face {
    font-family: "Maven_Pro";
    src: url(/fonts/MavenPro-Regular.ttf);
}


@font-face {
    font-family: "Poppins";
    src: url(/fonts/Poppins-Regular.ttf);
}

/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

header {
    width: 100%;
    height:fit-content;
    background-color: #0f0f0f;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: fixed;
    top: 0;
    z-index: 999;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: "Quicksand-Light", "Quicksand", sans-serif;
}

.nav-branding {
    width: 15%;
    font-family: "Quicksand-Light", "Quicksand", sans-serif;
    font-size: 1.4rem;
    font-weight: lighter;
    margin-left: 2rem;
    color: #fff;
    text-align: center;
}


ul {
    list-style: none;
}

nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}
 /*NAVBAR*/

li {
    list-style: none;
}

.navbar {
    min-height: 83px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px;
}

.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

.nav-link {
    transition: 0.7s ease;
}

.nav-link:hover {
    color: #fff;
}


.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
}

 /*END NAVBAR*/


.hamburger {
    background-color: transparent;
    border: 0;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

.hamburger:focus {
    outline: none;
}

a {
    position: relative;
    color: #fff;
    text-decoration: none;    
    outline: none;
    font-size: 1.2rem;
    padding: 10px;
  }

 a::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transform: scaleX(0);
    transition: transform 0.3s ease;
  }

  .nav-link:hover::before, .nav-link:focus::before {
    transform: scaleX(1);
  }

  .des a {
      font-size: 16px;
  }



html {
    background-image:linear-gradient(#111111, #2a2a2a);
    height: 100%;
    background-attachment: fixed;
}

.menu-link {
    transition: 0.7s ease;
}


  
@keyframes BottomTotop {
    0% {
      opacity: 0;
    }
    5% {
      opacity: 0;
      transform: translateY(5px);
    }
    10% {
      opacity: 1;
      transform: translateY(0px);
    }
    25% {
      opacity: 1;
      transform: translateY(0px);
    }
    30% {
      opacity: 0;
      transform: translateY(5px);
    }
    80% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }




footer {
    background-color: rgba(255, 255, 255, 0.116);
    text-align: center;
    padding:10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-top: auto;
    grid-row-start: 2;
    grid-row-end: 3;
    color: #fff;
    max-height: 60px;
    display:grid;
}

#startinfo {
    color: #fff;
    padding: 20px;
    text-align: left;
    margin-top: 50px;
    font-size: 80%;
    margin: 0 auto;
    line-height: 1.5;
}

#startinfo h2 {
    font-family: "Maven_Pro", "Maven", sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    background: linear-gradient(267deg, #DA7C25 0.36%, #B923E1 102.06%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.item-info, .animated-item {
    font-family: "Maven_Pro", "Maven", sans-serif;
}


.info {
    margin-top: 15px;
    animation: slide-up 2s;
    font-size: 1rem;
    
}

.info p {
    font-family: "Maven_Pro", "Maven", sans-serif;
    font-weight: lighter;
}



@keyframes slide-up {
    from {
        opacity: 0.2;
        line-height: 200px;
    }
    to {
        opacity: 1;
        line-height: 24px;
    }
}

#container {
    position: relative;
    min-height: 100%;
}

a {
    text-decoration: none;
    color: #fff;
    outline: none;
    transition: 0.7s ease;
}

a:hover,
a:focus,
a:active {
    color: #fff;
}



.emailSent h1, .emailSent p {
    text-align: center;
    color: #f1f1f1;
}

.emailSent {
    margin-top: 250px;
    margin-bottom: 200px;
}
#jag {
    border-radius: 50%;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    margin: 0 auto;
    align-content: center;
    display: block;
    margin-bottom: 50px;
    max-block-size: 90%;
    max-width: 80%;
    object-fit: cover;
    max-width: 350px;
    height: auto;
    margin-top:50px;
}



img {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

label{
    width: 8rem;
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 20px;
    
}

.showproject h2 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 2.8rem;
    font-family: "Maven_Pro", "Maven", sans-serif;
}

.showproject p {
    color: #fff;
    text-align: center;
    margin: 20px;
    font-family: "Maven_Pro", "Maven", sans-serif;
    font-size: 1rem;
}

.showproject img {
    display: block;
    margin-left: auto;
    margin-right: auto;

    margin-top: 50px;
    margin-bottom: 50px;
}

.projectSc {
    height: auto;
    width: 90%;
    max-width: 600px;
}



button {
    background-color: #0a0a0ade;
    font-size: 1rem;
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin-top: 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
    padding-left: 3rem;
    padding-right: 3rem;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 10px;
    border-radius: 10px;
    width: 50%;
}

.buttons button, .contact-detail button {
    color: #fff;
    width: 120px;
    margin: 10px;
    border-radius: 40px;
    background-color: #DEDEDE;
    background: linear-gradient(267deg, #DA7C25 0.36%, #B923E1 102.06%);
    font-family: "Maven_Pro", "Maven", sans-serif;
}

.buttons button:hover, .buttons button:focus, .contact-detail button:hover, .contact-detail button:focus {
    color: #DEDEDE;
    background: linear-gradient(267deg, #cf9a68 0.36%, #e79625 102.06%);
    transition: ease 0.7s;
}



.downloadProjectBtn, .backBtn {
    width: 250px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 300;
    display: block;
    border-radius: 30px;
    margin: 50px auto;
    background-color: #DEDEDE;
    background: linear-gradient(267deg, #DA7C25 0.36%, #B923E1 102.06%);
    font-family: "Maven_Pro", "Maven", sans-serif;
}

.downloadProjectBtn:hover, .downloadProjectBtn:focus, .backBtn:hover, .backBtn:focus {
    color: #DEDEDE;
    background: linear-gradient(267deg, #cf9a68 0.36%, #e79625 102.06%);
    transition: ease 0.7s;
    font-weight: 400;
}

button:hover:not(#hamburger) {
    background-color: #3b3b3bde;
}



.form-box {
    max-width: 200px;
	padding: 10px 20px;
	margin: 10px auto;
    margin-top: 150px;
    margin-bottom: 30px;
	padding: 20px;
	background-color: #cccccc;
	border-radius: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
    text-align: center;
}

.contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 80px;
    margin: 100px 170px;
}

.contact-title {
    position: relative;
}

.contact-title h1 {
    padding: 0px 30px;
    font-size: 70px;
    font-weight: 600;
    background: linear-gradient(267deg, #DA7C25 0.36%, #B923E1 102.06%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-section {
    display: flex;
    gap: 100px;
}

.contact-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 50px;
}

.contact-left p {
    max-width: 550px;
    color: #D8D8D8;
    font-size: 20px;
    line-height: 35px;
}

.contact-left h2 {
    font-size: 28px;
    font-family: "Quicksand-bold", sans-serif;
    color: #fff;

}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 30px;
    color: #D8D8D8;
    font-size: 22px;
}

.contact-detail {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact-right {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 30px;
}

.contact-right label {
    color: #D8D8D8;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: -15px;
    width: auto;
}

.contact-right input {
    border: none;
    width: 680px;
    height: 78px;
    padding-left: 20px;
    border-radius: 20px;
    background-image: linear-gradient(to bottom, #393939 5%, #292929 100%);
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.contact-right textarea {
    width: 650px;
    height: 100px;
    border: none;
    padding: 25px;
    border-radius: 20px;
    background-image: linear-gradient(to bottom, #393939 5%, #292929 100%);
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.contact-submit {
    border: none;
    color: #fff;
    border-radius: 50px;
    background: linear-gradient(267deg, #DA7C25 0.36%, #B923E1 102.06%);
    font-size: 22px;
    padding: 15px 40px;
    margin-bottom: 50px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 800;
}

.contact-submit:hover {
    transform: scale(1.1);
    transition: 0.3s;
}

@media(max-width:768px) {
    .contact {
        gap: 50px;
        margin: 0px 50px;
        align-items: start;
    }
    .contact-title h1 {
        padding: 0;
        font-size: 50px;
        font-weight: 600;
        margin-top: 50px;
    }

    .contact-section {
        flex-direction: column; 
    }
    .contact-left h1 {
        font-size: 54px;
    }
    .contact-left p {
        font-size: 22px;
    }
    .contact-detail {
        gap: 20px;
    }
    .contact-detail img {
        width: 25px;
    }
    .contact-right label {
        font-size: 20px;
    }
    .contact-right input {
        width: 100%;
        font-size: 20px;
    }
    .contact-right textarea {
        width: 95%;
        font-size: 20px;
    }
    .contact-submit {
        font-size: 20px;
        padding: 15px 40px;
        align-items: center;
        margin: 10px auto 50px auto;
    }
}


main {
    margin-top: 100px;
}


.gallery img{
    width: 100%;
    height: auto;
    border-radius: 20px;
}


.des {
color: white;
font-size: 15px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}


.gallery {
position: relative;

}

.image {
display: block;
width: 100%;
height: auto;
}

.overlay {
position: absolute;
top: 24px;
bottom: 24px;
left: 0;
right: 0;
height:auto;
width: 100%;
opacity: 0;
transition: .5s ease;
background:rgba(0, 0, 0, 0.815);
color:#fff !important;
border-radius: 20px;
}

.gallery:hover .overlay, .gallery:focus .overlay {
opacity: 1;
}


.responsive{
    padding: 0 6px;
    float: left;
    width: 25%;
    cursor:pointer;
}

@media only screen and (max-width: 1000px) {
    .responsive {
        width: 50%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px) {
    .responsive {
        width: 100%;
    }
    .form-box button {
        width: 200px;
    }

}

@media only screen and (max-width: 530px) {
    .buttons button {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 270px;
        }

    .contact-submit {
        font-size: 18px;
        padding: 10px 15px;
    }

}


@media screen and (max-width: 767px) {

    .menu-link {
        margin: 16px 0;
    }

    .hamburger {
        display: block;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .nav-menu {
        position: fixed;
        left: -100%;
        top: 80px;
        padding-bottom: 20px;
        gap: 0;
        flex-direction: column;
        background-color: #0f0f0f;
        width: 100%;
        text-align: center;
        transition: 0.3s;
    }

    .nav-item {
        margin: 16px 0;
    }

    .nav-menu.active {
        left: 0;
    }


}



@media(min-width: 400px) {
    .form-box {
        max-width: 330px;
    }

}



@media(min-width: 650px) {
    .form-box {
        max-width: 500px;
    }
}


@media(min-width: 800px) and (max-width: 1100px) {
    #jag {
        float: right;
        margin-right: 50px;
        max-width: 250px;
        height: auto;
    }

}

@media(min-width:800px) and (max-width:1220px) {
    .buttons button {
        width: 200px;
        display: block;
    }
}

@media(min-width: 800px) {
    #startinfo {
        float: left;
        margin: 70px;
        margin-top: 30px;
        color: #fff;
        padding: 10px;
        max-width: 40%;
        font-size: 100%;
    }

    #jag {
        float: right;
    }

    @media(min-width: 1000px) {
        #jag {
            margin-right: 150px;
        }
        #grid-container1, #grid-container2, #grid-container3, #grid-container4 {
            margin-left: 180px;
        }
    }



    .pages {
        width: 30%;
        display: flex;
        justify-content: space-around;
        font-weight: lighter;
        color: #fff;
    }
    
    
    body {
        min-height: 100%;
        display: grid;
        grid-template-rows: 1fr auto;
    }

    #grid-container1, #grid-container2, #grid-container3, #grid-container4 {
        display: flex;
        column-gap: 50px;
    }
    main {
        margin-top: 150px;
    }

}

@media(max-width:380px) {

    #jag {
        
        max-width: 50%;
    }
}



@media (min-width: 750px) {
    .showproject h2, .showproject p {
        margin: 0 70px;
    }
}

@media (min-width: 1000px) {
    .showproject h2, .showproject p {
        margin: 0 100px;
    }
}

@media only screen and (max-width: 700px) {
    .nav-branding {
        margin-left: -10px;
    }
}