* {
    padding:0px;
    margin:0px;
    border:0px;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

body{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #ffffff;
    
}
p{
    font-size: clamp(16px, 1.146vw, 22px);
    color:rgb(26,26,26); 
}

/* Header Styles */
.header {
    padding: 8px 0px;
    background-color: #fbfbfb;  
}

.header-title {
    direction: rtl;
    position: relative;
    text-align: center;
    font-size: clamp(34px, 4vw, 54px);
    font-family:'Almarai'!important;
    background: linear-gradient(90deg, rgb(42 15 68) 10%, rgb(52 63 233) 33%, rgb(0, 165, 178) 65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    letter-spacing: 1px;
    cursor: pointer;
}

.header-caption {
    display: inline-block;
    background-color: #00000069;
    font-size: clamp(10px, 1vw, 14px);
    font-weight: 400;
    vertical-align: super;
    margin-right: 8px;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {

    
}
.tabs {
  max-width: 100%;
  margin: auto;
  margin-bottom: 20px;
  overflow: hidden;
}
.tabs * {
  box-sizing: border-box;
}

.tabs__bar-wrap {
  position: relative;
}
.tabs__bar-wrap.has-left-overflow::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  width: 30px;
  pointer-events: none;
}
.tabs__bar-wrap.has-right-overflow::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  width: 30px;
  pointer-events: none;
}
.tabs__bar-wrap.has-left-overflow::before {
  left: 0;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 100%);
}
.tabs__bar-wrap.has-right-overflow::after {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 100%);
}

.tabs__bar {
  position: relative;
  display: flex;
  width: 100%;  
  margin: auto;
  line-height: 14px;
  border-radius: 3px 3px 0 0;
  padding-top: 20px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  direction: rtl;
}

@media (min-width: 480px) {
  .tabs__bar {
    min-width: auto;
    overflow: hidden;
    justify-content: center;
    direction: rtl;
  }
}

.tabs__line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background-color: #181818;
  will-change: transform;
  transform-origin: left;
}

.tabs__controls {
  flex: 1 0 auto;
  min-width: 100px;
  max-width: 150px;
  display: block;
  padding: 20px 10px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  font-weight: 400;
  letter-spacing: 1px;
  color:#545454;
  transition: all 200ms ease-in-out;
}

@media (min-width: 1118px) {
  .tabs__controls {
    min-width: 150px;
  }
}
.tabs__controls.is-active {
  color: #181818;
  font-weight: 700;
  transition: all 200ms ease-in-out;
}

.tabs__controls:hover {
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 12px;
}

.tabs__controls:active {
  -webkit-user-select: none;
          user-select: none;
}

.tabs__content {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: calc(100vw * 5);  
  overflow: hidden;
  background-color: #fff;
  will-change: transform, height;
}

.tabs__content.has-grab {
  cursor: grabbing;
}

.tabs__section {
  padding: 15px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-column-gap: 10px;
  grid-row-gap: 20px;
}

@media (max-width: 1117px) {
  .tabs__bar-wrap {
    display: none;
  }
  
  .tabs__content {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    transform: none !important;
    transition: none !important;
  }
  
  .tabs__section {
    width: 100% !important;
    min-height: 100vh;
    display: block !important;
  }
}
@media (min-width: 1118px) {
  .tabs__section {
    grid-template-columns: 1fr 450px;
    grid-template-rows: 1fr;
    padding: 30px;
  }
}

.tabs__section img{
    max-height: 370px;
    width:100%;
    height: auto;
    outline: 12px solid #f7f7f7;
    box-shadow: 0 0 0 1px #0000000f, 0 9.5px 12px -3px #00000015, 0 19.5px 30.5px #00000007, 0 7px 40px #00000006;
    border-radius: 12px;
    object-fit: cover;
    object-position: center center;
}
@media (min-width: 1118px) and (max-wdith: 1429px) {
   .tabs__section img{
    max-height: 330px;
    width:unset;
    height: auto;
    outline: 12px solid #f7f7f7;
    box-shadow: 0 0 0 1px #0000000f, 0 9.5px 12px -3px #00000015, 0 19.5px 30.5px #00000007, 0 7px 40px #00000006;
    border-radius: 12px;
    object-fit: cover;
    object-position: center center;
    } 
}
@media (min-width: 1429px) {
   .tabs__section img{
    max-height: 370px;
    width:unset;
    height: auto;
    outline: 12px solid #f7f7f7;
    box-shadow: 0 0 0 1px #0000000f, 0 9.5px 12px -3px #00000015, 0 19.5px 30.5px #00000007, 0 7px 40px #00000006;
    border-radius: 12px;
    object-fit: cover;
    object-position: center center;
    } 
}

.big-text{
    font-size:clamp(32px, 3.125vw, 60px);
    line-height: 1;
    background-image: linear-gradient(90deg, rgb(114, 9, 212), rgb(40, 50, 212) 33%, rgb(0, 165, 178));
    background-repeat: repeat;
    background-clip: text;
    background-origin: padding-box;
}
.arabic-text{
    display:flex;
    justify-content: flex-start;
    text-align: right;
}
.text-center{
    text-align: center;
    text-wrap: wrap;
}
@media (min-width: 1118px) {
    .text-center{
        max-width:90%;
    }
}
.container{
    min-height: calc(100vh - 30px);
}
.footer{
    background-color: #f2f2f2;
    width:100%;
    height:30px;
    display:flex;
    justify-content: center;
}
.footer span{
    font-size: 12px;
    padding:5px 0px;
}
.margin-top{
    margin-top: clamp(20px,2rem,50px);
}

.colored-text {
    background-clip: text;
    background-image: linear-gradient(90deg, #7209d4, #2832d4 33%, #00a5b2);
    color: transparent;
}
.flex{
    display:flex;
    flex-direction: column;
    padding:20px;
    align-items: flex-end;
    gap:12px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.medium-text{
    line-height: 1.33;
    font-size: clamp(16px, 1.146vw, 22px);
}
.small-text{
    font-size: clamp(10px, .789vw, 12px);
}

.btn{
    background-color: #2169e8;
    color: #fff;
    font-weight: 500;
    padding: 8px 2em;
    transition: all 200ms ease-in-out;
    cursor: pointer;
    font-size: clamp(16px, 3vw, 22px);
    border-radius: 6px;
    width: 100%;
    max-width: 300px;
    position: relative;
}

@media (min-width: 1118px) {
  .btn {
    width: auto;
    padding: 8px 3em;
  }
}
.btn:hover{
    background-image: linear-gradient(184deg,#1ca0f5,#208de9 7%,#2186e5 24%,#1f8ce9 36%,#19a4f8 62%,#18bfe1 97%);
    color: #fff;
    transition: all 200ms ease-in-out
}
.btn::before{
    content: '←';
    font-size: 1.2em;
    position: absolute;
    left: 1em;
    top: 50%;
    transform: translateY(-50%) translateX(10px);
    opacity: 0;
    transition: all 200ms ease-in-out;
}

.btn:hover::before{
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

.btn-link{
    background-color: #2169e8;
    color: #fff;
    font-weight: 500;
    padding: 8px 2em;
    transition: all 200ms ease-in-out;
    cursor: pointer;
    font-size: clamp(16px, 3vw, 22px);
    border-radius: 6px;
    width: 100%;
    max-width: 300px;
    position: relative;
    list-style: none;
    text-decoration: none;
}
.btn-link:visited{
    background-color: #2169e8;
    color: #fff;
}
@media (min-width: 1118px) {
  .btn-link {
    width: auto;
    padding: 8px 3em;
  }
}
.btn-link:hover{
    background-image: linear-gradient(184deg,#1ca0f5,#208de9 7%,#2186e5 24%,#1f8ce9 36%,#19a4f8 62%,#18bfe1 97%);
    color: #fff;
    transition: all 200ms ease-in-out
}
.btn-link::before{
    content: '←';
    font-size: 1.2em;
    position: absolute;
    left: 1em;
    top: 50%;
    transform: translateY(-50%) translateX(10px);
    opacity: 0;
    transition: all 200ms ease-in-out;
}

.btn-link:hover::before{
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}
.flex-center{
    display:flex;
    justify-content: center;
    width:100%
}

.flex-center-btn{
    display:flex;
    justify-content: center;
    align-items: center;
    gap:5px
}

ul {
    list-style-position: inside;
    text-align: right;
    padding-right: 20px;
    direction: rtl;
}

ul li {
    margin-bottom: 10px;
    font-size: clamp(14px, 1vw, 18px);
}