<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
- File name       : index.css
- Description     : This file includes index.html styles.
- Author          : Nifty Theme.
- Author          : Osama Bakri.
- Template name   : ROUA.
- Version         : 1.0.0
- Created         : 11/7/2020.
- Contact         : niftytheme@gmail.com
- Copyright       : @ 2020 NiftyTheme All Rights Reserved.
- License         : You must have a valid license purchased only from themeforest(the above link) in order to legally use the theme for your project.
**/

/* --------------------------------- */

/* HEADER */
header {
  background: #F3D6C4;
}
header::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(./../../images/bg/01.png) center no-repeat;
  background-size: cover;
  z-index: 2;
}
/* title 1 */
header .title_1 {
  position: absolute;
  font-size: 20vw;
  font-weight: 900;
  left: 0;
  z-index: 1;
  top: 20%;
  color: #ADADB1;
  opacity: .2;
  pointer-events: none;
}
/* content */
header .content {
  min-height: 100vh;
  padding: 300px 0 100px;
  z-index: 3;
}
header .title_2 {
  font-size: 28px;
  font-weight: 700;
  color: var(--co-4);
}
header .title_3 {
  font-size: 76px;
  font-weight: 900;
  color: var(--co-4);
  line-height: 1.1;
}
@media screen and (max-width: 1600px) {
  header .title_2 {
    font-size: 24px;
  }
  header .title_3 {
    font-size: 60px;
  }
}
@media screen and (max-width: 1024px) {
  header .title_2 {
    font-size: 24px;
  }
  header .title_3 {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  header::before {
    display: none;
  }
  header .title_1 {
    display: none;
  }
  header .content {
    min-height: 100vh;
    padding: 100px 0 100px;
  }
  header .title_2 {
    font-size: 20px;
  }
  header .title_3 {
    font-size: 38px;
  }
}
/* --------------------------------- */

/* SECTION I */
.se_i .title_1 {
  font-size: 40px;
  font-weight: 700;
  color: var(--co-4);
}
.se_i .para_1 {
  font-size: 20px;
  color: #404040;
  line-height: 1.8;
  max-width: 450px;
}
@media screen and (max-width: 1600px) {
  .se_i .title_1 {
    font-size: 31px;
  }
  .se_i .para_1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .se_i .para_1 {
    max-width: 100%;
  }
}
/* --------------------------------- */

/* SECTION II */
.se_ii {
  background: #FFF9F5;
}
.se_ii::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(./../../images/bg/02.png) center top no-repeat;
  background-size: cover;
  z-index: 2;
}
/* content */
.se_ii .content {
  z-index: 2;
}
.se_ii .content .para_1 {
  font-size: 20px;
  color: #404040;
  line-height: 1.8;
}
.se_ii .content .title_3 {
  font-size: 26px;
  font-weight: 700;
  color: var(--co-4);
}
@media screen and (max-width: 1024px) {
  .se_ii::before {
    display: none;
  }
  .se_ii .content .para_1 {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .se_ii .content li {
    max-width: 47%;
  }
}
/* --------------------------------- */

/* SECTION III */
.se_iii .content .para_1 {
  font-size: 20px;
  color: #404040;
  line-height: 1.8;
}
/* prgoress bars */
.se_iii .prog_bars {
  max-width: 700px;
}
/* title */
.se_iii .prog_bars .title {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  color: var(--co-4);
  margin-bottom: 5px;
}
/* bar */
.se_iii .prog_bars .bar {
  height: 8px;
  background: #FCEADE;
}
.se_iii .prog_bars .bar .prog {
  display: block;
  height: 8px;
  background: var(--co-4);
  width: 20%;
  transition: all 1s;
}
.se_iii .prog_bars .bar .prog::after {
  position: absolute;
  content: attr(data-progress);
  top: -30px;
  right: -20px;
  color: var(--co-4);
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .se_iii .content .para_1 {
    font-size: 17px;
  }
  .se_iii .prog_bars {
    max-width: 100%;
  }
  .se_iii .prog_bars .title {
    font-size: 17px;
  }
}
/* --------------------------------- */

/* SECTION IV */
.se_iv {
  background: #FCEADE;
}
.se_iv::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(./../../images/bg/03.png) center no-repeat;
  background-size: cover;
  z-index: 2;
}
/* box */
.se_iv .box {
  z-index: 2;
}
.se_iv .title_1 {
  font-size: 86px;
  font-weight: 900;
  color: var(--co-4);
}
.se_iv .title_2 {
  font-size: 24px;
  font-weight: 400;
  color: var(--co-4);
}
@media screen and (max-width: 1024px) {
  .se_iv .title_1 {
    font-size: 66px;
  }
  .se_iv .title_2 {
    font-size: 20px;
  }
}
/* --------------------------------- */

/* SECTION V */
/* box */
.se_v .gallery_box {
  position: relative;
  overflow: hidden;
  background-size: cover !important;
  background-position: center !important;
  transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.se_v .gallery_box::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: linear-gradient(to bottom left, var(--color-gradient-start) 0%, var(--color-gradient-stop) 100%) !important; */
  background: var(--co-4);
  opacity: 0;
  transition: opacity .3s;
}
.se_v .gallery_box:hover::before {
  opacity: .8;
}
/* title_1 */
.se_v .gallery_box .title_1 {
  position: relative;
  font-size: 36px;
  color: #FFF;
  font-weight: 800;
  letter-spacing: -2px;
  z-index: 3;
}
.se_v .gallery_box .title_1 span {
  display: inline-block;
  transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
  opacity: 0;
  transform: translate(0, -20px);
}
.se_v .gallery_box:hover span,
.se_v .gallery_box:focus span {
  opacity: 1;
  transform: translate(0, 0);
}
.se_v .gallery_box:hover span:nth-child(1),
.se_v .gallery_box:focus span:nth-child(1) {
  transition-delay: 0.025s;
}
.se_v .gallery_box:hover span:nth-child(2),
.se_v .gallery_box:focus span:nth-child(2) {
  transition-delay: 0.05s;
}
.se_v .gallery_box:hover span:nth-child(3),
.se_v .gallery_box:focus span:nth-child(3) {
  transition-delay: 0.075s;
}
.se_v .gallery_box:hover span:nth-child(4),
.se_v .gallery_box:focus span:nth-child(4) {
  transition-delay: 0.1s;
}
.se_v .gallery_box:hover span:nth-child(5),
.se_v .gallery_box:focus span:nth-child(5) {
  transition-delay: 0.125s;
}
.se_v .gallery_box:hover span:nth-child(6),
.se_v .gallery_box:focus span:nth-child(7) {
  transition-delay: 0.150s;
}
.se_v .gallery_box:hover span:nth-child(7),
.se_v .gallery_box:focus span:nth-child(7) {
  transition-delay: 0.175s;
}
.se_v .gallery_box:hover span:nth-child(8),
.se_v .gallery_box:focus span:nth-child(8) {
  transition-delay: 0.200s;
}
/* box_link */
.se_v .gallery_box .box_link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}
/* larg box */
.se_v .lg_box {
  height: 600px;
}
/* small box */
.se_v .sm_box {
  height: 285px;
}
/* --------------------------------- */

/* SECTION VI */
.se_vi {
  background: #FCEADE;
}
/* carousel &gt; carousel-inner */
.se_vi .carousel .carousel-inner {
  max-width: 1200px;
}
/* carousel &gt; title_1 */
.se_vi .carousel .title_1 {
  font-size: 46px;
  font-weight: 700;
  color: var(--co-4);
}
/* carousel &gt; para_1 */
.se_vi .carousel .para_1 {
  font-size: 24px;
  font-weight: 500;
  color: #404040;
}
/* carousel &gt; title_2 */
.se_vi .carousel .title_2 {
  font-size: 34px;
  font-weight: 700;
  color: var(--co-4);
}
/* carousel &gt; title_3 */
.se_vi .carousel .title_3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--co-4);
}
/* carousel &gt; carousel_arrow */
.se_vi .carousel .carousel_arrow {
  position: relative;
  display: table;
  width: 50px;
  background: var(--co-4);
  height: 2px;
}
.carousel-control-next,
.carousel-control-prev {
  top: 50%;
  bottom: unset;
  transform: translateY(-50%);
  height: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
/* left_arrow */
.se_vi .carousel .left_arrow::before,
.se_vi .carousel .left_arrow::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 25px;
  height: 2px;
  background: var(--co-4);
  transform-origin: 0;
  transition: all .25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.se_vi .carousel .left_arrow::before {
  transform: rotate(-45deg);
}
.se_vi .carousel .left_arrow::after {
  transform: rotate(45deg);
}
.se_vi .carousel .carousel-control-prev:hover .left_arrow::before,
.se_vi .carousel .carousel-control-prev:hover .left_arrow::after {
  transform: rotate(0);
}
/* right_arrow */
.se_vi .carousel .right_arrow::before,
.se_vi .carousel .right_arrow::after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 25px;
  height: 2px;
  background: var(--co-4);
  transform-origin: 25px;
  transition: all .25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.se_vi .carousel .right_arrow::before {
  transform: rotate(45deg);
}
.se_vi .carousel .right_arrow::after {
  transform: rotate(-45deg);
}
.se_vi .carousel .carousel-control-next:hover .right_arrow::before,
.se_vi .carousel .carousel-control-next:hover .right_arrow::after {
  transform: rotate(0);
}
@media screen and (max-width: 1366px) {
  .se_vi .carousel .carousel-inner {
    max-width: 100%;
  }
  .carousel-control-next,
  .carousel-control-prev {
    display: inline-flex;
    position: relative;
    top: unset;
    transform: unset;
    margin: 50px 10px 0;
  }
  .se_vi .carousel .title_1 {
    font-size: 40px;
  }
  .se_vi .carousel .para_1 {
    font-size: 20px;
  }
  .se_vi .carousel .title_2 {
    font-size: 28px;
  }
  .se_vi .carousel .title_3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .se_vi .carousel .title_1 {
    font-size: 36px;
  }
  .se_vi .carousel .para_1 {
    font-size: 17px;
  }
  .se_vi .carousel .title_2 {
    font-size: 24px;
  }
  .se_vi .carousel .title_3 {
    font-size: 17px;
  }
  /* carousel &gt; carousel_arrow */
  .se_vi .carousel .carousel_arrow {
    width: 34px;
  }
  /* left_arrow */
  .se_vi .carousel .left_arrow::before,
  .se_vi .carousel .left_arrow::after {
    width: 17px;
  }
  .se_vi .carousel .right_arrow::before,
  .se_vi .carousel .right_arrow::after {
    width: 17px;
    transform-origin: 17px;
  }
}
/* --------------------------------- */

/* SECTION VII */
.se_vii {
  background: url(./../../images/bg/04.png) center top no-repeat;
  background-size: cover;
}
/* box */
.se_vii .box {
  background: #FCEADE;
  padding: 30px 40px;
}
.se_vii .box img {
  width: 46px;
}
.se_vii .box .para_1 {
  font-size: 18px;
  font-weight: 600;
  color: var(--co-4);
}
/* form */
.se_vii form input,
.se_vii form textarea {
  font-size: 20px;
  font-weight: 500;
  color: var(--co-4);
  padding-bottom: 10px;
  border: 0;
  border-bottom: 1px solid #ADADB1;
  border-radius: 0;
  outline: none;
  resize: none;
  transition: all .25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.se_vii form input::-webkit-input-placeholder, .se_vii form textarea::-webkit-input-placeholder {
  -webkit-transition: color .25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: color .25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.se_vii form input::-moz-placeholder, .se_vii form textarea::-moz-placeholder {
  -moz-transition: color .25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: color .25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.se_vii form input:-ms-input-placeholder, .se_vii form textarea:-ms-input-placeholder {
  -ms-transition: color .25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: color .25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.se_vii form input::-ms-input-placeholder, .se_vii form textarea::-ms-input-placeholder {
  -ms-transition: color .25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: color .25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.se_vii form input::placeholder,
.se_vii form textarea::placeholder {
  transition: color .25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.se_vii form input:focus,
.se_vii form textarea:focus {
  border-color: var(--co-4);
}
.se_vii form input:focus::-webkit-input-placeholder, .se_vii form textarea:focus::-webkit-input-placeholder {
  color: #00000000;
}
.se_vii form input:focus::-moz-placeholder, .se_vii form textarea:focus::-moz-placeholder {
  color: #00000000;
}
.se_vii form input:focus:-ms-input-placeholder, .se_vii form textarea:focus:-ms-input-placeholder {
  color: #00000000;
}
.se_vii form input:focus::-ms-input-placeholder, .se_vii form textarea:focus::-ms-input-placeholder {
  color: #00000000;
}
.se_vii form input:focus::placeholder,
.se_vii form textarea:focus::placeholder {
  color: #00000000;
}
@media screen and (max-width: 1200px) {
  .se_vii {
    background: #FFF;
  }
}
/* --------------------------------- */

/*
  --                                                                        Price
  MB      : MSI MPG B550 Gaming Plus                                        2950
  CPU     : AMD Ryzen 7 2700X                                               3250
  RAM     : ADATA XPG Spectrix D50 RGB LED 16GB Kit 2 x 8GB 4133MHZ         2500
  CASE    : REDRAGON Gaming PC Case GC-618 REDRAGON 600W PSU                1650
  COOLER  : Gamdias Case Fan Cooling CHIONE M2-240R                         1500
  --
 */</pre></body></html>