 /* Extra small devices (phones, 600px and down) */
 @media only screen and (max-width: 600px) {
    body {
        margin: 0;
        box-sizing: border-box;
        background: linear-gradient(135deg,#f0e5f0,#e2f2f7);
    }
    
    .side {
        padding: 12px;
        width: 250px;
        display: none;
    }
    
    .nav-text-color {
        color: #C0C0C0;
    }
    
    .side-head {
        padding: 12px;
    }
    
    .side-logo {
        width: 50px;
        height: 48px;
        margin-top: -5px;
    }
    
    .side-logo-text {
        font-size: 18px;
        font-weight: 600;
        margin-left: 2px;
    }
    
    .profile {
        margin-top: 30px;
    }
    
    .nav-text {
        font-size: 15px;
        color: #616b84;
        text-decoration: none;
    }
    
    .n-t {
        display: flex;
        flex-direction: row;
        padding-left: 18px;
        margin-top: 10px;
    }
    
    
    .n-t-text {
        margin-left: -12px;
        padding-left: 12px;
    }
    
    .profile-icon {
        padding-right: 24px;
    }
    
    .hi-tag {
        margin-left: 24px;
        background-color: #e1e5f2;
        padding: 3px 8px;
        border-radius: 12px;
        font-size: 12px;
    }
    
    .the-dropdown {
        z-index: 100;
        width: 120px;
        margin-right: 50px;
    }
    
    .download-btn {
        content: "Download Now";
        width: 156px;
        height: 42px;
        background: url();
        border: 1px solid #ffa992;
        border-radius: 6px;
    }
    
    .download-img {
        width: 154px;
        height: 40px;
        margin-left: -4px;
        margin-top: -1px;
        border-radius: 6px;
    }
    
    .nav-bottom {
        position: absolute;
        bottom: 35px;
    }
    
    .margins {
        margin: 0;
    }
    .the-header {
        display: flex;
        background-color: #fafbfc;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .1);
        height: 80px;
    }
    
    .the-header-text {
        font-size: 18px;
        margin-left: 0;
        margin-top: 24px;
    }
    
    .the-header-right {
        position: absolute;
        right: 0;
        flex-direction: row;
        margin-top: 18px;
        outline: none;
    }
    
    .the-header-search {
        width: 335px;
        height: 35px;
        border-radius: 99px;
        border: 1px solid #ffa992;
        margin-right: 24px;
        display: none;
    }
    .the-header-search::placeholder {
        font-size: 13px;
        padding-left: 24px;
    }
    
    .the-header-search::placeholder::before {
        content: "image";
    }
    
    .the-header-button {
        width: 200px;
        height: 36px;
        font-size: 14px;
        margin-right: 24px;
        background-color: rgb(254, 129, 95);
        color: #ffffff;
        border-radius: 99px;
        border: none;
    }
    
    .the-header-eye {
        margin-right: 24px;
        color: #bcc2cf;
        font-size: 20px;
    }
    
    .the-header-eye:hover {
        color: black;
    }
    
    .the-header-phone {
        width: 36px;
        height: 36px;
        font-size: 20px;
        text-align: center;
        justify-items: center;
        padding: 8px;
        background-color: rgb(254, 129, 95);
        border-radius: 100%;
        margin-right: 10px;
        color: white;
    
    }

    .main-img {
        width: 100%;
        margin-top: 40px;
        margin-bottom: 80px;
    }
    
    .the-footer {
        position:fixed;
        bottom: 0;
        width: 100%;
        display: flex;
        flex-direction: row;
        height: 102px;
        box-shadow: 15px 15px 15px 15px rgba(0, 0, 0, .1);
    }
    
    .the-footer-right {
        position: absolute;
        right:24px;
        display: flex;
        flex-direction: row;
    }
    
    .the-footer-img {
        width: 102px;
        height: 32px;
        margin-top: 34px;
        margin-left:12px;
    }
    
    .f-text {
        margin-top: 44px;
        margin-right: 12px;
        color: rgb(97, 107, 132);
        font-size: 10px;
    }
    
    .f-icon {
        width: 24px;
        height: 24px;
        padding-right: 12px;
        margin-top: 44px;
    
    }
    
    
    
    
    
    
    .hi {
        margin-left: 24px;
        margin-top: 70px;
        margin-right: 24px;
        margin-bottom: 150px;
    }
    
    .hi-lg {
        margin-left: -12px;
    }
    
    .hi-logo-text {
        color: #fe815f;
        font-size: 20px;
        font-weight: 700;
        margin-left: 6px;
       
    }
    
    .hi-hero {
        background-color: #ffffff;
        padding: 34px 24px;
        border-radius: 6px;
        box-shadow: rgba(0, 0, 0, 0.03) 0px 0px 15px 0px;
    }
    
    .hi-text-1 {
        font-weight: 900;
        font-size: 26px;
    }
    
    .hi-text-2 {
        color: rgb(97, 107, 132);
        font-size: 12px;
    }
    
    .hero-svg {
        width: 442px;
        height: 380px;
        padding: 34px;
        display: flex;
        margin-left: -40px;
        box-sizing: border-box;
        justify-content: center;
    }
    
    .feed-hero {
        margin-left: 5%;
        margin-right: 0%;
        margin-top: 80px;
        width: 400px;
        height: 188px;
        text-align: center;
        background-color: #ffffff;
        padding: 14px 54px;
        border-radius: 6px;
        box-shadow: rgba(0, 0, 0, 0.03) 0px 0px 15px 0px;
    }
    .feed-connect-text {
        font-size: 18px;
        color: #616b84;
    }
    .the-feed-button {
        width: 200px;
        height: 36px;
        font-size: 14px;
        margin-right: 24px;
        margin-top: 12px;
        background-color: rgb(254, 129, 95);
        color: #ffffff;
        border-radius: 99px;
        border: none;
    }
 }



 /* Small devices (portrait tablets and large phones, 600px and up) */
 @media only screen and (min-width: 600px) {
    body {
        margin: 0;
        box-sizing: border-box;
        background: linear-gradient(135deg,#f0e5f0,#e2f2f7);
    }
    
    .side {
        padding: 12px;
        width: 250px;
        display: none;
    }
    
    .nav-text-color {
        color: #C0C0C0;
    }
    
    .side-head {
        padding: 12px;
    }
    
    .side-logo {
        width: 50px;
        height: 48px;
        margin-top: -5px;
    }
    
    .side-logo-text {
        font-size: 18px;
        font-weight: 600;
        margin-left: 2px;
    }
    
    .profile {
        margin-top: 30px;
    }
    
    .nav-text {
        font-size: 15px;
        color: #616b84;
        text-decoration: none;
    }
    
    .n-t {
        display: flex;
        flex-direction: row;
        padding-left: 18px;
        margin-top: 10px;
    }
    
    
    .n-t-text {
        margin-left: -12px;
        padding-left: 12px;
    }
    
    .profile-icon {
        padding-right: 24px;
    }
    
    .hi-tag {
        margin-left: 24px;
        background-color: #e1e5f2;
        padding: 3px 8px;
        border-radius: 12px;
        font-size: 12px;
    }
    
    .the-dropdown {
        z-index: 100;
        width: 120px;
        margin-right: 50px;
    }
    
    .download-btn {
        content: "Download Now";
        width: 156px;
        height: 42px;
        background: url();
        border: 1px solid #ffa992;
        border-radius: 6px;
    }
    
    .download-img {
        width: 154px;
        height: 40px;
        margin-left: -4px;
        margin-top: -1px;
        border-radius: 6px;
    }
    
    .nav-bottom {
        position: absolute;
        bottom: 35px;
    }
    
    .margins {
        margin-left: 0;
        margin-top: 0;
    }
    .the-header {
        display: flex;
        background-color: #fafbfc;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .1);
        height: 60px;
    }
    
    .the-header-text {
        font-size: 18px;
        margin-left: 175px;
        margin-top: 16px;
    }
    
    .the-header-right {
        position: absolute;
        right: 0;
        flex-direction: row;
        margin-top: 12px;
        outline: none;
    }
    
    .the-header-search {
        width: 335px;
        height: 35px;
        border-radius: 99px;
        border: 1px solid #ffa992;
        margin-right: 24px;
    }
    .the-header-search::placeholder {
        font-size: 13px;
        padding-left: 24px;
    }
    
    .the-header-search::placeholder::before {
        content: "image";
    }
    
    .the-header-button {
        width: 200px;
        height: 36px;
        font-size: 14px;
        margin-right: 24px;
        background-color: rgb(254, 129, 95);
        color: #ffffff;
        border-radius: 99px;
        border: none;
    }
    
    .the-header-eye {
        margin-right: 24px;
        color: #bcc2cf;
        font-size: 20px;
    }
    
    .the-header-eye:hover {
        color: black;
    }
    
    .the-header-phone {
        width: 36px;
        height: 36px;
        font-size: 20px;
        text-align: center;
        justify-items: center;
        padding: 8px;
        background-color: rgb(254, 129, 95);
        border-radius: 100%;
        margin-right: 10px;
        color: white;
    
    }

    .main-img {
        width: 80%;
        margin-left: 8%;
        margin-top: 30px;
        margin-bottom: 60px;
    }
    
    .the-footer {
        position:fixed;
        bottom: 0;
        width: 100%;
        display: flex;
        flex-direction: row;
        height: 102px;
        box-shadow: 15px 15px 15px 15px rgba(0, 0, 0, .1);
    }
    
    .the-footer-right {
        position: absolute;
        right: 20px;
        display: flex;
        flex-direction: row;
    }
    
    .the-footer-img {
        width: 122px;
        height: 32px;
        margin-top: 34px;
        margin-left:44px;
    }
    
    .f-text {
        margin-top: 40px;
        margin-right: 44px;
        color: rgb(97, 107, 132);
        font-size: 13px;
    }
    
    .f-icon {
        width: 24px;
        height: 24px;
        padding-right: 36px;
        margin-top: 42px;
    
    }
    
    
    
    
    
    
    .hi {
        margin-left: 5%;
        margin-top: 70px;
        margin-right: 5%;
        margin-bottom: 150px;
    }
    
    .hi-lg {
        margin-left: -12px;
    }
    
    .hi-logo-text {
        color: #fe815f;
        font-size: 20px;
        font-weight: 700;
        margin-left: 6px;
       
    }
    
    .hi-hero {
        background-color: #ffffff;
        padding: 54px 54px;
        border-radius: 6px;
        box-shadow: rgba(0, 0, 0, 0.03) 0px 0px 15px 0px;
    }
    
    .hi-text-1 {
        font-weight: 900;
        font-size: 34px;
    }
    
    .hi-text-2 {
        color: rgb(97, 107, 132);
        font-size: 15px;
    }
    
    .hero-svg {
        width: 442px;
        height: 380px;
        padding: 34px;
        display: flex;
        margin-left: 64px;
        box-sizing: border-box;
        justify-content: center;
    }
    
    .feed-hero {
        margin-left: 4.5%;
        margin-right: 0%;
        margin-top: 80px;
        width: 600px;
        height: 188px;
        text-align: center;
        background-color: #ffffff;
        padding: 34px 54px;
        border-radius: 6px;
        box-shadow: rgba(0, 0, 0, 0.03) 0px 0px 15px 0px;
    }
    .feed-connect-text {
        font-size: 18px;
        color: #616b84;
    }
    .the-feed-button {
        width: 200px;
        height: 36px;
        font-size: 14px;
        margin-right: 24px;
        margin-top: 12px;
        background-color: rgb(254, 129, 95);
        color: #ffffff;
        border-radius: 99px;
        border: none;
    }
 }
 
 /* Medium devices (landscape tablets, 768px and up) */
 @media only screen and (min-width: 768px) {
    body {
        margin: 0;
        box-sizing: border-box;
        background: linear-gradient(135deg,#f0e5f0,#e2f2f7);
    }
    
    .side {
        padding: 12px;
        width: 250px;
        display: block;
    }
    
    .nav-text-color {
        color: #C0C0C0;
    }
    
    .side-head {
        padding: 12px;
    }
    
    .side-logo {
        width: 50px;
        height: 48px;
        margin-top: -5px;
    }
    
    .side-logo-text {
        font-size: 18px;
        font-weight: 600;
        margin-left: 2px;
    }
    
    .profile {
        margin-top: 30px;
    }
    
    .nav-text {
        font-size: 15px;
        color: #616b84;
        text-decoration: none;
    }
    
    .n-t {
        display: flex;
        flex-direction: row;
        padding-left: 18px;
        margin-top: 10px;
    }
    
    
    .n-t-text {
        margin-left: -12px;
        padding-left: 12px;
    }
    
    .profile-icon {
        padding-right: 24px;
    }
    
    .hi-tag {
        margin-left: 24px;
        background-color: #e1e5f2;
        padding: 3px 8px;
        border-radius: 12px;
        font-size: 12px;
    }
    
    .the-dropdown {
        z-index: 100;
        width: 120px;
        margin-right: 50px;
    }
    
    .download-btn {
        content: "Download Now";
        width: 156px;
        height: 42px;
        background: url();
        border: 1px solid #ffa992;
        border-radius: 6px;
    }
    
    .download-img {
        width: 154px;
        height: 40px;
        margin-left: -4px;
        margin-top: -1px;
        border-radius: 6px;
    }
    
    .nav-bottom {
        position: absolute;
        bottom: 35px;
    }
    
    .margins {
        margin-left: 195px;
        margin-top: 0;
    }
    .the-header {
        display: flex;
        background-color: #fafbfc;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .1);
        height: 60px;
    }
    
    .the-header-text {
        font-size: 18px;
        margin-left: 175px;
        margin-top: 16px;
    }
    
    .the-header-right {
        position: absolute;
        right: 0;
        flex-direction: row;
        margin-top: 12px;
        outline: none;
    }
    
    .the-header-search {
        width: 335px;
        height: 35px;
        border-radius: 99px;
        border: 1px solid #ffa992;
        margin-right: 24px;
    }
    .the-header-search::placeholder {
        font-size: 13px;
        padding-left: 24px;
    }
    
    .the-header-search::placeholder::before {
        content: "image";
    }
    
    .the-header-button {
        width: 200px;
        height: 36px;
        font-size: 14px;
        margin-right: 24px;
        background-color: rgb(254, 129, 95);
        color: #ffffff;
        border-radius: 99px;
        border: none;
    }
    
    .the-header-eye {
        margin-right: 24px;
        color: #bcc2cf;
        font-size: 20px;
    }
    
    .the-header-eye:hover {
        color: black;
    }
    
    .the-header-phone {
        width: 36px;
        height: 36px;
        font-size: 20px;
        text-align: center;
        justify-items: center;
        padding: 8px;
        background-color: rgb(254, 129, 95);
        border-radius: 100%;
        margin-right: 80px;
        color: white;
    
    }

    .main-img {
        width: 50%;
        margin-left: 34%;
        margin-top: 30px;
        margin-bottom: 50px;
    }
    
    .the-footer {
        position:fixed;
        bottom: 0;
        width: 100%;
        display: flex;
        flex-direction: row;
        height: 102px;
        box-shadow: 15px 15px 15px 15px rgba(0, 0, 0, .1);
    }
    
    .the-footer-right {
        position: absolute;
        right: 200px;
        display: flex;
        flex-direction: row;
    }
    
    .the-footer-img {
        width: 122px;
        height: 32px;
        margin-top: 34px;
        margin-left:64px;
    }
    
    .f-text {
        margin-top: 40px;
        margin-right: 44px;
        color: rgb(97, 107, 132);
        font-size: 13px;
    }
    
    .f-icon {
        width: 24px;
        height: 24px;
        padding-right: 36px;
        margin-top: 42px;
    
    }
    
    
    
    
    
    
    .hi {
        margin-left: 25%;
        margin-top: 70px;
        margin-right: 5%;
        margin-bottom: 150px;
    }
    
    .hi-lg {
        margin-left: -12px;
    }
    
    .hi-logo-text {
        color: #fe815f;
        font-size: 20px;
        font-weight: 700;
        margin-left: 6px;
       
    }
    
    .hi-hero {
        background-color: #ffffff;
        padding: 54px 54px;
        border-radius: 6px;
        box-shadow: rgba(0, 0, 0, 0.03) 0px 0px 15px 0px;
    }
    
    .hi-text-1 {
        font-weight: 900;
        font-size: 34px;
    }
    
    .hi-text-2 {
        color: rgb(97, 107, 132);
        font-size: 15px;
    }
    
    .hero-svg {
        width: 442px;
        height: 380px;
        padding: 34px;
        display: flex;
        margin-left: 64px;
        box-sizing: border-box;
        justify-content: center;
    }
    
    .feed-hero {
        margin-left: 25%;
        margin-right: 0%;
        margin-top: 80px;
        width: 700px;
        height: 188px;
        text-align: center;
        background-color: #ffffff;
        padding: 34px 54px;
        border-radius: 6px;
        box-shadow: rgba(0, 0, 0, 0.03) 0px 0px 15px 0px;
    }
    .feed-connect-text {
        font-size: 18px;
        color: #616b84;
    }
    .the-feed-button {
        width: 200px;
        height: 36px;
        font-size: 14px;
        margin-right: 24px;
        margin-top: 12px;
        background-color: rgb(254, 129, 95);
        color: #ffffff;
        border-radius: 99px;
        border: none;
    }
 }
 








 /* Large devices (laptops/desktops, 992px and up) */
 @media only screen and (min-width: 992px) {
    body {
        margin: 0;
        box-sizing: border-box;
        background: linear-gradient(135deg,#f0e5f0,#e2f2f7);
    }
    
    .side {
        padding: 12px;
        width: 250px;
        display: block;
    }
    
    .nav-text-color {
        color: #C0C0C0;
    }
    
    .side-head {
        padding: 12px;
    }
    
    .side-logo {
        width: 50px;
        height: 48px;
        margin-top: -5px;
    }
    
    .side-logo-text {
        font-size: 18px;
        font-weight: 600;
        margin-left: 2px;
    }
    
    .profile {
        margin-top: 30px;
    }
    
    .nav-text {
        font-size: 15px;
        color: #616b84;
        text-decoration: none;
    }
    
    .n-t {
        display: flex;
        flex-direction: row;
        padding-left: 18px;
        margin-top: 10px;
    }
    
    
    .n-t-text {
        margin-left: -12px;
        padding-left: 12px;
    }
    
    .profile-icon {
        padding-right: 24px;
    }
    
    .hi-tag {
        margin-left: 24px;
        background-color: #e1e5f2;
        padding: 3px 8px;
        border-radius: 12px;
        font-size: 12px;
    }
    
    .the-dropdown {
        z-index: 100;
        width: 120px;
        margin-right: 50px;
    }
    
    .download-btn {
        content: "Download Now";
        width: 156px;
        height: 42px;
        background: url();
        border: 1px solid #ffa992;
        border-radius: 6px;
    }
    
    .download-img {
        width: 154px;
        height: 40px;
        margin-left: -4px;
        margin-top: -1px;
        border-radius: 6px;
    }
    
    .nav-bottom {
        position: absolute;
        bottom: 35px;
    }
    
    .margins {
        margin-left: 195px;
        margin-top: 0;
    }
    .the-header {
        display: flex;
        background-color: #fafbfc;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .1);
        height: 60px;
    }
    
    .the-header-text {
        font-size: 18px;
        margin-left: 175px;
        margin-top: 16px;
    }
    
    .the-header-right {
        position: absolute;
        right: 0;
        flex-direction: row;
        margin-top: 12px;
        outline: none;
    }
    
    .the-header-search {
        width: 335px;
        height: 35px;
        border-radius: 99px;
        border: 1px solid #ffa992;
        margin-right: 24px;
    }
    .the-header-search::placeholder {
        font-size: 13px;
        padding-left: 24px;
    }
    
    .the-header-search::placeholder::before {
        content: "image";
    }
    
    .the-header-button {
        width: 200px;
        height: 36px;
        font-size: 14px;
        margin-right: 24px;
        background-color: rgb(254, 129, 95);
        color: #ffffff;
        border-radius: 99px;
        border: none;
    }
    
    .the-header-eye {
        margin-right: 24px;
        color: #bcc2cf;
        font-size: 20px;
    }
    
    .the-header-eye:hover {
        color: black;
    }
    
    .the-header-phone {
        width: 36px;
        height: 36px;
        font-size: 20px;
        text-align: center;
        justify-items: center;
        padding: 8px;
        background-color: rgb(254, 129, 95);
        border-radius: 100%;
        margin-right: 80px;
        color: white;
    
    }

    .main-img {
        width: 50%;
        margin-left: 30%;
        margin-top: 30px;
        margin-bottom: 50px;
    }
    
    .the-footer {
        position:fixed;
        bottom: 0;
        width: 100%;
        display: flex;
        flex-direction: row;
        height: 102px;
        box-shadow: 15px 15px 15px 15px rgba(0, 0, 0, .1);
    }
    
    .the-footer-right {
        position: absolute;
        right: 250px;
        display: flex;
        flex-direction: row;
    }
    
    .the-footer-img {
        width: 122px;
        height: 32px;
        margin-top: 34px;
        margin-left:120px;
    }
    
    .f-text {
        margin-top: 36px;
        margin-right: 24px;
        color: rgb(97, 107, 132);
        font-size: 13px;
    }
    
    .f-icon {
        width: 24px;
        height: 24px;
        padding-right: 46px;
        margin-top: 40px;
    
    }
    
    
    
    
    
    
    .hi {
        margin-left: 25%;
        margin-top: 70px;
        margin-right: 10%;
        margin-bottom: 150px;
    }
    
    .hi-lg {
        margin-left: -12px;
    }
    
    .hi-logo-text {
        color: #fe815f;
        font-size: 20px;
        font-weight: 700;
        margin-left: 6px;
       
    }
    
    .hi-hero {
        background-color: #ffffff;
        padding: 54px 124px;
        border-radius: 6px;
        box-shadow: rgba(0, 0, 0, 0.03) 0px 0px 15px 0px;
    }
    
    .hi-text-1 {
        font-weight: 900;
        font-size: 34px;
    }
    
    .hi-text-2 {
        color: rgb(97, 107, 132);
        font-size: 15px;
    }
    
    .hero-svg {
        width: 442px;
        height: 380px;
        padding: 34px;
        display: flex;
        margin-left: 24px;
        box-sizing: border-box;
        justify-content: center;
    }
    
    .feed-hero {
        margin-left: 25%;
        margin-right: 0%;
        margin-top: 80px;
        width: 940px;
        height: 188px;
        text-align: center;
        background-color: #ffffff;
        padding: 34px 54px;
        border-radius: 6px;
        box-shadow: rgba(0, 0, 0, 0.03) 0px 0px 15px 0px;
    }
    .feed-connect-text {
        font-size: 18px;
        color: #616b84;
    }
    .the-feed-button {
        width: 200px;
        height: 36px;
        font-size: 14px;
        margin-right: 24px;
        margin-top: 12px;
        background-color: rgb(254, 129, 95);
        color: #ffffff;
        border-radius: 99px;
        border: none;
    }
 }











 
 /* Extra large devices (large laptops and desktops, 1200px and up) */
 @media only screen and (min-width: 1200px) {
    body {
        margin: 0;
        box-sizing: border-box;
        background: linear-gradient(135deg,#f0e5f0,#e2f2f7);
    }
    
    .side {
        padding: 12px;
        width: 250px;
        display: block;
    }
    
    .nav-text-color {
        color: #C0C0C0;
    }
    
    .side-head {
        padding: 12px;
    }
    
    .side-logo {
        width: 50px;
        height: 48px;
        margin-top: -5px;
    }
    
    .side-logo-text {
        font-size: 18px;
        font-weight: 600;
        margin-left: 2px;
    }
    
    .profile {
        margin-top: 30px;
    }
    
    .nav-text {
        font-size: 15px;
        color: #616b84;
        text-decoration: none;
    }
    
    .n-t {
        display: flex;
        flex-direction: row;
        padding-left: 18px;
        margin-top: 10px;
    }
    
    
    .n-t-text {
        margin-left: -12px;
        padding-left: 12px;
    }
    
    .profile-icon {
        padding-right: 24px;
    }
    
    .hi-tag {
        margin-left: 24px;
        background-color: #e1e5f2;
        padding: 3px 8px;
        border-radius: 12px;
        font-size: 12px;
    }
    
    .the-dropdown {
        z-index: 100;
        width: 120px;
        margin-right: 50px;
    }
    
    .download-btn {
        content: "Download Now";
        width: 156px;
        height: 42px;
        background: url();
        border: 1px solid #ffa992;
        border-radius: 6px;
    }
    
    .download-img {
        width: 154px;
        height: 40px;
        margin-left: -4px;
        margin-top: -1px;
        border-radius: 6px;
    }
    
    .nav-bottom {
        position: absolute;
        bottom: 35px;
    }
    
    .margins {
        margin-left: 195px;
        margin-top: 0;
    }
    .the-header {
        display: flex;
        background-color: #fafbfc;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .1);
        height: 60px;
    }
    
    .the-header-text {
        font-size: 18px;
        margin-left: 175px;
        margin-top: 16px;
    }
    
    .the-header-right {
        position: absolute;
        right: 0;
        flex-direction: row;
        margin-top: 12px;
        outline: none;
    }
    
    .the-header-search {
        width: 335px;
        height: 35px;
        border-radius: 99px;
        border: 1px solid #ffa992;
        margin-right: 24px;
    }
    .the-header-search::placeholder {
        font-size: 13px;
        padding-left: 24px;
    }
    
    .the-header-search::placeholder::before {
        content: "image";
    }
    
    .the-header-button {
        width: 200px;
        height: 36px;
        font-size: 14px;
        margin-right: 24px;
        background-color: rgb(254, 129, 95);
        color: #ffffff;
        border-radius: 99px;
        border: none;
    }
    
    .the-header-eye {
        margin-right: 24px;
        color: #bcc2cf;
        font-size: 20px;
    }
    
    .the-header-eye:hover {
        color: black;
    }
    
    .the-header-phone {
        width: 36px;
        height: 36px;
        font-size: 20px;
        text-align: center;
        justify-items: center;
        padding: 8px;
        background-color: rgb(254, 129, 95);
        border-radius: 100%;
        margin-right: 80px;
        color: white;
    
    }

    .main-img {
        width: 50%;
        margin-left: 30%;
        margin-top: 60px;
    }
    
    .the-footer {
        position:fixed;
        bottom: 0;
        width: 100%;
        display: flex;
        flex-direction: row;
        height: 102px;
        box-shadow: 15px 15px 15px 15px rgba(0, 0, 0, .1);
    }
    
    .the-footer-right {
        position: absolute;
        right: 250px;
        display: flex;
        flex-direction: row;
    }
    
    .the-footer-img {
        width: 122px;
        height: 32px;
        margin-top: 34px;
        margin-left:120px;
    }
    
    .f-text {
        margin-top: 36px;
        margin-right: 24px;
        color: rgb(97, 107, 132);
        font-size: 13px;
    }
    
    .f-icon {
        width: 24px;
        height: 24px;
        padding-right: 46px;
        margin-top: 40px;
    
    }
    
    
    
    
    
    
    .hi {
        margin-left: 25%;
        margin-top: 70px;
        margin-right: 10%;
        margin-bottom: 150px;
    }
    
    .hi-lg {
        margin-left: -12px;
    }
    
    .hi-logo-text {
        color: #fe815f;
        font-size: 20px;
        font-weight: 700;
        margin-left: 6px;
       
    }
    
    .hi-hero {
        background-color: #ffffff;
        padding: 54px 124px;
        border-radius: 6px;
        box-shadow: rgba(0, 0, 0, 0.03) 0px 0px 15px 0px;
    }
    
    .hi-text-1 {
        font-weight: 900;
        font-size: 30px;
    }
    
    .hi-text-2 {
        color: rgb(97, 107, 132);
        font-size: 15px;
    }
    
    .hero-svg {
        width: 442px;
        height: 380px;
        padding: 34px;
        display: flex;
        margin-left: 120px;
        box-sizing: border-box;
        justify-content: center;
    }
    
    .feed-hero {
        margin-left: 25%;
        margin-right: 0%;
        margin-top: 80px;
        width: 940px;
        height: 188px;
        text-align: center;
        background-color: #ffffff;
        padding: 34px 54px;
        border-radius: 6px;
        box-shadow: rgba(0, 0, 0, 0.03) 0px 0px 15px 0px;
    }
    .feed-connect-text {
        font-size: 18px;
        color: #616b84;
    }
    .the-feed-button {
        width: 200px;
        height: 36px;
        font-size: 14px;
        margin-right: 24px;
        margin-top: 12px;
        background-color: rgb(254, 129, 95);
        color: #ffffff;
        border-radius: 99px;
        border: none;
    }
 } 
