.bg-home video{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    z-index: 1;
}
.bg-home2 img {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    z-index: 2;
}
.desktop {
    height: 100vh;
    overflow: hidden;
}

.item {
    width: 11rem;
    position: absolute;
    z-index: 3;

}
.item-image {
    border: 6px solid #758be7;
    border-radius: 50%;
    overflow: hidden;
}
.item-image div {
    display: block;
    overflow: hidden;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    background: #a0b5ff;
}
.item-image img {
    width: 100%;
}
.item-text {
    text-align: right;
    font-size: 0.8rem;
    position: absolute;
    top: 8%;
    right: 100%;
    width: 13rem;
    z-index: 3;
    opacity: 0;
    transition: .8s;
}
.item-text a {
    text-decoration: none;
    color: #fff;
}
.item-text a:hover {
    color: #ffd823;
}
.item:hover .item-text {
    opacity: 1;
    transition: .8s;
}
.item-number {
    position: absolute;
    right: -50px;
    top: 28%;
    background: #2f73d9;
    width: 70px;
    height: 70px;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    color: #fff;
    z-index: 4;
}
.item-view-more a{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top:100%;
    transition: 1s;
    border-radius: 50%;
    background: rgb(0, 0, 0, 50%);
    color: #ffd823;
    text-decoration: none;
}
.item-view-more:hover a {
    top:0;
    transition: 1s;
}
.item-view-more:hover {
    color: #ffd823;
    text-decoration: underline;
}
.item1 {
    top: 4%;
    left: 24%;
}
.item2 {
    top: 21%;
    left: 15%;
}
.item3 {
    top: 43%;
    left: 15%;
}
.item4 {
    top: 62%;
    left: 23%;
}
.item4 .item-number {
    top: 0%;
    right: -38px;
}
.item5 {
    top: 79%;
    left: 33%;
}
.item5 .item-number {
    top: -28%;
    right: 40px;
}
.item6 {
    top: 4%;
    right: 24%;
}
.item7 {
    top: 21%;
    right: 15%;
}
.item8 {
    top: 43%;
    right: 17%;
}
.item6 .item-number,
.item7 .item-number,
.item8 .item-number{
    left: -50px;
}
.item9 {
    top: 62%;
    right: 23%;
}
.item9 .item-number {
    top: 0%;
    left: -38px;
}
.item10 {
    top: 79%;
    right: 33%;
}
.item5 .item-text,
.item10 .item-text {
    top: 16%;
}
.item10 .item-number {
    top: -28%;
    left: 40px;

}
.item6 .item-text,
.item7 .item-text,
.item8 .item-text,
.item9 .item-text,
.item10 .item-text {
    left: 100%;
    right: 0;
}
@media (max-width: 1400px) { 
    .item {
        width: 8rem;
    }

    .item1 {
        top: 2%;
        left: 24%;
    }
    .item6 {
        top: 2%;
        right: 24%;
    }
}

.mobile {
    height: 100vh;
    min-height: 100vh;
}
.item-mobile  {
    position: relative;
}
.mobile .owl-carousel{
    z-index: 6;
}
.mobile .owl-nav {
    height: 0;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    z-index: 800;
}
.mobile .owl-carousel .owl-nav button.owl-next {
	float: right;
    border-radius: 3px 0px 0px 3px;
}
.mobile .owl-carousel .owl-nav button.owl-prev {
	float: left;
    border-radius: 0px 3px 3px 0px;
}
.mobile .owl-carousel .owl-nav button.owl-next,
.mobile .owl-carousel .owl-nav button.owl-prev {
    margin-top: 17px;
    display: block;
    width: 30px;
    height: 60px;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    opacity: 0.6;
    background: #447ec5;
}
.mobile .owl-carousel .owl-nav button.owl-next:hover,
.mobile .owl-carousel .owl-nav button.owl-prev:hover {
	opacity: 1;
}
.item-mobile-image {
    display: block;
    overflow: hidden;
    height: 0;
    width: 100%;
    padding-bottom: 64%;
    background: #a0b5ff;
    border-radius: 20px;
    border: 6px solid #758be7;
}
.item-mobile-text a {
    text-decoration: none;
    color: #fff;
}
.item-mobile-text a:hover,
.item-mobile-image:hover ~ .item-mobile-text a {
    color: #ffd823;
}
.item-mobile-number {
    position: absolute;
    right: 42%;
    top: 2%;
    background: #2f73d9;
    width: 84px;
    height: 84px;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    color: #fff;
}
.iframe-container {
    position: relative;
    z-index: 3;
}
.iframe-container-head a {
    color: #ffd823;
    text-decoration: none;
}
.iframe-container-head a:hover{
    color: #fff;
}
.iframe-container .item-mobile-number {
    width: 84px;
    height: 84px;
    right: 33%;
}
@media (min-width: 992px) { 
    .iframe-container .item-mobile-number {
        width: 84px;
        height: 84px;
        right: 38%;
    }
}
@media (min-width: 1400px) { 
    .iframe-container .item-mobile-number {
        width: 84px;
        height: 84px;
        right: 42%;
    }
}


