 
.subtitle {
    font-size: 20px;
    margin-bottom: 20px;
    color: #777;
}
 
#demo {
    overflow: hidden;
}

#description {
    text-align: left;
    float: left;
    width: 49%;
    max-width: 500px;
    padding-top: 50px;
    padding-left: 20px;
}

#showoff {
    float: left;
    width: 49%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
 

#sphere, #flights, #glow-shadows, #locations, #drag {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 400px;
    height: 400px;
}

#glow-shadows {
    top: 1px;
    left: 1px;
}

#glow-shadows.earth {
    background: url(https://officialmoonland.com/public/assets/images/3d/earth-glow-shadows.png);
}

#glow-shadows.mars {
    background: url(https://officialmoonland.com/public/assets/images/3d/earth-glow-shadows.png);
}

.location {
    position: absolute;
    width: 10px;
    height: 10px;
    left: 40%;
    top: 50%;
    border: 2px solid white;
    margin-left: -5px;
    margin-top: -5px;
    border-radius: 50%;
    cursor: pointer;
}

.location:hover {
    width: 15px;
    height: 15px;
    margin-left: -7.5px;
    margin-top: -7.5px;
}

.flight {
    position: absolute;
    width: 24px;
    height: 25px;
    left: 10px;
    top: 10px;
    background: url(../images/plain.png);
    background-size: 100% 100%;
    margin-left: -12px;
    margin-top: -12.5px;
    cursor: pointer;
}

.flight:hover {
    width: 36px;
    height: 37.5px;
    margin-left: -18px;
    margin-top: -18.75px;
}


.choose_example {
    width: 35%;
    margin-left: 32.5%;
}

#example_code {
    width: 100%;
    height: 200px;
    background-color: black;
    color: white;
    border: 0px;
    resize: none;
    display: none;
}

.code {
    margin-top: 10px;
}

.social {
    display: inline-block;
}

.social.twitter {
    vertical-align: -3px;
}
.social.google {
    vertical-align: -7px;
}
.owl-slider {
    display: flex;
    justify-content: center;
    align-items: center;
}
#carousel {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.item {
    background: #242424;
    margin: 5px;
    border-radius: 20px;
    padding: 15px;
    max-width: 100%; /* Ensure items do not exceed the container width */
    flex: 1 1 30%; /* Allow flexibility and ensure proper width */
}
.owl-slider h2 {
    color: #FFF;
    text-align: center;
    padding: 5rem 0;
    margin: 0;
    font-style: italic;
    font-weight: 300;
}
.owl-nav button {
    font-size: 40px !important;
    background-color: #242424 !important;
    color: #FFFFFF !important;
    border-radius: 50% !important;
    margin: 10px 30px !important;
    padding-bottom: 20px !important;
    width: 60px;
    position: absolute;
    top: 100%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
    transition: all 0.3s ease-in-out;
}
.owl-nav button span {
    padding-bottom: 50px !important;
}
.owl-nav .owl-prev {
    left: 0;
}
.owl-nav .owl-next {
    right: 0;
}
.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #000;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}
 
.owl-nav button:focus {
    outline: none;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    color: #fff;
    background: none;
    margin: 0 10px;
}

.order-deed-text-section area h5 {
    color: #7085A0 !important;
}

.order-deed-text-section .transfer {
    background-color: #7085A0;
    color: white;
    border-radius: 30px;
    font-size: 17px;
}
.order-deed-text-section .edit {
    background-color: #FFC107;
    color: white;
    border-radius: 30px;
    font-size: 17px;
}

.order-deed-text-section .print {
    background-color: #019002;
    color: white;
    border-radius: 30px;
    font-size: 17px;
}