@CHARSET "ISO-8859-1";

.uk-navbar-dropdown-width-2:not(.uk-drop-stack) {
    width: fit-content;
    left: 75px !important;
    white-space: nowrap;
	background-color: #f1f1f1;
    letter-spacing: 1px;
}

header {
  /*   background: rgb(38, 38, 40);
    background: linear-gradient(0deg, rgb(38, 38, 40) 0%, rgb(24, 24, 24) 80%, rgb(24, 24, 24) 100%); */
}

.uk-grid.full {
    display: block;
}

p.box-data {
    text-align: justify;
    letter-spacing: 1px;
    font-size: 20px;
}

.assets-box {
    margin-bottom: 20px;
 
}

.order-pack * p {
    font-size: 18px;
    letter-spacing: 1px;
    text-align: justify;
}

.order-pack-form label {
    font-weight: bold;
    letter-spacing: 1px;
    color: navy;
    text-transform: capitalize;
}

input#submit-form {
    background-color: navy;
    color: white;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 20px;
}

ul.uk-navbar-nav li a {
font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
	color:#5853a0;
	
}

.uk-nav > li > a {
    padding: 5px 0;
	color:purple;
}

.image-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    /* overflow: hidden; */
}

.round-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.in-slideshow .uk-slideshow-items {
    top: -150px;
}

.in-slideshow {
    height: 750px;
}

.uk-section-secondary {
    background: white;
}

ul.uk-navbar-nav li a:hover {
    color: #32af66;
}

.home-banner-text {
    text-align: justify;
}

.uk-card-body.pg-contents div {
    text-align: justify;
    font-size: 18px;
    letter-spacing: 1px;
}

.uk-section.in-equity-5.top-3-points {
    padding-top: 20px;
}

.in-slideshow {
    padding-top: 0px;
}

i.fas.fa-bars {
    color: #31af65;
}
