.logoOfEWW {
    background-image: url("/img/logo-EWW-light.png");
}
.mainOfPricingPage {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 98%;
    max-width: 2000px;
    padding-right: 1%;/*avoid scrollbar width*/
    margin-bottom: 30px;
}
.mainOfPricingPage > * {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 2000px;
    margin-top: 70px;
    margin-bottom: 10px;
    scroll-margin-top: 70px;
}
.mainOfPricingPage .introService {
    gap: 5%;
}
.mainOfPricingPage .introService .introLeft,
.mainOfPricingPage .introService .introRight {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
}
 .mainOfPricingPage .introService .introLeft > div {
    width: 30%;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 0;
    padding: 5px;
    background-color: #558CA0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: skewX(-10deg);
    box-shadow: 7px 7px 0 var(--purpleCowButton-light);
    transition: all 0.3s ease;
}
.mainOfPricingPage .introService .introLeft .softwareCard {
    position: relative;
    background-image: var(--introSoftServiceCard-light);
}
.mainOfPricingPage .introService .introLeft .supportCard {
    position: relative;
    align-self: flex-end;
    background-image: var(--introSuppServiceCard-light);
}
.mainOfPricingPage .introService .introLeft .courseCard {
    position: relative;
    background-image: var(--introCoursesServiceCard-light);
    margin-right: 20%;
}
.mainOfPricingPage .introService .introRight {
    justify-content: center;
    align-items: flex-start;
    height: 85%;
    width: 45%;
    align-self: center;
    margin-top: 30px;
}
.mainOfPricingPage .introService .introRight h1 {
    font-size: 350%;
    color: var(--text-color-light);
    max-width: 70%;
    padding-bottom: 60px;
}
.mainOfPricingPage .introService .introRight p {
    position: relative;
    color: var(--paragraphColor-light);
    font-size: 25px;
}
.mainOfPricingPage .introService .introRight a {
    width: 10%;
    aspect-ratio: 1;
    text-decoration: none;
    color: var(--codeCont-light);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    padding: 5px;
    background-color: #558CA0;
    transition: all 0.3s ease;
}
.mainOfPricingPage .discover {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10%;
    aspect-ratio: 1;
    text-decoration: none;
    border-radius: 5px;
    background: #558CA0;
    transform: scale(1);
    transition: 0.3s;
}
.mainOfPricingPage .discover .icon-arrow svg path {
    fill: var(--purpleCowButton-light);
}

/*↓↓SOFTWARE SECTION↓↓*/
.mainOfPricingPage #softwareService,
.mainOfPricingPage #supportService,
.mainOfPricingPage #courseService {
    flex-wrap: wrap;
}
.mainOfPricingPage #softwareService h1,
.mainOfPricingPage #supportService h1,
.mainOfPricingPage #courseService h1,
.mainOfPricingPage #pricingSection h1 {
    position: relative;
    width: fit-content;
    margin: 0 20%;
    text-align: center;
    white-space: nowrap;
    font-size: 300%;
    color: var(--text-color-light);
    border-bottom: var(--purpleCowButton-light) solid 5px;
    margin-bottom: 20px;
}
.mainOfPricingPage #softwareService h1 span,
.mainOfPricingPage #supportService h1 span,
.mainOfPricingPage #courseService h1 span {
    display: inline-block;
    width: 15px;
    aspect-ratio: 1;
    background-color: #558CA0;
    margin-left: 10px;
    box-shadow: 2px 2px var(--purpleCowButton-light);
    transform: skewX(-10deg);
}
.mainOfPricingPage #softwareService .softwareContainer,
.mainOfPricingPage #supportService .supportContainer,
.mainOfPricingPage #courseService .courseContainer {
    position: relative;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 55%;
    min-width: 700px;
    aspect-ratio: 4 / 3;
    transition: all 0.3s ease;
    box-shadow: 5px 5px var(--purpleCowButton-light);
}
.mainOfPricingPage #softwareService .softwareContainer {
    background-image: var(--softwareImg-light);
}
.mainOfPricingPage #supportService .supportContainer {
    background-image: var(--supportImg-light);
}
.mainOfPricingPage #courseService .courseContainer {
    background-image: var(--courseImg-light);
}
.mainOfPricingPage #softwareService .softwareContainer::before,
.mainOfPricingPage #supportService .supportContainer::before,
.mainOfPricingPage #courseService .courseContainer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #558CA0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
}
.mainOfPricingPage #softwareService .softwareContainer::before {
    background-image: var(--softBgTxt-light);
}
.mainOfPricingPage #supportService .supportContainer::before {
    background-image: var(--suppBgTxt-light);
}
.mainOfPricingPage #courseService .courseContainer::before {
    background-image: var(--courseBgTxt-light);
}
.mainOfPricingPage .sectionText {
    position: absolute;
    top: 35%;
    right: -30%;
    width: 45%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
    background-color: var(--purpleCowButton-light);
}
.mainOfPricingPage .sectionText p {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.3;
    font-size: 120%;
    padding: 5px;
    background-color: #558CA0;
    color: var(--bg-color-light);
    box-shadow: 5px 5px var(--purpleCowButton-light);
}
.mainOfPricingPage .sectionBtn {
    position: absolute;
    top: 50%;
    left: -10%;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
    background-color: var(--purpleCowButton-light);
    transition: all 0.3s ease;
}
.mainOfPricingPage .sectionBtn a {
    width: fit-content;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 120%;
    padding: 5px;
    background-color: #558CA0;
    color: var(--bg-color-light);
    box-shadow: 5px 5px var(--purpleCowButton-light);
    text-decoration: none;
    transition: all 0.3s ease;
    /* box-shadow: 0px 7px 0 var(--purpleCowButton-light); */
}
.mainOfPricingPage .sectionBtn a i {
    margin-top: 4px;
    margin-left: 5px;
    transform: rotate(90deg) scaleX(-1);
}
.mainOfPricingPage .sectionBtn:hover {
    background-color: var(--purpleCowButton-light);
}
.mainOfPricingPage .sectionBtn a:hover {
    color: var(--onHoverTextButton-light);
}
/*↓↓PRICING SECTION↓↓*/
.mainOfPricingPage #pricingSection {
    flex-direction: column;
    justify-content: space-evenly;
}
.mainOfPricingPage #pricingSection > *:not(h1) {
    padding: 10px 0;
}
.mainOfPricingPage #pricingSection h1 {
    top: 0;
}
.mainOfPricingPage #pricingSection > h3 {
    font-size: 20px;
    color: #558CA0;
    text-align: center;
}
.mainOfPricingPage #pricingSection .PricingBtnContainer {
    position: relative;
    display: flex;
    gap: 50px;
}
.mainOfPricingPage #pricingSection .PricingBtnContainer button {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 80px;
    aspect-ratio: 1;
    border: none;
    cursor: pointer;
    transform: skewX(-10deg);
    background-color: #FFFFFF;
    box-shadow: 7px 7px 0 #558CA0;
    transition: all 0.3s ease;
}
.mainOfPricingPage #pricingSection .PricingBtnContainer button .roundCheck {
  position: absolute;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border: 2px solid var(--purpleCowButton-light);
  background-color: #fff;
  border-radius: 50%;
  top: 0.25rem;
  left: 0.25rem;
  opacity: 0;
  transform: scale(0);
  transition: 0.25s ease;
}
.mainOfPricingPage #pricingSection .PricingBtnContainer button:hover .roundCheck {
  transform: scale(1);
  opacity: 1;
}
.mainOfPricingPage #pricingSection .PricingBtnContainer button svg {
    width: 90%;
    height: fit-content;
}
.mainOfPricingPage #pricingSection .PricingBtnContainer button svg .svgMainColor {
    fill: #558CA0;
}
.mainOfPricingPage #pricingSection .PricingBtnContainer button h3 {
    font-family: "Anta", sans-serif;
    font-size: 16px;
    color: var(--table-color-light);
}
.mainOfPricingPage #pricingSection .PricingBtnContainer button.selected {
    box-shadow: 7px 7px 0 var(--purpleCowButton-light);
}
.mainOfPricingPage #pricingSection .PricingBtnContainer button.selected .roundCheck {
    transform: scale(1);
    opacity: 1;
    background-color: var(--purpleCowButton-light);
}
.mainOfPricingPage #pricingSection .PricingBtnContainer button.selected .svgMainColor {
    fill: var(--purpleCowButton-light);
}
.mainOfPricingPage #pricingSection .PricingBtnContainer button .lineConnect {
    position: absolute;
    top: 100%;
    right: 50%;
    width: 2px;
    height: 0px;
    background-color: var(--purpleCowButton-light);
    transition: all 0.2s ease;
    transition-delay: 0.6s;
}
.mainOfPricingPage #pricingSection .PricingBtnContainer button .lineConnect::before,
.mainOfPricingPage #pricingSection .PricingBtnContainer button .lineConnect::after {
    content: "";
    position: absolute;
    top: 90%;
    background-color: var(--purpleCowButton-light);
    transition: all 0.2s ease;
}
.mainOfPricingPage #pricingSection .PricingBtnContainer button.pricingSoftBtn .lineConnect::before {
    right: 50%;
    width: 0px;
    height: 2px;
    transition-delay: 0.3s;
}
.mainOfPricingPage #pricingSection .PricingBtnContainer button.pricingSoftBtn .lineConnect::after {
    right: calc(50% + 180px);
    width: 2px;
    height: 0px;
    transition-delay: 0.1s;
}
.mainOfPricingPage #pricingSection .PricingBtnContainer button.pricingCourseBtn .lineConnect::before {
    left: 50%;
    width: 0px;
    height: 2px;
    transition-delay: 0.3s;
}
.mainOfPricingPage #pricingSection .PricingBtnContainer button.pricingCourseBtn .lineConnect::after {
    left: calc(50% + 180px);
    width: 2px;
    height: 0px;
    transition-delay: 0.1s;
}
/*↓Effect when button clicked↓*/
.mainOfPricingPage #pricingSection .PricingBtnContainer button.selected .lineConnect {
    height: 20px;
    transition-delay: 0s;
}
.mainOfPricingPage #pricingSection .PricingBtnContainer button.pricingSupportBtn.selected .lineConnect {
    height: 40px;
}
.mainOfPricingPage #pricingSection .PricingBtnContainer button.pricingSoftBtn.selected .lineConnect::before {
    right: 50%;
    width: 180px;
    height: 2px;
    transition-delay: 0.3s;
}
.mainOfPricingPage #pricingSection .PricingBtnContainer button.pricingSoftBtn.selected .lineConnect::after {
    right: calc(50% + 180px);
    width: 2px;
    height: 30px;
    transition-delay: 0.5s;
}
.mainOfPricingPage #pricingSection .PricingBtnContainer button.pricingCourseBtn.selected .lineConnect::before {
    left: 50%;
    width: 180px;
    height: 2px;
    transition-delay: 0.3s;
}
.mainOfPricingPage #pricingSection .PricingBtnContainer button.pricingCourseBtn.selected .lineConnect::after {
    left: calc(50% + 180px);
    width: 2px;
    height: 30px;
    transition-delay: 0.5s;
}

.mainOfPricingPage #pricingSection .pricingDetailsContainer {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    width: 75%;
    height: 75%;
    margin-top: 20px;
}
.mainOfPricingPage #pricingSection .pricingDetailsContainer .priceCard {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 25%;
    height: 100%;
    padding: 10px;
    background-color: var(--codeCont-light);
    box-shadow: 0px 0px 0 var(--purpleCowButton-light);
    transform: skewX(0deg);
    transition: all 0.5s ease;
    transition-delay: 0s;

}
.mainOfPricingPage #pricingSection .pricingDetailsContainer .priceCard .offerDiscount {
    position: relative;
    margin: 0 auto;
    padding: 3px;
    width: fit-content;
    height: fit-content;
    background-color: #3E4357;
    color: var(--articleTech-light);
    font-size: 13px;
}
.mainOfPricingPage #pricingSection .pricingDetailsContainer .priceCard::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: #558CA0;
    opacity: 0.5;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    transition-delay: 0s;
}
.mainOfPricingPage #pricingSection .pricingDetailsContainer .priceCard.activeCard {
    box-shadow: 8px 8px 0 var(--purpleCowButton-light);
    transform: skewX(-2deg);
    transition-delay: 0.4s;
}
.mainOfPricingPage #pricingSection .pricingDetailsContainer .priceCard.activeCard::after {
    height: 0%;
    transition-delay: 0.4s;
}
.mainOfPricingPage #pricingSection .pricingDetailsContainer .priceCard > * {
    position: relative;
    padding: 20px 0;
    color: var(--paragraphColor-light);
}
.mainOfPricingPage #pricingSection .pricingDetailsContainer .priceCard h6 {
    font-size: 16px;
}
.mainOfPricingPage #pricingSection .pricingDetailsContainer .priceCard .softPrice {
    display: flex;
    align-items: baseline;
}
.mainOfPricingPage #pricingSection .pricingDetailsContainer .priceCard .softPrice h2 {
    font-size: 20px;
}
.mainOfPricingPage #pricingSection .pricingDetailsContainer .priceCard .softPrice span {
    font-size: 14px;
    font-weight: 400;
    color: var(--onHoverTextButton-light);
    margin-left: 7px;
}
.mainOfPricingPage #pricingSection .pricingDetailsContainer .priceCard > p {
    font-size: 15px;
}
.mainOfPricingPage #pricingSection .pricingDetailsContainer .priceCard > ul li {
    font-size: 16px;
    list-style: none;
    padding: 5px 0;
}
.mainOfPricingPage #pricingSection .pricingDetailsContainer .priceCard > ul li i {
    padding-right: 5px;
    color: var(--purpleCowButton-light);
}
.mainOfPricingPage #pricingSection .pricingDetailsContainer .priceCard .purpleCta {
    width: 70%;
    padding: 5px;
    font-size: 18px;
    margin-bottom: 20px;
}
.mainOfPricingPage #pricingSection .pricingDetailsContainer .priceCard .purpleCta:hover {
    box-shadow: 8px 8px 0 var(--purpleCowButton-light);
}

/*↓↓START RESPONSIVE↓↓*/
@media only screen and (max-width: 1450px) {
    .mainOfPricingPage #softwareService h1,
    .mainOfPricingPage #supportService h1,
    .mainOfPricingPage #courseService h1, 
    .mainOfPricingPage #pricingSection h1 {
        font-size: 40px;
    }
    .mainOfPricingPage #pricingSection .pricingDetailsContainer .priceCard .purpleCta {
        width: 80%;
    }
}
@media only screen and (max-width: 1200px) {
    .mainOfPricingPage #softwareService .softwareContainer, 
    .mainOfPricingPage #supportService .supportContainer, 
    .mainOfPricingPage #courseService .courseContainer {
        min-width: unset;
    }
    .mainOfPricingPage .sectionText p,
    .mainOfPricingPage .sectionBtn a {
        font-size: 16px;
    }
    .mainOfPricingPage #pricingSection .pricingDetailsContainer {
        width: 95%;
    }
    .mainOfPricingPage #pricingSection .pricingDetailsContainer .priceCard .purpleCta {
        width: 95%;
    }
}
@media only screen and (max-width: 1050px) {
    .mainOfPricingPage {
        margin-top: 100px;
    }
    .mainOfPricingPage .introService {
        flex-direction: column;
    }
    .mainOfPricingPage .introService .introLeft {
        flex-direction: row;
        width: 80%;
        gap: 20px;
    }
    .mainOfPricingPage .introService .introLeft .courseCard {
        margin-right: unset;
    }
    .mainOfPricingPage .introService .introRight {
        width: 80%;
        align-self: unset;
        margin-top: unset;
    }
    .mainOfPricingPage .introService .introRight h1 {
        font-size: 40px;
        padding-bottom: 10px;
    }
    .mainOfPricingPage .introService .introRight a {
        align-self: center;
    }
    .mainOfPricingPage .sectionText,
    .mainOfPricingPage .sectionBtn {
        transform: skewX(0deg) translateY(-50%);
        top: 50%;
    }
}
@media only screen and (max-width: 900px) {
    .mainOfPricingPage {
        padding-right: 0;
    }
    .mainOfPricingPage #softwareService, 
    .mainOfPricingPage #supportService, 
    .mainOfPricingPage #courseService {
        margin-bottom: 170px;
    }
    .mainOfPricingPage #softwareService h1, 
    .mainOfPricingPage #supportService h1, 
    .mainOfPricingPage #courseService h1 {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .mainOfPricingPage #softwareService .softwareContainer,
    .mainOfPricingPage #supportService .supportContainer, 
    .mainOfPricingPage #courseService .courseContainer {
        width: 80%;
        background-position: center;
        background-size: 55%;
    }
    .mainOfPricingPage .sectionText {
        top: 100%;
        right: 50%;
        transform: skewX(0deg) translate(50%, -50%);
        width: 85%;
    }
    .mainOfPricingPage .sectionBtn {
        position: relative;
        width: fit-content;
        top: 100%;
        left: 50%;
        margin: 0;
        transform: skewX(0deg) translate(-50%, 170%);
    }

    .mainOfPricingPage #pricingSection .PricingBtnContainer {
        display: none;
    }
    .mainOfPricingPage #pricingSection .pricingDetailsContainer {
        width: 60%;
        overflow: hidden;
        flex-wrap: wrap;
        height: unset;
    }
    .mainOfPricingPage #pricingSection .pricingDetailsContainer .priceCard,
    .mainOfPricingPage #pricingSection .pricingDetailsContainer .priceCard.activeCard {
        width: 65%;
        height: fit-content;
        margin-bottom: 20px;
        box-shadow: 8px 8px 0 var(--purpleCowButton-light);
        transform: skewX(0deg);
    }
    .mainOfPricingPage #pricingSection .pricingDetailsContainer .priceCard::after {
        display: none;
    }
    .mainOfPricingPage #pricingSection .pricingDetailsContainer .priceCard .purpleCta {
        width: 80%;
        font-size: 16px;
    }
}
@media only screen and (max-width: 600px) {
    .mainOfPricingPage {
        margin-top: 70px;
    }
    .mainOfPricingPage .introService .introRight h1 {
        max-width: 90%;
        font-size: 35px;
    }
    .mainOfPricingPage .introService .introRight p {
        font-size: 22px;
    }
    .mainOfPricingPage .introService .introRight a {
        width: 15%;
    }
    .discover .icon-arrow {
        width: 75%;
    }

    .mainOfPricingPage #softwareService h1, 
    .mainOfPricingPage #supportService h1, 
    .mainOfPricingPage #courseService h1,
    .mainOfPricingPage #pricingSection h1 {
        font-size: 26px;
        margin: 0;
        margin-bottom: 20px;
    }
    .mainOfPricingPage #softwareService h1 span, 
    .mainOfPricingPage #supportService h1 span, 
    .mainOfPricingPage #courseService h1 span {
        width: 11px;
    }
    .mainOfPricingPage #softwareService .softwareContainer, 
    .mainOfPricingPage #supportService .supportContainer, 
    .mainOfPricingPage #courseService .courseContainer {
        width: 90%;
        display: flex;
        flex-direction: column;
    }
    .mainOfPricingPage .sectionText {
        height: fit-content;
        width: 95%;
        transform: skewX(0deg) translate(0%, -10%);
        right: unset;
        position: relative;
        margin: 0 auto;
    }
    .mainOfPricingPage .sectionText p {
        padding-bottom: 10px;
        font-size: 15px;
    }
    .mainOfPricingPage .sectionBtn {
        transform: skewX(0deg) translate(-50%, 0%);
    }
    .mainOfPricingPage .sectionBtn a {
        font-size: 15px;
    }
    .mainOfPricingPage #pricingSection .pricingDetailsContainer {
        width: 90%;
    }
    .mainOfPricingPage #pricingSection .pricingDetailsContainer .priceCard, 
    .mainOfPricingPage #pricingSection .pricingDetailsContainer .priceCard.activeCard {
        width: 70%;
    }
}
@media only screen and (max-width: 380px) {
    .mainOfPricingPage #softwareService h1,
    .mainOfPricingPage #supportService h1,
    .mainOfPricingPage #courseService h1,
    .mainOfPricingPage #pricingSection h1 {
        font-size: 23px;
        border-bottom-width: 3px;
       }
    .mainOfPricingPage .sectionBtn {
        padding: 3px;
    }
    .mainOfPricingPage #pricingSection .pricingDetailsContainer .priceCard, 
    .mainOfPricingPage #pricingSection .pricingDetailsContainer .priceCard.activeCard {
        width: 95%;
    }
}