@import url('https://fonts.googleapis.com/css2?family=Arima:wght@200;400;500;600&family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,500&display=swap');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}


/* ---- utility classes here --- */
.flex {
    display: flex;
    align-items: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-flow{
    flex-flow: column;
}

.flex-center {
    justify-content: center;
}

.space-between {
    justify-content: space-between;
}

.padding{
  padding: 1rem 3rem;
}

/* ---- utility classes end here --- */
.container{
    width: 100%;
    height: 100vh;
    background: url(/img/bg.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
.navbar{
    position: fixed;
    top: 0px;left: 0px;
    width: 100%;
    z-index: 10;
}
.navbar.active{
    background-color: rgba(0,0,0,0.6);
}
.logo {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    cursor: pointer;
}
.menu-list{
    border-bottom: 2px solid #fff;
    padding-bottom: 30px;
    flex: 1;
    margin-left: 350px;
}

.menu-list li a{
    color: #fff;
    font-size: 17px;
}
.user-phone i{
    font-size: 1.5rem;
    color: #fff;
    cursor: pointer;
}

.user-info{
    align-items: flex-start;
    margin-left: 10px;
    cursor: pointer;
}

.user-info span{
    font-size: 17px;
    color: #fff;
    margin-bottom: 5px;
}
.close{
    display: none;
}

.bar{
    display: none !important;
}

.bar i{
    font-size: 3rem;
    color: #fff;
    cursor: pointer;
}

.home-content{
    margin-top: 200px;
    position: relative;
}

.home-content h1{
    font-size: 4rem;
    color: #fff;
    margin-bottom: 10px;
}

.btn{
    border: 1px solid #fff;
    background: transparent;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0.9rem 1.5rem;
    color: #fff;
    font-size: 15px;
    border-radius:25px;
    margin-top: 30px;
}
.box{
    position: absolute;
    top: -46px;
    right: 75px;
    background: rgba(256,256,256,0.2);
    padding: 15px;
    max-width: 250px;
}

.box .icon{
    background-color: #fff;
    width: 56px;
    padding: 5px 1rem;
    border-radius: 15px;
    margin-bottom: 10px;
}

.icon i{
    font-size: 1.1rem;
    color: #000;
    font-weight: 600;
}

.box p{
    font-size: 16px;
    color: #fff;
    line-height: 25px;
}
.box-2{
    top: 80%;
    left: 50%;
}

.box-2 .line{
    position: absolute;
    top: 34%;
    right: -62px;
    width: 62px;
    height: 1px;
    background-color: #fff;
}

.box-2 .line::after{
     left:100% !important;
     top: 50%;
     transform: translateY(-50%);
}

.line{
    position: absolute;
    bottom: -62px;
    right: 69px;
    width: 1px;
    height: 62px;
    background-color: #fff;
}

.line::after{
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
/* ---- media query --- */

@media screen  and (max-width:1076px){
    .menu-list{
        margin-left: 150px;
    }
    
    .padding{
        padding: 1rem 2rem;
    }

    .home-content h1{
        font-size: 3.5rem;
    }
    .box-2{
        left: 45%;
    }
}

@media screen  and (max-width:895px){
    .menu-list{
        margin-left: 50px;
    }

    .padding{
        padding: 1rem;
    }

    .logo{
        font-size: 1.4rem;
    }
    .home-content h1{
        font-size: 3rem;
    }
    .box-2{
        left: 40%;
    }
}

@media screen  and (max-width:793px){
   .home-content h1{
    font-size: 2.5rem;
   }
   .box-2{
    left: 32%;
   }
}

@media screen  and (max-width:724px){
    .bar{
       display: block !important;
    }
    .close{
        display: block !important;
        position: absolute;
        right: 3%;
        margin-top: 0px !important;
    }
    .close i{
        font-size: 3rem;
        color: #fff;
        cursor: pointer;
    }
    .menu-list{
        position: fixed;
        left: 0px;
        top: -100%;
        width: 100%;
        background-color: rgba(0,0,0,0.9);
        margin-left: 0px;
        flex-flow: column;
        align-items: flex-start;
        padding: 1rem;
        z-index: 11;
        transition:all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    }
    .menu-list.active{
        top: 0px;
    }
    
    .menu-list li{
        margin-top: 20px;
    }

    .container{
        height: 100%;
    }

    .home-content{
        display: flex;
        flex-direction: column-reverse;
    }

    .home-content .data{
        margin: auto;
        text-align: center;
        margin-top: 208px;
    }


    .home-content .boxes{
        position: relative;
    }
    .box{
        top: -126px;
    }
    .box-2{
        top: 22px !important;
        left: 73px !important;
    }
}

@media  screen and (max-width:566px) {
    .line{
        display: none;
    }
    .data{
        margin-top: 35px !important;
    }
    .boxes{
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 38px;
    }
    .box{
        width: 100%;
        position: unset;
    }

    .home-content{
        margin-top: 100px;
    }

    .container{
        height: 100%;
    }
}

@media  screen and (max-width:390px) {  
  .home-content h1{
    font-size: 2rem;
  }
}

@media  screen and (max-width:300px) {  
     .container{
        height: 100%;
     }
  }