*{
    box-sizing: border-box;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
    margin: 0;
    background-color: #000000;
    font-family: Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: left;
    cursor: none;
    overflow-x: hidden !important;
}
@media screen and (max-width:991px){
    body{
        cursor: pointer !important;
    }
}
li{
    list-style: none;
}
a:hover,
a:focus,
a{
    text-decoration: none;
    color: #ffffff;
    outline: none;
}
a,button{
    outline: none;
}
button:focus{
    outline: none;
}
.row{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

/*you-hero*/
.you-hero{
    width: 100%;
    height:100%;
    position: absolute;
    background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../img/yougazine-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.you-hero-txt{
    position: absolute;
    width:100%;
    height: 100%;
    z-index: 10;
    text-transform: uppercase;
    font-weight: 700;
    padding:60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.you-hero-txt p{
    font-size: 8em;
    display: block;
    width: 100%;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    color: transparent;
}

.you-hero-txt span{
    transition:all 0.5s ease-in-out;
}
@media screen and (min-width:1000px){
.you-hero-txt p:hover span{
    margin-right:40px;
}
}

@media screen and (max-width:800px){
    .you-hero-txt{
        padding:20px !important;
    }
    .you-hero-txt p{
    font-size: 6em !important;
    margin-top:140px !important;
}
}
@media screen and (max-width:625px){
    .you-hero-txt p{
    font-size: 4.5em !important;
}
}
@media screen and (max-width:440px){
    .you-hero-txt{
        padding:10px !important;
    }
    .you-hero-txt p{
    font-size: 4em !important;
    margin-top: 150px !important;
}
}
@media screen and (max-width:400px){
    .you-hero-txt{
        padding:10px !important;
    }
    .you-hero-txt p{
    font-size: 3em !important;
}
}
@media screen and (max-width:300px){
    .you-hero-txt p{
    font-size: 2em !important;
    color: #ffffff !important;
}
}


/*site-section*/
.site-section{
    width: 100%;
    height: auto;
    padding: 60px;
}
.sec-icon--1{
    width: 100%;
    height: auto;
    font-size: 30px;
    color: #640094;
}
.sec-icon--1:before{
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border:3px solid #da0505;
    border-radius: 50%;
    right: 80px;
}
.sec-icon--1:after{
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border:3px solid #ffffff;
    border-radius: 50%;
    left: 80px;
    margin-top: 50px;
}
.you-intro{
    width: 100%;
    height: auto;
}
.you-intro-txt{
    width: 100%;
    height: auto;
}
.you-intro-txt h3{
    font-size:54px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.you-intro-txt p{
    margin: 0;
    padding: 0;
    font-size: 17px;
    margin-bottom: 10px;
}
.you-intro-txt button{
   margin: 0;
   padding: 0;
   margin-top: 20px;
   display: block;
   font-size:20px;
   text-transform: uppercase;
   letter-spacing:1px;
   font-size: 600;
   background-color: transparent;
   border:none;
   outline: none;
   color: #ffffff;
    background: linear-gradient(130deg,#ff7a18,#af002d 41.07%,#319197 76.05%);
   -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
}
.read-more-div{
    width: 100%;
    height: auto;
    margin-top:20px;
    padding:20px;
    border-left: 1px solid #ffffff;
    display: none;
}
.you-contents{
    width: 100%;
    height: auto;
    padding:60px 0px;
}
.you-contents-main{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}
.you-contents-banner{
    width: 100%;
    padding:10px;
    height:450px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.you-contents-banner img{
    width:400px;
    height:300px;
    object-fit: contain;
      -moz-box-reflect: below 0px linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.1));
      -webkit-box-reflect: below 0px linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.1));
      -o-box-reflect: below 0px linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.1));
      -ms-box-reflect: below 0px linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.1));
}
.you-contents-txt{
    width: 100%;
    height: auto;
    margin-top: 80px;
}
@media screen and (max-width:772px){
    .you-contents-txt{
    margin-top: 20px !important;
}
}
/*.you-contents-txt span{
    width: 50px;
    display: flex;
    align-items: center;
    height:3px;
    position: absolute;
}
.you-contents-txt span:before{
    content: '';
    position: absolute;
    width: 0px;
    height: inherit;
    border-radius: 50%;
    background-color: #ffffff;
    animation:LeftRight 2s linear infinite;
    transition: all 0.8s ease-in-out;
}
@keyframes LeftRight{
    50%{
        width: 100%;
        background-color: #ed1c24;
    }
    100%{
        transform: translateX(100%);
        width: 100%;
        background-color: #640094;
    }
}*/
.you-contents-txt h3{
    font-weight: 700;
    font-size:54px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.you-contents-txt span{
    display: block;
    width: 100px;
    height:3px;
    background: linear-gradient(130deg,#ff7a18,#af002d 41.07%,#319197 76.05%);
    margin-bottom: 20px;
}

.you-contents-txt p{
     margin: 0;
    padding: 0;
    font-size: 17px;
}
.you-contents-txt a{
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-top:20px;
    display: none;
}
.you-contents-txt a i{
    margin-left: 10px;
        background: -webkit-linear-gradient(#da0505,#640094);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    transition: all 0.5s ease-in-out;
}
.you-contents-txt a:hover i{
    margin-left: 20px;
}

@media screen and (max-width:771px){
.stp-row{
    width: 100%;
    display: flex !important;
    flex-direction: column-reverse !important;
}
}
/*you-slider-sec*/
.you-slider-sec{
    width: 100%;
    height: auto;
    padding: 20px 10px;
}
.you-slider-sec-header span{
    width: 150px;
    display: flex;
    align-items: center;
    height:3px;
    position: absolute;
}
.you-slider-sec-header span:before{
    content: '';
    position: absolute;
    width: 0px;
    height: inherit;
    border-radius: 50%;
    background-color: #ffffff;
    animation:LeftRight 2s linear infinite;
    transition: all 0.8s ease-in-out;
}
@keyframes LeftRight{
    50%{
        width: 100%;
        background-color: #ed1c24;
    }
    100%{
        transform: translateX(100%);
        width: 100%;
        background-color: #640094;
    }
}
.you-slider-sec-header h3{
    font-size: 54px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.you-section-owl{
    width: 100%;
    height: auto;
    padding:20px;
    margin-top:30px;
}
.you-section-owl .item{
    width: 100%;
    height: auto;
}
.you-section-owl .item img{
    width: 100%;
    max-height:350px;
    object-fit: cover;
}
@media screen and (max-width:1000px){
    .container,
    .row,
    .col-md-8,
    .col-md-4,{
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        background-color: red;
        display: block !important;
    }
}