.homeContainer {
    max-width: 100vw;
    overflow: hidden;
}

.introImg {
    width: 100%;
    z-index: 1;
}

.introImgMobile {
    width: 100%;
    z-index: 1;
}

.introTitleWrapper {
    position: absolute;
    z-index: 2;
    top: 250px;
    left: 0;
    right: 0;
    text-align: center;
}

.introTitle {
    position: relative;
    z-index: 3;
    font-family: bellega;
    font-size: 60px;
    color: #FFFFFF;
    line-height: 50px;
    font-weight: normal;
    text-shadow: 0 25px 20px #000000;
    white-space: nowrap;
    letter-spacing: 5px;
    opacity: .1;
    transition: 4s ease;
}

.introTitleAnim {
    opacity: 1;
    letter-spacing: -2px;
}

.introSubTitle {
    position: relative;
    z-index: 2;
    font-family: sans_regular;
    font-size: 22px;
    color: #FFFFFF;
    text-shadow: 0 10px 10px #000000;
    margin-top: 15px;
}

.introCurvedShapeWrapper {
    position: relative;
    width: 100%;
    height: 150px;
    margin-top: -120px;
    overflow: hidden;
}

.introCurvedShape {
    position: absolute;
    right: 50%;
    top: 0;
    transform: translateX(50%);
    border-radius: 100%;
    background: #FFFFFF;
    width: 125%;
    height: 400px;
    margin: auto;
}

.homeAboutWrapper {
    text-align: center;
}

.homeSloganWrapper {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
}

.sloganTxtWrapper {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.sloganThinTxt {
    font-family: sf_thin;
    font-size: 50px;
    color: var(--text-color);
    letter-spacing: -2px;
    opacity: .7;
    line-height: 50px;
}

.sloganBoldTxt {
    font-family: bellega;
    font-size: 50px;
    color: var(--primary-color);
    letter-spacing: -2px;
}

.sloganShadow {
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: middle;
    background: #FFFFFF;
    box-shadow: -30px 0 40px rgba(0, 0, 0, 0.45);
    width: 100px;
    height: 250px;
}

.sloganShadowMask {
    position: relative;
    z-index: 3;
    display: inline-block;
    vertical-align: middle;
    background: #FFFFFF;
    width: 200px;
    height: 350px;
    margin-left: -110px;
}

.aboutVideoWrapper {
    position: relative;
    z-index: 4;
    display: inline-block;
    vertical-align: middle;
    max-width: 300px;
    text-align: left;
    margin-left: -150px;
}

.introVideoWrapper {
    width: 100%;
    height: 200px;
    background: black;
}

.aboutTxt {
    margin-top: 20px;
    font-family: sans_regular;
    font-size: 18px;
    color: var(--text-color);
    white-space: normal !important;
    text-align: justify;
}

.flagWrapper {
    margin-top: 100px;
    position: relative;
}

.flagWrapperShapeWrapper {
    position: relative;
    width: 100%;
    height: 150px;
    overflow: hidden;
    perspective: 1px;
}

.flagWrapperTopShapeWrapper {
    transform: rotateX(180deg);
    margin-bottom: -8px;
}

.flagWrapperBottomShapeWrapper {
    margin-top: -15px;
}

.flagWrapperShape {
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid var(--primary-color);
    width: 125%;
    height: 300px;
    margin: auto;
}

.flagTitle {
    font-family: bellega;
    font-size: 60px;
    color: var(--primary-color);
    text-align: center;
}

.flagTitle2 {
    margin-top: -10px;
}

.flagSubTitle {
    position: relative;
    z-index: 5;
    font-family: bellega;
    font-size: 22px;
    color: var(--text-color);
    text-align: center;
    margin-top: -120px;
}

.servicesWrapper {
    position: relative;
    margin-top: 100px;
    padding-left: 20%;
    padding-bottom: 100px;
}

.serviceItem {
    position: relative;
    margin-top: 50px;
    border-radius: 100px 0 0 100px;
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    transition: 1s ease;
}

.serviceItemInsideWrapper {
    position: relative;
    width: 80px;
    min-height: 80px;
    height: auto;
    border: 1px solid #dcdcdc;
    display: inline-block;
    border-radius: 100px;
    overflow: hidden;
    margin: 10px;
    text-align: center;
    transition: .5s ease;
    perspective: 1px;
}

.serviceItemContentWrapper {
    width: 100vw;
    max-height: 0;
    text-align: left;
    color: #FFFFFF;
    overflow: hidden;
    opacity: 0;
    transition: .5s ease;
}

.serviceItemInsideIcon {
    background: #5948ec;
    width: 55px;
    height: 55px;
    margin-top: 15px;
    margin-left: 15px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    visibility: visible;
    opacity: 1;
    transition: .5s ease;
}

.serviceItemTitle {
    position: absolute;
    top: 35px;
    left: 120px;
    font-family: bellega;
    font-size: 40px;
    color: var(--text-color);
    transition: .4s ease;
}

.serviceItem:hover > .serviceItemTitle {
    color: #5948ec;
    left: 130px;
}

.serviceItem > input{
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.serviceItem > input:checked + .serviceItemInsideWrapper{
    width: 100%;
    height: auto;
    background: #5948ec;
    border-radius: 80px 0 0 80px;
}

.serviceItem > input:checked + .serviceItemInsideWrapper > .serviceItemContentWrapper{
    width: auto;
    opacity: 1;
    max-height: 100vh;
    padding: 50px 60px;
}

.serviceItem > input:checked + .serviceItemInsideWrapper > .serviceItemInsideIcon{
    height: 0;
}

.serviceItem > input:checked ~ .serviceItemTitle{
    top: 60px;
    left: 78px;
    transform: scale(1.1);
    color: #FFFFFF !important;
}

.serviceItem > input:checked{
    display: none;
}

.serviceItemCloseBtn {
    font-size: 25px;
    color: #FFFFFF;
    z-index: 10;
    opacity: .6;
    position: absolute;
    top: 60px;
    right: 60px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    transition: .3s ease;
}

.serviceItemCloseBtn:hover {
    opacity: 1;
    transform: scale(1.2);
}

.serviceItemDescription {
    font-family: sans_regular;
    font-size: 20px;
    opacity: .8;
    padding-top: 55px;
}

.serviceItemSelectTitle {
    font-family: sans_bold;
    font-size: 25px;
    margin-top: 50px;
}

.serviceItemCheckBoxWrapper {
    display: inline-block;
    vertical-align: middle;
    margin: 15px 20px 15px 0;
}

.serviceItemBottomWrapper {
    margin-top: 50px;
    display: flex;
    align-items: center;
    align-content: center;
}

.serviceProjectsBtn {
    display: inline-block;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #FFFFFF;
    padding: 15px 20px;
    transition: .4s all ease;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
}

.serviceProjectsBtnImg{
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    width: 50px;
    background: #FFFFFF;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    transition: .4s all ease;
}

.serviceProjectsBtnTitle {
    display: inline-block;
    vertical-align: middle;
    font-family: sans_regular;
    font-size: 18px;
    margin-left: 10px;
}

.serviceProjectsBtnIc {
    display: inline-block;
    vertical-align: bottom;
    font-size: 15px;
    margin-left: 20px;
    transform: rotate(180deg)
}

.serviceProjectsBtn:hover {
    background: #FFFFFF;
    color: var(--primary-color);
}

.serviceProjectsBtn:hover > .serviceProjectsBtnImg{
    background: var(--primary-color);
}

.serviceItemDefineProjectBtnWrapper {
    flex: 1;
    text-align: right;
}

.serviceItemDefineProjectBtn {
    display: inline-block;
    border-radius: 100px;
    border: 1px solid #FFFFFF;
    background: transparent;
    padding: 10px 25px;
    color: #FFFFFF;
    font-family: sans_regular;
    font-size: 18px;
    cursor: pointer;
    transition: .3s ease;
    user-select: none;
    -webkit-user-select: none;
}

.serviceItemDefineProjectBtn:hover {
    background: #FFFFFF;
    color: var(--primary-color);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}

.homeProjectsWrapper {
    margin-top: 100px;
    text-align: center;
}

.homeProjectTop {
    border-radius: 50px 50px 0 0;
    display: flex;
    gap: 10px;
    margin: 0 15%;
    height: 300px;
    overflow: hidden;
    perspective: 1px;
}

.homeProjectTile {
    position: relative;
    background: #000000;
    height: 100%;
    perspective: 1px;
    overflow: hidden;
    cursor: pointer;
}

.homeProjectTopLeft {
    flex: 1;
}

.homeProjectTopRight {
    flex: 2;
}

.homeProjectCenter {
    display: flex;
    gap: 10px;
    margin: 10px 15% 0 15%;
    height: 250px;
    overflow: hidden;
}

.homeProjectCenterLeft {
    flex: 3;
}

.homeProjectCenterRight {
    flex: 1.5;
}

.homeProjectBottom {
    position: relative;
    margin: 10px 15% 0 15%;
    height: 150px;
    overflow: hidden;
    border-radius: 0 0 50px 50px;
    background: #000000;
    perspective: 1px;
}

.homeProjectImg {
    width: 100%;
    height: 100%;
    opacity: .4;
    object-fit: cover;
    background-size: cover;
    transition: .5s ease;
}

.homeProjectContentWrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 20px 30px;
    text-align: left;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
}

.homeProjectServiceItemsWrapper {
    flex: 1;
}

.homeProjectServiceItemsWrapperRight {
    text-align: right;
}

.homeProjectServiceItem {
    font-family: sans_regular;
    font-size: 14px;
    padding-top: 5px;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.9);
}

.homeProjectServiceItem > div{
    display: inline-block;
    vertical-align: bottom;
    margin-right: 3px;
    margin-bottom: 3px;
    width: 10px;
    height: 10px;
    border-radius: 3px;
    background: var(--primary-color);
}

.homeProjectTitle {
    font-family: bellega;
    font-size: 30px;
    text-shadow: 0 10px 10px rgba(0, 0, 0, 0.9);
}

.homeProjectDesc {
    font-family: sans_regular;
    font-size: 18px;
    opacity: .8;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
}

.homeProjectTile:hover > .homeProjectImg {
    transform: scale(1.1);
    opacity: .7;
}

.homeProjectBottom:hover > .homeProjectImg {
    transform: scale(1.1);
    opacity: .7;
}

.borderBtnWrapper {
    margin-top: 50px;
    text-align: center;
}

.borderBtn {
    position: relative;
    display: inline-block;
    border-radius: 100px;
    padding: 10px 40px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    text-align: center;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    perspective: 1px;
}

.borderBtnBack {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: translateY(100%);
    background: var(--primary-color);
    transition: .3s ease;
}

.borderBtnTxt {
    position: relative;
    z-index: 3;
    padding: 6px 0;
    font-family: bellega;
    font-size: 20px;
    transition: .3s ease;
}

.borderBtn:hover > .borderBtnTxt{
    color: #FFFFFF;
}

.borderBtn:hover > .borderBtnBack{
    transform: translateY(0);
}

.packagesCardWrapper {
    text-align: center;
    margin: 100px 15vw 0 15vw;
}

.packagesCard {
    display: inline-block;
    background: #FFFFFF;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    padding-bottom: 30px;
    text-align: left;
}

.packageCardTilesWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 5px;
    transition: .5s ease;
    overflow: hidden;
    border-radius: 40px 40px 0 0;
    perspective: 1px;
}

.packageCardTilesWrapperMobile {
    grid-template-columns: 1fr 1fr 1fr;
}

.packageCardTilesHidden {
    visibility: hidden;
    opacity: 0;
    max-width: 0;
    overflow: hidden;
    transform-origin: center;
}

.packagesCardTile {
    position: relative;
    aspect-ratio : 1/1;
    background: #000000;
    perspective: 1px;
    overflow: hidden;
    cursor: pointer;
    transition: 1s ease;
}
.packagesCardTileHidden {
    display: none;
}

.packagesCardTileMoreBtn {
    background: var(--gradient-color);
    background-blend-mode: var(--gradient-blend-mode);
    border-radius: 0 30px 30px 30px ;
}

.packagesCardTileImg {
    width: 100%;
    height: 100%;
    background-size: cover;
    object-fit: cover;
    opacity: .4;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .4s ease;
}

.packagesCardTile:hover > .packagesCardTileImg {
    transform: scale(1.2);
    filter: none;
    -webkit-filter: none;
    opacity: .7;
}

.packagesCardTileActive {
    background: var(--primary-color);
}

.packagesCardTileActive > .packagesCardTileImg {
    filter: none;
    -webkit-filter: none;
    opacity: .5;
}

.packagesCardTileTitle {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    font-family: bellega;
    font-size: 1.5vw;
    color: #FFFFFF;
    padding: 0 10px;
    text-shadow: 0 10px 10px rgba(0, 0, 0, 0.85);
}

.packagesCardTileTitleBtn {
    text-shadow: none;
}

.packagesFlagItemsWrapper {
    padding: 40px;
}

.packagesFlagTitle {
    font-family: bellega;
    font-size: 25px;
    color: var(--text-color);
}

.packagesOptionsContainer {
    transition: .3s ease;
}

.packagesOptionsWrapperHide {
    display: none;
}

.packagesFlagSubTitle {
    font-family: sf_thin;
    font-size: 30px;
    color: var(--primary-color);
}

.packageServiceTitle {
    font-family: sans_bold;
    font-size: 18px;
    color: var(--primary-color);
    margin-top: 30px;
}

.packageServiceCheckBoxWrapper {
    display: inline-block;
    vertical-align: middle;
    color: var(--text-color);
    margin: 20px 20px 0 0;
}

.packagesTotalFeeContainer {
    margin-top: -40px;
    height: 80px;
    text-align: center;
}

.packagesTotalFeeWrapper {
    display: inline-block;
    height: 100%;
    border-radius: 20px 0 20px 20px;
    background: #5948ec;

    color: #FFFFFF;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3);
}

.packagesFeeTitleWrapper {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 150px 10px 30px;
}

.packagesTotalFeeTitle {
    font-family: sans_regular;
    font-size: 16px;
}

.packagesTotalFee {
    font-family: bellega;
    font-size: 40px;
    padding-top: 3px;
}

.packagesTotalFee > span{
    font-size: 20px;
    padding-right: 5px;
}

.packagesTotalFee > div{
    display: inline-block;
    vertical-align: bottom;
    transition: .25s ease;
}

.packageOrderBtn {
    display: inline-block;
    vertical-align: middle;
    padding: 12px 30px;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    font-family: bellega;
    font-size: 18px;
    color: #FFFFFF;
    margin-right: 30px;
    user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    transition: .4s ease;
}

.packageOrderBtn:hover {
    background: #FFFFFF;
    color: var(--primary-color);
}

.pricingWrapper {
    position: relative;
    overflow: hidden;
    z-index: 200;
    height: 1000px;
    margin-top: -16px;
}

.pricingBackground {
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    border-radius: 100% 100% 0 0;
    background: var(--gradient-color);
    background-blend-mode: var(--gradient-blend-mode);
    border: none;
    width: 180%;
    height: 700px;
    margin: auto;
}

.pricingBackgroundBottom {
    position: absolute;
    top: 600px;
    right: 50%;
    transform: translateX(50%);
    border-radius: 100% 100% 0 0;
    background: #FFFFFF;
    width: 120%;
    height: 300px;
    margin: auto;
    z-index: 2;
}

.pricingContentWrapper {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #FFFFFF;
}

.pricingTitle {
    font-family: bellega;
    font-size: 25px;
    margin-top: 20px;
}

.pricingDesc {
    display: inline-block;
    font-family: sans_regular;
    font-size: 20px;
    margin-top: 30px;
    max-width: 600px;
}

.planItemsWrapper {
    margin-top: 50px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 30px;
    width: 100%;
}

.planItemCardWrapper {
    position: relative;
    flex: 1;
    max-width: 300px;
    min-width: 280px;
}

.planItemCard {
    background: #FFFFFF;
    border-radius: 30px;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
    padding: 30px 25px 50px 25px;
    height: 80%;
}

.planItemCardSide {
    margin-top: 50px;
    height: calc(80% - 50px);
}

.planTitle {
    font-family: bellega;
    font-size: 35px;
    color: var(--primary-color);
}

.planPrice {
    font-family: bellega;
    color: var(--text-color);
    font-size: 30px;
    margin-top: 20px;
}

.planPrice > span{
    font-size: 14px;
    padding-right: 3px;
}

.planPriceDesc {
    color: var(--text-color);
    font-size: 14px;
    margin-right: -20px;
}

.planOptionsWrapper {
    margin-top: 30px;
    text-align: left;
}

.planOption {
    display: flex;
    font-family: sans_regular;
    font-size: 15px;
    color: var(--text-color);
    opacity: .8;
    padding: 10px;
}

.planOption > span {
    font-size: 15px;
    color: var(--primary-color);
    padding-right: 8px;
}

.planItemBtn {
    margin: -25px 18% 0 18%;
    padding: 15px 10px;
    border-radius: 100px;
    background: var(--primary-color);
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
    font-family: bellega;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
    border: none;
    transition: .4s ease;
}

.planItemBtn:hover {
    transform: scale(1.1);
    margin-left: 15%;
    margin-right: 15%;
}

.teamTitleWrapper {
    font-family: bellega;
    font-size: 40px;
    color: #5948ec;
    padding: 20px;
    margin-top: 80px;
}

.teamTitle1 {
    padding-left: 20px;
}

.teamTitle2 {
    padding-left: 40px;
}

.teamTitle3 {
    padding-left: 60px;
}

.moreAboutUsBtnWrapper {
    text-align: center;
}

.moreAboutUsBtn {
    padding: 5px 30px;
}

.moreAboutUsBtnTxt {
    font-family: sans_regular;
    font-size: 16px;
    color: var(--primary-color);
}

.teamItemWrapper {
    position: relative;
    height: 300px;
    width: 220px;
    margin-right: 50px;
}

.teamItemBack {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 20px;
    bottom: 0;
    background: #5948ec;
    border-radius: 25px 25px 25px 0;
}

.teamItemImg {
    position: absolute;
    z-index: 2;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.teamItemName {
    margin-top: 10px;
    font-family: bellega;
    font-size: 22px;
    color: var(--primary-color);
}

.teamItemPositionTitle {
    font-family: sans_regular;
    font-size: 15px;
    opacity: .7;
}

.companiesFlag {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 10;
    text-align: center;
    font-family: bellega;
    font-size: 40px;
    color: var(--primary-color);
}

.companiesWrapper {
    position: relative;
    margin-top: -150px;
}

.companiesLogoWrapper {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 25px;
}

.companyLogo {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    margin: 10px;
}

.commentsWrapper {
    text-align: center;
    margin: 0 30px;
}

.commentCard {
    position: relative;
    display: inline-block;
    max-width: 500px;
    min-width: 250px;
    background: #FFFFFF;
    border-radius: 30px 30px 30px 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 30px 40px;
    transition: .4s ease all;
}

.commentCardIc {
    position: absolute;
    top: 30px;
    left: 40px;
    height: 120px;
    opacity: .06;
}

.commentTxt {
    font-family: sans_regular;
    font-size: 22px;
    color: var(--text-color);
    opacity: .7 !important;
    line-height: 35px;
    text-align: left;
    transition: .4s ease;
}

.commentItemsWrapper {
    margin-top: 50px;
    display: flex;
}

.commentAvatarWrapper {
    flex: 1;
    text-align: left;
}

.commentAvatar {
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    overflow: hidden;
    width: 55px;
    height: 55px;
    object-fit: cover;
    background-size: cover;
    transition: .4s ease;
}

.commentNameWrapper {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}

.commentName {
    font-family: sans_bold;
    font-size: 23px;
    color: var(--primary-color);
    transition: .4s ease;
}

.commentPosition {
    font-family: sans_regular;
    font-size: 16px;
    opacity: .5;
    transition: .4s ease;
}

.commentChangeBtn {
    display: inline-block;
    vertical-align: middle;
    border-radius: 100px;
    font-size: 15px;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 15px;
    transition: .3s ease;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    margin-left: 20px;
    transform: rotate(-90deg);
}

.commentChangeBtnPrev {
    transform: rotate(90deg);
}

.commentChangeBtn:hover {
    background: #5948ec;
    color: #FFFFFF;
}

.commentChangeBtn:active {
    padding: 15px 5px;
}







/*------------------RESPONSIVE------------*/
@media screen and (max-width: 1300px) {

    .introTitleWrapper {
        top: 150px;
    }
}

@media screen and (max-width: 1000px) {

    .introCurvedShapeWrapper {
        height: 150px;
        margin-top: -50px;
    }

    .introCurvedShape {
        width: 125%;
        height: 250px;
    }

    .homeProjectTop {
        margin: 0 5%;
    }

    .homeProjectCenter {
        margin: 10px 5% 0 5%;
    }

    .homeProjectBottom {
        margin: 10px 5% 0 5%;
    }

    .homeProjectTitle {
        font-size: 22px;
    }

    .homeProjectDesc {
        font-size: 15px;
    }

    .packagesCardWrapper {
        margin: 100px 5vw 0 5vw;
    }

    .packagesCardTileTitle {
        font-size: 2vw;
    }

    .pricingWrapper {
        height: 1000px;
        margin-top: -14px;
    }

    .pricingBackground {
        width: 250%;
        height: 700px;
        margin: auto;
    }

    .pricingBackgroundBottom {
        width: 150%;
    }
}

@media screen and (max-width: 900px) {

    .introTitleWrapper {
        top: 100px;
    }

    .introTitle {
        font-size: 40px;
        line-height: 40px;
    }

    .introSubTitle {
        font-size: 19px;
        margin-top: 0;
    }

    .flagWrapperShapeWrapper {
        height: 100px;
    }

    .flagWrapperShape {
        width: 150%;
        height: 150px;
    }

    .flagWrapperTopShapeWrapper {
        margin-bottom: -6px;
    }

    .flagWrapperBottomShapeWrapper {
        margin-top: -12px;
    }

    .flagTitle {
        font-size: 45px;
    }

    .flagTitle2 {
        margin-top: -8px;
    }

    .flagSubTitle {
        font-size: 18px;
        margin-top: -80px;
    }

    .pricingWrapper {
        height: auto;
        margin-top: -14px;
        padding-bottom: 50px;
    }

    .pricingBackground {
        width: 500%;
        height: 2000px;
    }

    .pricingBackgroundBottom {
        top: 1300px;
    }

    .pricingContentWrapper {
        position: relative;
    }

    .planItemsWrapper {
        display: inline-block;
        text-align: center;
        margin-top: 0;
        width: auto;
    }

    .planItemCardWrapper {
        display: block;
        text-align: center;
        white-space: normal;
        margin-top: 50px;
    }

    .planItemCard {
        height: auto;
    }

    .planItemCardSide {
        margin-top: 0;
        height: auto;
    }

    .companiesFlag {
        top: 10px;
    }

    .companiesWrapper {
        margin-top: 150px;
    }

    .commentsWrapper {
        margin-top: 50px;
    }
}

@media screen and (max-width: 800px) {

    .servicesWrapper {
        padding-left: 10%;
    }

    .homeProjectTop {
        display: block;
        height: auto;
        border-radius: 30px 30px 0 0;
    }

    .homeProjectTile {
        max-height: 200px;
        margin-bottom: 5px;
    }

    .homeProjectCenter {
        display: block;
        height: auto;
        margin-top: 0;
    }

    .homeProjectBottom {
        margin-top: 0;
        border-radius: 0 0 30px 30px;
    }

    .packagesCard {
        border-radius: 25px;
    }

    .packageCardTilesWrapper {
        border-radius: 25px 25px 0 0;
    }

    .homeProjectServiceItemsWrapper {
        text-align: right;
    }

    .packagesCardTileMoreBtn {
        border-radius: 0 20px 20px 20px ;
    }

    .packagesCardTileTitle {
        font-size: 14px;
    }
}

@media screen and (max-width: 700px) {

    .homeSloganWrapper {
        display: block;
    }

    .sloganShadowMask {
        margin-right: -180px;
    }

    .aboutVideoWrapper {
        display: block;
        max-width: none;
        text-align: center;
        margin-left: 0;
        margin: 0 5%;
    }
}

@media screen and (max-width: 600px) {

    .introCurvedShape {
        width: 125%;
        height: 200px;
    }

    .servicesWrapper {
        padding-left: 50px;
    }

    .serviceItemTitle {
        top: 32px;
        left: 100px;
        font-size: 30px;
    }

    .serviceItem:hover > .serviceItemTitle {
        left: 110px;
    }

    .serviceItemInsideWrapper {
        width: 70px;
        min-height: 70px;
        margin: 6px;
    }

    .serviceItemInsideIcon {
        width: 45px;
        height: 45px;
        margin-top: 14px;
        margin-left: 14px;
    }

    .serviceItemCloseBtn {
        top: 40px;
        right: 40px;
    }

    .serviceItem > input:checked ~ .serviceItemTitle{
        top: 50px;
        left: 50px;
    }

    .serviceItemDescription {
        padding-top: 30px;
        font-size: 18px;
    }

    .serviceItemSelectTitle {
        font-size: 20px;
        margin-top: 35px;
    }

    .serviceItem > input:checked + .serviceItemInsideWrapper > .serviceItemContentWrapper{
        padding: 50px 40px;
    }

    .serviceItemBottomWrapper {
        display: block;
        text-align: right;
    }

    .serviceItemDefineProjectBtnWrapper {
        margin-top: 30px;
    }

    .packagesTotalFeeContainer {
        margin-top: -110px;
        height: auto;
    }

    .packagesTotalFeeWrapper {
        position: relative;
        display: block;
        padding: 20px 0;
        margin: -40px 40px 0 40px;
        border-radius: 25px;
    }

    .packagesFeeTitleWrapper {
        display: block;
        text-align: center;
        padding: 20px;
    }

    .packageOrderBtn {
        display: block;
        padding: 12px 30px;
        margin: 0 30px;
    }

    .packagesCard {
        padding-bottom: 100px;
    }

    .companiesFlag {
        font-size: 30px;
    }

    .companyLogo {
        height: 30px;
    }

    .commentsWrapper {
        margin: 50px 20px 0 20px;
    }

    .commentItemsWrapper {
        display: block;
    }

    .commentBtnWrapper {
        text-align: right;
        margin-top: 20px;
    }

    .commentTxt {
        font-size: 19px;
        line-height: 35px;
    }

    .commentCardIc {
        height: 70px;
    }

    .commentName {
        font-size: 18px;
    }

    .commentPosition {
        font-size: 14px;
    }

    .teamTitleWrapper {
        font-size: 35px;
    }

    .teamItemWrapper {
        position: relative;
        height: 260px;
        width: 190px;
    }
}

@media screen and (max-width: 500px) {

    .introTitleWrapper {
        top: 100px;
    }

    .introTitle {
        font-size: 30px;
        line-height: 32px;
        text-shadow: 0 15px 15px #000000;
    }

    .introSubTitle {
        font-size: 17px;
        margin-top: 0;
    }

    .flagWrapperShapeWrapper {
        height: 60px;
    }

    .flagWrapperShape {
        width: 125%;
        height: 100px;
    }

    .flagWrapperTopShapeWrapper {
        margin-bottom: -4px;
    }

    .flagWrapperBottomShapeWrapper {
        margin-top: -9px;
    }

    .flagTitle {
        font-size: 35px;
    }

    .flagTitle2 {
        margin-top: -5px;
    }

    .flagSubTitle {
        font-size: 14px;
        margin-top: -40px;
    }

    .packagesFlagItemsWrapper {
        padding: 30px;
    }

    .packagesFlagTitle {
        font-size: 20px;
    }

    .packagesFlagSubTitle {
        font-size: 25px;
    }

    .companiesFlag {
        top: -20px;
        font-size: 25px;
    }


}

@media screen and (max-width: 400px) {

    .introCurvedShape {
        width: 125%;
        height: 100px;
    }

    .serviceItemTitle {
        top: 34px;
        left: 90px;
        font-size: 24px;
    }

    .servicesWrapper {
        padding-left: 20px;
    }

    .serviceItem > input:checked + .serviceItemInsideWrapper{
        border-radius: 90px 0 0 90px ;
    }

    .serviceItemDescription {
        font-size: 16px;
    }

    .serviceItemSelectTitle {
        font-size: 18px;
        padding-bottom: 15px;
    }

    .serviceItemCheckBoxWrapper {
        margin: 5px 20px 5px 0;
    }
}

@media screen and (max-width: 350px) {

    .introTitleWrapper {
        top: 80px;
    }

    .introTitle {
        font-size: 20px;
        line-height: 32px;
    }

    .introSubTitle {
        font-size: 15px;
        margin-top: 0;
    }
}