@charset "UTF-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body  {
	font-family: "jura", serif;
	font-weight: 200;
}
.container {
	max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-left: 20px;
}

/*header*/
.navbar, .nav-menu a, .dropdown-menu a {
  font-family: 'Jura', serif;
	font-weight: 500;
}

/*Navigation*/
.navbar {
	font-family: "jura", serif;
    background-color: #fff;
    padding: 10px 20px;
    display: flex;
	gap: 100px;
    flex-direction: row;
    align-items: flex-end; 
}

.nav-menu a.active {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  color: black;
}

.nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 80px;
}

.nav-menu a {
  text-decoration: none;
  color: black;
  padding: 10px 15px;
  display: block;
  transition: background-color 0.3s ease;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #EBEBEB;
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 180px;
  z-index: 1000;
}

.dropdown-menu::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 20px;
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent #EBEBEB transparent;
}

.dropdown-menu li a {
  padding: 10px 15px;
  color: black;
  white-space: nowrap;
}

.dropdown:hover .dropdown-menu {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}

.dropdown {
  position: relative;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/********************************************Main********************************************/
/********************************************Homepage********************************************/
/********************************************Main********************************************/
.main1 {
	padding: 10px;
	display: flex;
	flex-direction: row;
	margin-left: 20px;
}

.abtme {
	width: 70%;
	padding: 10px;
}

.abtme p {
	padding: 10px;
}

.abtme h3{
	padding: 10px;
}

.abtme h1 {
	font-weight: 300;
	padding: 10px;
}

.arrow1 {
	position: relative;
	font-size: 40px;
	left: 700px;
}

.images {
	display: flex;
	padding: 10px;
	width: 30%;
}

.image-frame {
	border: solid 1px black;
	margin: 20px;
	padding: 10px;
}

.main2 {
	padding: 10px;
	margin-left: 20px;
}

.work p {
	padding: 10px;
}

.work h1 {
	font-weight: 200;
	padding: 10px;
}

.work h2 {
	font-weight: 200;
	padding: 10px;
}

.work h3 {
	font-weight: 200;
	padding: 10px;
}

.work1 p {
	padding: 10px;
	width: 700px;
}

.work1 h1 {
	font-weight: 200;
	padding: 10px;
}

.in {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}

.sec {
	width: 300px;
}

.work1 a{
	text-decoration: none;
}

.dbutton a {
	color: white;
	text-decoration: none;
}

.dsbutton a {
	color: white;
}

.dbutton {
	margin-left: 10px;
	padding: 5px;
	width: 150px;
	height: 30px;
	text-align: center;
	background: rgba(0,0,0,1.00);
}

.dsbutton {
	margin-left: 10px;
	padding: 5px;
	width: 150px;
	height: 30px;
	text-align: center;
	background: rgba(103,103,103,1.00);
}

.work1 h2 {
	font-weight: 200;
	padding: 10px;
}

.work1 h3 {
	font-weight: 200;
	padding: 10px;
}

.image-frame1 {
	width: 700px;
	height: 300px;
	border: solid 1px black;
	margin: 20px;
	padding: 10px;
}

.image-frame2 {
	width: 500px;
	height: auto;
	border: solid 1px black;
	margin: 20px;
	padding: 10px;
}

.image-frame3 {
	width: 700px;
	border: solid 1px black;
	margin: 20px;
	padding: 10px;
}

.image-frame4 {
	width: 700px;
	height: 370px;
	border: solid 1px black;
	margin: 20px;
	padding: 10px;
}

.arrow2 {
	position: relative;
	top: -100px;
	font-size: 40px;
	left: 850px;
}

.centerimg {
	width: 750px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.centerimg2 {
	width: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.centerimg3 {
	width: 950px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.gitbox h4{
	padding: 0px;
}
/********************************************Footer********************************************/
/********************************************Footer********************************************/
/********************************************Footer********************************************/
.footer {
	padding: 30px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.sitemap {
	display: flex;
	flex-direction: column;
}
.sitemap h1{
	font-weight: 200;
	padding-bottom: 20px;
}

.uls {
	display: flex;
	flex-direction: row;
	gap: 30px;
}

.sitemap ul {
	list-style-type: none;
	display: flex;
	gap: 20px;
	flex-direction: column;
}

.sitemap a:hover{
	text-decoration: underline;
}

.sitemap li a{
	color: black;
	text-decoration: none;
}

.contact ul {
	list-style-type: none;
	display: flex;
	gap: 20px;
	flex-direction: column;
}

.contact li a{
	color: black;
	text-decoration: none;
}

.contact h1{
	font-weight: 200;
	padding-bottom: 20px;
}

.last {
	width: 100%;
	padding: 20px;
	text-align: center;
	background: #FFFFFF;
}
/********************************************Contact********************************************/
/********************************************Contact********************************************/
/********************************************Contact********************************************/
.contactbox {
	padding: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.gitbox ul {
	list-style-type: none;
	display: flex;
	gap: 15px;
	flex-direction: column;
}

.gitbox li a{
	color: black;
	text-decoration: none;
}

.gitbox h2{
	font-weight: 200;
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  font-size: 30px;
  background-color: black;
  color: white;
  padding: 10px 15px;
  border-radius: 50%;
  text-decoration: none;
  z-index: 1000;
  display: none; /* Hidden by default */
  transition: opacity 0.3s;
}

.back-to-top:hover {
  background-color: #333;
}

.hamburger {
  display: none;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

/* Responsive nav */
@media screen and (max-width: 768px) {

.navbar {
	flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    position: relative;
  }
	
.logo {
    align-self: flex-start;  
    margin-right: 20px;    
  }

.hamburger {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1100;
  }

.nav-menu {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }

.nav-menu.open {
    display: flex;
  }

.nav-menu li {
    width: 100%;
  }

.dropdown-menu {
    position: static;
    background-color: #f0f0f0;
    margin-left: 20px;
  }

.dropdown.open .dropdown-menu {
    display: block;
  }

}

@media screen and (max-width: 768px) {
body {
    width: 100%;
  }

  .navbar {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .nav-menu {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }

  .main1 {
    flex-direction: column;
	align-items: center;
  }
	
.main1 img{
    width: 300px;
  }
	
.contactbox img{
    width: 300px;
  }


  .abtme, .images {
    width: 100%;
    padding: 0;
	display: flex;
	flex-direction: column;
  }
	


.arrow1, .arrow2 {
	display: none;
}
	
.image-frame3 {
    width: 620px;
}
	
.image-frame {
    width: 320px;
}
	
.image-frame2 {
    width: 470px;
}

  .centerimg,.centerimg2, .centerimg3 {
    width: 100%;
    flex-direction: column;
  }
	.centerimg2 {
		padding-left: 70px;
	}

  .work1 p, .work1 h1, .work1 h2, .work1 h3 {
    width: 100%;
    padding: 10px;
  }

  .in {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .sec {
    width: 90%;
  }

  .footer {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }

  .sitemap, .contact {
    align-items: center;
    text-align: center;
  }

  .contactbox {
    flex-direction: column;
    gap: 30px;
  }

  .back-to-top {
    font-size: 24px;
    padding: 8px 12px;
  }
}