.para-design {
    font-size: 17px;
    line-height: 1.5em;
    text-indent: 3em;
    font-family: 'Montserrat medium';
    text-align: justify;    
    color: #1e1e1e;
}
.para-design::after {
    content: "";        /* Insert empty content */
    display: block;     /* Make it a block-level element */
    height: 20px;       /* Adjust height as needed for spacing */
}
.ResourceRes {
    position: relative;
}
.ResourceAsterikBg {
    position: absolute;
    right: 0px;
    top: 153px;
    width: 35%;
}
.Rising-Img-Bg {
    position: absolute;
    right: 0px;
    /* top: 20px; */
    width: 35%;
}
.img-positioning-div {
    display: flex;
    width: 30%;
    align-items: center;
    justify-content: center;
    background: white;
    padding: 1vh;
}
.ResAdv {
    height: 15%;
    color: #FFF;
}
h2.txt-ma {
    font-size: 30px;
    font-family: 'Montserrat Bold';
}
.rt-txt {
    padding-left: 20px;
}
.cp-txt {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ft-l3 {
    font-size: 14px;
    margin-top: 0px;
    color: #fff;
    font-family: 'Montserrat bold' !important;
}
#textPaneFreeSizing {
    width: 70%;
}
.elementImagePane {
    display: flex;
    padding: 2vw;
    justify-content: center;
    align-items: center;
    background: #1e1e1e;
    border-radius: 10%;
}
.para-design-con {
    color: #fff; 
    font-size: 17px;
    line-height: 1.5em;
    text-indent: 3em;
    font-family: 'Montserrat medium';
}
.elementPanel {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}
.ResourceContent {
    position: absolute;
    color: #fff;
    width: 15%;
    bottom: 25%;
}
.ResourceText {
    font-size: 14px;
    padding: 0em 0em 5.5em 0em;
    font-weight: bold;
    color: #1e1e1e;
    text-align: center;
}
.DomainFirst {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 100px;
    position: relative;
}
.DomainFirstLeft {
    display: flex;
    flex-direction: column;
}
.DomainText { 
    font-size: 50px;
    color: #fff;
    font-family: 'Montserrat Bold';
}
.DomainPara {
    color: #E0E0E0;
}
.txt-mf {
    font-size: 30px;
    color: #fff;
    font-family: 'Montserrat Bold';
}
.DomainPic {
    position: absolute;
    opacity: 0.4;
    width: 70%;
    left: 10px;
}
.DomainImg {
    width: 25%;
}
.Rising-Img {
    text-align: end;
    width: 30%;
    position: relative;
}
.DeveSale {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.BeyondIcons {
    width: 30%;
    padding: 0em 0em 1.5em 0em;
}
.IconsDes {
    color: #1e1e1e;
    font-size: 14.5px;
    font-family: 'Montserrat Bold';
    text-align: start;
}
.RisingArrow {
    width: 100%;
}
.Advantages {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.AdvantagesLeft {
    display: flex;
    flex-direction: column;
    width: 47%;
}
.AdvantagesRight {
    display: flex;
    flex-direction: column;
    width: 47%;
}
.PriceQA {
    display: flex;
    flex-direction: column;
}
.PriceDetailsQue {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #fff;
    font-family: 'Montserrat Medium';
    font-size: 17px;
    height: 20%;
}
.DomQue {
    width: 80%;
}
.TickAns {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 50%;
    padding: 0em 0em 0em 0.65em;
}
.DomAns {
    padding: 0em 0em 0em 0.65em;
}
.Strict {
    background-color: yellow;
    color: #1e1e1e;
}
.BeyondContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1vw;
}
.MFAdvantages {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: 'Montserrat Medium';
    height: 85%;
}
.AdvPoints {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #1e1e1e;
    gap: 30px;
}
.Number {
    font-size: 3.75em;
    font-family: 'Montserrat Bold';
    width: 10%;
}
.AdvPointsRev {
    display: flex;
    flex-direction:row-reverse;
    align-items: center;
    color: #1e1e1e;
    gap: 30px;
}
p.DesAdv {
    color: #fff;
    font-size: 17px;
    text-align: justify;
}
.carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 600px;
    margin: 0px auto;
    border-radius: 10px;
}
.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.carousel-slide {
    min-width: 100%;
    transition: opacity 0.5s;
}
.carousel-slide img {
    width: 100%;
    display: block;
}
.nav {
    position: absolute;
    top: 50%;
    transform: translatex(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 20px;
}
 .carousel-indicators {
    text-align: center;
    margin-top: 10px;
}
.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #ff9247;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.dot.active {
  background-color: #333;
}
@media (max-width: 575px) {
    .elementPanel {
        flex-direction: column;
        gap:0px;
    }
    .ResourceAsterikBg {
        display: none;
    }
    .Rising-Img {
        width: 100%;
    }
    .img-positioning-div {
        width: 100%;
    }
    .para-design {
        font-size: 16px;
    }
    .elementDesignerContainerPanel {
        flex-direction: column;
    }
    .elementContentDesignerPanel {
        width: 100%;
        margin-top: 10px;
    }
    h2.txt-ma {
        font-size: 25px;
    }
    #textPaneFreeSizing {
        width: 100%;
    }
    .Rising-Img-Bg {
        display: none;
    }
    .DomainFirst {
        flex-direction: column;
        gap: 20px;
    }
    .DeveSale {
        flex-direction: column;
    }
    .Advantages {
        flex-direction: column;
        gap: 50px;
    }
    .AdvantagesLeft {
        width: 100%;
    }
    .AdvantagesRight {
        width: 100%;
    }
    .DomainSecond {
        padding: 0vh;
    }
    .DomainPic {
        left: 24.5%;
        width: 50%;
    }
    .DomainImg {
        width: 95%;
    }
    .MobSpace {
        padding: 2em 0em 0em 0em;
    }
    .PriceDetailsQue {
        font-size: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .elementContentDesignerPanel {
        width: 32%;
    }
    .DomainPic {
        width: 57%;
    }
    .txt_alp2-web{
        font-size: 18px;
    }
    .DomainImg {
        width: 50%;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .DomainImg {
        width: 35%;
    }
}

@media (min-width:1025px) and (max-width:1200px) {
    .DomainPic {
        left: 20px;
    }
    .DomainImg {
        width: 25% !important;
    }
}
@media (min-width: 1400px) and (max-width: 1600px) {
    .DomainPic {
        left: 20px;
    }
    .DomainImg {
        width: 25% !important;
    }
}
@media (min-width: 1601px) and (max-width: 1800px) {
    .DomainPic {
        left: 20px;
    }
    .DomainImg {
        width: 25% !important;
    }
}