.dropdown-toggle-right::after {
    font-family: Unicons;
    display: inline-block;
    margin-left: .1rem;
    vertical-align: -3px;
    font-weight: 700 !important;
    content: "\e930";
    border: 0
}

.cardsFordesk {
    display: flex !important;
    justify-content: space-between
}

.tint {
    position: relative;
    top: 0;
    left: 0
}

.tint:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .4)
}

.dropdown-toggle-right:hover::after {
    transform: translateX(2px)
}

nav ul li {
    position: relative
}

nav ul.submenu {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 100.5%;
    min-height: 150px;
    min-width: 200px;
    transition: all .3s;
    list-style-type: none;
    padding: 0;
    margin: 0;
    background-color: #fff
}

#submenuEvents {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 100.5%;
    min-height: 30px;
    min-width: 200px;
    transition: all .3s;
    list-style-type: none;
    padding: 0;
    margin: 0;
    background-color: #fff
}

nav ul li:hover>ul.submenu {
    justify-content: space-around;
    flex-direction: column;
    display: flex;
    gap: 5%;
    align-items: flex-start;
    top: 0;
    visibility: visible;
    opacity: 1
}

nav ul li a {
    color: #343f52;
    font-weight: 600;
    margin: 0 8px
}

nav ul.submenu ul {
    left: 100%;
    top: 0
}

nav ul.submenu li:hover>ul {
    top: 0
}

#submenuEvents:hover {
    top: 0
}

.modal {
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    overflow: hidden
}

.model-content {
    border-radius: 10px;
    position: relative;
    margin: 3%;
    display: flex;
    flex-direction: column;
    width: 700px;
    height: auto;
    background-color: #ccc
}

.close {
    position: absolute;
    top: -46px;
    right: -45px;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    cursor: pointer
}

.modal-content img {
    max-width: 100%;
    max-height: 100%
}

.close:focus,
.close:hover {
    color: #bbb;
    text-decoration: none;
    cursor: pointer
}

.humanized-ai {
    cursor: pointer;
    font-size: 30px !important
}

@media only screen and (min-width:768px) {
    #dropdownForMobile {
        display: none
    }
}

@media only screen and (max-width:768px) {
    #dropdownForDesktop {
        display: none
    }

    .camp-web {
        display: flex !important;
        margin-left: 70px !important
    }
}

.cardsForMob {
    display: none !important;
    width: 100%;
    flex-direction: column
}

.teamForMob {
    display: none !important;
    flex-direction: column
}

.row-1 {
    display: flex;
    height: 273px;
    width: 100%;
    justify-content: space-around;
    flex: 1
}

.footer-img-mob {
    display: none
}

#title-mob {
    display: none
}

.register button {
    padding: 10px;
    margin-top: 5%;
    background: rgba(0, 147, 233, .8);
    border-radius: 5px;
    font-weight: 500;
    transition: all .3s
}

.register button:hover {
    background: rgba(0, 147, 233, .6);
    scale: 1.1
}

.try-now {
    transform: translate(-50%);
    left: 50%;
    bottom: 4%;
    position: absolute;
    width: 100px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center
}

.try-now span {
    font-weight: 500
}

@media (min-width:0px) and (max-width:1100px) {
    .cardsForDesk {
        display: none
    }

    .register button {
        margin: 2%;
        font-size: 10px;
        font-weight: 500
    }

    #title-mob {
        display: block
    }

    .mg-none {
        margin: 0 !important
    }

    .cardsForMob {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important
    }

    .teamForMob {
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap;
        height: 50vh
    }

    .team {
        display: none !important
    }

    .profile {
        height: 35%;
        width: 50%;
        align-items: center
    }

    .profile-img img {
        scale: 0.3
    }

    .profile-img {
        border-radius: 20%
    }

    .profile-name p {
        font-weight: 300;
        font-size: 12px
    }

    .footer-img-mob {
        display: block;
        height: 545px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat
    }

    .book button {
        padding: 8px
    }

    .footer-img {
        display: none
    }

    .social-2 {
        bottom: 3%;
        height: 30px;
        width: 90% !important
    }

    .media {
        justify-content: space-evenly
    }

    .mydiv2 {
        margin-top: 0 !important
    }
}