@font-face {
    font-family: Bieta;
    src: url(../fonts/ArbFONTS-Bieta-Regular.otf);
}
@font-face {
    font-family: SefidUI;
    src: url(../fonts/Cairo-Regular.ttf);
}
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900;1000&display=swap');
body {
  font-family: 'SefidUI' !important;
  /* background-color: #050203 !important;
  color: white !important; */
}
/********** common setting **********/
html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

img {
    display: block;
    max-width: 100%;
    max-height: 95vh;
}

h2 {
    font-size: 2.8rem !important;
    font-weight: 700;
}

img {
    display: block;
    max-width: 100%;
}

a,
button {
    cursor: pointer;
}

.jumbotron {
    margin-bottom: 0 !important;
    overflow: hidden;
    background: transparent !important;
}

.atlas-cta {
    border-radius: 22px !important;
    padding: 12px 30px !important;
    font-weight: 700;
    transition: .3s ease-in-out !important;
}

.atlas-cta:hover {
    text-decoration: none;
    transform: translateY(-5px);
}

.atlas-cta-wide {
    width: 100%;
}

.cta-green {
    background: #80140D;
    color: #ffffff;
}

.cta-green:hover {
    color: #ffffff;
    background: #FFEA00;
}

.cta-blue {
    background: #192440;
    color: #ffffff;
}

.cta-blue:hover {
    color: #ffffff;
    background: #121a2e;
}

.cta-ghost {
    border: 2px solid #192440 !important;
    color: #192440;
}

.cta-ghost:hover {
    color: #ffffff;
    background: #121a2e;
}

#banner {
    background-size: cover;
    background-position: right;
    position: relative;
}

/********** banner **********/
#banner header {
    overflow: hidden;
}

#banner .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: black;
    /* background: linear-gradient(45deg, #3F0100, #781E16); */
    opacity: 0.5;
    z-index: 1;
}

#banner header img {
    max-width: 80px;
}

#banner p {
    font-size: 1.5rem;
}

#banner #bannerCarousel {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    margin: 0;
}

#banner #bannerCarousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*  */
.grident-text .red {    
    color: rgba(214, 3, 3, 1);
}
.grident-text {
    font-family: Bieta;
}
.grident-text .yellow {
    /* color: #FFE900; */
}
.grident-text .yellow {
    background: linear-gradient(90deg,#ffea00, rgba(214, 3, 3, 1));
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;

}
/********** feature (skew background) **********/
.feature {
  color: white;
}
.feature img {
    width: 100%;
    max-width: 480px;
}
.highlights .highlight {
  position: relative;
}
.highlights .highlight img {
  max-width: 60px;
  margin-bottom: 2rem;
}

.highlights .highlight:before {
  display: block;
  position: absolute;
  height: 50%;
  left: 0;
  right: 0;
  width: 100%;
  content: "";
  background: #80140D;
  z-index: -1;
}
.highlights .highlight:nth-of-type(1):before {
  clip-path: polygon(70% 21%, 31% 59%, 86% 60%);
}
.highlights .highlight:nth-of-type(2):before {
  clip-path: polygon(36% 16%, 27% 53%, 81% 55%);
}
.highlights .highlight:nth-of-type(3):before {
  clip-path: polygon(36% 16%, 50% 61%, 82% 22%);
}


#feature-first {
    background: linear-gradient(168deg, #ffffff 25%, #80140D 0);
}

.body-en #feature-first {
    background: linear-gradient(205deg, #ffffff 25%, #80140D 0);
}

@media only screen and (max-width: 786px) {
  #feature-first {
    background: #80140D;
  }
}

#feature-center {
    background: #80140D;
}
#feature-last {
    background: linear-gradient(168deg, #80140D 90%, #ffffff 0);
}

/********** price table **********/
#price-table {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

#price-table__premium {
    background: #192440;
    color: #ffffff;
}

#price-table ul li {
    padding: 5px 0;
}

/********** contact **********/
#contact {
    background-size: cover;
}

#contact ul li {
    padding: 3px 0;
}

#contact form {
    color: #FFEA00;
}

#contact form input,
#contact form textarea {
    background: transparent;
    border: 1px solid #FFEA00;
    color: #ffffff;
}

/********** copyright **********/
#copyright {
    background: #ffffff;
    padding: 2rem 3rem;
}

#copyright #social-media a {
    width: 40px;
    height: 40px;
    border-radius: 99%;
    background: #ffffff;
    transition: .4s ease;
}

#copyright #social-media a i {
    color: #192440;
    font-size: 1.2rem;
    line-height: 40px;
}

#copyright #social-media a:hover {
    background: #FFEA00;
}

#copyright #social-media a:hover i {
    color: #ffffff;
}

/********** RWD **********/
@media (max-width: 575px) {
    #banner h1 {
        font-size: 3.6rem;
    }
}
  