html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


.icon-beat {
    animation-name: icon-beat;
    animation-delay: var(--fa-animation-delay,0s);
    animation-direction: var(--fa-animation-direction,normal);
    animation-duration: var(--fa-animation-duration,1s);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-timing-function: var(--fa-animation-timing,ease-in-out)
}
.icon-beat-fade, .fa-fade {
    animation-delay: var(--fa-animation-delay,0s);
    animation-direction: var(--fa-animation-direction,normal);
    animation-duration: var(--fa-animation-duration,1s)
}

.icon-beat-fade {
    animation-name: icon-beat-fade;
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))
}

@media (prefers-reduced-motion:reduce) {
    .icon-beat, .icon-beat-fade, .fa-bounce, .fa-fade, .fa-flip, .fa-pulse, .fa-shake, .fa-spin, .fa-spin-pulse {
        animation-delay: -1ms;
        animation-duration: 1ms;
        animation-iteration-count: 1;
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@keyframes icon-beat {
    0%,90% {
        transform: scale(1)
    }

    45% {
        transform: scale(var(--icon-beat-scale,1.25))
    }
}

@keyframes icon-beat-fade {
    0%,to {
        opacity: var(--icon-beat-fade-opacity,.4);
        transform: scale(1)
    }

    50% {
        opacity: 1;
        transform: scale(var(--icon-beat-fade-scale,1.125))
    }
}

.validation-summary-errors ul {
    list-style: none !important;
}

.contact-one__inner {
    padding: 60px 30px !important;
}


.login-one__input-box input[type="text"],
.login-one__input-box input[type="password"],
.login-one__input-box input[type="email"] {
    height: 54px;
    width: 100%;
    max-width: 400px;
    background-color: #000000;
    border: 1px solid rgba(var(--gamergyegypt-bdr-color-rgb), .20);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 16px;
    color: var(--gamergyegypt-white);
    display: inline-block;
    font-weight: 400;
    border-radius: 27px;
}

.cta-one__form-input-box input[type="text"],
.cta-one__form-input-box input[type="password"],
.cta-one__form-input-box input[type="email"] {
    font-size: 16px;
    height: 60px;
    width: 100%;
    background-color: transparent;
    outline: none;
    color: var(--gamergyegypt-white);
    font-weight: 400;
    border: 2px solid rgba(var(--gamergyegypt-white-rgb), .84);
    border-radius: 30px;
    /*padding-right: 65px;*/
    padding-left: 30px;
}

    .cta-one__form-input-box input[type="text"]::placeholder,
    .cta-one__form-input-box input[type="password"]::placeholder,
    .cta-one__form-input-box input[type="email"]::placeholder {
        color: var(--gamergyegypt-white);
        opacity: 1; /* Firefox */
    }


.accordion-button {
    /*padding: 1rem 1.25rem;*/
    color: #ffffff;
    background-color: rgb(128, 128, 128);
}
    .accordion-button:not(.collapsed) {
        color: #ffffff;
        background-color: #ff0C0B;
    }
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #ff0C0B;
}
.nav-pills .nav-link:hover {
    color: #ffffff;
}
.schedule-one__main-tab-box .tab-buttons {
    gap: 10px;
    justify-content: center !important;
    max-width: unset;
}
/*.schedule-one__main-tab-box .tab-buttons .tab-btn {
    padding: 11px 25px 11px;
}*/

@media only screen and (max-width: 767px) {
    .schedule-one__main-tab-box .tab-buttons .tab-btn {
        padding: 8px 18px 11px;
    }
}

.place_order_button {
    padding: 12px 0;
}

.modal-content {
    background-color: #161616;
}
.btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat
}

.actionloading {
    
}
select.actionloading {
    background: #ababab;
}

.price_summary {
    padding: 38px 12px;
}


/* image modal */
.gmrgyimg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    .gmrgyimg:hover {
        opacity: 0.7;
    }

/* The Modal (background) */
.gmrgymodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.gmrgymodal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
.gmrgycaption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.gmrgymodal-content, .gmrgycaption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.gmrgyclose {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .gmrgyclose:hover,
    .gmrgyclose:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .gmrgymodal-content {
        width: 100%;
    }
}
