body {
	margin: 0;
	background-color: white;
    height: 100%;
	padding: 0;
	overflow-x: hidden;
	scroll-behavior: smooth;
	
}

.banner{

    width : 100%;
	padding: 1px 20px;
    background-size:cover;
    background-color: #222222;
	height:100%;
	max-height: 65px;
	text-align: right;
	font-size: 25px;
	font-family: "Gabarito",sans-serif;
	position: relative;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content:left;
    grid-column-gap: 55%;
}
.banner ul li{
	list-style: none;
	display: inline-block;
	margin : 0 20px;
	position: relative;
	
	
}
.banner ul li a{
	text-decoration: none;
	color: white;
	text-transform: "uppercase";
}
.banner ul li::after{
	content: '';
	height: 3px;
	width: 0;
	background: #fba518;
	position: absolute;
	left: 0;
	bottom: -10px;
	transition: 0.5s;
	
}
.banner ul li:hover::after{
	width: 100%;
}

.logo{
	height: 50px;
	
	position: relative;
	align-content: left;

}

.off-screen-menu{
	display: none;
}
.ham-menu{
	display: none;
}

.conclusion{
	background-color: rgb(0, 0, 0);
    height: auto;
	width: 100%;
	position: relative;
	z-index: 6;
	color: white;
	background-color: #222222;
	margin-top: -8px;
}
.selectc{
	background-color:#d3c4ac;
	color: Black;
	font-family: sans-serif;
	font-size: larger;
	width: 100px;
	height: 30px;
}
.countrytxt{
	font-family: sans-serif;
	font-size: larger;
	padding: 0;
	border: 0;
	margin-bottom: 10px;
}
.country{
	margin-left: 40px;
	margin: 40px;
}
.contacts{
	margin-left: 40px;
	color: white;
	font: sans-serif;
	font-size: larger;
	margin-bottom: 20px;
}
.contactstxt{
	font-size: 20px;
	font: sans-serif;
	margin-bottom: 15px;
	border: 0;
	padding: 0;
	text-decoration: underline;
}
.last{
	margin-left: 40px;
	font-family: sans-serif;
	font-size: smaller;
	color: white;
	padding-bottom: 30px;
}
.about{
	height: 100%;
	width: 100%;
	max-height: 1000px;
	display: flex;
	justify-content: center;
	align-items: center;
	
	column-gap: 30px;
	margin-top: 10%;
	font-family: "Gabarito";
	
}
.img{
	height: 230px;
	width: 250px;
	top: 12%;
	position: absolute;
	left: 27%; 
	
}
.box{
	background-color: #fba518;
	height: 800px;
	width: 450px;
	z-index: 1;
    flex-shrink: 0;
	text-align: right;
	padding: 10px;
	margin-bottom: 300px;

}
p{
	margin: 0;
}
h1{
	margin: 0;
}
h3{
	margin: 0;
}
h4{
	margin: 0;
}
h5{
	margin: 0;
}
.info img{
	height: 20px;
	width: 20px;
}
.frog{
	margin-top: 40%;
}
.frog h1{
	font-size: 25pt;
}
.edu{
	margin-top: 2%;
	
}
.info{
	display: flex;
	align-items:flex-end;
	justify-content: right;
	top: 110px;
	position: relative;
	font-size: 15pt;
	
}
.para{
	width: 600px;
	margin-top: -15%;
}
.para2 h1{
	font-size: 30pt;
}
.para2 p{
	font-size: 15pt;
}
.software{
	margin-top: 35%;
}

@media (max-width: 600px){
.banner{

    width : 100%;
	padding: 1px;
    background-size:cover;
    background-color: #222222;
	height: 50px;
	text-align: right;
	font-size: 10pt;
	font-family: "Gabarito",sans-serif;
	position: relative;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: space-between;
    grid-column-gap: 0;
	
}
    .banner ul li{
	list-style: none;
	display: flex;
	flex-direction: column;
	background-color: #222222;
	left: -500px;
	gap: 0 ;
	top: 70px;
	position: fixed;
	width: 100%;
	text-align: center;
	transition: 0.3s;
}
.banner a{
    position: absolute;
    left: 45%;
}
    .logo{
	height: 30px;
	position: relative;
	align-items: center;
	justify-content: center;
	padding-left: 20%;

}

.off-screen-menu{
	background-color: #222222;
	height: 100vh;
	width: 100%;
	color: white;
	max-width: 450px;
	position: fixed;
	top: 0;
    display: block;
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 2rem;
	transition: .5s ease;
    right: -450px;
	
}
.off-screen-menu.active{
	right: 0;
}
.ham-menu{
	height: 40px;
	width: 40px;
	margin-right: auto;
	position: relative;
	display: block;
	z-index: 15;
    margin-top: -13%;
	margin-left: 10%;
}
.ham-menu span{
	height: 4px;
	width: 100%;
	background-color: white;
	display: block;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: .5s ease;
	

}
.ham-menu span:nth-child(1){
	top: 25%;

}
.ham-menu span:nth-child(3){
	top: 75%;
}
.ham-menu.active span:nth-child(1){
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(-50%, -50%) rotate(45deg);

}
.ham-menu.active span:nth-child(2){
	opacity: 0;
}
.ham-menu.active span:nth-child(3){
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(-50%, 50%) rotate(-45deg);

}
    .about{
	height: auto;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	scroll-behavior: smooth;
	display: flex;
	flex-direction: column;
	justify-content:center;
	margin-top: 20%;
	font-family: "Gabarito";
	
}
    .img{
	height: 100px;
	width: 110px;
	position: absolute;
	left: 35%;
	right: 0;
	bottom: 0;
	top: 100;
	z-index: 5;
	

	
}
    .box{
	background-color: #fba518;
    height: auto;
	overflow-y: visible;
	width: 90%;
	z-index: 0;
	text-align: center;
	padding: 5px;
    margin-bottom: 80px;

}
    .frog{
	margin-top: 150%;
}
    .frog h1{
	font-size:20pt;
	
}   
    .edu{
	margin-top: 10%;
	
}
    .info{
	display: flex;
	align-items:flex-end;
	justify-content: center;
	position: relative;
	font-size: 13pt;
	position: relative;
	
}
    .para{
	width: 100%;
    

}
    .para2 h1{
	font-size: 30pt;
	text-align: center;
	
}
    .para2 p{
	font-size: 15pt;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 60px;
}
    .software{
	margin-top: 50%;
	padding-bottom: 30px;
}
    .conclusion{
	background-color: rgb(0, 0, 0);
    height: 45vh;
	width: 100%;
	position: relative;
	z-index: 1;
	color: white;
	background-color: #222222;
	margin-top: -8px;
}
    .selectc{
	background-color:#d3c4ac;
	color: Black;
	font-family: "Gabarito", sans-serif;
	font-size: 10pt;
	width: 60px;
	height: 20px;
}
    .countrytxt{
	font-family: "Gabarito", sans-serif;
	font-size: larger;
	padding: 0;
	border: 0;
	margin-bottom: 10px;
}
    .country{
	margin-left: 10px;
	margin-top: 10px;
}
    .contacts{
	margin-left: 10px;
	margin-bottom: 10px;
	color: white;
	font: "Gabarito", sans-serif;
	font-size: larger;
}
    .contactstxt{
	font-size: 20px;
	font: "Gabarito", sans-serif;
	margin-bottom: 8px;
	border: 0;
	padding: 0;
	text-decoration: underline;
}
    .last{
	margin-left: 10px;
	font-family: sans-serif;
	font-size: smaller;
	color: white;
	padding-bottom: 10px;
}
}