@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@700&family=Antonio:wght@200&family=Inter:wght@300&family=Libre+Caslon+Text&family=Oswald&display=swap");

/* font-family: 'Antonio', sans-serif;
font-family: 'Inter', sans-serif;
font-family: 'Libre Caslon Text', serif;
font-family: 'Oswald', sans-serif; */

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

#to-top {
    background: linear-gradient(45deg, #7d5ff9 0%, #2876bd 92%) !important;
    position: fixed;
    bottom: 20px;
    right: 0px;
    padding: 1em;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
    border-radius: 5px 0 0 5px;
    z-index: 10000;
    text-decoration: none;
}

#to-top i {
    font-size: 1.5em;
    font-weight: bold;
    color: #fafafa;
}

.navbar {
    padding: 0;
    background: #d8ab4c;
}

.navbar .navbar-brand {
    background: #ffffff;
    padding: 0.5em 1.5em;
}

.navbar .navbar-brand img {
    max-width: 250px;
    width: 250px;
}

.navbar-nav {
    padding-right: 1em;
}

.navbar .nav-item .nav-link {
    padding: 1em 2em;
    font-size: 1.3em;
    font-family: "Antonio", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: normal;
    font-weight: bolder;
    color: #000000;
    transition: all 0.1s ease-in-out;
}

.navbar .nav-item .nav-link.active {
    color: #000000;
}

.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link.active {
    background: #ffffff;
    color: #000000;
}

.navbar .nav-item .nav-link i {
    font-size: 0.8em;
    font-weight: bolder;
    margin-left: 5px;
}

.navbar .nav-item .nav-link .la-shopping-cart {
    font-size: 1.5em;
}

.dropdown-toggle::after {
    display: none;
}

.home-section .home-section-left .btn:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 0%;
    height: 100%;
    background-color: rgb(19, 116, 192);
    border-radius: 5px 0 0px 5px;
}

.nav-item.active {
    background: #ffffff;
}

/* dropdown */
.navbar .nav-item.dropdown.show .nav-link {
    color: #000000 !important;
}

.dropdown-menu {
    margin-top: 0;
    border: none;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 5%);
    border-radius: 0px;
    font-family: "Antonio", sans-serif;
    font-size: 1em;
    transition: all 0.5s ease-in-out;
}

.dropdown:hover .dropdown-menu {
    display: block;
    animation: 0.5s slideUp;
}

@keyframes slideUp {
    from {
        transform: translateY(10%);
    }
    to {
        transform: translateY(0%);
    }
}

.dropdown-menu .dropdown-item {
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 0.03em;
    color: #000000;
    padding: 10px 1.5em;
}

.dropdown-menu .dropdown-item:hover {
    background: none;
    color: #d8ab4c;
}

/* home-section */
.home-section {
    margin: 0;
    height: 50vh;
    padding: 3em;
    background: url("../images/world_map.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    position: relative;
}

.home-section::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 95%);
    position: absolute;
}

.home-section .home-section-left {
    padding: 0;
}

.home-section .home-section-left h4 {
    text-align: center;
    font-family: "Libre Caslon Text", serif;
    font-weight: bold;
    font-size: 2.5em;
    letter-spacing: 0.03em;
    color: #ffffff;
}

.home-section .home-section-left p {
    font-family: "Inter", sans-serif;
    font-size: 1.2em;
    margin: 2.5em 0 0 0;
    color: #f5f3ef;
    opacity: 0.9;
    text-align: center;
}

/* .home-section .home-section-left .btn {
  display: block;
  margin: auto;
  border-radius: 0px;
  outline: none;
  padding: 1em 2.5em;
  background: #d8ab4c;
  color: #000000;
  border: none;
  font-size: 1em;
  letter-spacing: 0.02em;
  font-family: 'Antonio', sans-serif;
  font-weight: 800;
  position: relative;
  transition: all 0.4s ease-in-out;
  border: 1px solid #ffffff;
  outline: none;
}

.home-section .home-section-left .btn:hover {
  background: #000000;
  color: #ffffff;
}

.home-section .home-section-left .btn:focus {
  outline: none;
  box-shadow: none;
}

.home-section .home-section-left .btn:hover::after,
.home-section .home-section-left .btn:hover::before {
  z-index: -1;
  width: 50%;
  transition: all 0.4s ease-in-out;
  background: #c679e3;
} */

.icon-bar {
    margin: 0em 0;
    padding: 2em 3em;
    background: #e4e4e4;
}

.icon-bar a {
    text-decoration: none;
}

.icon-bar .icon-box {
    padding: 2em;
    text-align: center;
    font-family: "Antonio";
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #000000;
    border: 1px solid #000000;
}

.icon-bar .icon-box:hover {
    background: #000000;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.icon-bar .icon-box i {
    font-size: 3em;
    margin-bottom: 0.5em;
}

.icon-bar .icon-box p span {
    text-transform: none;
    font-size: 0.8em;
}

.icon-bar .technology-logo .img1 {
    filter: grayscale(1);
    width: 100%;
}

.icon-bar .technology-logo .img2 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: 0.4s ease-in;
}

.icon-bar .technology-logo:hover .img2 {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

/* requirement */
.requirement-section {
    margin: 3em 0;
    padding: 0 1.5em;
}

.requirement-section .requirement-introduction p {
    font-family: "Libre Caslon";
    font-weight: 500;
    line-height: 1.8em;
    font-size: 1.15em;
    margin-bottom: 0;
    text-align: justify;
}

.requirement-section .requirement-list .requirement-item {
    margin: 1.5em 0 0 0;
}

.requirement-section .requirement-list .requirement-item .requirement-heading {
    font-weight: 500;
    font-family: "Antonio";
    background: #000000;
    width: auto;
    padding: 0.7em 0.5em;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.requirement-section .requirement-list .requirement-item .requirement-desc p {
    font-family: "Inter";
    padding: 0.7em 0 0 0;
    text-align: justify;
    line-height: 1.8em;
    margin-bottom: 0;
}

/* footer */
footer {
    margin-top: 2em;
    background: #000000;
    padding: 4em 3em 1em 3em;
}

.footer1 {
    position: relative;
}

.footer1 .footer-brand img {
    max-width: 250px;
    width: 250px;
}

.footer1 img {
    margin-bottom: 2em;
}

.footer1 p {
    z-index: 99;
    width: 80%;
    color: #4a6f8a;
    font-family: "Poppins";
    font-weight: 500;
}

.footer4 .address-info li {
    padding: 0.1em 0;
    list-style-type: none;
    color: #e4e4e4;
    font-size: 1em;
    font-family: "Libre Caslon";
    text-align: right;
}

.footer4 .address-info li i {
    margin-right: 0.5em;
}

.footer4 {
    position: relative;
}

.divider {
    border-bottom: 1px solid rgba(228, 228, 228, 0.5);
}

.copyright {
    padding: 1em 0;
    margin-top: 1em;
    color: #e4e4e4;
    font-family: "Libre Caslon Text", serif;
    text-align: center;
}

.copyright span {
    font-weight: bold;
    color: #cfae70;
}

.copyright span a {
    color: #cfae70;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #000;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
