@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
:root {
    --primary-color: #06d0c2;
    --secondary-color: #ff0000;
  }
body{
    margin: 0px;
    background-color: rgb(0, 0, 0);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    background-color: rgb();
    font-family: 'Poppins', sans-serif;
}
.container {
    max-width: 1060px;
}
a {
    text-decoration: none;
}

ol,ul,li {
    padding: 0px;
    margin: 0px;
}
img {
    max-width: 100%;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
}
 .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; 
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none; 
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; 
}
  
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px; 
}
  
.owl-theme .owl-dots {
    text-align: center;
}
.owl-theme .owl-dots .owl-dot {
      display: inline-block;
      zoom: 1;
      display: inline;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    transition: opacity 200ms ease;
    border-radius: 30px;
 }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #869791;
}
.logo img {
    width: 150px;
}
.logo-registration-sec {
    display: flex;
    justify-content: space-between;
    margin: 10px 0px;
    align-items: center;
}
.login-bg a {
    background-color: var(--primary-color);
    padding: 3px 5px;
    border-radius: 5px;
   
}
.login-bg a span {
    color: black;
    font-size: 14px;
}  
.login-bg a i {
    font-size: 20px;
    color: black;
    vertical-align: middle;
}  
.login-bg a:hover{background-color:#ffffff;}
.popular-game-img-sec {
    margin-top:30px;
}
.create-fun-game-text {
    text-align: center;
    padding-top: 30px;
}
.create-fun-game-text h2 {
 color: #ffffff;
 font-size: 25px;
}
.create-fun-game-text span {
    color: #ffffff;
}
.model-img-sec {
    margin-top: 25px;
}
.model-img-sec img {
    border-radius: 5px;
    border: 8px solid rgb(38 34 34);
}
.dubai-bazzar-text h2 {
    color: white;
    text-align: center;
    font-size: 25px;
}
.dubai-bazzar-text {
    text-align: center;
    margin-top: 20px;
}
.dubai-bazzar-text span {
    text-align: center;
    color: red;
}
.online-id-sec {
    border-radius: 5px;
    background-color: #212121;
}
.online-id-img img {
    width: 75px;
}
.online-id-img {
    text-align: center;
    padding: 15px;
    margin-bottom: 25px;
    min-height: 185px;
}
.online-id-img h3 {
    font-size: 15px;
    color: var(--primary-color);
}
.online-id-img p {
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 0px;
}
.works-text {
    text-align: center;
}
.works-text h2 {
    color: #ffffff;
    font-size: 25px;
 }
.works-text span {
   color:  var(--secondary-color);
}
.num-and-info-sec {
    text-align: center;
}
.num-and-info-sec img {
    border-radius: 100px;
    padding: 5px;
    border: 1px solid rgb(244, 135, 135);
    max-height: 130px;
}
.num-and-info-sec p {
    color: #ffffff;
    font-size: 13px;
    margin-top: 10px;
}
.num-and-info-sec {
    margin-top: 25px;
}
.trm-condition-text {
    text-align: center;
    margin-top: 35px;
    padding-bottom: 120px;
}
.trm-condition-text a {
    font-size: 13px;
    color: #808080;
}
.trm-condition-text span {
    font-size: 13px;
    color: #808080;
}
.trm-condition-text a:hover {
    color:  var(--primary-color);
    text-decoration: underline;
}
.socail-icons ul li {
    list-style-type: none;
    display: inline-block;
}
.socail-icons ul li a img {
   width: 40px;
   margin: 2px;
}
footer.socail-icons-list {
    position: fixed;
    bottom: 0px;
    left: 15px;
    right: 15px;
    z-index: 99999;
    background: black;

}
.download-and-android {
    position: absolute;
    bottom: 35px;
    left: 45%;
}
.download-and-android a img {
    width: 27px;
}
.download-and-android a {
    background-color: #ffffff;
    padding: 10px 15px;
    border-radius: 30px;
    display: inline-block;
}
.android-img {
    display: flex;
    align-items: center;
}
.android-device {
    text-align: start;
    margin-left: 10px;
}
.android-device span {
    color: #000000;
    font-size: 14px;
}
.android-device p {
    margin-bottom: 0px;
    color: #000000;
    font-size: 11px;
}
header.dubai-bazzar-logo-regis-sec {
    position: fixed;
    top: 0px;
    left: 15px;
    right: 15px;
    z-index: 99999;
    background-color: #000000;
}
section.slider-sec {
    margin-top: 70px;
}
.popular-game-img-sec button.owl-next {
    position: absolute;
    top: 35%;
    right: 15px;
    height: 30px;
    width: 30px;
    border-radius: 100px !important;
    background: rgba(255,255,255,0.5) !important;
}
.popular-game-img-sec button.owl-next span {
    font-size: 30px;
    position: absolute;
    top: -8px;
    right: 10px;
}
.popular-game-img-sec button.owl-prev {
    position: absolute;
    top: 35%;
    left: 15px;
    height: 30px;
    width: 30px;
    border-radius: 100px !important;
    background: rgba(255,255,255,0.5) !important;
}
.popular-game-img-sec button.owl-prev span {
    font-size: 30px;
    position: absolute;
    top: -8px;
    left: 10px;
}
.registraion-sec {
    display: flex;
}
.login-btn a {
    color: #fff;
    margin-right: 10px;
    font-size: 14px;
}
.login-btn a:hover{
    color: var(--primary-color);
}
.download-link {
    padding-bottom: 5px;
}