@font-face {
    font-family: 'Swiss 721 BT';
    src: url('/fonts/swis/Swiss 721 BT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: "Russo One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.sf{
    font-family: 'Swiss 721 BT', sans-serif;
}

.bold{
    font-weight: 400 !important;
}

.bg-brown{
    background: #c49a6b;
    color: white;
}
.bg-dark-brown{
    background: #8c6942;;
    color: white;
}

.text-red{
    color: #d60000;
}

.brown{
    color: #c49a6b;
}

.dark-brown{
    color: #8c6942;;
}

.gray{
    background: #efefef;
}

.arabic{
    direction: rtl;
}

.green {
    background: green;
}

.hover{
    transform: 0.2s ease-in-out;
}

.hover:hover, .hover:focus{
    transform: scale(1.04);
}
.pointer:hover, .pointer:focus{
    cursor: pointer;
}

.btn-brown:hover, .btn-brown:focus{
    background: #c49a6b !important;
    color: white;
}

.animate__animated { --animate-duration: 1.5s; }

.forty-vh{
    min-height: 40vh;
}

.background{
    background: url('/img/banner_background.webp') no-repeat center center;
    background-size: cover;
}

.background-2{
    background: url('/img/banner-2.webp') no-repeat center center;
    background-size: cover;
}

.box-shadow{
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

#custom-form .form-outline {
    border-color: white;
}

#custom-form .form-control {
    color: white;
    background-color: transparent;
}

#custom-form .form-control::placeholder {
    color: white;
    opacity: 0.7;
}

#custom-form .form-label {
    color: white;
}

#custom-form {
    display: flex;
    flex-wrap: wrap;
}
#custom-form > div {
    display: flex;
    flex-direction: column;
}
#custom-form .col-md-6 {
    flex: 1 0 50%;
}
@media (max-width: 767px) {
    #custom-form .col-md-6 {
        flex: 1 0 100%;
    }
}
.textarea-wrapper {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.textarea-wrapper .form-outline {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
#textAreaExample {
    flex-grow: 1;
    resize: none;
}
.no-margin{
    margin: 0 !important;
}

.mask{
    background-color: rgba(251, 251, 251, 0.15);
}

.rtl{
    direction: rtl;
}

.card-custom-news{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-custom-news .card-body{
    flex-grow: 1;
}

#img-index{
    width: 500px;
}

.legal-policies-container {
    width: 100%;
}

.justified{
    text-align: justify;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 9999;
    border: none;
    outline: none;
    background: #c49a6b;
    color: white;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
}

#myBtn:hover {
    background-color: #555;
}

.button-banner {
    display: flex;
    height: 94vh;
    overflow: hidden;
    position: relative;
}

.banner-button {
    flex: 1;
    border: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.banner-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.home-one { background: url('/img/home/1.webp') no-repeat center/cover; }
.home-two { background: url('/img/home/2.webp') no-repeat center/cover; }
.home-three { background: url('/img/home/3.webp') no-repeat center/cover; }
.home-four { background: url('/img/home/4.webp') no-repeat center/cover; }
.home-five { background: url('/img/home/5.webp') no-repeat center/cover; }

.button-banner:hover .banner-button::before {
    opacity: 1;
}

.button-banner:hover .banner-button:hover::before {
    opacity: 0;
}

.button-banner:hover .banner-button:hover {
    transform: scale(1.05);
    z-index: 1;
}

/* About JP 12-23 */

.about-grid{
    display: flex;
    gap: 2rem;
}

.bg-black{
    background: #fff;
}

.grid-about{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.inc{
    font-size: 1.5rem;
}

.about-grid img{
    max-width: 25rem;
}

.bg-gray{
    background: #F1F2F2;
    padding: .5rem 0;
}

.my-custom{
    margin: 4rem 0 !important;
}

/* End of About */

/* CUstom Button */

/* From Uiverse.io by adamgiebl */ 
.custom-button {
    background: #c49a6b;
    color: white;
    font-family: inherit;
    padding: 0.35em;
    padding-left: 1.2em;
    font-size: 17px;
    font-weight: 500;
    border-radius: 0.9em;
    border: none;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    box-shadow: inset 0 0 1.6em -0.6em #8c6942;
    overflow: hidden;
    position: relative;
    height: 2.8em;
    padding-right: 3.3em;
    cursor: pointer;
  }
  
  .custom-button .icon {
    background: white;
    margin-left: 1em;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.2em;
    width: 2.2em;
    border-radius: 0.7em;
    box-shadow: 0.1em 0.1em 0.6em 0.2em #8c6942;
    right: 0.3em;
    transition: all 0.3s;
  }
  
  .custom-button:hover .icon {
    width: calc(100% - 0.6em);
  }
  
  .custom-button .icon svg {
    width: 1.1em;
    transition: transform 0.3s;
    color: #000;
  }
  
  .custom-button:hover .icon svg {
    transform: translateX(0.1em);
  }
  
  .custom-button:active .icon {
    transform: scale(0.95);
  }
  

/* End of Custom BUtton */


@media (max-width: 768px) {
    #img-index { 
        width: 100%; 
    }

    #justify-content-md-start {
        justify-content: flex-start !important;
    }

    .mobile{
        font-size: 0.8rem !important;
    }

    #legal-policy {
        justify-content: flex-start !important;
    }

    #nav-buttons{
        font-size: 0.9rem;
    }

    .card-text, .card-title{
        font-size: 0.9rem;
    }

    .button-banner {
        height: 22vh;
    }

    .button-banner:hover .banner-button:hover {
        transform: scale(1.02);
    }

    .about-grid, .grid-about{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }

    .adjust_mobile{
        max-width: 75% !important;
    }

    #ten .w-50{
        width: 90% !important;
    }

    .my-custom{
        margin: 2rem 0 !important;
    }
}