html, body {
    margin: auto;
    background-color: #ffffff;
    max-width: 2400px;
    overflow-x: hidden;
}

a, button {
 cursor: pointer !important;	
}

#plan-options {
	transform: translateY(-120px);
}

.watch-bubble {
	position: absolute;
	//top: 370px;
}

.go-to-app {
	top: 110px;
}

.bottom-content {
    text-align: center;
}

button {
    background-color: transparent;
    border: none;
}

.bubble-background {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 365px;
    width: 580px;
    margin: auto;
    background-image: url("assets/Bubble-2.svg");
    background-repeat: no-repeat;
    background-size: cover;
}


.buttons-line {
    display: flex;
    margin: 30px 0;
}

.button-wrapper {
    display: inline-block;
    /*margin: 40px;*/
}

.bubble-background .rectangle, .section.two .rectangle {
    width: 210px;
    height: 72px;
}
.bubble-background .rectangle {
    transform: translateY(20px);
}

.choose-plan-button {
    width: 100px;
    height: 23px;
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.close-button-icon {
    position: relative;
    top: -20px;
    right: -620px;
    z-index: 10;
}

.content-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.description-text p {
    width: 400px;
    margin: 45px 0;
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #959595;
}

.description-text > h2 {
    width: 415px;
    height: 70px;
    margin: 0 21px 45px 0;
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3em;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
}

.display-on-mobile {
    display: none;
}

.faq-container {
    width: 1170px;
}

.faq-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 75%;
    padding: 20px 0 80px;
    background-color: #ffffff;
    margin: 100px auto 0;
}

.faq-section .section-title {
    margin: 80px 0 40px 0;
}

.faq-section h3 {
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    line-height: 1.5em;
    margin: 0;
}

.faq-section p {
    margin: 5px 0 50px 0;
    width: 67%;
    font-family: 'Montserrat', Helvetica, sans-serif;
    color: #959595;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}

.faq-number-circle {
    width: 25px;
    height: 25px;
    margin: 0 0 5px;
    background-image: linear-gradient(to bottom, #fab73b, #fbc448 42%, #fcd559);
    border-radius: 20px;
    text-align: center;
}

.faq-number-circle > span {
    width: 20px;
    height: 24px;
    margin: 6px 2px 0 3px;
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.08;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.flow-arrow {
    width: 14px;
    height: 14px;
    border-right: solid 7px #ffffff;
    border-bottom: solid 7px #ffffff;
    border-radius: 4px;
    margin: 30px 30px 30px 25px;
    transform: rotate(-45deg);
}

.flow-circle {
    width: 76px;
    height: 77px;
    border-radius: 100px;
    background-image: linear-gradient(155deg, #5cdb8e 14%, #149654 93%);
    transform: translateX(-25px);
}

.flow-rectangle-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 353px;
    height: 364px;
    border-radius: 10px;
    box-shadow: 0 20px 70px 0 rgba(4, 7, 18, 0.3);
    background-color: #ffffff;
}

.flow-rectangle-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 -25px;
}

.flow-rectangle-content > p {
    width: 245px;
    height: 80px;
    margin: 22px 0 0;
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: normal;
    text-align: left;
    color: #959595;
}

.footer-rectangle {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 120px;
    padding: 0 15px;
    background-image: url("assets/Bcg-section-3-desktop_2x.png");
    background-position-y: -3px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.home-page .footer-rectangle {
    background-image: none;
    background-color: #ffffff;
}

.footer p {
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    text-align: left;
    color: #ffffff;
}

.home-page.footer p{
    color: #0083F1;
}

.footer-links a{
    text-decoration: none;
    color: inherit;
}

.footer-links a:hover {
    text-decoration: underline;
}

.texture-section-one {
    position: absolute;
    width: 1920px;
    height: 1080px;
    left: 0px;
    top: 0px;
    background-image: url("assets/Mask-Group.svg");
    background-repeat: no-repeat;
    /*z-index: 3;*/
}

.how-seomatic-works-flow {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.how-seomatic-works-icon1 {
    width: 143px;
    height: 143px;
    background-image: url("assets/Icon.svg");
    background-repeat: no-repeat;
}

.how-seomatic-works-icon2 {
    width: 143px;
    height: 143px;
    background-image: url("assets/Icon2.svg");
    background-repeat: no-repeat;
}

.how-seomatic-works-icon3 {
    width: 143px;
    height: 143px;
    background-image: url("assets/Icon3.svg");
    background-repeat: no-repeat;
}

.how-seomatic-works-flow .rectangle {
    margin: 45px 46px 167px;
    padding: 22px 65px 22px 65px;
}

.isometric {
    width: 1020px;
    height: 725px;
    background: url("assets/Artboard_Top_Isometric.svg") no-repeat;
}

.isometric-background {
    /*position: absolute;*/
    width: 1020px;
    height: 710px;
    /*left: 899px;*/
    /*top: 389px;*/
    /*background: #5BB0FF;*/
    mix-blend-mode: normal;
    opacity: 0.3;
    transform: rotate(1deg);
    background-image: url("/assets/Artboard_Top_Isometric_background.svg");
}

.isometric-image-section {
    position: relative;
    top: 200px;
}

.logo {
    width: 50%;
    padding: 0 10px;
}

.mobile-footer {
    display:none;
}

.picture-group-two {
    width: 50vw;
    height: 40vw;
    max-width: 820px;
    max-height: 759px;
    background-image: url("assets/Group-21.svg");
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 100px 5% 25px 0;
    transform: translateX(-100px);
}

.picture-group-three {
    width: 60vw;
    height: 44vw;
    max-width: 1040px;
    max-height: 758px;
    background-image: url("assets/Group-38.png");
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 75px 0px 54px -110px;
    transform: translateX(190px);
}

.picture-group-four {
    width: 960px;
    height: 759px;
    background-image: url("assets/Group-3.png");
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 20px 0px 25px 0;
    transform: translateX(30px);
}

.plan-options {
    width: 1170px;
    display: flex;
    flex-direction: row;
    align-self: center;
    justify-content: center;

}

.plan-rectangle {
    display: flex;
    flex-direction: column;
    align-content: center;
    border-radius: 5px 5px 10px 10px;
    width: 370px;
    height: 410px;
    margin: 30px 15px;
    padding: 46px 0 32px;
    box-shadow: 7px 15px 30px 0 rgba(0, 90, 198, 0.1);
    background-color: #ffffff;
}

.plan-rectangle > h2 {
    width: 104px;
    height: 21px;
    margin: 0 auto 8px;
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    text-align: center;
    color: #333333;
}

.plan-rectangle p.price {
    width: 106px;
    height: 71px;
    margin: 8px auto 2px;
    font-family: 'Montserrat', Helvetica,  sans-serif;
    font-size: 60px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3em;
    letter-spacing: normal;
    text-align: center;
}

.plan-rectangle p.per-month {
    width: 66px;
    height: 18px;
    margin: 2px auto 0;
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    text-align: center;
    color: #959595;
}

.plan-rectangle p.plan-description {
    width: 200px;
    height: 87px;
    margin: 0 auto;
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;
    color: #959595;
}

.plan-rectangle div.line {
    width: 95%;
    border-bottom: 1px solid #e8e8e8;
    margin: 38px 0;
}

.plan-rectangle.business {
    border-top: 6px solid #fbb93d;
}

.plan-rectangle.business p.price {
    color: #fbb93d;
}

.plan-rectangle.business .rectangle-choose-plan {
    background-image: linear-gradient(rgb(252, 215, 91) 0%, rgb(250, 181, 57) 100%) !important;
}

.plan-rectangle.premium {
    border-top: 6px solid #0083F1;
}

.plan-rectangle.premium p.price {
    color: #0083F1;
    transform: translateX(-10px);
}

.plan-rectangle.premium .rectangle-choose-plan {
    background-image: linear-gradient(rgb(8, 85, 201) 0%, rgb(1, 139, 255) 100%) !important;
}

.privacy-policy {
    width: 1170px;
    max-width: 100%;
    margin: auto;
}
.privacy-policy .head-section {
    font-family: 'Montserrat', Helvetica, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.privacy-policy .head-section .logo {
    padding: 75px 0;
}

.privacy-policy .head-section h2 {
    margin: auto;
    font-size: 32px;
    font-weight: 700;
}

.privacy-policy .head-section p {
    font-size: 16px;
}

.privacy-policy .head-section .title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.privacy-policy .terms-and-service-content {
    font-family: 'Montserrat', Helvetica, sans-serif;
    line-height: 1.4;
}

.privacy-policy .terms-and-service-content .policy-content-div-title{
    margin: 0 0 10px 0;
    text-align: left;
    font-size: 20px;
    color: rgb(61, 131, 238);
}

.privacy-policy .terms-and-service-content .policy-content-div-title.terms-of-service{
    margin: 0 0 10px 0;
    text-align: left;
    font-size: 20px;
    color: rgb(45, 45, 45);
}

.privacy-policy .policy-content-div {
    padding: 20px 10px
}

.privacy-policy .policy-content-div table {
    width: 100%;
}

.privacy-policy .policy-content-div ul {
    list-style-type: none;
}

.privacy-policy .policy-content-div li {
    margin-bottom: 20px;
    font-size: 15px;
}

.privacy-policy .policy-content-div i {
    margin-left: -25px;
    padding-right: 5px;
}

.promo-text {
    width: 540px;
    height: 70px;
    margin: 0 auto 20px auto;
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 23px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: #333333;
    transform: translateY(20px);
}

.rectangle {
    width: 220px;
    height: 60px;
    border-radius: 36px;
    /*background-image: linear-gradient(107deg, #fab539, #fcd75b 100%);*/
    background-image: linear-gradient(rgb(252, 215, 91) 0%, rgb(250, 181, 57) 100%) !important;
    text-decoration: none;
}

.rectangle-choose-plan {
    width: 200px;
    height: 50px;
    /*padding: 17px 35px 17px 36px;*/
    border-radius: 25px;
    text-decoration: none;
}

.rectangle-clear {
    width: 220px;
    height: 60px;
    /*padding: 22px 53px;*/
    border-radius: 36px;
    border: solid 2px #ffffff;
    background-color: transparent;
    text-decoration: none;
}

.rectangle-clear#watch-video {
    margin-right: 50px;
}

.rectangle-clear.opposite {
    border: solid 2px #0083F1;
}

.section.one {
    max-width: 2400px;
    height: 1110px;
    /*margin: 0 0 80px;*/
    /*background: linear-gradient(180deg, #005AC6 0%, #0083F1 100%);*/
    /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);*/
    background-image: url("assets/background-with-isometric.png");
    background-size: 100%;
    background-position-y: -50px;
    background-repeat: no-repeat;
}

.section.one .section-title > h1 {
    width: 50vw;
    max-width: 585px;
    height: auto;
    /*margin: 21px 0 0 135px;*/
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 59px;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.section-one-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin: 6% 520px 0 0;
}

.section.one .section-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: space-around;
}

.section.two {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 150px;
}

.section.two .description-text{
    margin-right: 5vw;
}
.section.two .description-text p {
    font-weight: 500;
    font-size: 20px;
    width: 540px;
}

.section.four {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 887px;
    margin: 190px 0 0;
    padding: 0 0 23px;
    background-image: url("assets/Background_2x.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.section.four h2 {
    width: 521px;
    height: 35px;
    margin: 75px 0 25px 0;
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 25px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.section.five {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
}

.section.five .description-text {
    margin: 0 50px 0 12%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section.four .section-title > h2 {
    width: 478px;
    height: 53px;
    margin: auto;
    padding: 120px 190px 45px 190px;
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3em;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.section.four .rectangle {
    transform: scale(1.2);
}

.section.six {
    display: flex;
    justify-content: center;
    margin: -80px 0 -80px;
    padding: 110px 0 220px 0;
    background-image: url("assets/Background_2x.png");
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
}

.section-bullet {
    display: flex;
    flex-direction: row;
    width: 370px;
    height: 29px;
    margin: -17px 5px 30px 30px;
}

.section-bullet > h2 {
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
    transform: translateX(-30px);

}

.section-content {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

.section.three .section-title > h2{
    margin-bottom: 50px;
    font-weight: 600;
}

.section-title > h2 {
    height: auto;
    margin: auto;
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3em;
    letter-spacing: normal;
    text-align: center;
    color: #333333;
}

.seomatic-video {
    margin-top: 100px;
    padding-top: 0px;
    padding-bottom: 0px;
    outline: currentcolor none medium;
    background: rgba(255, 255, 255, 1);
    position: fixed;
    top: 0px;
    display: block;
    z-index: 3;
}

.show-video-container {
    max-width: 2600px;
    margin: 0 auto;
    background: rgba(0,0,0,0.5);
    display: flex !important;
    justify-content: center;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.start-now-button {
    width: 237px;
    height: 28px;
    margin: 24px 0 20px;
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 21px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 29px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.start-button-top-bar {
    width: 206px;
    height: 63px;
    color: #fff;
    font-weight: 400;
}

.top-bar-fixed .start-button-top-bar {
    color: #0083F1;
}

.text-section {
    align-self: center;
    margin-left: 10%;
}

.text-section > p {
    width: 305px;
    height: 80px;
    margin: 29px 63px 90px 31px;
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 16px;
    /*font-weight: 600;*/
    font-stretch: normal;
    line-height: 1.75;
    text-align: left;
    color: #959595;
}

.top-bar {
    width: 100vw;
    max-width: 1140px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar-fixed {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1;
    top: 0;
    width: 100vw;
    max-width: 2400px;
    height: 0px;
    background-color: #fff;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}

.top-bar-fixed.is-sticky {
    opacity: 1;
    height: 120px;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    box-shadow: 0 0 30px 0;
}

.top-bar-regular {
    height: 50px;
}

.top-bar-section {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 120px;
}

.three > .rectangle {
    margin: 20px auto;
}

.v-icon {
    width: 30px;
    height: 15px;
/ / margin: 170 px 31 px 39 px 138 px;
    border-right: solid 7px #56c47d;
    border-bottom: solid 7px #56c47d;
    transform: translate(-60px, 22px) scaleX(-1) scale(0.7) rotate(45deg);
}

  .upper-layer {
      margin-top: 100px;
      width: 640px;
      height: 360px;
  }

  .video-container-wrapper {
    display: none;
    overflow: initial;
	//background: #fff;
}

.watch-demo-button {
    width: 246px;
    height: 28px;
    margin: 22px 0 22px;
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

@media (max-width: 769px) {
	
	#plan-options {
		transform: translateY(-80px);
	}

	.picture-group-two, .picture-group-three, .picture-group-four {
		transform: none;
		margin: auto;
	}
	


    .bubble-background {
        width: 85%;
        background-size: contain;
		height: 330px;
    }

    .buttons-line {
        flex-direction: column-reverse;
    }

    .button-wrapper {
        margin: 15px;
    }

    .close-button-icon {
        position: fixed;
        top: 9%;
        right: -1%;
    }

    .description-text {
        /*padding-left: 20px;*/
		margin: auto;
    }

    .description-text > h2, h2 {
        font-family: 'Montserrat', Helvetica, sans-serif;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        text-align: center;
        color: #333333;
    }

    .description-text > h2 {
        width: 80vw;
        text-align: center;
        font-size: 24px;
		margin: auto;
    }
	
	.description-text {
		text-align: center;
		margin: auto;
	}
	
	.description-text > p {
		text-align: center;
	}

    .display-on-mobile {
        display: block;
    }

    .display-on-desktop {
        display: none;
    }

    .faq-section {
        padding: 90px 0;
        width: 90vw;
        margin-top: 0;
        background-color: transparent;
    }

    .faq-section h3 {
        font-size: 19px;
        line-height: 1.5em;
        text-align: center;
    }
    
    .faq-section .section-title > h2 {
        font-size: 24px;
        font-weight: 600;
    }
    
    .faq-logo {
        background-image: url("assets/FAQ-Illustration.svg");
        width: 330px;
        height: 271px;
        margin: auto;
    }

    .faq-section p {
        line-height: 1.5;
        margin: 0 6px 25px 3px;
    }

    .faq-number-circle {

        border-radius: 40px;
    }

    .faq-number-circle > span {
        margin: 6px 5px 0 3px;

    }

    .flow-arrow {
        width: 18px;
        height: 18px;
        border-right: solid 4px #ffffff;
        border-bottom: solid 4px #ffffff;
        border-radius: 4px;
        margin: 26px 25px 0px 26px;
        transform: rotate(45deg);
    }

    .flow-circle {
        width: 77px;
        height: 77px;
        transform: translateY(-25px);
        z-index: 1;
    }

    .flow-rectangle-content {
        width: 90vw;
        height: 400px;
        border-radius: 10px;
    }

    .flow-rectangle-content > p {
        margin-top: 50px;
        width: 60%;
        text-align: center;
    }

    .flow-rectangle-wrapper {
        flex-direction: column;
        margin: -25px 0;
    }

    .footer-rectangle {
        padding: 0;
    }

    .footer-rectangle .logo {
        margin: 10px;
    }

    .footer-links {
        margin: 10px;
    }


    .footer {
        display: none;
    }


    .mobile-footer {
        display: block;
        height: 243px;
        background-image: url("assets/Background.svg");
        background-size: cover;
        background-position: 50% 50%;
    }
    
    .mobile-footer .footer-rectangle {
        height: inherit;
        background-image: none;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .mobile-footer .footer-links p {
        display: flex;
        flex-direction: column;
        padding-left: 25px;
    }

    .mobile-footer .footer-links a {
        color: #ffffff;
        font-size: 19px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .mobile-footer .logo {
        margin: 50px 30px 0;
    }

    .picture-group-two {
        width: 90vw;
        height: 90vw;
        background-image: url("assets/Group-21.svg");
        background-position: right;
        background-attachment: inherit;
        background-size: cover;
        background-repeat: no-repeat;
        }

    .picture-group-three {
            width: 80vw;
            height: 80vw;
            /*max-width: 475px;*/
            /*max-height: 475px;*/
            background-image: url("assets/Seomatic-Illustration_2x.png");
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;

            align-self: center;
    }

        .picture-group-four {
            background-image: url("assets/group-4-mobile.svg");
            width: 330px;
            height: 250px;
        }

        .plan-options {
            width: 90%;
        }

        .plan-rectangle {
            width: 90%;
            height: 500px;
            margin: 30px 25px;
            align-items: center;
        }

        .plan-rectangle > h2 {
            margin: 0 18px 0 0;
            font-size: 18px;
            font-weight: 600;
        }

        .plan-rectangle p.price {
            font-size:48px;
        }

        .plan-rectangle.premium p.price {
            margin: 8px auto 0;
        }

        .plan-rectangle.business p.price {
            margin: 8px 20px 0 0;
        }

        .plan-rectangle p.per-month {
            margin: 5px 20px 0 0;
        }

        .plan-rectangle p.plan-description {

        }

        .promo-text {
            width: 80vw;
            max-width: 280px;
            font-size: 19px;
            color: #333333;
            height: auto;
            font-weight: bold;
        }

        .rectangle-choose-plan {
            width: 250px
        }

        .rectangle-clear#watch-video {
            margin-right: 0;
        }

        .button-wrapper .rectangle{
            width: 260px;
            height: 60px;
        }

        .button-wrapper .rectangle span {
            font-size: 20px;
        }

        .section-bullet {
            /*width: 500px;*/
        margin: 0 0 0 70px;
        height: 60px;
    }

    .section-bullet > h2 {
        font-size: 19px;
    }

    .section-content > h2 {
        font-size: 24px;
        font-weight: 600;
    }

    .section.five .section-content {
        width: 100vw;
    }
	
	.section.five  .description-text {
		margin: auto;
	}

    .section.five  .description-text > p {
        width: 90vw;
        max-width: 410px;
    }

    .section.four {
        height: auto;
        margin: 80px 0 80px;
        background-image: url("assets/Background-flowchart-mobile.svg");
        background-attachment: scroll;
        background-position: 50% 100%;
    }

    .section.four .bottom-content h2{
        margin: 95px 0 10px 0;
    }
    .section.four .button-wrapper {
        margin: 0 0 70px 0;
    }

    .section-title > h2 {
        font-size: 24px;
    }
    .section.four h2 {
        font-size: 18px;

    }
    .section.four .section-title > h2 {
        font-size: 24px;
    }

    .section.four .rectangle {
        transform: scale(1);
    }

    .section.one {
        height: 830px;
        background-attachment: scroll;
        background-image: url("assets/background-with-isometric-mobile.png");
        background-position: top;
        background-size: 100% 100%;
        margin-bottom: 40px;
    }

    .section.one .button-wrapper .rectangle span {
        font-size: 16px;
    }

    .section.one .button-wrapper .rectangle-clear {
        width: 260px;
        height: 60px;
    }

    .section.one .button-wrapper .rectangle-clear span {
        width: 260px;
        height: 60px;
        font-size: 16px;
    }

    .section.one .section-title {
        position: static;
        align-items: center;
    }

    .section.one .section-title > h1 {
        align-items: center;
        width: 100vw;
        margin: 70px 0 0 0;
        font-size: 40px;
        text-align: center;
        line-height: normal;
        height: auto;
    }

    .section-one-content {
        margin: 0;
    }

    .section.six {
        margin: 0;
        padding: 0;
        background-image: none;
    }

    /****************test****************/
    /*.section.one .content-div .rectangle,*/
    /*.section.one .content-div .rectangle-clear,*/
    /*.section.two .rectangle,*/
    /*.section.three .rectangle,*/
    /*.section.four .rectangle {*/
    /*    display: block;*/
    /*    width: 260px;*/
    /*    height: 14vw;*/
    /*    border-radius: 50px;*/
    /*    padding: 0;*/
    /*    text-align: center;*/
    /*}*/

    /*.section.one .content-div span.start-now-button, .section.one .content-div span.watch-demo-button,*/
    /*.section.two span.start-now-button, .section.two span.watch-demo-button,*/
    /*.section.three span.start-now-button, .section.three span.watch-demo-button,*/
    /*.section.four span.start-now-button, .section.four span.watch-demo-button {*/
    /*    display: inline-block;*/
    /*    width: auto;*/
    /*    height: auto;*/
    /*    font-size: 6vw;*/
    /*    margin: 2.5vw 0;*/
    /*}*/

    .section.two {
        margin-bottom: 0;
    }

    .section.three .section-title h2{
        margin-top: 120px;
        font-weight: 600;
		width: 260px;
    }

    .section-title > h2 {
        width: 80vw;
        margin-bottom: 30px;
    }

    .section.two .button-wrapper {
        margin: 40px 0;
    }

    .section.two .button-wrapper .rectangle {
        width: 260px;
        height: 60px;
    }

    .section.two .description-text {
        margin: 0;
    }

    .section.two .description-text h2 {
        font-weight: 600;
    }

    .section.two .description-text p {
        width: 80vw;
        font-size: 16px;
    }
	
	.description-text p {
		margin-top: 30px;
	}

    .section.two, .section.three > .section-content,
    .section.four > .how-seomatic-works-flow,
    .section.five > .section-content, .section.five > .plan-options {
        flex-direction: column;
    }

    .seomatic-video {
        width: 90vw;
        height: 50vw;
    }

    .text-section {
        margin: 0;
        padding-left: 10px;
    }

    .text-section > p {
        margin: 0 20px 20px 80px;
        width: 65vw;
        height: auto;

    }

    .top-bar {
        width: 100%;
        flex-wrap: nowrap;
    }

    .top-bar .logo {
        left: -45px;
        position: relative;
    }

    .top-bar .rectangle-clear {
        right: -10px;
        position: relative;
    }

    .top-bar .logo, .top-bar .rectangle-clear {
        transform: scale(0.75);
    }

    .top-bar-regular .logo, .top-bar-regular .start-now-section {
        margin-bottom: 20px;
    }

    .top-bar-fixed.is-sticky {
        height: 45px;
    }

    .top-bar-section {
        height: 75px;
    }

    .top-bar-section .rectangle-clear, .top-bar-fixed.is-sticky .rectangle-clear{
        min-width: 150px !important;
        width: 45vw;
        height: 45px;
    }
    .top-bar-section .logo, .top-bar-fixed.is-sticky .logo{
        transform: scale(0.5);
    }
    .v-icon {
        transform: translate(-35px, 15px) scaleX(-1) scale(0.4) rotate(45deg);
    }

    .upper-layer {
        width: 90vw;
        height: 50vw;
    }

        /*  style of legal documents' pages */
    
    .legal-footer{
        background-image: url("assets/Bcg-section-3-desktop_2x.png");
        background-size: cover;
        background-position: 50% 50%;
        height: 300px;
    }
    .privacy-policy {
        width: 80vw;
        margin: auto;
    }

    .privacy-policy .logo {
        align-self: center;
        text-align: center;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 769px) {

    .buttons-line .rectangle, .buttons-line .rectangle-clear {
        width: 10vw;
        min-width: 150px;
    }

    .faq-container {
        width: 100vw;
    }

    .faq-section {
        padding-bottom: 30px;
    }

    .flow-rectangle-content {
        width: 29vw;
    }

    .flow-rectangle-content > p {
        width: 80%;
        max-width: 245px;
    }

    .logo {
        padding: 0 25px;
    }

    .picture-group-two {
        background-size: cover;
        background-repeat: no-repeat;
        width: 65vw;
        height: 56vw;
        margin: 0;
    }

    .picture-group-three {
        margin: 0;

        align-self: center;
        background-size: contain;
        background-repeat: no-repeat;
        background-position-x: center;
    }

    .picture-group-four {
        height: 480px;
    }

    .plan-options {
        width: 90vw;
    }

    .plan-rectangle {
        width: 30vw;
    }

    .privacy-policy {
        width: 80vw;
        margin: auto;
    }


    .section.five .description-text {
        margin-left: 45px;
    }

    .section.five .description-text h2 {
        line-height: 1.5em;
        width: auto;
    }

    .section.five .description-text p {
        width: auto;
        max-width: fit-content;
     }

    .section.five .section-content {
        margin-bottom: 30px;
    }
    .section.one {
        height: 730px;
    }

    .section.one .content-div {
        width: 100%;
    }

    .section.one .section-title > h1 {
        max-width: 520px;
        font-size: 30px;
        line-height: 49px;
    }

    .section-one-content {
        margin: 0;
        width: 100%;
        padding-left: 60px;
    }

    .section.six {
        padding-top: 110px;
        padding-bottom: 240px;
    }

    .section.three {
        margin-top: 190px
    }

    .section.three .section-title > h2 {
        font-weight: 600;
    }

    .section.three .text-section {
        align-self: flex-start;
        margin: 30px 0 0 90px;
    }

    .section.two .description-text {
        margin-right: 0;
    }

    .section.two .description-text > h2 {
        width: 270px;
        height: auto;
    }

    .section.two .description-text > p {
        width: 260px;
    }

    .section-bullet {
        width: 270px;
    }

    .text-section p {
        margin-left: 38px;
    }

    .text-section p:last-child {
        margin-top: 65px;
        margin-left: 34px;
    }

    .text-section > p {
        width: 275px;
        margin-right: 5px;
    }

    .top-bar {
        justify-content: space-between;
        margin: auto;
    }

    .top-bar .start-now-section {
        padding-right: 25px;
    }

}

@media only screen and (min-width: 2000px) {

    .faq-container, .plan-options {
        width: 1500px;
    }
    .plan-rectangle {
       width: 485px;
    }
    .section.two, .section.three .section-content {
        justify-content: space-around;
    }
}

/* Exceptions*/

@media only screen and (min-width: 770px) and (max-width: 920px) {
	.section.five .description-text p {
        margin-top: 35px;
     }
    .section.one .section-title {
        position: absolute;
        top: 75px;
    }

    .section.one .section-title > h1 {
        width: 40vw;
        max-width: 420px;
    }
}

@media only screen and (max-width: 700px){
    .section.one .section-title > h1 {
        width: 90vw;
        font-size: 24px;
    }

}