html {
    font-size: 62.5%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

h1{
    font-weight: bold !important;
}
.font-bold{
    font-weight: bold !important;
}
#pageHome {
    position: relative;
    
}
#carousel{
    background: #E5E5E5;
}

.mobile{
    display: none;
}

/* Begin: Header */

.design-header {
    position: fixed;
    top: 0;
    width: 100% !important;
    z-index: 1;
    background: linear-gradient(90deg, #f5e1e8 0%, #dddeea 100%) !important;
}

.bg-dropdown-menu {
    background: linear-gradient(90deg, #f5e1e8 0%, #dddeea 100%) !important;
}

.bg-design-header img {
    width: 110px;
    height: auto;
    padding: 10px 0;
}

.text-header-color {
    font-size: 151.2%;
    text-align: left;
    color: #1d2671 !important;
}

.bg-dropdown-item:hover {
    background: linear-gradient(
    90deg,
    #8bdeda 0%,
    #43add0 25%,
    #998ee0 50%,
    #e17dc2 75%,
    #ef9393 100%
    );
    color: white;
    font-weight: bold;
}

.dropdown-menu a {
    font-size: 142.3%;
}

/* End: Header */

/* Begin: Carousel */
.error-title {
    margin: 20px;
    color: #ffffff;
    display: none;
    color: red;
    font-size: 320%;
    text-transform: uppercase;
    font-weight: bold;
}

.design-text-carousel {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 300%;
    color: #1d2671;
}

.design-top-carousel {
    padding-top: 220px;
}
.design-bottom-carousel {
    padding-bottom: 110px;
}

.design-form-input-UID input,
.design-form-input-UID textarea  {
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    padding: 10px 16px;
}

.design-form-input-UID input {
    height: 50px;
}

.design-form-btn-UID {
    width: 275px;
    margin: 0 auto;
    outline: none;
}

.design-form-btn-UID button {
    background: linear-gradient(90deg, #c33764 0%, #1d2671 100%);
    box-shadow: 0px 0px 5px rgba(107, 24, 78, 0.6);
    border-radius: 10px;
    display: inline-block;
    transition: all 0.5s;
    font-size: 200%;
}

.ds-br-ipput{
    border-radius: 10px;
}

.design-form-btn-UID button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;

    height: 41.6px;
    padding-top: 4.5px;
    font-size: 22px;
}

.design-form-btn-UID button span:after {
    content: "\00bb";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.design-form-btn-UID button:hover span {
    padding-right: 20px;
}
.design-form-btn-UID button:hover span::after {
    opacity: 1;
    right: 0;
}

.design-form-input-UID-bottom {
    background: linear-gradient(
    90deg,
    #8bdeda 0%,
    #43add0 25%,
    #998ee0 50%,
    #e17dc2 75%,
    #ef9393 100%
    );
    margin: 0 auto;
    border-radius: 20px;
    width: 90%;
}

.design-input-UID-bottom {
    width: 80%;
    height: 45px;
    border-radius: 10px 0px 0px 10px !important;
    outline: none;
    padding: 10px 10px;
    background-color: white;
    font-size: 18px;
}

.design-tag-a {
    word-wrap: break-word;
    word-break: keep-all;
}

.design-button-UID-bottom {
    font-size: 1.4rem;
    width: 10%;
    border-radius: 0px 10px 10px 0px !important;
    background: #1d2671;
}

/* End: Carousel */

/* Begin: Content */
.design-text-content {
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    color: #1d2671;
}

.design-img-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 285px;
    margin: 0 auto;
}

.design-img-content-item-1 {
    width: 300px;
    object-fit: cover;
}
.design-img-content-item-2 {
    object-fit: cover;
}
.design-img-content-item-3 {
    width: 300px;
    padding: 20px;
    object-fit: cover;
}
.design-img-content-item-4 {
    /* padding: 60px; */
    width: 290px;
    height: 290px;

    object-fit: cover;
}

.design-card-p {
    font-size: 142.3%;
}

.design-img-logo-software {
    padding: 15px;
    object-fit: cover;
    transition: all 0.3s ease;
    border-radius: 25px;
}

.icon-app a img:hover {
    transform: scale(1.3);
    object-fit: contain;
    filter: drop-shadow(0 0 5px #3498db);
}

.img-fb {
    margin: 0 auto;
    width: 55%;
}
.img-fb img {
    object-fit: contain;
}

.text-ig {
    width: 25%;
}
.text-ig h4 {
    font-size: 160%;
}
.text-ig2 {
    width: 85%;
}
.text-ig2 h4 {
    font-size: 160%;
}
/* End: Content */

/* Begin: Footer */
.bg-design-footer {
    margin: 0px 15px;
}

#footer {
    background: linear-gradient(
    90deg,
    #8bdeda 0%,
    #43add0 25%,
    #998ee0 50%,
    #e17dc2 75%,
    #ef9393 100%
    ) !important;
}

.design-text-footer h1 {
    font-weight: bold;
    font-size: 150%;
}

.design-text-footer p, a {
    font-size: 150%;
}
/* End: Footer */

/* IPhone X */
@media screen and (max-width: 767px) {
    #main-carousel{
    width: 100% !important;
    }
    html {
    font-size: 53%;
    }
    .desktop {
    display: none;
    }
    .mobile{
        display: block;
    }
    .design-tag-a {
    height: 80px;
    }
    .text-ig {
    width: 50%;
    text-align: left;
    }
    .text-ig2 {
    width: 50%;
    text-align: left;
    word-wrap: break-word;
    word-break: keep-all;
    }
    .text-ig2 h4{
    text-align: left;
    }
    .design-button-UID-bottom {
    width: 20%;
    }
    .design-input-UID-bottom {
    width: 70%;
    }
    #carousel{
        width: 100% !important;
    }
    .design-top-carousel{
    padding-top: 100px;
    }
    .design-bottom-carousel {
    padding-bottom: 50px;
}
}

/* IPad */
@media screen and (min-width: 768px) and (max-width: 1000px){
    html {
    font-size: 70.3%;
    }
    .mobile {
    display: none;
    }
    .design-tag-a {
    height: 80px;
    }
}

/* IPad Pro */
@media screen and (min-width: 1001px) and (max-width: 1299px){
    html {
    font-size: 70.3%;
    }

}

@media screen and (min-width: 1300px) {
    #main-carousel{
    margin: 0 auto;
    max-width: 1200px;
    }
    #carousel {
    margin: 0 auto;
    width: 100% !important;
    }
    #content{
    margin: 0 auto;
    max-width: 1200px;
    }
    #main-footer{
    margin: 0 auto;
    max-width: 1200px;
    }

    html {
    font-size: 70.3%;
    }
    .mobile {
    display: none;
    }
}
.loading-finder {
    width: 100px;
    height: 100px;
    text-align: center;
}
.loading-finder:after {
    content: "";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 8px;
    box-sizing: border-box;
    border: 39px solid #c33764;
    border-color: #c33764 transparent #1d2671 transparent;
    animation: loading-finder 1.2s infinite;
}
@keyframes loading-finder {
    0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
    transform: rotate(1800deg);
    }
}
.input-group-text{
    font-size: 1.4rem;
    border-radius: 0px 10px 10px 0px !important;
    background: #1d2671;
    color: white;
    font-weight: bold;
    cursor: pointer;
    border: 0;
    height: 45px;
    padding: 20px;
}
#validationDefaultUsername{
    border-radius: 10px 0px 0px 10px !important;
    font-size: 18px;
}
input{
    border: 0 !important;
}
.input-id{
    border-radius: 10px 0px 0px 10px !important;
    font-size: 18px;
    height: 45px;
}
.cursor-pointer {
    cursor: pointer;
}

/* Ensure dropdown menus are above other content */
.dropdown-menu {
    z-index: 1050 !important;
}

/* Ensure navbar is above other content */
.navbar {
    z-index: 1030 !important;
}

/* Ensure result box doesn't interfere with menu */
#resultBox {
    z-index: 1000;
    position: relative;
}

/* Fix for mobile menu */
@media (max-width: 767.98px) {
    .navbar-collapse {
        z-index: 1040 !important;
    }
    
    .dropdown-menu {
        position: static !important;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
}