*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: antonio;
    line-height: 1.5;
}

body{
  background-color: rgb(21, 21, 21);
}

@font-face{
	src: url(font/Antonio-Regular.ttf);
	font-family:antonio;
}

.container-fluid{
  background-color: black;
}

.container-fluid .navigation{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 20px;
}

.container-fluid .navigation .logo{
  display: contents;
}

.container-fluid .navigation .logo img{
  width: 25%;
}

.container-fluid .navigation .menu .search i{
  color: white;
  padding: 10px;
  cursor: pointer;
  font-size: 20px;
}

.container-fluid .navigation .menu a{
  color: #fff;
}

.container-fluid .navigation .menu a i{
  font-size: 20px;
}

.container-fluid .navigation .bar{
  float: left;
  color: #fff;
  display: none;
}

.container-fluid .navigation .bar i{
  font-size: 28px;
}

hr{
  border-bottom: 0px solid white;
}

.container-fluid .navbar{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.container-fluid .navbar .nav{
  list-style: none;
  margin: 0 20px;
}

.container-fluid .navbar .nav a{
  text-decoration: none;
  color: #fff;
  font-size: 20px;
}

.container-fluid .navbar .bar{
  position: relative;
}

.container-fluid .navbar .bar a::after{
  content: '';
  position: absolute;
  height: 3px;
  width: 0;
  background-color: #fff;
  left: 0;
  bottom: -2px;
  border-radius: 50px;
  transition: 0.5s all;
}

.container-fluid .navbar .bar a:hover::after{
  width: 100%;
}

.phone-slider{
	width:100%;
	height:88vh;
	display:none;
	position:absolute;
	bottom: 0;
	background-color:rgb(0, 0, 0);
	z-index:9999;
}

.phone-slider .main{
	display:flex;
	justify-content:space-between;
	align-items:center;
	background-color:#000000;
  color: #fff;
}

.phone-slider .main span{
	padding:20px;
  font-size: 30px;
	font-weight:900;
}

.phone-slider hr{
  width: 100%;
}


.phone-slider .home ul{
	list-style:none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.phone-slider .home ul li a{
	text-decoration:none;
	color:rgb(255, 255, 255);
}

.phone-slider .home ul li{
	padding:14px 0 14px 5px;
	margin:5px 0 5px 5px;
}

.search-box{
  width: 100%;
  position: absolute;
  top: 0;
  color: #fff;
  background-color: black;
  display: none;
  padding: 20px 0;
  z-index: 999;
  
}

.search-box .row{
  width: 70%;
  border-bottom: 1px solid #b0b0b0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}

.search-box input[type=text] {
  border: none;
  padding: 0 10px;
  background-color: transparent;
  width: 90%;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}

.search-box input[type=text]:focus{
  outline: none;
}

.search-box i{
  font-size: 22px;
  padding: 0 10px;
}

.search-box button i{
  cursor: pointer;
}

.search-box button{
  background-color: transparent;
  border: none;
  color: #b0b0b0;
  cursor: pointer;
}

.base-head{
  background-color: transparent;
  height: 100vh;
  display: none;
  position:absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
}

.result-box{
  width: 70%;
  margin: auto;
}

.result-box ul li{
  list-style: none;
  margin-top: 15px;
  border-radius: 3px;
}

.result-box ul li a{
  text-decoration: none;
  color: #e1e1e1;
  padding: 10px;
}

.result-box ul li:hover{
  background-color: #272727;
}

.slider{
  width: 100%;
  max-height: 700px;
  overflow: hidden;
}

.slider video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

  .container2{
    display: flex;
    align-items: center;
  }

  .container2 .list-item{
    width: 55%;
    overflow: hidden;
  }

  .container2 .list-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
  }

  .container2 .containt{
    width: 42%;
    line-height: 1.5;
    padding-left: 80px;
  }

  .container2 .containt h2{
    font-size: 40px;
    color: #cf0a2c;
  }

  .container2 .containt p{
    color: #fff;
    font-size: 20px;
    margin: 5px 0 15px 0;
    
  }

  .container2 .containt div{
    border: 2px solid #cf0a2c;
    width: fit-content;
    padding: 7px 14px;
    font-weight: 600;
    transition: 0.4s all;
  }

  .container2 .containt div a{
    text-decoration: none;
    color: #cf0a2c;
    transition: 0.4s all;

  }

  .container2 .containt div:hover{
    background-color: #cf0a2c;
  }

  .container2 .containt div:hover a{
    color: white;
  }

  .container3{
    margin: 10px 0;
  }

  .container3 h2{
    font-size: 40px;
    text-align: center;
    padding: 20px;
    color: #cf0a2c;
  }

  .container3 h2 span{
    color: white;
  }

  .container3 .by-goal{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .container3 .by-goal .build{
    position: relative;
    width: 25%;
    overflow: hidden;
    transition: 0.3s all;
  }

  .container3 .by-goal .build .overlay{
    text-align: center;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 0px;
    margin: auto;
    transition: 0.3s all;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .container3 .by-goal .build .overlay span{
    font-size: 20px;
    transition: 0.3s all;
    color: #cf0a2c;
    font-weight: 600;
  }

  .container3 .by-goal .build .overlay span a{
    text-decoration: none;
    color: black;
    transition: 0.3s all;
    font-size: 17px;
    font-weight: 100;
  }

  .container3 .by-goal .build .overlay span a i{
    font-size: 16px;
    transition: 0.3s all;
  }

  .container3 .by-goal .build .overlay span:hover a i{
    margin-left: 4px;
    color: #cf0a2c;
  }

  .container3 .by-goal .build:hover .overlay{
    height: 30%;
    padding: 10px 0 ;
  }
  
  .container3 .by-goal .build:hover img{
    scale: 1.2;
  }

  .container3 .by-goal .build img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    vertical-align: bottom;
    transition: 0.8s all;
  }

  .container4 h2{
    font-size: 40px;
    text-align: center;
    padding: 20px;
    color: #cf0a2c;
  }

  .container4 h2 span{
    color: white;
  }

  .container4 .product-catagory{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 40px;
  }
  .container4 .build{
    width: 22%;
    overflow: hidden;
    margin: 10px 30px;
    transition: 0.8s all;
  }

  .container4 .build a{
    color: #fff;
    text-decoration: none;
  }

  .container4 .build img{
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    object-fit: contain;
    transition: 0.8s all;
  }

  .container4 .build:hover img{
    scale: 1.1;
  }

  .container4 .build .overlay{
    color: #fff;
    display: flex;
    flex-direction: column;
    margin-left: 40px;
    margin-top: 15px;
    letter-spacing: 0.4px;
  }

  .container4 .build .overlay .product-content{
    font-size: 18px;
  }

  .container5 {
    margin: 20px;
  }

  .container5 .quality-content{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  .container5 .quality-content h2{
    font-size: 40px;
    text-align: center;
    padding: 20px;
    color: #cf0a2c;
  }

  .container5 .quality-content h2 span{
    color: #fff;
  }

  .container5 p{
    width: 75%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.3px;
  }

  .container5 .quality-img{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    margin: 0 20px;
  }

  .container5 .quality-image{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
  }

  .container5 .quality-img .quality-context{
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #fff;
    font-weight: lighter;
    letter-spacing: 1px;
    margin: 0 20px;
  }
  
  .container5 .quality-img .quality-context h3{
    margin-top: 10px;
  }

  .container6{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: black;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 5px;
  }

  .container6 .stay{
    font-size: 40px;
    margin: 10px 0;
  }

  .container6 .date{
    font-size: 24px;
    width: 50%;
    text-align: center;
    margin: 20px 0;
  }

  .container6 .mail{
    width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .container6 .mail input{
    width: 100%;
    padding: 20px;
    font-size: 18px;
    text-transform: uppercase;
    height: 50px;
    margin: 0 10px;
    border: 2px solid #cf0a2c;
  }

  .container6 .mail input::placeholder{
    font-size: 18px;
  }

  .container6 .mail button{
    font-size: 22px;
    padding: 8px;
    background-color: #cf0a2c;
    color: #fff;
    border: none;
    cursor: pointer;
  }

  .container6 .main{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
  }

  .container6 .main li a::after{
    content: '';
    position: absolute;
    height: 3px;
    width: 0;
    background-color: #fff;
    left: 0;
    bottom: -2px;
    border-radius: 50px;
    transition: 0.5s all;
  }

  .container6 .main li a:hover::after{
    width: 100%;
  }

  .container6 .main li{
    list-style: none;
    position: relative;
    margin: 0 15px;
  }

  .container6 .main li a{
    color: #fff;
    text-decoration: none;
    font-size: 20px;
  }

  .container6 .rights{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .container6 .social{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .container6 .social a{
    color: #fff;
    display: block;
    text-align: center;
    font-size: 24px;
    width: 45px;
    height: 45px;
    border: 1px solid white;
    border-radius: 50%;
    padding-top: 1%;
    margin: 15px;
    transition: 0.5s all;
  }

  .container6 .social a:hover{
    background-color: #fff;
    color: black;
  }

  .container6 hr{
    width: 95%;
  }

  @media(max-width:910px){
    .container2{
      flex-direction: column;
    }

    .container2 .list-item{
      width: 100%;
    }
    
    .container2 .containt{
      width: 90%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;
      align-items: center;
      padding-left: 0;
      margin-top: 15px;
    }
  }

  @media(max-width:850px){
    .container-fluid .navbar{
      display: none;
    }
    .container-fluid hr{
      display: none;
    }
    .container-fluid .navigation .logo img{
      width: 40%;
    }
    .container-fluid .navigation{
      margin: 0 10px;
    }
    .container-fluid .menu{
      display: block;
    }
    .container-fluid .menu i{
      color: #fff;
      font-size: 24px;
    }
    .container-fluid .search-bar .search{
      display: none;
    }
    .container-fluid .navigation{
      padding: 10px;
    }
    .container-fluid .navigation .bar{
      display: block;
    }
    .container3 .by-goal{
      flex-direction: column;
    }
    .container3 .by-goal .build{
      width: 90%;
      position: static;
    }
    .container3 .by-goal .build .overlay{
      position: static;
      height: 100%;
      padding: 20px 0;
      background-color: transparent;
      color: #cf0a2c;
    }
    .container3 .by-goal .build .overlay span a{
      color: #fff;
    }
    .container3 .by-goal .build:hover img{
      scale: 1;
    }
    .container4 .product-catagory{
      flex-direction: column;
    }
    .container4 .build{
      width: 70%;
    }
    .container4 .build .overlay{
      justify-content: center;
      align-items: center;
      margin-left: 0;
    }
    .container5 p{
      width: 95%;
    }
    .container5 .quality-image{
      display: flex;
      flex-direction: column;
    }
    .container6 .mail{
      flex-direction: column;
      width: 400px;
    }

    .container6 .mail button{
      width: 400px;
      margin-top: 10px;
    }  
  }

  @media(max-width:500px){
    .container-fluid .navigation .bar i{
      font-size: 22px;
    }
    .container-fluid .navigation .logo img{
      width: 50%;
    }
    .container3 .by-goal .build{
      width: 100%;
    }
    .container4 .build{
      width: 100%;
    } 
    .container4 h2{
      font-size: 30px;
    }
    .container5 .quality-img{
      flex-direction: column;
    }
    .container5 p{
      width: 98%;
      font-size: 16px;
    }
    .container2 .containt{
      width: 95%;
    }
    .container2 .containt h2{
      font-size: 30px;
    }
    .container2 .containt p{
      font-size: 16px;
    }
    .container3 h2{
      font-size: 30px;
    }
    .container5 .quality-content h2{
      font-size: 30px;
    }
    .container6 .stay{
      font-size: 30px;
    }
    .container6 .date{
      font-size: 18px;
      width: 80%;
      margin: 0px;
      margin-bottom: 10px;
    }
    .container6 .mail{
      width: 300px;
    }

    .container6 .mail button{
      width: 300px;
    }
    .container6 .rights p{
      font-size: 12px;
      text-align: center;
      margin-top: 5px;
    }
    .container6 .main li{
      margin: 0 10px;
    }
    .container6 .main li a{
      font-size: 16px;
      padding: 0 5px;
    }   
  }