/**
* Class name number indicates unique css styling. Feel free to make 
* it a dynamic but unique number while converting with scripting 
* language.
*
**/
.classyea-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}

.classyea-section-padding {
    padding: 70px 0;
}
/***** button style ******/

.classyea-btn-primary {
    padding: 10px 15px;
    outline: none;
    border: none;
    background: rgb(33, 86, 243);
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
    cursor: pointer;
    font-family: inherit;
}
/***** Imran *****/
/***** Design One *****/

#classyea-hotSpot-section-1291 .classyea-container {
    display: flex;
    gap: 50px;
}

#classyea-hotSpot-section-1291 h1 {
    font-size: 60px;
    font-weight: 700;
}

#classyea-hotSpot-section-1291 h2 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    color: #222;
    text-transform: uppercase;
}

#classyea-hotSpot-section-1291 .classyea-container .classyea-container-left {
    flex: 0.6;
}

#classyea-hotSpot-section-1291 .classyea-container .classyea-container-right {
    flex: 0.4;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.classyea-hotSpot-wrapper-1291 {
    position: relative;
    margin: 0 auto;
}
.classyea-hotspot-wrapper-1293{
    position: relative;
    margin: 0 auto;
}
.classyea-hotspot-wrapper-1294{
    position: relative;
    margin: 0 auto;
}
.classyea-hotspot-wrapper-1295{
    position: relative;
    margin: 0 auto;
}

.classyea-hubSpot-1296{
    position: relative;
    margin: 0 auto;
}

.classyea-hotSpot-wrapper-1291 .classyea-hotSpot {
    position: absolute !important;
    background: #FD2062;
    padding: 10px;
    top: 43%;
    cursor: pointer;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    left: 25%;
    opacity: 0.9;
}

.classyea-hotSpot-wrapper-1291 .classyea-hotSpot .classyea-hotSpot-icon {
    height: 1rem;
    width: 1rem;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.classyea-hotSpot-wrapper-1291 .classyea-hotSpot .classyea-hotSpot-text {
    font-size: 14px;
    font-weight: 300;
}

.classyea-hotSpot-wrapper-1291 .classyea-hotSpot:hover .classyea-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(-10px);
    text-align: center;
}

.classyea-hotSpot-wrapper-1291 .classyea-hotSpot .classyea-tooltip {
    position: absolute;
    bottom: 50px;
    width: 180px;
    padding: 10px 15px;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
}

.classyea-hotSpot-wrapper-1291 .classyea-hotSpot .classyea-tooltip::before {
    position: absolute;
    content: '';
    height: 15px;
    width: 15px;
    background: inherit;
    transform: rotate(45deg);
    bottom: -6px;
}
.classyea-hotSpot-wrapper-1291.arrow_show .classyea-hotSpot .classyea-tooltip::before {
    display: none;
}

.classyea-hotSpot-wrapper-1291 img {
    width: 100%;
    border-radius: 20px;
}

@media(max-width:700px) {
    #classyea-hotSpot-section-1291 .classyea-container {
        flex-direction: column-reverse;
    }
    #classyea-hotSpot-section-1291 .classyea-container>div {
        flex: 1;
    }
}
/***** Design Two *****/

#classyea-hotSpot-section-1292 h1 {
    font-size: 30px;
    font-weight: 700;
}

#classyea-hotSpot-section-1292 h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    color: #222;
}

.classyea-hotSpot-wrapper-1292 {
    position: relative;
    margin: 0 auto;
}

.classyea-hotSpot-wrapper-1292 .classyea-hotSpot {
    position: absolute;
    background: #090ABB;
    padding: 10px;
    top: 43%;
    cursor: pointer;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    left: 25%;
    opacity: 0.9;
}

.classyea-hotSpot-wrapper-1292 .classyea-hotSpot .classyea-hotSpot-text {
    font-size: 14px;
    font-weight: 300;
}

.classyea-hotSpot-wrapper-1292 .classyea-hotSpot .classyea-hotSpot-icon {
    height: 1rem;
    width: 1rem;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.classyea-hotSpot-wrapper-1292 .classyea-hotSpot:hover .classyea-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(-10px);
    text-align: center;
}

.classyea-hotSpot-wrapper-1292 .classyea-hotSpot .classyea-tooltip {
    position: absolute;
    bottom: 50px;
    width: 180px;
    padding: 10px 15px;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
}

.classyea-hotSpot-wrapper-1292 .classyea-hotSpot .classyea-tooltip::before {
    position: absolute;
    content: '';
    height: 15px;
    width: 15px;
    background: inherit;
    transform: rotate(45deg);
    bottom: -6px;
}

.classyea-hotSpot-wrapper-1292 .classyea-hotSpot-image {
    width: 100%;
    border-radius: 20px;
}
/***** Arif  *****/
/***** Design Three ****/

.classyea-hotspot-image-1293 {
    position: relative;
}

.classyea-hotspot-wrap-1293 {
    list-style: none;
    position: absolute;
    left: 20px;
    top: 20px;
    bottom: 0;
    right: 0;
}

.classyea-hotspot-item-1293 {
    position: absolute;
    cursor: pointer;
    transform: translate3d(0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    font-size: 18px;
    color: #333;
    border: none;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    border-radius: 100%;
    background: #fff;
    animation: hotspot1293 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
    -webkit-animation: hotspot1293 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: hotspot1293 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.classyea-hotspot-content-1293 {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
    padding: 7px 10px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    min-width: 120px;
    text-align: center;
    bottom: 30px;
    visibility: hidden;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

.classyea-hotspot-item-1293:hover .classyea-hotspot-content-1293 {
    bottom: 45px;
    visibility: visible;
}

.classyea-hotspot-content-1293::before {
    content: '';
    position: absolute;
    height: 12px;
    width: 12px;
    background-color: #fff;
    box-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
    left: 50%;
    top: calc(100% - 6px);
    transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
}

.classyea-hotspot-item-1293:nth-child(1) {
    left: 30%;
    top: 6%;
}

.classyea-hotspot-item-1293:nth-child(2) {
    left: 12%;
    top: 38%;
}

.classyea-hotspot-item-1293:nth-child(3) {
    left: 50%;
    top: 21%;
}

.classyea-hotspot-item-1293:nth-child(4) {
    left: 70%;
    top: 44%;
}

.classyea-hotspot-item-1293:nth-child(5) {
    left: 74%;
    top: 12%;
}

.classyea-hotspot-item-1293:nth-child(6) {
    left: 30%;
    top: 28%;
}

.classyea-hotspot-item-1293:nth-child(7) {
    left: 19%;
    top: 61%;
}

.classyea-hotspot-item-1293:nth-child(8) {
    left: 49%;
    top: 71%;
}

.classyea-hotspot-item-1293:hover {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
}

@keyframes hotspot1293 {
    to {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }
}
/***** Media queries *****/

@media(max-width:500px) {
    .classyea-hotspot-item-1293 {
        height: 25px;
        width: 25px;
        font-size: 14px;
    }
}
/***** Design Four ****/

.classyea-hotspot-image-1294 {
    position: relative;
}

.classyea-hotspot-image-1294 img {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.classyea-hotspot-wrap-1294 {
    list-style: none;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0;
    right: 0;
}

.classyea-hotspot-item-1294 {
    font-size: 36px;
    color: seagreen;
    position: absolute;
    cursor: pointer;
}

.classyea-hotspot-icon-1294 {
    color: #2CE35C;
    animation: hotspot1294 1s linear infinite alternate;
    -webkit-animation: hotspot1294 1s linear infinite alternate;
    display: inline-block;
    transform-origin: 0px 5px;
}

@keyframes hotspot1294 {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        transform: rotate(20deg);
        -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        -o-transform: rotate(20deg);
    }
}

.classyea-hotspot-content-1294 {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
    padding: 7px 20px;
    border-radius: 7px;
    min-width: 170px;
    font-size: 16px;
    text-align: center;
    left: -20px;
    bottom: 40px;
    visibility: hidden;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.classyea-hotspot-content-1294::before {
    content: '';
    position: absolute;
    height: 12px;
    width: 12px;
    background-color: #fff;
    box-shadow: 0 0 7px rgba(255, 255, 255, 0.5);
    left: 20px;
    top: calc(100% - 6px);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.classyea-hotspot-content-1294 h3 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 0;
}

.classyea-hotspot-content-1294 h4 {
    font-size: 16px;
    font-weight: 600;
    color: #555;
    margin-bottom: 10px;
}

.classyea-hotspot-content-1294 a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    padding: 5px 15px;
    background-color: #fff;
    border: 2px solid #444;
    color: #444;
    margin-bottom: 15px;
}

.classyea-hotspot-item-1294:hover .classyea-hotspot-content-1294 {
    bottom: 55px;
    visibility: visible;
}

.classyea-hotspot-item-1294:nth-child(1) {
    left: 10%;
    top: 18%;
}

.classyea-hotspot-item-1294:nth-child(2) {
    left: 16%;
    top: 51%;
}

.classyea-hotspot-item-1294:nth-child(3) {
    left: 49%;
    top: 21%;
}

.classyea-hotspot-item-1294:nth-child(4) {
    left: 87%;
    top: 48%;
}

.classyea-hotspot-item-1294:nth-child(4) .classyea-hotspot-content-1294,
.classyea-hotspot-item-1294:nth-child(5) .classyea-hotspot-content-1294,
.classyea-hotspot-item-1294:nth-child(8) .classyea-hotspot-content-1294 {
    left: unset;
    right: 0px;
}

.classyea-hotspot-item-1294:nth-child(4) .classyea-hotspot-content-1294::before,
.classyea-hotspot-item-1294:nth-child(5) .classyea-hotspot-content-1294::before,
.classyea-hotspot-item-1294:nth-child(8) .classyea-hotspot-content-1294::before {
    left: unset;
    right: 20px;
}

.classyea-hotspot-item-1294:nth-child(5) {
    left: 82%;
    top: 14%;
}

.classyea-hotspot-item-1294:nth-child(6) {
    left: 43%;
    top: 43%;
}

.classyea-hotspot-item-1294:nth-child(7) {
    left: 18%;
    top: 75%;
}

.classyea-hotspot-item-1294:nth-child(8) {
    left: 73%;
    top: 74%;
}
/***** Media queries *****/

@media(max-width:800px) {
    .classyea-hotspot-item-1294 {
        font-size: 28px;
    }
}

@media(max-width:500px) {
    .classyea-hotspot-item-1294 {
        font-size: 20px;
    }
}
/***** Design Five ****/

.classyea-hotspot-image-1295 {
    position: relative;
}

.classyea-hotspot-image-1295 img {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.classyea-hotspot-wrap-1295 {
    list-style: none;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0;
    right: 0;
}

.classyea-hotspot-item-1295 {
    position: absolute;
    cursor: pointer;
}

.classyea-hotspot-icon-1295 {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #ffd2f1;
    animation: hotspot1295 800ms ease-out infinite;
    -webkit-animation: hotspot1295 800ms ease-out infinite;
}

@keyframes hotspot1295 {
    from {
        box-shadow: 0 0 0 0 #ff93df, 0 0 4px 2px rgba(0, 0, 0, 0.4);
    }
    to {
        box-shadow: 0 0 0 10px rgba(255, 147, 223, 0), 0 0 4px 2px rgba(0, 0, 0, 0.4);
    }
}

.classyea-hotspot-content-1295 {
    position: absolute;
    background-color: #E0D7FF;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    padding: 10px 20px;
    border-radius: 7px;
    min-width: 170px;
    text-align: center;
    left: 0;
    bottom: 20px;
    visibility: hidden;
    transition: .3s ease-in-out;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

.classyea-hotspot-content-1295 h4 {
    font-size: 18px;
    font-weight: 500;
    color: #222;
    margin-bottom: 10px;
}

.classyea-hotspot-content-1295 a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    padding: 5px 15px;
    background-color: #fff;
    border: 2px solid #3d83ec;
    color: #3d83ec;
    margin-bottom: 10px;
}

.classyea-hotspot-item-1295:hover .classyea-hotspot-content-1295 {
    bottom: 40px;
    visibility: visible;
}

.classyea-hotspot-item-1295:nth-child(1) {
    left: 18%;
    top: 18%;
}

.classyea-hotspot-item-1295:nth-child(2) {
    left: 25%;
    top: 51%;
}

.classyea-hotspot-item-1295:nth-child(3) {
    left: 49%;
    top: 21%;
}

.classyea-hotspot-item-1295:nth-child(4) {
    left: 72%;
    top: 48%;
}

.classyea-hotspot-item-1295:nth-child(5) {
    left: 82%;
    top: 14%;
}

.classyea-hotspot-item-1295:nth-child(6) {
    left: 43%;
    top: 43%;
}

.classyea-hotspot-item-1295:nth-child(4) .classyea-hotspot-content-1295,
.classyea-hotspot-item-1295:nth-child(5) .classyea-hotspot-content-1295 {
    left: unset;
    right: 0px;
}
/***** Media queries *****/

@media(max-width:500px) {
    .classyea-hotspot-icon-1295 {
        width: 24px;
        height: 24px;
        font-size: 14px;
    }
}
/***** Monjur *****/
/***** Design six *****/

#classyea-hotSpot-section-1296 {
    background: linear-gradient(315deg, #ffffff 0%, #d7e1ec 74%);
}

#classyea-hotSpot-section-1296 h1 {
    text-align: center;
    padding-bottom: 20px;
}

.classyea-hubSpot-1296 {
    display: block;
    align-items: center;
    justify-content: center;
}

.classyea-hotSpot-image-1296 {
    border-radius: 5px;
    position: relative;
}

.classyea-hotSpot-image-1296 img {
    width: 100%;
    border-radius: 5px;
}

.classyea-hotSpot-icon-1296 {
    margin: 0 8px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.classyea-hotSpot-icon-1296 span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.classyea-hotSpot-icon-1296 span i {
    line-height: 30px;
    font-size: 13px;
}

.classyea-hotSpot-icon-1296 .classyea-hotSpot-content-1296 {
    position: absolute;
    top: 0;
    z-index: 1;
    background: #fff;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 25px;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.classyea-hotSpot-icon-1296:hover .classyea-hotSpot-content-1296 {
    top: -50px;
    opacity: 1;
    pointer-events: auto;
}

.classyea-hotSpot-content-1296:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    background: #fff;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%) rotate(45deg);
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.classyea-hotSpot-icon-1296:hover span {
    color: #fff;
}

.classyea-hotSpot-icon-1296:hover span,
.classyea-hotSpot-icon-1296:hover .classyea-hotSpot-content-1296 {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
}

.classyea-hotSpot-icon-1296.vase {
    position: absolute;
    top: 55px;
    right: 340px;
}

.classyea-hotSpot-icon-1296.vase:hover span,
.vase:hover .classyea-hotSpot-content-1296,
.vase:hover .classyea-hotSpot-content-1296:before {
    background: #d7e1ec;
    color: #000;
}

.classyea-hotSpot-icon-1296.chair {
    position: absolute;
    bottom: 180px;
    right: 370px;
}

.classyea-hotSpot-icon-1296.chair:hover span,
.chair:hover .classyea-hotSpot-content-1296,
.chair:hover .classyea-hotSpot-content-1296:before {
    background: #d7e1ec;
    color: #000;
}

.classyea-hotSpot-icon-1296.monitor {
    position: absolute;
    bottom: 225px;
    left: 300px;
}

.classyea-hotSpot-icon-1296.monitor:hover span,
.monitor:hover .classyea-hotSpot-content-1296,
.monitor:hover .classyea-hotSpot-content-1296:before {
    background: #d7e1ec;
    color: #000;
}

.classyea-hotSpot-icon-1296.gallery {
    position: absolute;
    top: 120px;
    left: 180px;
}

.classyea-hotSpot-icon-1296.gallery:hover span,
.gallery:hover .classyea-hotSpot-content-1296,
.gallery:hover .classyea-hotSpot-content-1296:before {
    background: #d7e1ec;
    color: #000;
}

.classyea-hotSpot-icon-1296.door {
    position: absolute;
    top: 140px;
    right: 80px;
}

.classyea-hotSpot-icon-1296.door:hover span,
.door:hover .classyea-hotSpot-content-1296,
.door:hover .classyea-hotSpot-content-1296:before {
    background: #d7e1ec;
    color: #000;
}

.classyea-hotSpot-wrapper-1292.arrow_show .classyea-hotSpot .classyea-tooltip::before{
    display: none;
}

.classyea-hotspot-wrapper-1293.arrow_show .classyea-hotspot-content-1293::before{
    display: none;
}

.classyea-hotspot-wrapper-1294.arrow_show .classyea-hotspot-content-1294::before{
    display: none;
}

.classyea-hotSpot-image-1296.arrow_show .classyea-hotSpot-content-1296:before{
    display: none;
}