
*{
	font-family: 'Space Grotesk', sans-serif, 'FontAwesome';
}

body{
	margin:0px;
	padding:0px;
}
/* @media(orientation: portrait){ */


body{
	color: rgba(75,4,113,255) !important;
    background: url(../../assets/images/EXPORT_BG_02.png), url(../../assets/images/EXPORT_BG_01_PRPLE.png);
    background-repeat: no-repeat;
    background-size: cover, cover;
    height: 100vh;
    width: auto;
	padding: 25% 20%;
    
}

body.home{
    background: url(../../assets/images/EXPORT_BG_02.png), url(../../assets/images/EXPORT_BG_01_TRQS.png);
    background-repeat: no-repeat;
    background-size: cover, cover;
    height: 100vh;
    width: auto;
	padding: 25% 20%;
    
}


ul.home.navbar-nav {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
	padding: 30% 0%;
}

/* } */
/*
@media(orientation: landscape){
	body.home {
    width: 100%;
    height: 100%;
	}


body{
	color: rgba(75,4,113,255) !important;
    background: url(../../assets/images/EXPORT_BG_02.png), url(../../assets/images/EXPORT_BG_01_PRPLE.png);
    background-repeat: repeat;
    background-size: contain, cover;
    height: 100vh;
    width: auto;
	padding: 25% 20%;
    
}

body.home{
    background: url(../../assets/images/EXPORT_BG_02.png), url(../../assets/images/EXPORT_BG_01_TRQS.png);
    background-repeat: no-repeat;
    background-size: contain, cover;
    height: 100vh;
    width: auto;
	padding: 25% 20%;
    
}

ul.home.navbar-nav {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
	padding: 30% 0%;
}

}
*/
li.nav-item, .btn.btn-primary {
    color: rgba(246,251,250,255);
    width: 30%;
    background-color: rgba(31,173,174,255);
    border: 2px solid rgba(115,61,145,255);
    text-align: center;
}
li.nav-item{
	width: 60%;
}

i.fa-solid{
	 color: rgba(124,223,218,255);
}
a.nav-link i.fa-solid {
    margin: 0 20px;
    color: rgba(124,223,218,255);
}

button a{
	color: rgba(246,251,250,255);
	text-decoration:none;
}

.container{
	width:100%;
	height:100%;
	padding-right: 5.5% !important;
}

.footer-container {
    position: fixed;
    margin: auto 5%;
    bottom: 0;
    left: 0;
    right: 0;
}

h2 {
    color: rgba(75,4,113,255);
    padding: 15% 5% 5% 5%;
    text-transform: capitalize;
    font-weight: bold !important;
}

h3{
	text-align:center;
}

.input-wrapper {
  position: relative;
}

.input-wrapper input, .input-wrapper select {
  border: 2px solid rgba(75,4,113,255);
  border-end-end-radius: 80px 80px;
  position: relative;
  width: 100%;
  margin: 10px;
  font-weight: bold;
}

.input-wrapper label {
    position: absolute;
    color: rgba(75,4,113,255);
    top: 1.2em;
    z-index: 1;
    left: 1.6em;
    background-color: white;
    padding: 0 5px;
}
.form-control:focus, .form-select:focus{
	color: #212529 !important;
    font-weight: bold;
    background-color: #fff !important;
    border-color: rgb(255 255 255 / 0%) !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(75 4 113 / 20%) !important;
}

.text-pages-read{
    color: black;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 2.9em;
    text-align: end;;
}

@media (max-device-width:1200px) and (orientation: landscape) {
  html {
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
  }
}

@media(orientation: landscape){

	
	body{
	color: rgba(75,4,113,255) !important;
    background:rgb(31 173 174 / 17%);
	padding: 10% 10%;
    
	}

	body.home {
		background: rgb(31 173 174 / 17%);
		padding: 10% 10%;
	}
	
	ul.home.navbar-nav {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    padding: 5% 20%;
	}
	h2 {
		color: rgba(75,4,113,255);
		padding: 5% 5% 5% 5%;
		text-transform: capitalize;
		font-weight: bold !important;
	}
.container {
	background-color: white;
    border: 20px solid rgb(202 225 97);
    border-radius: 1px;
    box-shadow: 1px 1px 20px 14px rgb(0 0 0 / 50%);
}
}