html {
    background-image: url('images/bg.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body {
    margin: 0;
    padding: 0;
}

.mobile_only {
    display: none;
}

.only_landscape { display: none }

p, a, span, input, select, div {
    font-family: 'Assistant', sans-serif;
}

#page-container {


}

.img-responsive {
    max-width: 100%;
    height: auto;
}

#logo-container {
    text-align: center;
    margin-bottom: 35px;
}

#right {
    position: absolute;

    width: 893px;
    height: 1205px;


    top: 0;
    right: 0;

    z-index: 1;
    text-align: right;
}




#peoples img {
    display: block;
}

#logos {
    padding: 20px;
    direction: rtl;

}

.xigduo {
    float: right;
    margin: 30px 20px;
}

.forxiga {
    float: right;
    margin: 40px 10px;
}

#form-container {
    position: relative;
    z-index: 2;
    margin: 85px 0 0 35px;

    padding: 30px;

    max-width: 1280px;
    background: linear-gradient(130.9deg, rgba(255, 000, 000, 0) 10.85%, #FFFFFF 66.54%);

    box-sizing: border-box;
    border: 10px solid rgba(0, 75, 102, 0.41);
    border-radius: 20px;
}

.references {
    color: #000000;
    font-size: 10px;
}

#carousel-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;
}

.carousel-img-container {
    justify-self: center;
    align-self: start;
    text-align: center;
    display: inline-block;
    margin: 10px;
}

#carousel-container-mob {
    display: none;
    margin-bottom: 30px;
}

.carousel-cell {
    width: 100%;
    text-align: center;
}

.flickity-page-dots {
    display: none;
}

.flickity-page-dots .dot {
    background-color: #ffffff !important;
}

.img-item {
    width: 100%;
    height: 100%;
    max-width: 105px;
    max-height: 105px;
}

.icon-text {
    color: #121212;
    font-size: 18px;
    direction: rtl;
    text-align: center;
    margin: 0;
}

.description-text {
    color: #004B66;
    font-size: 30px;
    font-weight: 800;
    direction: rtl;
    text-align: center;
    margin: 10px 0 10px 0;
}

.form-field {
    width: 50%;
    padding: 20px;
}

.input-label {
    width: 28%;
    text-align: left;
}

.input-label span {
    color: #004B66;
    font-size: 20px;
}

.input-form-cont {
    padding: 2px 7px;
    border-radius: 10px;
    background-color: #fff;
    width: 75%;
    border: 1px solid rgba(61, 54, 63, 0.32);
    border-radius: 8px;
}

.form-input {
    width: 100%;
    outline: none;
    border: none;
    font-size: 20px;
    height: 2em;
    background: #FFFFFF;
    font-weight: 400;
}


.error-input {
    border: 2px solid red;
}

/* Customize the label (the container) */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

.checkbox-container input:checked ~ .checkmark {
    background-color: #004B66;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    right: 8px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#button-container {
    width: 80%;
    max-width: 350px;
    background-color: #004B66;
    border-radius: 8px;
    padding: 10px 0px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    margin-top: 30px;
    line-height: 30px;
}

.loader {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #B93891; /* Blue */
    border-radius: 50%;
    width: 23px;
    height: 23px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

#thankyou-message {
    margin-top: 35px;
}

/* Popup container */
.privacy-policy-popup {
    position: relative;
    display: inline-block;
}

.privacy-policy-text {
    cursor: pointer;
    text-decoration: underline;
}

.close {
    color: #aaa;
    position: absolute;
    font-size: 28px;
    font-weight: bold;
    top: 0;
    right: 10px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* The actual popup (appears on top) */
.privacy-policy-popup .popuptext {
    visibility: hidden;
    width: 400px;
    background-color: #fff;
    color: #555;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: -60%;
    margin-left: -80px;
}

/* Popup arrow */
.privacy-policy-popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.privacy-policy-popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}

.form-select {
    outline: none;
    border-radius: 10px;
    border: none;
    height: 100%;
    width: fit-content;
    font-size: 20px;
    font-weight: 400;
    padding-right: 3px;
    background-color: transparent;
    -webkit-appearance:menulist;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

table.form-input td:nth-child(2) {
    padding-left: 18px !important;
}

.sitcky-landscape {
    display: none;
}


@media ( max-width: 1600px )  {
    .desktop_only {
        display: none;
    }

    #form-container {
        margin: 20px auto
    }
    
      td{ margin-bottom: 10px; }
}

@media ( max-width: 1600px ) and ( min-width: 900px ) {
    .hide_landscape { display: none }
    .only_landscape { display: block }

    #form-container{
        background: rgb(255,255,255);
        background: linear-gradient(170deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 39%, rgba(255,255,255,0.8) 54%, rgba(255,255,255,0.3253676470588235) 100%);

        border: 6px solid rgba(0, 75, 102, 0.41);

    }

    #peoples{ margin-top: 30px }
    .sitcky-landscape {
        display: block;
        position: fixed;
        z-index: -1;
        right: 0;
    }


    .logos { text-align: center; margin-top: 20px; direction: rtl }


    .xigduo {
        float: none;
        display: inline;
        margin: 30px 20px;
    }

    .forxiga {
        float: none;
        display: inline;
        margin: 40px 10px;
    }

}



@media (max-width:800px) {
    #description-text {
        font-size: 20px;
    }

    .input-form-cont {
        width: 100%;
    }

    .form-field table td {
        padding: 5px;
    }

    #page-container {

        height: fit-content;
        background-size: cover;
    }
}

@media (max-width:900px) {

    #right {
        background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 63.25%);
        position: inherit;
        width: 100%;
        height: 100%;
    }

    .xigduo, .forxiga {
        float: right;
        margin: 0;
        width: 48%;
        margin: 4% 1% 0;
        text-align: left;
    }

    .xigduo {
        text-align: left;

    }

    .forxiga {
        text-align: right;
    }

    .references { padding: 0 14px }

    .mobile_only {
        display: block;
    }

    .desktop_only {
        display: none;
    }

    #form-container {
        padding: 20px 0px;

        margin: 0px 12px;
        margin-top: -370px;
        background: rgb(255,255,255);
        background: linear-gradient(170deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 39%, rgba(255,255,255,0.8) 54%, rgba(255,255,255,0.3253676470588235) 100%);

        border: 6px solid rgba(0, 75, 102, 0.41);
    }

    #carousel-container {
        display: none;
    }

    #carousel-container-mob {
        display: block;
    }

    .img-item {
        width: 85px;
        height: 85px;
    }

    .description-text {
        padding: 0 20px;
        font-size: 22px;
    }

    .form-field {
        width: 100%;
        display: block;
        padding: 0;
    }

    .input-form-cont {
        width: 85%;
        font-size: 20px;
    }

    .input-label {
        width: 30%;
    }

    .input-label span {
        font-size: 16px;
    }

    .privacy-policy-popup .popuptext {
        width: 200px;
        left: 30%;
    }

    table.form-input td:nth-child(1) {
        width: 65px !important;
    }

    table.form-input td:nth-child(2) {
        padding-left: 12px !important;
    }

    .form-input {
        font-size: 16px !important;
    }


}

