*{
	margin: 0%;
	padding: 0%;
}
body{
	width: 100%;
	height: 100%;
	position: absolute;
	font-family: system-ui;
}
a{
	text-decoration: none;
	color: unset;
}
/********************/
header{
	width: 100%;
	float: left;
}
header .header-1{
	width: 90%;
	padding: 0.5% 5%;
	float: left;
	box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 1;
}
header .header-1 section{
	width: 20%;
	float: left;
	display: grid;
	grid-template-columns: 35% 60%;
	grid-column-gap: 5%;
}
header .header-1 section img{
	width: 100%;
	height: 5vw;
	margin: auto;
}
header .header-1 section h1{
	width: 100%;
	margin: auto;
}
header .header-1 section h1 span{
	width: 100%;
	float: left;
	font-family: system-ui;
	font-size: 1.1vw;
	letter-spacing: 0.4vw;
	font-weight: lighter;
	color: ;
}
header .header-1 section h1 strong{
	width: 100%;
	float: left;
	line-height: 2.5vw;
	font-family: system-ui;
	font-size: 3vw;
	color: ;
}
header .header-1 .ul-1{
	width: 10%;
	margin-top: 2%;
	float: right;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 5%;
}
header .header-1 .ul-1 li{
	width: 100%;
	list-style: none;
	text-align: right;
	cursor: pointer;
}
header .header-1 .ul-2{
	width: 15%;
	height: 100%;
	padding: 5%;
	background-color: rgba(255, 255, 255, 1.0);
	position: fixed;
	top: 0;
	right: 0;
	box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 1;
}
header .header-1 .ul-2 li{
	width: 100%;
	padding-bottom: 12%;
	margin-bottom: 12%;
	float: left;
	border-bottom: 1px solid gray;
	list-style: none;
	text-align: center;
	font-family: system-ui;
	font-size: 1.3vw;
	font-weight: lighter;
}
header .header-1 .ul-2 li:hover{
	font-weight: bold;
}
header .header-1 .ul-2 li:last-child{
	border-bottom: none;
}
header .header-1 .ul-2 i{
	width: auto;
	margin-top: 25%;
	margin-left: calc((100% - 3vw) / 2);
	float: left;
	font-size: 3vw;
}

header .header-2{
	width: 100%;
	height: 50vw;
	float: left;
	overflow: hidden;
}
header .header-2 .box-1{
	width: 90%;
	height: 100%;
	padding: 0% 5%;
	background-image: url(images/main-img.jpeg);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	display: grid;
}
header .header-2 .box-1 div{
	width: 90%;
	margin: auto;
	overflow: ;
	display: grid;
	grid-template-columns: repeat(2, 100%);
}
header .header-2 .box-1 section{
	--g1: rgba(14, 165, 233, 0.3); /* sky blue, 70% opacity */
	 --g2: transparent; /* violet, 70% opacity */
	 --g3: rgba(244, 63, 94, 0.3);  /* pink-red, 70% opacity */
	  
	 background: linear-gradient(
	    120deg,
	    var(--g1),
	    var(--g2),
	    var(--g3),
	    transparent
	 );
	background-size: 200% 200%;
	animation: gradientShift 10s ease-in-out infinite;
	width: 90%;
	padding: 5%;
	margin: auto;
	box-sizing: border-box;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	text-align: center;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
@keyframes gradientShift {
  0%,100% { background-position: 0% 50%; }
  50%     { background-position: 100% 50%; }
}

header .header-2 .box-1 section:last-child{
	padding: 12% 5%;
}
header .header-2 .box-1 section h2{
	width: 100%;
	float: left;
	font-family: system-ui;
	font-size: 7vw;
	color: rgba(255, 255, 255, 1.0);
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
header .header-2 .box-1 section p{
	width: 100%;
	margin-top: 2%;
	float: left;
	font-family: system-ui;
	font-size: 1.5vw;
}
header .header-2 .box-1 section strong{
	width: 20%;
	padding: 2%;
	margin-top: 10%;
	margin-left: 40%;
	float: left;
	border: 3px double white;
	border-radius: 50px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5), -2px -2px 2px rgba(244, 244, 244, 1.0);
	text-align: center;
	font-size: 1.5vw;
	color: ;
}
.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: ;
    background: rgba(0,0,0,0.5);
    border: none;
    color: white;
    padding: 10px;
    cursor: pointer;
    font-size: 20px;
}

#prev { left: 10px; }
#next { right: 10px; }

/**********journal**********/
.journal{
	width: 80%;
	margin-top: 2%;
	margin-left: 10%;
	float: left;
}
.journal h3{
	width: 100%;
	padding-bottom: 1%;
	margin-bottom: 1%;
	float: left;
	border-bottom: 1px solid darkred;
	font-size: 5vw;
	font-weight: lighter;
}
.journal .main{
	width: 70%;
	height: 50vw;
	float: left;
}
.journal .main section{
	height: 100%;
	height: 100%;
	float: left;
}
.journal .main section img{
	width: 100%;
	height: 65%;
	float: left;
	object-fit: cover;
}
.journal .main section h4{
	width: 100%;
	margin-top: 2%;
	float: left;
	text-align: justify;
	font-size: 1.3vw;
}
.journal .main section p{
	width: 100%;
	margin-top: 1%;
	float: left;
	text-align: justify;
	font-size: 1vw;
}
.journal .main section time{
	width: 100%;
	margin-top: 1%;
	float: left;
	text-align: right;
	font-size: 1.2vw;
}
.journal .sub{
	width: 28%;
	height: 50vw;
	float: right;
}
.journal .sub section{
	height: 100%;
	height: 17%;
	padding-bottom: 3%;
	margin-bottom: 3%;
	float: left;
	border-bottom: 1px solid gray;
}
.journal .sub section:last-child{
	border-bottom: none;
}
.journal .sub section img{
	width: 40%;
	height: 100%;
	float: left;
	object-fit: cover;
}
.journal .sub section h4{
	width: 57%;
	float: right;
	font-size: 1vw;
	font-weight: ;
}

/**********eclass**********/
.eclass{
	width: 80%;
	margin-top: 2%;
	margin-left: 10%;
	float: left;
}
.eclass h3{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 2.5vw;
	font-weight: lighter;
}
.eclass .p-1{
	width: 80%;
	padding: 0% 10%;
	padding-bottom: 1%;
	margin-bottom: 1%;
	float: left;
	text-align: center;
	font-size: 1.5vw;
	font-weight: lighter;
	color: darkred;
}
.eclass div{
	width: 100%;
	margin-top: 3%;
	float: left;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 5%;
}
.eclass div section{
	width: 100%;
	height: auto;
}
.eclass div section h4{
	width: 7vw;
	height: 7vw;
	margin-left: calc((100% - 7vw) / 2);
	background-color: skyblue;
	float: left;
	display: grid;
	border-radius: 100vw;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.eclass div section h4 i{
	width: auto;
	margin: auto;
	font-size: 2vw;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.eclass div section strong{
	width: 100%;
	margin-top: 5%;
	float: left;
	text-align: center;
}
.eclass div section p{
	width: 100%;
	margin-top: 2%;
	float: left;
	text-align: center;
}

/**********Contacts**********/
#Contacts{
	width: 90%;
	margin-top: 3%;
	margin-left: 5%;
	float: left;
}
#Contacts h3{
	width: 100%;
	padding-bottom: 1%;
	margin-bottom: 1%;
	float: left;
	font-size: 5vw;
	font-weight: lighter;
}
#Contacts form{
	width: 35%;
	height: 25vw;
	float: right;
}
#Contacts form label{
	width: 100%;
	margin-bottom: 10%;
	float: left;
}
#Contacts form label span{
	width: 100%;
	float: left;
	font-size: 1.2vw;
}
#Contacts form label input,
#Contacts form label textarea{
	width: 100%;
	margin-top: 2%;
	float: left;
	border: unset;
	border-bottom: 1px solid rgba(0, 0, 0, 1.0);
	outline: none;
	resize: none;
	font-size: 1vw;
}
#Contacts form button{
	width: 40%;
	padding: 3%;
	background-color: darkred;
	float: left;
	border: none;
	font-size: 1.2vw;
	font-weight: bold;
	color: rgba(255, 255, 255, 1.0);
}
#Contacts ul{
	width: 25%;
	height: 25vw;
	margin: 0% 5%;
	float: right;
}
#Contacts ul li{
	width: 100%;
	padding-bottom: 10%;
	margin-bottom: 10%;
	float: left;
	list-style: none;
	border-bottom: 1px dashed gray;
	font-size: 1.2vw;
}
#Contacts ul li:last-child{
	border-bottom: none;
}
#Contacts ul li i{
	float: left;
}
#Contacts ul li span{
	float: right;
}
#Contacts div{
	width: calc(28% - 4px);
	height: 25vw;
	padding: 1%;
	float: right;
	border: 2px solid darkred;
}
#Contacts div iframe{
	width: 100%;
	height: 100%;
	float: left;
	border: none;
}



/**********signing**********/
.signing{
	width: 90%;
	padding-bottom: 3%;
	margin-top: 10%;
	margin-left: 5%;
	float: left;
	text-align: center;
	font-size: 1vw;
	color: gray;
}
.signing span{
	width: 100%;
	float: left;
}




























/***************650px***************/
@media only screen and (max-width: 650px) {

header{
	width: 100%;
	float: left;
}
header .header-1{
	width: 90%;
	padding: 0.5% 5%;
	float: left;
	box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 1;
}
header .header-1 section{
	width: 35%;
	padding-bottom: 1%;
	float: left;
	display: grid;
	grid-template-columns: 35% 60%;
	grid-column-gap: 5%;
}
header .header-1 section img{
	width: 100%;
}
header .header-1 section h1{
	width: 100%;
	margin: auto;
}
header .header-1 section h1 span{
	width: 100%;
	float: left;
	font-family: system-ui;
	font-size: 3vw;
	letter-spacing: 0.45vw;
	font-weight: lighter;
	color: ;
}
header .header-1 section h1 strong{
	width: 100%;
	float: left;
	line-height: 2.5vw;
	font-family: system-ui;
	font-size: 6vw;
	letter-spacing: 0.3vw;
	color: ;
}
header .header-1 .ul-1{
	width: 10%;
	margin-top: 2%;
	float: right;
}
header .header-1 .ul-1 li{
	width: 100%;
	float: right;
	list-style: none;
	text-align: right;
	cursor: pointer;
	font-size: 6vw;
}
header .header-1 .ul-1 li:nth-child(1){
	display: none;
}
header .header-1 .ul-1 li:nth-child(2){
	display: none;
}
header .header-1 .ul-2{
	width: 70%;
	height: 100%;
	padding: 7%;
	background-color: rgba(255, 255, 255, 1.0);
	position: fixed;
	top: 0;
	right: 0;
	box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 1;
}
header .header-1 .ul-2 li{
	width: 100%;
	padding-bottom: 7%;
	margin-bottom: 7%;
	float: left;
	border-bottom: 1px solid gray;
	list-style: none;
	text-align: center;
	font-family: system-ui;
	font-size: 5vw;
	font-weight: lighter;
}
header .header-1 .ul-2 li:hover{
	font-weight: bold;
}
header .header-1 .ul-2 li:last-child{
	border-bottom: none;
}
header .header-1 .ul-2 i{
	width: auto;
	margin-top: 25%;
	margin-left: calc((100% - 3vw) / 2);
	float: left;
	font-size: 7vw;
}

header .header-2{
	width: 100%;
	height: 100vw;
	float: left;
	overflow: hidden;
}
header .header-2 .box-1{
	width: 100%;
	height: 100%;
	padding: 0% 0%;
	background-image: url(images/main-img.jpeg);
	background-size: auto 100%;
	background-repeat: no-repeat;
	float: left;
	display: grid;
}
header .header-2 .box-1 div{
	width: 100%;
	margin: auto;
	overflow: ;
	display: grid;
	grid-template-columns: repeat(2, 100%);
}
header .header-2 .box-1 section{
	--g1: rgba(14, 165, 233, 0.3); /* sky blue, 70% opacity */
	 --g2: transparent; /* violet, 70% opacity */
	 --g3: rgba(244, 63, 94, 0.3);  /* pink-red, 70% opacity */
	  
	 background: linear-gradient(
	    120deg,
	    var(--g1),
	    var(--g2),
	    var(--g3),
	    transparent
	 );
	background-size: 200% 200%;
	animation: gradientShift 10s ease-in-out infinite;
	width: 90%;
	padding: 5%;
	margin: auto;
	box-sizing: border-box;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	text-align: center;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
@keyframes gradientShift {
  0%,100% { background-position: 0% 50%; }
  50%     { background-position: 100% 50%; }
}

header .header-2 .box-1 section:last-child{
	padding: 12% 5%;
}
header .header-2 .box-1 section h2{
	width: 100%;
	float: left;
	font-family: system-ui;
	font-size: 10vw;
	color: rgba(255, 255, 255, 1.0);
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
header .header-2 .box-1 section p{
	width: 100%;
	margin-top: 2%;
	float: left;
	text-align: justify;
	font-family: system-ui;
	font-size: 3vw;
}
header .header-2 .box-1 section strong{
	width: 40%;
	padding: 2%;
	margin-top: 10%;
	margin-left: 30%;
	float: left;
	border: 3px double white;
	border-radius: 50px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5), -2px -2px 2px rgba(244, 244, 244, 1.0);
	text-align: center;
	font-size: 4vw;
	color: ;
}
.arrow {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    z-index: ;
    background: rgba(0,0,0,0.5);
    border: none;
    color: white;
    padding: 10px;
    cursor: pointer;
    font-size: 20px;
}

#prev { left: 10px; }
#next { right: 10px; }


/**********journal**********/
.journal{
	width: 90%;
	margin-top: 5%;
	margin-left: 5%;
	float: left;
}
.journal h3{
	width: 100%;
	padding-bottom: 1%;
	margin-bottom: 1%;
	float: left;
	border-bottom: 1px solid darkred;
	font-size: 6vw;
	font-weight: lighter;
}
.journal .main{
	width: 100%;
	height: auto;
	margin-bottom: 5%;
	float: left;
}
.journal .main section{
	height: 100%;
	height: 100%;
	float: left;
}
.journal .main section img{
	width: 100%;
	height: 65%;
	float: left;
	object-fit: cover;
}
.journal .main section h4{
	width: 100%;
	margin-top: 2%;
	float: left;
	text-align: justify;
	font-size: 4vw;
}
.journal .main section p{
	width: 100%;
	margin-top: 1%;
	float: left;
	text-align: justify;
	font-size: 2.5vw;
}
.journal .main section time{
	width: 100%;
	margin-top: 1%;
	float: left;
	text-align: right;
	font-size: 2.5vw;
}
.journal .sub{
	width: 100%;
	height: auto;
	float: left;
}
.journal .sub section{
	height: 100%;
	height: 20vw;
	padding-bottom: 3%;
	margin-bottom: 3%;
	float: left;
	border-bottom: 1px solid gray;
}
.journal .sub section:last-child{
	border-bottom: none;
}
.journal .sub section img{
	width: 40%;
	height: 100%;
	float: left;
	object-fit: cover;
}
.journal .sub section h4{
	width: 57%;
	float: right;
	font-size: 3vw;
	font-weight: ;
}

/**********eclass**********/
.eclass{
	width: 90%;
	margin-top: 5%;
	margin-left: 5%;
	float: left;
}
.eclass h3{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 6vw;
	font-weight: lighter;
}
.eclass .p-1{
	width: 80%;
	padding: 0% 10%;
	padding-bottom: 1%;
	margin-bottom: 1%;
	float: left;
	text-align: center;
	font-size: 3.5vw;
	font-weight: lighter;
	color: darkred;
}
.eclass div{
	width: 100%;
	margin-top: 5%;
	float: left;
	display: unset;
}
.eclass div section{
	width: 100%;
	height: auto;
	margin-bottom: 15%;
	float: left;
}
.eclass div section h4{
	width: 25vw;
	height: 25vw;
	margin-left: calc((100% - 25vw) / 2);
	background-color: skyblue;
	float: left;
	display: grid;
	border-radius: 100vw;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.eclass div section h4 i{
	width: auto;
	margin: auto;
	font-size: 8vw;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.eclass div section strong{
	width: 100%;
	margin-top: 5%;
	float: left;
	text-align: center;
	font-size: 4vw;
}
.eclass div section p{
	width: 100%;
	margin-top: 2%;
	float: left;
	text-align: center;
	font-size: 2.5vw;
}

/**********Contacts**********/
#Contacts{
	width: 90%;
	margin-top: 5%;
	margin-left: 5%;
	float: left;
}
#Contacts h3{
	width: 100%;
	padding-bottom: 1%;
	margin-bottom: 1%;
	float: left;
	font-size: 6vw;
	font-weight: lighter;
}
#Contacts form{
	width: 100%;
	height: auto;
	float: left;
}
#Contacts form label{
	width: 100%;
	margin-bottom: 10%;
	float: left;
}
#Contacts form label span{
	width: 100%;
	float: left;
	font-size: 3.5vw;
}
#Contacts form label input,
#Contacts form label textarea{
	width: 100%;
	margin-top: 2%;
	float: left;
	border: unset;
	border-bottom: 1px solid rgba(0, 0, 0, 1.0);
	outline: none;
	resize: none;
	font-size: 3vw;
}
#Contacts form button{
	width: 40%;
	padding: 3%;
	background-color: darkred;
	float: left;
	border: none;
	font-size: 4vw;
	font-weight: bold;
	color: rgba(255, 255, 255, 1.0);
}
#Contacts ul{
	width: 100%;
	height: auto;
	margin: 0% 0%;
	margin-top: 20%;
	float: left;
}
#Contacts ul li{
	width: 100%;
	padding-bottom: 6%;
	margin-bottom: 6%;
	float: left;
	list-style: none;
	border-bottom: 1px dashed gray;
	font-size: 3.5vw;
}
#Contacts ul li:last-child{
	border-bottom: none;
}
#Contacts ul li i{
	float: left;
}
#Contacts ul li span{
	float: right;
}
#Contacts div{
	width: calc(98% - 4px);
	height: 50vw;
	padding: 1%;
	float: right;
	border: 2px solid darkred;
}
#Contacts div iframe{
	width: 100%;
	height: 100%;
	float: left;
	border: none;
}

/**********signing**********/
.signing{
	width: 90%;
	padding-bottom: 3%;
	margin-top: 10%;
	margin-left: 5%;
	float: left;
	text-align: center;
	font-size: 2.5vw;
	color: gray;
}
.signing span{
	width: 100%;
	float: left;
}























}
