


* {
      box-sizing: border-box;
      margin: 0%;
      padding: 0%;
      font-family: "Helvetica";
      

}



/*--------------- hero section --------------- */

.video-container {
      width: 100%;
      height: 100vh;
      overflow: hidden;
}

video {
      object-fit: cover;
      width: 100vw;
      height: 100vh;
      position: absolute;
      top: 0;
      left: 0;
}


.header {
      position: absolute;
      top: 50%;
      left: 30%;
      transform: translate(-50%, -50%);
}

.header h1 {
      color: #d3ae87;
      font-size: 80px !important;
}

@media(max-width: 900px) {
      .header {
            left: 50%;
      }

      .header h1 {
            font-size: 20px !important;
            text-align: center;
      }
}

/*--------------- navigation --------------- */

.nav {
      width: 100%;
      height: 80px;
      position: fixed;
      z-index: 2;
}

.nav.scrolled {
      background-color: #161616 !important;
      transition: background-color 500ms linear;
}

.nav #brand {
      float: left;
      display: block;
      margin-left: 10%;
      line-height: 80px;    
}

.nav #brand a {
      color: rgb(182, 182, 182);
      font-family: Helvetica;
      transition: all 500ms ease-out;
}

.nav #brand a:hover {
      text-decoration: none;
}

#brand img{
      width: 150px;
}

@media(max-width: 700px){
      #brand img{
            width: 100px;
      }

}

.nav #menu {
      float: left;
      right: 40px;
      position: fixed;
}

.nav #menu b{
  color: #fff;
}

.nav #menu li {
      padding-left: 40px;
      display: inline-block;
      font-weight: lighter !important;
      font-size: 14px;
      line-height: 80px;
      position: relative;
      transition: all 500ms ease-out;
}

.nav #menu li a {
      font-family: Helvetica;
      color: #fff;
      transition: all 500ms ease-out;
}

.nav #menu li a:hover {
      text-decoration: none;
      color: #161616 ;
      transition: all 500ms ease-out;
}

#toggle {
      position: absolute;
      right: 27px;
      top: 9px;
      color: #fff;
      z-index: 2;
      font-size: 40px;
      visibility: hidden;
}


.close-btn {
      position: absolute;
      right: 27px;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 2px;
      z-index: 2;
      top: 9px;
      font-size: 40px;

}

#resize {
      z-index: 2;
      top: 0px;
      position: fixed;
      background: #0f0f0f;
      width: 100%;
      height: 100%;
      visibility: hidden;
      opacity: 0;
      
}

#resize #menu {
      height: 90px;
      position: absolute;
      left: 45%;
      transform: translateX(-40%);
      text-align: center;
      display: table-cell;
      vertical-align: center;
}
#resize #menu b{
  color: #fff;
}

#resize #menu li {
      display: block;
      text-align: center;
      padding: 10px 0;
      font-size: 20px;
      min-height: 50px;
      font-weight: bold;
      transition: all 0.3s ease-out;
}

#resize li:nth-child(1) {
      margin-top: 140px;
}

#resize #menu li a {
      color: #fff;
}

#resize #menu li a:hover {
      text-decoration: none;
}

#resize.active {
      visibility: visible;
      opacity: 1;
}

@media(max-width: 900px) {
      #toggle {
            visibility: visible;
      }

      nav #brand {
            margin-left: 10px;
      }

      #resize ul li a {
            font-size: 20px;
            font-family: Helvetica;
            font-weight: lighter !important;
            color: #fff;

      }

      nav #menu {
            display: none;
      }
}

@media(min-width: 900px) {
      #resize {
            visibility: hidden !important;

      }
}

/*--------------- about section starts  --------------- */ 
.loading-screen {
      position: absolute;
      width: 100%;
      height: 100%;
      background: #252850;
      z-index: 2;
      left: 0;
      position: fixed;
}

.welcome-section {
      position: absolute;
      width: 100vw;
      height: 100vh;
      top: 0;
      left: 0;
      background: #1e2040;
      overflow: hidden;
      align-content: center;
}

.content-wrap{
      position: absolute;
      top: 50%;
      left: 52%;
  display: flex;
  transform: translate(-50%, -50%);

}

.fly-in-text li{
      position: relative;
      list-style: none;
      width: 30%;
      display: inline-block;
      font-size: 5em;
      color: #fff;
      letter-spacing: 0.1em;
      right: 58px;
      margin-top: 10px;
       -webkit-animation: head 3s cubic-bezier(0.550, 0.085, 0.680, 0.530) both ;
              animation: head 3s cubic-bezier(0.550, 0.085, 0.680, 0.530) both ;

} 


.fly-in-text1 li{
      position: relative;
      list-style: none;
      display: inline-block;
      width: 30%;
      font-size: 5em;
      color: #fff;
      letter-spacing: 0.1em;
      margin-top: 11px;
      left: 10px;
       -webkit-animation: head 3s cubic-bezier(0.550, 0.085, 0.680, 0.530) both ;
              animation: head 3s cubic-bezier(0.550, 0.085, 0.680, 0.530) both ;
      text-align: right;       
} 



.head {
      position: absolute;
      list-style: none;
      width: 20%;
      font-weight: lighter;
      font-size: 10em;
      color: #fff;
      left: 34%;
      top: 7px;
      -webkit-animation: head 4.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) ;
              animation: head 4.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) ;
      
}

@media screen and (max-width: 900px){

      .content-wrap{
            top: 45%;
      }


      .head{
        font-size: 55px;
        position: absolute;
        top: 15%;
        left: 39%;
        width: 10%;
        margin-right: 15px;      
 }
      .fly-in-text li{
        position: relative;
        font-size: 30px;
        width: 27%;
        right: 25%;
        letter-spacing: 0.5px;   
      }

      .fly-in-text1 li{
        font-size: 30px;
        width: 27%;
        left: 13%;
        letter-spacing: 0;

      }
  }
@-webkit-keyframes head {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes head {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
.home{  
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0; 
}

.one{  
     
      font-size: 25px;
      color: grey;
      letter-spacing: 1px;
      text-align: center;
      font-family: Helvetica;
      position: absolute;
      top: 40%;
      left: 25%;
      right: 25%
           
}

.one2{  
     
      font-size: 13px;
      font-style: italic;
      color: grey;
      letter-spacing: 1px;
      text-align: center;
      font-family: Helvetica;
      position: absolute;
      top: 47%;
      left: 23%;
      right: 23%
           
}

@media(max-width: 900px) {
      .one2{
      

      }
}






.content {
      position: relative;
      width: 100%;
}

section {
      padding: 140px 0;
}

.section-index {
      color: #d3ae87;
      font-weight: bolder;
      font-size: 20px;
      font-family: "Helvetica";
}

.section-heading {
      color: grey;
      letter-spacing: 4px;
      font-size: 25px;

}

.section-heading1 {
      color: grey;
      letter-spacing: 4px;
      font-size: 18px;
     
      

}



.section-subheading {
      color: grey;
      margin: 10px 0;
}

.section-info {
      font-size: 15px;
      color: grey;
}

.section-info1 {
      font-size: 15px;
      color: grey;
      padding-bottom: 20px;
}

.section-info1 h2{
      position: absolute; 
      bottom: -5%;             
}



.text{
      position: absolute;
      bottom: 32%;           
}


.more {
      margin: 40px 0;
}

@media(max-width: 900px) {
       .text{
            position: relative;
            padding-left: 5%;
            padding-top: 15%;
      }

      .section-info1 h2{
      font-size: 27px;

      }

      .section-info1 h3{
      font-size: 23px;
      }

      
}

/*--------------- services section starts  --------------- */


.wine{
  background: #161616;
}

.presentation{
  padding-top: 5%;
}

.presentation1{
  padding-top: 0.5%;
}


@media(max-width: 900px) {
  .presentation{
    padding-top: 15%;
    padding-left: 5%;
  }

}

.services {
      background: #161616;
}

.service {
      margin: 30px 0;
      padding-left: 5%;
}


.title {
      font-size: 25px;
      top: 2px;
      color: #ffffff;
      align-content: center;
      padding-top: 10%;

}

.title1 {
      font-size: 20px;
      top: 2px;
      color: rgb(182, 182, 182);
      padding-top: 20%;
}

.com {
      font-size: 15px;
      margin-bottom: 5px;
      color: rgb(182, 182, 182);
      align-content: center;
      padding-top: 5%;
      line-height: 18px;
    

}
.com1 {
      font-size: 16px;     
      color: rgb(140, 140, 140);
      padding-top: 5%;
      line-height: 0.5;
  	  width: 400px;

    

}



/*--------------- our team section starts  --------------- */
.slider{
      overflow-y: hidden;
        -webkit-font-smoothing: antialiased;
       
      width: 100vw;
      height: 100vh;

}
   .flex 
        { 
            display: -webkit-flex;
            display: flex; 
            -webkit-flex-direction: row; 
            flex-direction: row; 
            -webkit-justify-content: flex-start; 
            justify-content: flex-start;
        
        }

    .slider-wrapper div 
        {
            position: relative;

        
        }


    .slider-wrapper
                 {
                     margin-top: 7vw; 
                     margin-left: 11vw;
        
        }
        
        
    .slide-image {
        height: 24vw;
    }
        
        
    .slide-image img 
        {
            width: 300px;
        }

        
        
        
    .slide-content 
        {   width: 60vw; 
            padding:3vw 18vw 3vw 9vw;
            right: 7vw;



        }
        
        
    .slide-title h2{
            font-size: 25px; 
            line-height: 30px; 
            padding-bottom: 0.5vw;
            width: 50vw;
            color: rgb(97, 97, 97);

        }

        .slide-title2
        {
            font-size: 18px;  
            line-height: 20px; 
            padding-bottom: 20px;
            color: grey;

        }
        
        
        
    .slide-text 
        {
            font-size: 15px; 
            padding-bottom: 1.5vw;
            color: grey;
        }

      @media(max-width: 700px){

      .slider-wrapper{
            margin-top: 30vw;
      }

      .slider{
            height: 150vh;
      }
        .slide{
            right: 110px;
            margin-bottom: 6.5%;
            bottom: 90px;
        }

        .slide-image img{
            width: 250px;
            left: 57%;
            margin-bottom: 30px;
            position: relative;
           
        }

        .slide-title h2{
            font-size: 20px;
            width: 90vw;
        }

        .slide-content{
            width: 90vw;
            right: 25%;
            top: 350px;

        }

        .slide-text{
            line-height: 20px;
        }
      }

/*--------------- newsletter section starts  --------------- */

.newsletter {
      padding: 140px 0;
      background: #161616;
}

.newsletter input {
      text-transform: uppercase;
}

.newsletter .news-data {
      max-width: 650px;
      margin: 0 auto;
      text-align: center;
      position: relative;
}

.newsletter h1 {
      color: #fff;
      margin-bottom: 40px;
}

.newsletter .form-control {
      height: 50px;
      border-color: #fff;
      border-radius: 0 !important;
}

.form-control:focus {
      box-shadow: none !important;
      border: none !important;
}

::placeholder {
      letter-spacing: 4px;
}

.newsletter .btn {
      min-height: 50px;
      padding: 0 30px;
      border-radius: 0;
      background: #000;
      color: #fff;
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      font-family: Helvetica;
}

/*--------------- contact section starts here --------------- */

#contact-form {
      margin: 5% 0;
}

.contact .icon-title {
      margin-top: 10px;
      font-size: 16px;
      color: rgb(97, 97, 97);
}

#contact-form ul {
      list-style: none;
      margin-bottom: 40px;
      border-radius: 0;
}

#contact-form li:last-of-type {
      border-bottom: none;
}

#contact-form label {
      display: block;
      font-size: 17px;
      color: rgb(97, 97, 97);
}

#contact-form input, #contact-form textarea {
      width: 100%;
      padding: 5px;
      border: none;
      resize: vertical;
      background: transparent;
      color: #101010;
      font-weight: bolder;
}

input:focus {
      outline: none !important;
      border: none !important;
}

textarea:focus {
      outline: none !important;
      border: none !important;
}

.textarea {
      border-bottom: 1px solid #c9c9c9;
}

@media(max-width: 900px) {
      #contact-form {
            margin: 5%;
            width: 98%;

      }

      .team-title img{
            width: 50%;
            margin-right: 3%;
      }
}

button {
      background: none;
      border: .3pt solid rgba(100, 100, 100, 100);
      text-transform: uppercase !important;
      font-size: 12px !important;
      letter-spacing: 2px;
      padding: 18px 36px;
}

/*--------------- footer section starts here --------------- */

.footer {
      background: #161616;
}

#media, #address, #mail {
      text-align: center !important;
}

#media ion-icon{
  font-size: 30px;
}

.footer .container {
      padding: 160px 0;
}

.footer li, h4 {
      font-size: 18px !important;
}

.footer h4, h5, h6{
      font-weight: lighter;
      color: #fff;
}

.footer p {
      color: grey;
      font-weight: lighter;
}

.footer li {
      font-weight: lighter;
      color: #fff;
      padding-left: 20px;
      font-size: 18px !important;
}

#media ul {
      list-style: none;
}

#media ul li {
      display: inline-block;
}

@media(max-width: 900px) {
      .footer .container {
            width: 92% !important;
      }
}
