html, body {
    margin: 0; 
    padding: 0;
    overflow-x: hidden;
    background: url(../img/full-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 313vh;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
}

p {
font-size: 0.9em;
line-height: 1.2;
padding: 0;
margin: 0;
}
ul li {
    font-size: 0.9em;
}
.components-box p {
    font-size: 0.8em;
}
.component-name {
font-weight: 500;
}
.name {
    color: #fff;
    font-size: 1.3em;
    margin: 15px 0;
}
h2 {
    margin: 0 0 10px 0;
    font-weight: 400;
    color: #fff;
    font-family: trajan-pro-3, serif;
font-style: normal;
font-weight: 400;
}
.row {
    width: 100%;
}
.main-row {
    height: 90vh;
}
main {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.logo_icon {
    width: 100px;
}
.logo {
    width: 200px;
    margin-top: 4vh;
}
h1 {
    color: #fff;
    font-weight: 300;
    font-family: trajan-pro-3, serif;
font-style: normal;
font-weight: 400;
}
h3 {
    color: #fff;
    font-weight: 300;
    font-family: trajan-pro-3, serif;
font-style: normal;
font-weight: 400;
}
.divider {
    border: 1px solid #fff;
    width: 30%;
}
.slider {
    height: 113vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-container {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-height: 90vh;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
    height: auto;
    text-align: center !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}
.swiper-button-next {
outline: none;
}
.swiper-button-prev {
outline: none;
}

.side-col {
    height: 90vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}
.side-col img {
    height: 100%;
    width: 100%;
    }
.use-info {
    position: absolute;
    bottom: 5px;
    height: 25vh;
    background-color: rgba(0, 161, 225, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
}
.side-col p {
    color: #fff;
}
/********************************************/
.side-col-2 {
    height: 90vh;
    background-color: rgba(255, 255, 255, 0.8);
    margin: 0% 0.3%;
    display: flex;
}
.full-img {
    height: 100%;
    width: 100%;
}
.mob-img {
height: 100%;
width: 100%;
}
.skin-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.kuraga {
    display: flex;
    align-items: center;
    justify-content: center;
}
.kuraga img {
    width: 150px;
}
.arrow img {
    height: 80px;
}
.arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}
.egg-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.egg-img img {
    width: 150px;
}
/********************************************/
.side-col-3 {
    height: 90vh;
    background-color: rgba(255, 255, 255, 0.8);
    margin-left: 0.3%;
    display: flex;
    padding: 10px 5px;
}
.components-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 5px 0px;
}
.components-box img {
    padding-bottom: 5px;
}
.component-img {
    width: 140px;
}
.small-comp-img {
    width: 90px;
}
.comp-img-big {
    width: 180px;
}
/********************************************/
.side-col-4 {
    height: 90vh;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    padding: 10px 5px;
}
.product {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60%;
}
.product img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
}
.list {
    height: 40%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: start;
}
ul {
    padding: 0 10px 0 30px;
}
li {
    color: #00a1e1;
    padding: 3px 0px;
}
li span {
    color: black;
}
.bullet {
    list-style-type: none;
}
/********************************************/

.reviews {
    height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.review-box {
    background-color: rgba(0, 161, 225, 0.8);
    width: 300px;
    height: 380px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 20px 15px;
    overflow: hidden;
}
.review-box img {
    width: 200px;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.8);
}
.review-box p {
    max-width: 290px;
    height: auto;
    overflow: hidden;
    color: #fff;
    text-align: start;
    font-weight: 200;
}
.reviews h1 {
    margin-bottom: 6vh;
    font-size: 2em;
}
.swiper-slide2 {
    opacity: 0.6;
}
.swiper-slide-active {
    opacity: 1;
    transition: 0.5s;
}

.elipse-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.elips-1 {
    width: 16px;
    margin-bottom: 3px;
}
.elips-2 {
    width: 14px;
    margin-bottom: 3px;
}
.elips-3 {
    width: 12px;
}