@font-face {
    font-family:'Titr';
    src: url(../../font/Mikhak-Bold.ttf);
}
@font-face {
    font-family:'Traffic' ;
    src: url(../../font/Far.Traffic\ Bold.ttf);
}
body{
    direction: rtl;
    font-family: 'Titr';
}
.navbar{
    background: rgba(0, 0, 0, 0.759); /* بک‌گراند نیمه‌شفاف */
    color: #fff !important;


}
.navbar-brand{
    color: #fff;
}
.navbar-nav a{
    color: #fff !important;
}
.carousel-item {
    height: 100vh;
    min-height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-image: url(../images/joojeh.jpg);
}
.carousel-item2{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/2149141352.jpg);
}
.carousel-item3{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/estake.jpg);
}
.carousel-item4{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/background4.jpg);
}
.carousel-item5{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/background5.png);
}
.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(5%, -50%);
    text-align: center;
    color: #000000;
    background: rgba(255, 255, 255, 0.829); /* بک‌گراند نیمه‌شفاف */
    padding: 2rem;
    width: 80%;   /* حداقل 70% عرض صفحه */
    max-width: 90%; /* نهایتاً 90% که زیاد از حد نشه */
}
.carousel-caption h1 {
    font-size: 3rem;
    font-weight: bold;
}
.vipColor{
    color: rgba(170, 24, 24, 0.725);
}
.whatsapp{
    background-color: red;
    color: #fff; 
}
.whatsapp:hover{
    background-color: red;
    color: #fff; 
}
.rubika,.rubika:hover{
    border: red 2px solid;
    color: red;
}
.carousel p{
    font-size: large;
}
p span{
    font-family:'Traffic' ;
}

h2{
    font-family: sans-serif;
    font-weight: bolder;
}
.activityCatering{
    font-size: 10px !important;
    border-bottom: #000000 solid 1px;
}
.carousel-caption1{
    height: 70% !important;
}
@media screen and (max-width: 426px) {
  .carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(11%, -50%);
    text-align: center;
    color: #000000;
    background: rgba(255, 255, 255, 0.829); /* بک‌گراند نیمه‌شفاف */
    padding: 2rem;
    width: 95%;   /* حداقل 70% عرض صفحه */
    max-width: 90%; /* نهایتاً 90% که زیاد از حد نشه */
    height: 70% !important;
}
}
@media screen and (min-width: 1023px) {
  .carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-20%, -50%);
    text-align: center;
    color: #000000;
    background: rgba(255, 255, 255, 0.829); /* بک‌گراند نیمه‌شفاف */
    padding: 2rem;
    width: 50%;   /* حداقل 70% عرض صفحه */
    max-width: 90%; /* نهایتاً 90% که زیاد از حد نشه */
    height: 70% !important;
}
}