*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.bg-image{
    background-image: url(../images/home/background-home-desktop.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.bg-image-crew{
    background-image: url(../images/crew/background-crew-desktop.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.bg-image-destination{
    background-image: url(../images/destination/background-destination-desktop.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.bg-image-technology{
    background-image: url(../images/technology/background-technology-desktop.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.header{
    background: #d9bfbf38;
    backdrop-filter: blur(2px) contrast(107%);
    z-index: 5000;
}

.color-light{
    color: white !important;
}
.font-size{
    font-size: 135px;
}
.m-top{
    margin-top: 150px;
}
.circle{
    background: white;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    text-align: center;
    line-height: 200px;
    font-size: 37px;
    transition: 0.5s;
}
.circle-lg{
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
}
.image-size{
    width: 81%;
}
.crew{
    position: absolute;
    top: 28%;
}
.mar{
    position: absolute;
    top: 25%;
}
.no-circle{
    /* background: white; */
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid white;
    color: white !important;
    margin-bottom: 60px;
}
.up{
    margin-top: 60px;
}

.des-item{
    border-bottom: 2px solid white;
}
.crew-des-item{
    color: white !important;
    font-size: 25px;
}
.tech-des-item{
    background: white;
    color: black !important;
    cursor: pointer;
}
.circle:hover{
    width: 210px;
    height: 210px;
    line-height: 210px;
    background: gray;
    color: white !important;
}

@media screen and (max-width:1200px){
   
   
}
@media screen and (max-width:768px){
    .bg-image{
        background-image: url(../images/home/background-home-tablet.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .bg-image-crew{
        background-image: url(../images/crew/background-crew-tablet.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .bg-image-destination{
        background-image: url(../images/destination/background-destination-tablet.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .bg-image-technology{
        background-image: url(../images/destination/background-destination-tablet.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .disply-none{
        display: none !important;
    }
    .font-size{
        font-size: 50px;
    }
    .m-top {
        margin-top: -310px;
    }
    .circle-lg{
        display: block !important;
        height: 0vh !important;
    }
    .circle{
        background: white;
        border-radius: 50%;
        width: 300px;
        height: 300px;
        text-align: center;
        line-height: 300px;
        font-size: 37px;
        position: absolute;
        bottom: 130px;
    }
    .crew {
        position: absolute;
        top: 18%;
    }
    .image-size {
        width: 66%;
        position: absolute;
        top: 48%;
    }
    .mar {
        position: absolute;
        top: 10%;
    }
    .image-size {
        width: 56%;
        position: absolute;
        top: 54%;
    }
    .tech{
        position: absolute;
        top: 12%;
    }
}
@media screen and (max-width:576px){
    .bg-image{
        background-image: url(../images/home/background-home-mobile.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .bg-image-crew{
        background-image: url(../images/crew/background-crew-mobile.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .bg-image-destination{
        background-image: url(../images/destination/background-destination-mobile.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .fs-sm-size{
        font-size: 13px !important;
    }
    .m-top {
        margin-top: -310px;
    }
    .circle{
        background: white;
        border-radius: 50%;
        width: 300px;
        height: 300px;
        text-align: center;
        line-height: 300px;
        font-size: 37px;
        position: absolute;
        bottom: 25px;
        left: 39px;
    }
    .m-top {
        margin-top: -150px;
    }
    .image-size {
        width: 65%;
        position: absolute;
        top: 62%;
        left: 20%;
    }
    .m-top {
        margin-top: -120px;
    }
    .mar {
        position: absolute;
        top: 10%;
        left: 6%;
    }
    .image-size {
        width: 61%;
        position: absolute;
        top: 65%;
        left: 17%;
    }
    .tech{
        position: absolute;
        top: 11%;
    }
}