:root {
    --bg-primary: #62c0c1;
    --bg-secondary: #674186;
    --bg-active: #bd479a;
    --bg-white: #fff;
    --cl-text: #3e3d3d;
    --hed-text: #bd479a;
    --n-text: #674186;
    --text-white: #fff;
    --text-font: 'Playfair Display', serif;
    --hd-font: 'Playfair Display', serif;
    --delay: 1s;
    --duration: 800ms;
    --iterations: 1;
}
*, ::after, ::before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body{
    font-family: var(--hd-font);
    font-family: var(--text-font);
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--cl-text);
    background-color: var(--bg-white);
}
h1, .h1{
    font-family: var(--hd-font);
}
.heding_font{
    font-family: var(--hd-font);
}
.sub_heding{
    font-family: var(--text-font);
}

.responsive-bar{
    display: none;
    z-index: 9;
}
nav{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100px;
    padding: 10px 100px;
    box-sizing: border-box;
    transition: .5s;
    z-index: 9;
}
nav.black{
    background: rgba(0,0,0,0.8);
    height: 80px;
    padding: 10px 100px;
}
nav .logo{
    float: left;
    width: 20%;
}
nav .logo img{
    height: 80px;
    transition: .5s;
}
nav.black .logo img{
    height: 60px;
}
nav > ul{
    width: 80%;
    margin: 0 auto;
    padding: 0;
    float: right;
    text-align: right;
}
nav > ul > li{
    list-style: none;
    display: inline-block;
}

nav > ul > li > a{
    color: #fff;
    line-height: 56px;
    padding: 15px 26px;
    transition: .5s;
    border: 1px solid #fff;
    font-size: 18px;
    font-weight: 400;   
}
nav > ul > li > a:hover{
    background: #fff;
    color: #000;
    text-decoration: none;
}
nav.black > ul > li > a{
    color: #fff;
    line-height: 60px;
}





.banner_img{
    width: 100%;
    padding: 30vh 0 0;
    position: relative;
    height: 100vh;
}
.banner_img:before{
    content: '';
    width: 100%;
    position: absolute;
    background: rgb(0 0 0 / 25%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 120%;
}

.banner_img .bnr_bg{
    object-fit: cover;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: 120%;
}
.banner_text{
    position: relative;
    padding:0 9%;
    z-index: 1;
}
.banner_text p{
    color: #fff;
    font-size: 30px;
}
.banner_text h1{
    font-size: 145px;
    color: #fff;
}
.left_height_text{
    color: #fff;
    font-size: 50px;
    width: 50px;
    text-align: center;
    text-transform: uppercase;
    margin: 250px auto 0;
    z-index: 1;
    position: relative;
    font-weight: 600;
}


.left_banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    border: 1px solid #fff;
    border-left: 0;
    height: 100vh;
}

  .left_height_text {    
      display: block;
/* Clip Background Image */
      background: url(../img/animated-text-fill.png) repeat-y;
      -webkit-background-clip: text;
      background-clip: text;
/* Animate Background Image */
      -webkit-text-fill-color: transparent;
      -webkit-animation: aitf 110s linear infinite;
/* Activate hardware acceleration for smoother animations */
      -webkit-transform: translate3d(0,0,0);
      -webkit-backface-visibility: hidden;

  }
/* Animate Background Image */

@-webkit-keyframes aitf {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.social-icons-left{
    width: 100%;
    position: relative;
    z-index: 1;
    padding-top: 63px;
    margin: 0 auto;
    text-align: center;
}
.social-icons-left img{
    width: 30px;
}
.our_mission{
        position: relative;
    padding: 150px 0 300px;
    background: url(../img/bg_our_m.jpg);
    width: 90%;
    z-index: 1;
}
.our_mission h2{
    color: #fff;
    font-size: 100px;
}
.tow_content{
    margin-bottom: 63px;
    margin-top: 38px;
}
.tow_content ul{
    padding-right: 18%;
}
.tow_content ul li{
    color: #fff;
    font-size: 18px;
    margin-bottom: 24px;
    margin-left: 31px;
}

.our_mission p{
    color: #fff;
    font-size: 18px;
}
.our-mission-picture{
    width: 74%;
    position: absolute;
    right: 0;
}
.stylish{
    width: 100%;
    padding: 200px 0 650px;
    position: relative;
}
.stylish h1{
    width: 100%;
    padding: 0px 200px 200px 0;
    font-size: 136px;
    line-height: 170px;
    position: relative;
}
.rotation{

}
.ab{
    position: absolute;
}
.ab img{
    width: 100%;
}
.ab1{
    top: 0;
    right: 9%;
    width: 28%;
    z-index: 1;
}
.ab2{
    top: 697px;
    left: 7%;
    width: 25%;
}
.ab3{
    bottom: 0%;
    left: 32%;
    width: 11%;
}
.ab4{
    bottom: 4%;
    right: 14%;
    width: 9%;
}
.ab5{
    bottom: 21%;
    left: 52%;
    width: 32%;
}
.rotation {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: rotateIt3;
    animation: rotateIt3;
    -webkit-animation-duration: 90s;
    animation-duration: 90s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes rotateIt3{0{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes rotateIt3{0{-webkit-transform:rotate(0);transform:rotate(0)}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
.view_our_menu{
    position: relative;
    padding: 10px 0;
}
.view_our_menu h1{
    text-align: center;
    color: #ebdfd4;
    font-size: 215px;
    line-height: 1.6;
}

.view_our_menu .row .odd_enen{
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: UpDown;
    animation: UpDown;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.view_our_menu .row .odd_enen:nth-child(2){
    margin-top: 50px;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
}
.view_our_menu .row .odd_enen:nth-child(3){
    margin-top: 0px;
    -webkit-animation-duration: 13s;
    animation-duration: 13s;
}
.view_our_menu .row .odd_enen:nth-child(4){
    margin-top: -50px;
    -webkit-animation-duration: 16s;
    animation-duration: 16s;
}
.view_our_menu .row .odd_enen:nth-child(5){
    margin-top: -15px;
    -webkit-animation-duration: 19s;
    animation-duration: 19s;
}
.view_our_menu .one-home-menu a img {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
    -webkit-transition: .55s;
    transition: .55s;
}
.view_our_menu .one-home-menu a img:hover{
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    -webkit-transition: .55s;
    transition: .55s;
}
.view_our_menu .one-home-menu a span {
    position: absolute;
    left: 0;
    bottom: 3rem;
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 1.1;
    color: #ebdfd4;
}
.one-home-menu{
    position: relative;
    margin-bottom: -357px;
}
@-webkit-keyframes UpDown{0{-webkit-transform:translateY(0);transform:translateY(0)}
50%{-webkit-transform:translateY(-2rem);transform:translateY(-2rem)}
100%{-webkit-transform:translateY(0);transform:translateY(0)}
}@keyframes UpDown{0{-webkit-transform:translateY(0);transform:translateY(0)}
50%{-webkit-transform:translateY(-2rem);transform:translateY(-2rem)}
100%{-webkit-transform:translateY(0);transform:translateY(0)}
}
.footer{
    background: url(../img/ftr_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.menu{
    list-style: none;
    margin-bottom: 50px;
}
.menu li{
    padding: 0 15px;
}
.menu li a{
    color: #fff;
    font-size: 25px;
}
.menu li a:hover, .menu li a:focus{
    text-decoration: none;
    color: #c1c1c1;
}
.footer-address{
    font-size: 20px;
    color: #fff;
}
.ftr_text p{
    font-size: 16px;
    color: #fff;
}
.footer-conten-top-wrapper{
    border: 1px solid #cbcbcb;
    border-top: 0;
    padding: 50px;
    position: relative;
}

.the-footer-logo{
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 3;
    width: 100%;
    text-align: center;
}
.the-footer-logo:before, .the-footer-logo:after{
    content: '';
    position: absolute;
    background: #fff;
    width: 42%;
    height: 1px;
    top: 39px;
}
.the-footer-logo:before{
    left: 0;
}
.the-footer-logo:after{
    right: 0;
}
.bottom{
    width: 100%;
    text-align: center;
    padding: 33px;
}
.bottom p{
    color: #fff;
    margin: 0;
    font-size: 16px;
}

.reveal-text,
.reveal-text::after {
    -webkit-animation-delay: var(--animation-delay, 2s);
            animation-delay: var(--animation-delay, 2s);
    -webkit-animation-iteration-count: var(--iterations, 1);
            animation-iteration-count: var(--iterations, 1);
    -webkit-animation-duration: var(--duration, 800ms);
            animation-duration: var(--duration, 800ms);
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
}

.reveal-text {
    --animation-delay: var(--delay, 0);
    --animation-duration: var(--duration, 800ms);
    --animation-iterations: var(--iterations, 1);
    position: relative;
    -webkit-animation-name: clip-text;
    animation-name: clip-text;
    cursor: default;
    width: fit-content;
}

.reveal-text::after {
    content: "";
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f2f2f2;
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none;
    -webkit-animation-name: text-revealer;
    animation-name: text-revealer;
    }


@-webkit-keyframes clip-text {
    from {
        -webkit-clip-path: inset(0 100% 0 0);
                clip-path: inset(0 100% 0 0);
    }
    to {
        -webkit-clip-path: inset(0 0 0 0);
                clip-path: inset(0 0 0 0);
    }
}


@keyframes clip-text {
    from {
        -webkit-clip-path: inset(0 100% 0 0);
                clip-path: inset(0 100% 0 0);
    }
    to {
        -webkit-clip-path: inset(0 0 0 0);
                clip-path: inset(0 0 0 0);
    }
}


@-webkit-keyframes text-revealer {
    
    0%, 50% {
        transform-origin: 0 50%;
    }
    
    60%, 100% {
        transform-origin: 100% 50%;     
    }

    
    60% {
        transform: scaleX(1);
    }
    
    100% {
        transform: scaleX(0);
    }
}


@keyframes text-revealer {
    
    0%, 50% {
        transform-origin: 0 50%;
    }
    
    60%, 100% {
        transform-origin: 100% 50%;     
    }

    
    60% {
        transform: scaleX(1);
    }
    
    100% {
        transform: scaleX(0);
    }
}




@media (min-width: 1024px){
    .footer {
        padding-top: 510px;
    }
    .inr_ftr{
        padding-top: 151px !important;
    }
    .view_our_menu .row .col-lg-3 {
        width: 20%;
        -webkit-box-flex: 20%;
        -ms-flex: 20%;
        flex: 20%;
        min-width: 20%;
        max-width: 20%;
        z-index: 3;
    }
}

@media (min-width:1500px){
    .container{
        max-width: 1450px;
    }
}
@media (max-width:1440px){
    .view_our_menu h1 {
        font-size: 137px;
        line-height: 1.6;
    }
}

@media (max-width:1024px){
    .banner_text h1 {
        font-size: 100px;
    }
    .our_mission{
        padding: 150px 0 270px;
    }
    .stylish h1 {
        padding: 0px 101px 122px 0;
        font-size: 96px;
        line-height: 90px;
    }
    .view_our_menu h1 {
        font-size: 104px;
        line-height: 2;
    }
    .one-home-menu {
       margin-bottom: -245px;
    }
    .footer {
        padding-top: 310px;
    }
    .footer-conten-top-wrapper{
        padding: 50px 15px;
    }
    .the-footer-logo:before, .the-footer-logo:after{
        width: 35%;
    }
    .view_our_menu .one-home-menu a span{
        font-size: 16px;
    }
    .menu li a{
        font-size: 16px;
    }
    .footer-address {
        font-size: 16px;
    }
    .the-button {
        padding: 6px 35px;
        margin-right: 17px;
        font-size: 16px;
    }
    .stylish {
        padding: 67px 0 377px;
    }
    .ab2 {
        left: 7%;
        width: 25%;
        bottom: 27%;
        top: auto;
    }
}

@media(max-width:768px){
    .responsive-bar{
        display: block;
        width: 100%;
        height: 60px;
        background: #262626;
        position: fixed;
        top: 0;
        left: 0;
        padding: 5px 20px;
        box-sizing: border-box;
        z-index: 99;
    }
    .responsive-bar .logo img{
        float: left;
        height: 50px;  
    }
    .responsive-bar .menu h4{
        float: right;
        color: #fff;
        margin: 0;
        padding: 0;
        line-height: 50px;
        cursor: pointer;
        text-transform: uppercase;
    }
    nav{
        padding: 0;
    }
    nav,
    nav.black{
    background: #262626;
    height: 60px;
    padding: 0;
    }
    nav .logo{
        display: none;
    }
    nav ul{
        position: absolute;
        width: 100%;
        top: 60px;
        left: 0;
        background: #262626;
        float: none;
        display: none;
    }
    nav ul.active{
        display: block;
    }
    nav ul li{
        width: 100%;
    }
    nav ul li a{
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
        line-height: 30px !important;
        color: #fff;
        
    }

    nav > ul{
        width: 100%;
        display: none;
    }
    nav > ul > li{
        display: block;
        text-align: center;
    }
    .left_height_text{
        margin: 119px auto 0;
    }
    .banner_img{
        padding: 17vh 0 0;
    }
    .active{
        display: block;
    }
    .view_our_menu .row .odd_enen{
        margin-bottom: 68px;
    }
    .one-home-menu{
        margin: 0;
    }
    .footer {
        padding-top: 93px;
    }
    .our_mission {
        padding: 69px 0 211px;
    }
    .our_mission p {
        font-size: 16px;
    }
    .our_mission h2 {
        font-size: 50px;
    }
    .stylish h1 {
        padding: 0px 245px 122px 0;
        font-size: 50px;
        line-height: 54px;
    }
}
@media (max-width: 767px){
    .stylish h1 {
        padding: 0px 47px 17px 0;
        font-size: 40px;
        line-height: 40px;
    }
    .banner_text {
        padding: 0 18%;
    }
    .banner_text p {
        color: #fff;
        font-size: 16px;
    }
    .banner_text h1 {
        font-size: 40px;
    }
    .our_mission h2 {
        font-size: 40px;
    }
    .our_mission {
        padding: 51px 0 115px;
    }
    .stylish {
        padding: 67px 0 227px;
    }
    .view_our_menu h1 {
        font-size: 40px;
    }
    .the-footer-logo:before, .the-footer-logo:after {
        width: 20%;
    }
    .the-button{
        display: inline-block;
    }
    .footer-address div{
        display: inline-block;
        padding-right: 8px;
    }
    .menu li{
        display: inline-block;
        padding-right: 18px;
        margin-bottom: 16px;
    }
    .menu{
        margin-bottom: 0;
    }
    .footer-address {
        margin-bottom: 20px;
    }
    .contact_form{
        padding: 10px;
    }
    .respon{
        margin-bottom: 15px;
    }
    .bottom{

    }
}
