.menu-two{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.carousel-inner img {
    width: 100%;
    height: 100vh;
}

.carousel-indicators li {
    position: relative;
    width: 30px;
    height: 10px;
    background-color: #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    background-color: #ff5164;
}

.carousel-caption{
    position: absolute;  
    top: 35%;
    left: 40%;
    text-align: left;   
}

.carousel-caption p{
    font-size: 50px;
    color: #000;
    line-height: 70px;
    letter-spacing: 3px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.carousel-caption a{
    font-size: 16px;
    padding: 12px 35px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-width: 2px;
    border-style: solid;
    border-color: #0026ff;
    background: #0026ff;
}

@media screen and (max-width: 1440px){
    .carousel-caption{
        position: absolute;  
        left: 250px;
  }
 .carousel-caption p{
    font-size: 45px;
  }
}

@media screen and (max-width: 1024px){
    .carousel-caption{
        position: absolute;  
        left: 180px;
  }
 .carousel-caption p{
    font-size: 38px;
  }
}

@media screen and (max-width: 768px){
    .carousel-caption{
        position: absolute;  
        left: 100px;
  }
 .carousel-caption p{
    font-size: 25px;
    line-height: 50px;
    letter-spacing: 1px;
  }
}



@media screen and (max-width: 991px){
    .navbar {
        width: 100%;
        padding: 0;
        position: absolute;
        display: block;
        top: 62px;
    }