/* general attributes
---------------------
main color:#8F0304;
seconed color:#000000;
third color:#F1F1F1;

#8F0304 1st
#000000 2nd
#F1F1F1 3rd

font-family: 'Cairo', sans-serif;
font-family: 'Tajawal', sans-serif;
*/
/*general*/
/*general*/

@font-face {
    font-family: "Cairo";
    src: url("mainfonts/cairo/Cairo-Regular.ttf");
}

@font-face {
    font-family: "Tajawal";
    src: url("mainfonts/tajwal/Tajawal-Regular.ttf");
}

@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto+Condensed:400,400i,700,700i');

@import url('https://fonts.googleapis.com/css?family=Cairo|Tajawal');

@keyframes wobble {
    33% {
        transform: translateX(-50px);
    }

    66% {
        transform: translateX(50px);
    }
}


.m-color {
    color: #8F0304 !important;
}

.m-gradient {
    background: linear-gradient(to right, #000000, #8F0304) !important;
}

.m-bg-color {
    background-color: #8F0304 !important;
}

.s-color {

    color: #000000 !important;
}

.s-bg-color {

    background-color: #000000 !important;
}


.t-color {
    color: #F1F1F1 !important;
}

.t-bg-color {
    background-color: #F1F1F1 !important;
}

.m-font {
    font-family: 'Tajawal', sans-serif;
    font-weight: normal;
    font-style: normal;

}

.s-font {
    font-family: 'Cairo', sans-serif;
    font-weight: normal;
    font-style: normal;

}

h2+hr,
h3+hr,
h4+hr {
    height: 3px !important;
    width: 40px !important;
    border-radius: 10px !important;

}

body {
    font-family: 'Tajawal', sans-serif;
    font-weight: normal;
    font-style: normal;
    direction: rtl;
    cursor: auto;
    overflow: auto !important;
    overflow-x: hidden !important;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000000;
    background: linear-gradient(to right, #000000, #8F0304);
    opacity: 0.6;
    z-index: 1;
}

/*nav bar*/
/*nav bar*/

nav {
    -webkit-transition: .035 all ease;
    -moz-transition: .035 all ease;
    -o-transition: .035 all ease;
    transition: .035 all ease;
    background-color: #000;

}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.navbar-brand:hover img {
    animation-name: wobble;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    transition: all 1s ease;
}

.scrolled {
    background-color: #000000 !important;
    -webkit-transition: 0.35s all ease;
    -o-transition: 0.35s all ease;
    -moz-transition: 0.35s all ease;
    transition: 0.35s all ease;
}

nav .dropdown-menu.show {
    background-color: #F1F1F1;

}

.navbar-brand img {
    -webkit-transition: 0.35s all ease;
    -o-transition: 0.35s all ease;
    -moz-transition: 0.35s all ease;
    transition: 0.35s all ease;
}

nav .dropdown-divider {
    border-top: 1px solid #8F0304;

}

nav ul li a.nav-link {
    color: #F1F1F1 !important;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    -moz-transition: color .2s ease;
    transition: color .2s ease;

}

nav a.nav-link:hover {
    color: #8F0304 !important;

    border-top: 2px dashed #8F0304;
    border-bottom: 2px dashed #8F0304;
}

nav .active>a.nav-link {
    color: #8F0304 !important;
    font-weight: bold;
}

nav .active>a.nav-link:hover {
    color: #8F0304 !important;

}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 17px;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:active {
    color: #F1F1F1;
    background-color: #8F0304 !important;
}


@media (min-width: 992px) {
    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }

}

@keyframes slideInx {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideInx {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideInx {
    -webkit-animation-name: slideInx;
    animation-name: slideInx;
}


:root {
    --input-padding-x: 1.5rem;
    --input-padding-y: .75rem;
}

/*sign up modal start*/
/*sign up modal start*/

@media (min-width: 992px) {
    #signup-modal .modal-lg {
        max-width: 900px;
    }
}

#signup-modal .close {
    margin: -1rem auto -1rem -1rem;

}

#signup-modal .card-signin {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

#signup-modal .card-signin .card-title {
    margin-bottom: 2rem;
    font-weight: 300;
    font-size: 1.5rem;
}

#signup-modal .card-signin .card-img-left {
    position: relative;
    width: 45%;
    /* Link to your background image using in the property below! */
    background: scroll center url('../img/mount.jpg');
    background-size: cover;
}

#signup-modal .card-signin .card-body {
    padding: 2rem;
}

#signup-modal .form-signin {
    width: 100%;
}

#signup-modal .form-signin .btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    transition: all 0.2s;
}

#signup-modal .form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

#signup-modal .form-label-group input {
    height: auto;
    border-radius: 2rem;
}

#signup-modal .form-label-group>input,
#signup-modal .form-label-group>label {
    padding: var(--input-padding-y) var(--input-padding-x);
}

#signup-modal .form-label-group>label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

#signup-modal .form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

#signup-modal .form-label-group input:-ms-input-placeholder {
    color: transparent;
}

#signup-modal .form-label-group input::-ms-input-placeholder {
    color: transparent;
}

#signup-modal .form-label-group input::-moz-placeholder {
    color: transparent;
}

#signup-modal .form-label-group input::placeholder {
    color: transparent;
}

#signup-modal .form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
}

#signup-modal .form-label-group input:not(:placeholder-shown)~label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777;
}

/*sign up modal end*/
/*sign up modal end*/

/*sign in modal start*/
/*sign in modal start*/
#signin-modal .close {
    margin: -1rem auto -1rem -1rem;

}

#signin-modal .card-signin {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

#signin-modal .card-signin .card-title {
    margin-bottom: 2rem;
    font-weight: 300;
    font-size: 1.5rem;
}

#signin-modal .card-signin .card-body {
    padding: 2rem;
}

#signin-modal .form-signin {
    width: 100%;
}

#signin-modal .form-signin .btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    transition: all 0.2s;
}

#signin-modal .form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

#signin-modal .form-label-group input {
    height: auto;
    border-radius: 2rem;
}

#signin-modal .form-label-group>input,
#signin-modal .form-label-group>label {
    padding: var(--input-padding-y) var(--input-padding-x);
}

#signin-modal .form-label-group>label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

#signin-modal .form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

#signin-modal .form-label-group input:-ms-input-placeholder {
    color: transparent;
}

#signin-modal .form-label-group input::-ms-input-placeholder {
    color: transparent;
}

#signin-modal .form-label-group input::-moz-placeholder {
    color: transparent;
}

#signin-modal .form-label-group input::placeholder {
    color: transparent;
}

#signin-modal .form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
}

#signin-modal .form-label-group input:not(:placeholder-shown)~label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777;
}

.modal-footer {
    border-top-width: 0 !important;
}

.modal-header {
    border-bottom-width: 0 !important;
}

/*sign in modal end*/
/*sign in modal end*/



/* Other styles for the page not related to the animated dropdown */
/*video header*/
/*video header*/
header {
    position: relative;
    background-color: black;
    height: 90vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

header .container {
    position: relative;
    z-index: 2;
}

header .btn-outline-dark {
    border: 2px solid #000000;
    color: #000000;
    -webkit-transition: 0.35s all ease;
    -o-transition: 0.35s all ease;
    -moz-transition: 0.35s all ease;
    transition: 0.35s all ease;
}

header .btn-outline-dark:hover {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
    color: #8F0304 !important;
}

/*in small screens the nav */
.navbar-light .navbar-toggler {
    border-color: #F1F1F1 !important;
}

.navbar-light span {
    color: #F1F1F1 !important;

}


/*tours image header*/
/*tours image header*/

.ads-head-img {
    background: url('../img/ads.jpg');
}


.tour-head-img {
    background: url('../img/lake.jpg');
}

.services-head-img {
    background: url('../img/services.jpg');
}

.furniture-head-img {
    background: url('../img/furniture.jpg');
}
.main-head-img{
    background: url('../img/main.webp'); 
}

.tour-head-img,
.ads-head-img,
.services-head-img,
.main-head-img,
.furniture-head-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-attachment: fixed;

}

.about-head-img {
    background: url('../img/beach.jpg');
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-attachment: fixed;

}

/*-************-*/
/*-************-*/
@media (pointer: coarse) and (hover: none) {
    header {
        background: url(../img/default-bg.jpg) black no-repeat center center scroll;
    }

    header video {
        display: none;
    }
}


/*overview*/
/*overview*/

.over-view .over {
    border: 10px solid transparent !important;
    position: relative;
    top: -130px;
    z-index: 10;
    margin-top: 40px !important;
    filter: grayscale(40%);
    -webkit-transition: 0.35s all ease;
    -o-transition: 0.35s all ease;
    -moz-transition: 0.35s all ease;
    transition: 0.35s all ease;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;


}

.over-view .over i {
    border-radius: 50%;
    background-color: #8F0304;
    font-size: 20px;
    padding: 20px;
    color: #f1f1f1;
}

.over-view .over:hover {
    filter: grayscale(0%);
}

.overview-sec .btn {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
    background-color: #000000;
    border-color: #f1f1f1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    color: #f1f1f1;
    padding: 15px 40px;
    font-size: 20px;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    z-index: 2;
}

.overview-sec .btn:hover {
    background: #f1f1f1;
    color: #000000;
}

/*travel-now*/
/*travel-now*/
section.travel-now {
    position: relative;
}

section.travel-now .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000000;
    background: linear-gradient(to right, #000000, #8F0304);
    opacity: 0.6;
    z-index: 1;
}

section.travel-now .row {
    background: url(../img/jungle.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

section .travel-header {
    position: absolute;
    z-index: 2;
    color: #f1f1f1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

}


/*message*/
/*message*/

#message {
    padding: 100px 0px;
    background: linear-gradient(to right, #000000, #8F0304);
    transition: .35s all ease;
}

#message:hover {
    background: #000000, #8F0304;
}

#message .btn,
footer.footer a.btn {
    background: #8F0304;
    border: 2px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

#message .btn:hover,
footer.footer a.btn:hover {
    background: #ffffff;
    color: #8F0304;
}

#message .btn:active,
footer.footer a.btn:active {
    opacity: .6;
}

#message-text {
    min-height: 130px;
}

/*message*/
/*message*/
/*why choose us*/
/*why choose us*/

/*why choose us*/
/*why choose us*/

/*footer*/
/*footer*/
footer.footer {
    padding: 50px 0;
    background-color: #000;
}

footer.footer h3 {
    color: #f1f1f1 !important;
}

footer.footer p {
    font-size: 16px;
}

footer.footer ul {
    padding: 0;
}

footer.footer a.btn {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 10px;
    background-color: #000000;
    color: #ffffff;
    font-size: 14px;
    text-align: right;
}

footer.footer hr {
    background-color: #f1f1f1;
    height: 2px;
    margin-bottom: 35px;

}

/*footer*/
/*footer*/

.copywrite {
    background: linear-gradient(to right, #000000, #8F0304);
    padding: 5px 0;
}

.copywrite a {
    color: #aaaaaa;
}


/*sociald*/
/*sociald*/
.social {
    position: fixed;
    top: 50%;
    z-index: 11;
    left: 0;
    width: 100px;

}

.social ul {
    list-style-type: none;
    padding: 0;
    -webkit-transform: translateX(-65px);
    -moz-transform: translateX(-65px);
    -o-transform: translateX(-65px);
    transform: translateX(-65px);

}

.social ul li {
    display: block;
    margin: 5px;
    background-color: rgba(0, 0, 0, .5);
    width: 300px;
    text-align: right;
    direction: ltr;
    padding: 8px;
    border-radius: 0 30px 30px 0;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.social ul li:hover {
    -moz-transform: translateX(150px);
    -webkit-transform: translateX(150px);
    -o-transform: translateX(150px);
    transform: translateX(150px);
}

.social ul li.twitter:hover {
    background-color: #55acee;
}

.social ul li.facebook:hover {
    background-color: #3d5999;
}
.social ul li.instagram:hover {
    background-color: #593d99;
}

/*
.social ul li.google-plus:hover
{
    background-color:#dd4b39;
}
.social ul li.instagram:hover
{
    background-color:#e4405f;
}*/
.social ul li a {
    color: #f1f1f1;
    text-decoration: none;
}

.social ul li i {
    text-align: center;
    margin-left: 14px;
    color: #000000;
    background-color: #ffffff;
    padding: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.social ul li:hover i {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}

/*about us section*/
/*about us section*/
.about-us {
    position: relative;

}

#about-background {
    min-height: 500px;
    background-color: #F1F1F1;
}

*/ .about-pic-div:hover {
    position: relative;
}

#about-background .about-pic-div:hover img {
    animation-name: wobble;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    transition: all 1s ease;
}

/*team*/
/*team*/
.team .card .card-body {
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}


.team .card {
    transform: perspective(1000px) rotateX(35deg) rotateY(20deg) rotateZ(-20deg);
    transition: all .52s ease;
}

.team .card:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);

}


/*pricing start*/
/*pricing start*/
/*pricing start*/

section.pricing {
    background: linear-gradient(to right, #000000, #8F0304);
}

.pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
    margin: 1.5rem 0;
}

.pricing .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
}

.pricing .card-price {
    font-size: 3rem;
    margin: 0;
}

.pricing ul li {
    margin-bottom: 1rem;
}

.pricing .text-muted {
    opacity: 0.7;
}

.pricing .btn {
    font-size: 80%;
    border-radius: .7rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    opacity: 0.7;
    transition: all 0.2s;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
    .pricing .card:hover {
        margin-top: -2rem;
        margin-bottom: .25rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }

    .pricing .card:hover .btn {
        opacity: 1;
    }
}

@media (max-width: 992px) {
    .pricing .card .btn {
        opacity: 1;
    }
}

/*pricing end*/
/*pricing end*/

/*dial button*/
/*dial button*/
.phonelink {
    position: fixed;
    /* Lock location always on the scree */
    z-index: 99;
    bottom: 0;
    /* Set to the bottom */
    right: 0;
    /* Set to the right */
    margin: 30px;
    /* Add space around background */
    border: 1px solid #ffffff;
    border-radius: 50%;
}

.phoneicon {
    width: 40px;
    /* Set width of icon */
    height: 40px;
    /* Set height of icon */
}

@media screen and (max-width: 480px) {
    .lgscreenphone {
        display: none;
        /* On small screens make phone icon disappear */
    }

    .mbscreenphone {
        display: block;
        /* On small screens make phone icon appear */
    }
}

@media screen and (min-width: 481px) {
    .mbscreenphone {
        display: none;
        /* On large screens make phone icon disappear */
    }

    .lgscreenphone {
        display: block;
        /* On large screens make phone icon appear */
    }
}

/*dial button*/
/*dial button*/
/*media queries for phones*/
/*media queries for phones*/
@media only screen and (max-width: 767px) {

    /*general*/
    .display-4 {
        font-size: 2.7rem !important;
    }

    .btn {
        font-size: 1rem !important;
    }

    /* Header section*/
    header h1 {
        font-size: 3rem !important;
    }

    /*over-view section*/
    .over-view .h5 {
        font-size: 1.4rem !important;
    }

    .over-view h3 {
        font-size: 1rem !important;
    }

    .over-view p {
        font-size: .9rem !important;
    }

    /*travel-now section*/
    .travel-now h2 {
        font-size: 2.1rem !important;
    }

    /*team section*/
    .team h5 {
        color: #000 !important;
    }

    .team h5+div {
        font-size: .8rem !important;
        color: #fff !important;
    }

    /*message section*/
    #message input,
    #message textarea,
    #signin-modal input,
    #signup-modal input {
        font-size: .8rem !important;
    }

}

/*media queries for desktop*/
/*media queries for desktop*/
@media only screen and (min-width: 768px) {

    /*overview section*/

    .over-view .h5 {
        font-size: 1.5rem !important;
    }

    .over-view h3 {
        font-size: 1.2rem !important;
    }

    /*travel-now section*/
    .travel-now h2 {
        font-size: 3.6rem !important;
    }
}

/*  ads cards */
section {
    padding: 100px 0;
}

.details-card {
    background: linear-gradient(to right, #000000, #8F0304) !important;
}

.card-content {
    background: #ffffff;
    border: 4px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    border-radius: 30px !important;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.card-content:hover {
    transform: translateY(-20px);
}

.card-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.card-img img {
    width: 100%;
    height: auto;
    display: block;
}

.card-img span {
    position: absolute;
    top: 15%;
    left: 12%;
    background: #8F0304;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-50%, -50%);
}

.card-img span h4 {
    font-size: 12px;
    margin: 0;
    padding: 10px 5px;
    line-height: 0;
}

.card-desc {
    padding: 1.25rem;
}

.card-desc h3 {
    color: #000000;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
}

.card-desc p {
    color: #747373;
    font-size: 14px;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5;
    margin: 0px;
    margin-bottom: 20px;
    padding: 0;
    font-family: 'Raleway', sans-serif;
}

.btn-card {
    background-color: #8F0304;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    padding: .84rem 2.14rem;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    margin: 10PX;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
}

.btn-card:hover {
    background: #000;
}

a.btn-card {
    text-decoration: none;
    color: #fff;
}

/* End card section */





/* the ads adding page  */

.add-ads form {
    width: 60%;
    margin: 60px auto;
    padding: 60px 120px 80px 120px;
    text-align: center;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 
    8px 8px 23px rgba(0, 0, 0, 0.1),
    12px -11px 22px rgba(0, 0, 0, 0.2),
    2px 5px 20px rgba(0, 0, 0, 0.2),
    -12px 11px 12px rgba(0, 0, 0, 0.2);
}

.add-ads label {
    display: block;
    position: relative;
    margin: 40px 0px;
}

.add-ads .label-txt {
    position: absolute;
    top: -1.6em;
    padding: 10px;
    font-family: sans-serif;
    font-size: 1em;
    letter-spacing: 1px;
    color: rgb(255, 255, 255);
    transition: ease .3s;
}

.add-ads .input {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    background: transparent;
    border: none;
    border-right:1px solid rgba(255, 255, 255, 0.2);
    outline: none;
}

.add-ads .line-box {
    position: relative;
    width: 100%;
    height: 2px;
    background: #BCBCBC;
}

.add-ads .line {
    position: absolute;
    width: 0%;
    height: 2px;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: #8F0304;
    transition: ease .6s;
}

.add-ads .input:focus+.line-box .line {
    width: 100%;
}

.add-ads .label-active {
    top: -3em;
}

.add-ads button {
    display: inline-block;
    padding: 12px 24px;
    background: #f1f1f1;
    font-weight: bold;
    color: #8F0304;
    border: 1px solid #8F0304;
    outline: none;
    border-radius: 3px;
    cursor: pointer;
    transition: ease .3s;
}

.add-ads button:hover {
    background: #8F0304;
    color: #ffffff;
}

/* ********************************************************* */
/* ********************************************************* */