@font-face {
  font-family: 'Zarid Slab';
  src: url('fonts/29LTZaridSlab-SemiBold.eot');
  src: url('fonts/29LTZaridSlab-SemiBold.eot?#iefix') format('embedded-opentype'),
      url('fonts/29LTZaridSlab-SemiBold.woff2') format('woff2'),
      url('fonts/29LTZaridSlab-SemiBold.woff') format('woff'),
      url('fonts/29LTZaridSlab-SemiBold.ttf') format('truetype'),
      url('fonts/29LTZaridSlab-SemiBold.svg#29LTZaridSlab-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}








body {
  font-family: 'Zarid Slab';
      font-weight: bold;
      font-style: normal;;
}

html,
body {
	border: none;
	margin: 0;
	padding: 0;

}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;

}



html {

	scroll-behavior: smooth;
  background-color: #0b5b50;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}


body {

	box-sizing: border-box;
	color: #ffffff !important;
	font-size: 1.8rem;
	letter-spacing: -0.015em;
	text-align: left;
	padding-bottom: 0px !important;
	background-color: #0b5b50 !important;

}

.final-img {
    width: 350px;
    border: 1px solid #00ced4;
    border-radius: 7px;
}


fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 300px;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 25px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #d7ad37;
}

#contact textarea {
  height: 100px;
  max-width: 20%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 150px;
  border: none;
  background: #d7ad37;
  color: #FFF;
  margin: 0 0 25px;
  padding: 10px;
  font-size: 15px;
  border-radius: 7px;
}

#contact button[type="submit"]:hover {
  background: #00ced4;
  -webkit-transition: background 0.6s ease-in-out;
  -moz-transition: background 0.6s ease-in-out;
  transition: background-color 0.6s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(215, 173, 55, 0.5);
}



.upload-btn {
    color: white;
    text-decoration: none;
    background-color: #d7ad37;
    border-radius: 10px;
    padding: 12px 70px;
    font-size: 24px;
    margin-left: 0;
    bottom: 70px;
    position: relative;
}

.cap-btn {
    color: white;
    text-decoration: none;
    background-color: #00ced4;
    border-radius: 10px;
    padding: 12px 90px;
    font-size: 24px;
    margin-left: 0;
    bottom: 70px;
    position: relative;
}

.sub-btn {
    color: white;
    text-decoration: none;
    background-color: #d7ad37;
    border-radius: 10px;
    padding: 12px 45px;
    font-size: 24px;
    margin-left: 33px;
}

.sub-btn2{
  color: #ffffff;
  width: 120px !important;
  text-decoration: none;
  background-color: #feae7d;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
  padding: 5px 0px 0px 0px;
  font-weight: bold;

}
.sub-btn2:hover {
  color: #09080b;
  background-color: #cfa989;
  border: 1px solid #f4edd1;
}
.sub-btn3{
  color: #09080b;
  width: 140px !important;
  text-decoration: none;
  background-color: #cfa989;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
  padding: 7px 0px 0px 0px;
  font-weight: bold;

}

.sub-btn3:hover {
  color: #09080b;
  background-color: #feae7d;
  border: 1px solid #f4edd1;
}

#btn3{
  opacity: 0;
}

#name {
    width: 262px;
    margin-right: auto;
}
#name1 {
    width: 262px;
    margin-right: auto;
}

.desc-txt {
  font-size: 30px;
  margin-bottom: 30px;
  color: #ffffff;
}

.ins-txt {
  width: 400px !important;
  font-size: 25px;
  color: #ffffff;
  margin-left: auto;
  margin-top: 0px;
  font-weight: bold;
}
canvas {
  padding: 0;
}
.sub-btn:hover {
    color: white;
}

.yel-txt{
  color: #d7ad37;
}

.footer-rights{
  width: fit-content;
  margin-right: auto;
  font-size: 12px
}

.footer-links {
  width: fit-content;
}

.footer-links a{
  text-decoration: none;
  color: white;
  padding-right: 30px;
  font-size: 12px;
}

.footer-links a:hover{
  text-decoration: none;
  color: #d7ad37;
  padding-right: 30px;
}

.logo-h {
  width: 140px !important;
  margin-top: 10px;
}

.header-txt{
    color: white;
    position: absolute;
    right: 0;
    top: 200px;
    font-size: 40px;

}

.head-nav{
  margin-right: auto;
}

.container-margin{
  margin-top: 0px;
  z-index: 7;
  position: relative;
  margin-bottom: 200px;
  text-align: center;
}


.logo {

	background-image: url('./pics/bg3.jpg');
	background-repeat: no-repeat;
	height: 600px;
	background-size: cover;

}

.logo img{
	width: 465px;
	margin-top: 20px;
	margin-bottom: 20px;

}


.btn-start{
	margin-top: 30px !important;
	font-weight: bold;
}

#site-footer{
	background-color: #13121b;
  bottom: 0px;
	color: #ffffff;
	font-size: 17px;
text-align: right !important;
position: sticky;
z-index: 9

}

.reg-btn-footer{
	padding: 10px;
}

.footer-credits{
	padding: 0px;
}


.logo-img{
	text-align: center;
  margin-top: 200px;
}

.reg-btn{
	text-align: right;
}

.lan-btn {
	position: absolute;
	font-size: 23px;
	color: white !important;
	left: 0px;
	top: 0px;
	z-index: 9;
}

.lan-btn span {
    font-size: 20px;
    color: white;
}




.reg-btn a {
    color: white !important;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #d7ad37;
    background-color: #d7ad37;
    padding: 4px 14px;
    border-radius: 6px;
		font-weight: bold;
}

.reg-btn-footer a {
    color: white !important;
    text-decoration: none;
    font-size: 17px;
    border: 1px solid #997e50;
    background-color: #997e50;
    padding: 0px 14px;
    border-radius: 6px;
		font-weight: bold;
		width: fit-content;
		margin-left: auto;
		margin-right: auto;
}

.reg-btn1 a {
    color: white !important;
    text-decoration: none;
    font-size: 14px;
    border: 0;
    background-color: none;
    padding: 4px 14px;
    border-radius: 6px;
		font-weight: bold;
}

.gold-text{
	color: #9d8252;

}

.head-txt{
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	padding-top: 0px;
}

.txt-auth{
	font-size: 11px;
}

.navbar-nav{
	margin-left: auto !important;
    margin-right: 0px !important;
}

.line{
	width: 4px !important;
	margin: 0px 20px;
}

.bg-3 {
	position: relative;
}

.bg-3 img{
	width: 100%;
}

.head-cont{
position: absolute;
top: 0px;
right: 0px;
left: 0px;
}



@media screen and (min-width: 1400px){

  .ins-txt {
    width: 400px !important;
    font-size: 25px;
    color: #f4edd1;
    margin-left: auto;
    margin-top: 0px;
  }

}
@media screen and (max-width: 1400px){

	.container-margin {
    margin-top: 0px;

}

}

@media screen and (max-width: 780px){

	.container-margin {
    margin-top: 0px;

}

}

@media screen and (max-width: 570px) {


  .final-img {
      width: 300px;
      border: 1px solid #00ced4;
      border-radius: 7px;
  }

  .sub-btn {
      color: white;
      text-decoration: none;
      background-color: #d7ad37;
      border-radius: 10px;
      padding: 10px 40px;
      font-size: 20px;
      margin-left: 0;
      position: relative;
      top: 70px;
  }
	.container-margin {
	    margin-top: 0px;
	    z-index: 7;
	    position: relative;
	}

  .logo-h {
    width: 100px !important;
}

  .header-txt {

    top: 237px;
    font-size: 30px;
    width: 100%;
    text-align: center;
}

	.logo img {
		width: 300px;
    margin-top: 0px;
    margin-bottom: 0px;
	}

	.logo-img {
	    text-align: center;
	    margin-top: 80px;
	}

.logo-img2{
	padding-top: 0px !important;
}
.head-txt {
	font-size: 25px;
  font-weight: bold;
  padding-top: 20px;
}

.txt-design{
	padding-top: 0px !important;
	font-size: 16px;
}

.logo {
    height: 244px;
		background-image: none;
}

.btn-start a {
    font-size: 13px !important;
    margin-bottom: 25px;
}
#site-footer {

	text-align: center !important;
	width: 100%;
	position: relative;
  color: #ffffff;
  font-size: 10px;
}

.footer-rights {

    margin-right: auto;
    margin-left: auto;

}

.footer-links {
    width: fit-content;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.first-lnk{
  padding-right: 0px !important;
}

body {

    height: 100%;
}

.gold-text{
	padding-top: 10px !important;
}
.navbar-light .navbar-toggler-icon {
    background-image: url('data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%176, 146, 85, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e') !important;
		position: absolute;
    right: 0px !important;
    top: 15px;
}
.navbar{
	float: right;
}

.navbar-toggler:focus {

    outline: 0;
    box-shadow: 0 0 0 0rem !important;
}

.navbar-collapse.show{
	position: fixed;
    right: 0px;
    top: 125px;
    width: 100%;
    height: 150px;
    background-color: #b09255;
}

.navbar-toggler{
	border: 0px !important;
}

.reg-btn {
    text-align: center;
}
.reg-btn1 {
	padding-top: 25px;
	padding-bottom: 25px;
    text-align: center;
}

.reg-btn a {
    border: 0;
    background-color: transparent;

}

.line {
    width: 3px !important;
    margin: 0px 0px;
}

.reg-btn-footer{
	padding-bottom:  30px;
}
.text-surv{
	    margin-top: 80px;
}

.txt-home{
	font-size: 16px;
}

.ins-txt {
    width: 250px !important;
    font-size: 21px;
    color: #d7ad37;
    margin-left: auto;
    margin-top: 0px;
}



#name {
    width: 218px;
    margin-right: auto;
    height: 31px;
    margin-top: 20px;
    font-size: 20px;
}
#name1 {
    width: 218px;
    margin-right: auto;
    height: 31px;
    margin-top: 20px;
    font-size: 20px;
}
.sub-btn2 {
    color: white;
    width: 120px !important;
    text-decoration: none;
    background-color: #d7ad37;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 19px;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    padding: 3px 0px;
    font-weight: bold;
}

.sub-btn3 {
    color: white;
    width: 140px !important;
    text-decoration: none;
    background-color: #d7ad37;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    padding: 3px 0px;
    font-weight: bold;
}
.logo-img2 img{
  width: 130px !important;
  padding-left: 10px;
  
}
.header-txt22{
  padding-right: 10px;
  margin-bottom: 50px;
}

}
