/*
Theme Name: Happydealer
Author: Happyde
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Stack+Sans+Notch:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Stack+Sans+Text:wght@200..700&display=swap');

h1, h2, h3, h4, h5, h6, p, ul, header, nav, section, footer {
  margin: 0;
  padding: 0; 
}
* {
  box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

body {
  padding: 0;
  margin: 0;
  min-height: 100vh;
  font-family: "Stack Sans Notch", sans-serif;
  position: relative; 
  color: var(--primary-color);
}
#body {min-height:70vh;}
:root {
--white: #ffffff;
--primary-color: #000;
--secondary-color: #000;
--tertiary-color: #EEE;
--button-color: linear-gradient(90deg, #17CBBE 0%, #91FFD3 53.5%, #42DC65 73.56%);
--header-font: "Stack Sans Notch", sans-serif;
--body-font: "Stack Sans Notch", sans-serif;
--text-font: "Stack Sans Text", sans-serif;
}
  
select{
    outline: none;
    border: none;
    cursor: pointer;
}

.min-body-height{
    min-height: 70vh;
}

.btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: .375rem .75rem;
  font-size: 1rem;
  text-decoration: none;
  line-height: 1.5;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.dark-btn:hover{
    color: var(--primary-color);
}
.dark-btn{
    display: inline-block;
    width: 100%;
    max-height: 60px;
    border-radius: 5px;
    background: var(--button-color);
    color: var(--primary-color);
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    line-height: 17px;
    padding-block: 22px;
    letter-spacing: 0.34px;
    border: none;
    padding-inline: 0;
    text-decoration: none;
}
.light-btn {
    width: 100%;
    height: 58px;
    background: transparent;
    color: var(--primary-color);
    text-align: center;
    border-radius: 5px;
    border: 1px solid var(--primary-color);
    font-size: 17px;
    font-weight: 700;
    line-height: unset;
    letter-spacing: 0.34px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.desktop-only{
    display: block;
}
.mobile-only{
    display: none;
}
.mobile-disappear{
    display: block;
}
.mobile-appear{
    display: none;
}
@media screen and (max-width:992px) {
    .mobile-appear{
        display: block !important;       
    }
    .mobile-disappear{
        display: none !important;
    }
}
@media screen and (max-width:767px) {
    .desktop-only{
        display: none !important;
    }
    .mobile-only{
        display: block !important;
    }
}

/* NAVBAR START */
#header-bottom-section ul li a{
    color: var(--white);
    font-size: 18px;
    font-weight: 700;
    padding: 0 27px;
    text-decoration: none;
}

#header-bottom-section ul li a.contact-link{
    padding-right: 0;
}
#header-bottom-section .header-bottom-logo img{
    margin-top: -6px;
}
#header-bottom-section ul{
    padding-inline-start: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
#header-bottom-section{
    height: 95px;
    color: white;
}
#header-bottom-section .container{
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 95%;
    height: 100%;
}

@media screen and (min-width:992px) {
    #navbarSupportedContent{
        display: none;
    }
}
@media screen and (min-width:1700px) {
    #header-bottom-section .container{
        max-width: 1634px;
        padding-inline: 0;
        padding-right: 9px;
    }
}

@media screen and (min-width:1200px) and (max-width:1399px) {
    #header-bottom-section ul li a {
        padding: 0 18px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    #header-bottom-section ul li a {
        padding: 0 13px;
        font-size: 16px;
    }
    #header-bottom-section .header-bottom-logo img {
        width: 230px;
    }
}


@media screen and (max-width:992px) {
    #header-bottom-section{
        height: 71px;
    }
    .navbar-header{
       display: grid;
        grid-template-columns: 20px auto;
        align-items: center;
        padding-inline: 15px;
        height: 100%;
    }
    #navbarSupportedContent ul li{
        min-height: 54px;
        border-bottom: 1px solid #373C3F;
        display: flex;
        align-items: center;
        padding-left: 1.2vh;
        background-image: url(../images/common/chevron-right-mobile.svg);
        background-repeat: no-repeat;
        background-position: center right 17px;
        transition: 0.5s;
    }
    #navbarSupportedContent ul a.contact-link{
        border-bottom: none;
    }
    #navbarSupportedContent ul a{
        color: white;
        text-decoration: none;
        font-size: 16px;
        transition: 0.3s;
        padding: 3vw 35PX 3vw 0;
        width: 100%;
    }
    #navbarSupportedContent ul{
        list-style: none;
        padding-inline: 20px;
    }
    .menubar{
        position: fixed;
        top: 0;
        height: 100%;
        width: 100%;
        overflow-y: scroll;
        right: 100%;
        left: -500px;
        width: 100%;
        padding: 0px;
        transition: left 0.3s ease;
        z-index: 1000;
    }   
    .mobile-menu-btn .cross-img-mob {
        background: transparent;
        display: flex;
        justify-content: end;
        padding: 25px 33px 0 20px;
    }
    .navbarSupportedContent_wrapper{
        width: 100%;
        height: 100%;
        background: #252A2C;
        overflow-y: scroll;
    }
    .navbar-header-parent .navbar-toggler img{
        width: 200px;
        margin-top: -6px;
    }
    .navbar-header-parent .navbar-toggler{
        display: flex;
        justify-content: center;
        margin-right: 30px
    }
    .navbar-header-parent{
        height: 100%;
    }
    .mobile-bottom-logo img{
        width: 220px;
    }
    .mobile-bottom-logo{
        display: flex;
        justify-content: center;
        padding: 30px 0;
    }
}
@media screen and (min-width:768px) and (max-width:992px) {
    .menubar {
        width: 500px;
    }
}
@media screen and (max-width:330px) {
    .navbar-header-parent .navbar-toggler img {
        width: 180px;
    }
}
/* NVABAR END */

#header-bottom-section {
  background: transparent;
}

html:not([data-scroll='0']) #header-bottom-section {
  background: #252A2C;
}

/* FOOTER START */

#footer {
    background: linear-gradient(155deg, #000 10.96%, #1E1E1E 53.73%, #141414 91.11%);
    color: white;
}
.footer-top {
    height: 86px;
    border-bottom: 1px solid #353535;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (min-width:768px) {
    #footer .container {
        max-width: 684px;
        margin: auto;
        padding: 0;
    }
}

#footer .main-logo{
    width: 259px;
}
#footer .grid__row a,
#footer .grid__row p{
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: var(--text-font);
    text-decoration: none;
}
#footer .footer__bottom p{
    font-family: var(--text-font);
    color: #F6F6F6;
    font-size: 11px;
    font-weight: 300;
    line-height: 21px; 
}
#footer .footer__bottom .social{
    display: flex;
    justify-content: space-between;
    width: 54px;
    margin: 12px auto 0;
}
#footer .footer__bottom{
    text-align: center;
    border-top: 1px solid #353535;
    padding: 15px 10px 23px;
}
#footer .grid__row h5{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 3px;
}

#footer .grid__row {
    display: flex;
    justify-content: space-between;
    column-gap: 105px;
    padding: 19px 0 31px;
    text-align: center;
}

@media screen and (max-width:767px) {
    #footer .grid__row {
        flex-direction: column;
        padding-inline:15px ;
        row-gap: 40px;
    }
}

/* BRANDWINDOW STYLING START */

#banner .hero-overlay-content p{
    font-size: 20px;
    font-weight: 300;
    line-height: 27px;
    margin: 29px 0 40px;
    letter-spacing: 2px;
    font-family: var(--text-font);
}
#banner .hero-overlay-content .btn_wrapper a.home-btn{
    border-radius: 5px;
    border: 1px solid #FFF;
    background: transparent;
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    line-height: 17px;
    padding: 20px 0;
    letter-spacing: 0.34px;
    max-width: 237px;
}
#banner .hero-overlay-content .btn_wrapper a{
    width: 239px;
    max-height: 60px;
}
#banner .hero-overlay-content .btn_wrapper{
    display: flex;
    justify-content: center;
    gap: 21px;
}
#banner {
    color: white;
    text-align: center;
}
#banner .hero-overlay-content h3 span{
    color: #24D0A4;
}
#banner .hero-overlay-content{
    position: absolute;
    top: 240px;
    width: 100%;
}
#banner .hero-overlay-content h3{
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: 1.2px;
    max-width: 929px;
    margin-inline: auto;
}
#banner .what-we-do{
    position: absolute;
    bottom: 120px;
    width: 100%;
}
#banner .what-we-do p{
    font-size: 17px;
    font-weight: 700;
    line-height: 17px;
    margin-bottom: 20px;
}
#banner .vimeo-wrapper iframe{
    border: none;
   width: 100vw;
    height: 60.50vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#banner .vimeo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}
#banner{
    min-height: 800px;
    position: relative;
}

@media screen and (min-width:768px) and (max-width:992px) {
    #banner .hero-overlay-content h3 {
        font-size: 46px;
        max-width: 760px;
        line-height: normal;
    }
}

@media screen and (max-width:767px) {
    #banner .vimeo-wrapper iframe{
        top: 0;
        width: 100%;
        transform: translate(-50%, 0%);
        min-height: 110vh;
        min-width: 210.77vh;
    }
    #banner .hero-overlay-content h3 {
        font-size: 30px;
        line-height: normal;
        max-width: 350px;
    }
    #banner .hero-overlay-content p {
        font-size: 16px;
        line-height: 21px;
        margin: 15px 0 20px;
    }
    #banner .hero-overlay-content .btn_wrapper {
        flex-direction: column;
        align-items: center;
    }
    #banner {
        min-height: 710px;
    }
    #banner .hero-overlay-content {
        padding-top: 110px;
        padding-inline: 15px;
        position: unset;
        width: auto;
    }
}
@media screen and (max-width: 767px) and (orientation:landscape) {
	#banner .vimeo-wrapper iframe {
		min-width: 220vw;
        min-height: 195vh;
	}
    .menubar{
        left : -700px;
    }
}
@media screen and (max-width:992px) and (min-width: 767px) and (orientation:landscape) {
	#banner .vimeo-wrapper iframe {
		min-height: 280vh;
        min-width: 265vw;
	}
}
@media screen and (max-width:331px) {
    #banner .hero-overlay-content h3 {
        font-size: 24px;
    }
}

/* BRANDWINDOW STYLING END */
/* CONTACT STYLING START */

.common_hero_contact .container{
    display: flex;
    align-items: center;
    gap: 34px;
    height: 100%;
}
.common_hero_contact h1{
    font-size: 40px;
    font-weight: 700;
    line-height: 63px;
    background: linear-gradient(180deg, #000 0%, #292929 89.41%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 16px;
}
.common_hero_contact{
    background-image: url(../images/common/contact-header.jpg);
    background-repeat: no-repeat;
    background-position: center;   
    background-size: cover;
    height: 155px;
    padding-left: 4px;
}
#contact .container{
    max-width: 98%;
    margin-inline: auto;
}

#contact .contactus_grid .form_wrapper textarea,
#contact .contactus_grid .form_wrapper input{
    border-radius: 5px;
    border: 1px solid #B7B7B7;
    height: 60px;
    background: white;
    padding: 15px;
    width: 100%;
    font-size: 16px;
    font-family: var(--body-font);
    font-weight: 300;
}
#contact .contactus_grid .form_wrapper input{
    margin-bottom: 14px;
    cursor: pointer;
}
#contact .contactus_grid .form_wrapper input.dark-btn{
    background: var(--button-color);
    color: var(--primary-color);
    font-size: 17px;
    font-weight: 700;
    line-height: 17px;
    padding: 22px 0;
    letter-spacing: 0.34px;
    border: none;
    margin-top: 18px;
    margin-bottom: 30px;
} 
#contact .contactus_grid form{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 22px;
}
#contact .contactus_grid .form_wrapper textarea{
    min-height: 160px;
}
#contact .contactus_grid .form_wrapper label{
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    display: block;
    margin-left: 4px;
    font-family: var(--text-font);
    margin-bottom: 3px;
}
#contact .contactus_grid .form_wrapper h3{
    min-height: 60px;
    color: #252A2C;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px; 
    margin-top: -5px;
}
#contact .contactus_grid .form_wrapper .form-group{
    width: 100%;
}
#contact .contactus_grid .form_wrapper{
    color: var(--primary-color);
}
#contact .text-content_wrapper h5,
#contact .text-content_wrapper p,
#contact .text-content_wrapper a{
    color: #3A3A3A;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px; 
    font-family: var(--text-font);
}
#contact .text-content_wrapper p span,
#contact .text-content_wrapper a span{
    padding-left: 4px;
}
#contact .text-content_wrapper a{
    display: block;
    text-decoration: none;
}
#contact .text-content_wrapper h5{
    font-weight: 700;
    color: var(--primary-color);
    font-family: var(--body-font);
}
#contact .text-content_wrapper h4{
    font-size: 18px;
    font-weight: 300;
    line-height: 27px; 
    max-width: 366px;
    font-family: var(--text-font);
} 
#contact .text-content_wrapper .ireland{
    margin: 42px 0 35px;
}
#contact .contactus_grid .text-content_wrapper{
    border-right: 1px solid #A8A8A8;
    margin-right: 73px;
    padding-right: 40px;
}
#contact .iframe_wrapper iframe,
#contact .iframe_wrapper img{
    width: 100%;
    max-height: 413px;
}
#contact .iframe_wrapper{
    display: flex;
    flex-direction: column;
    gap: 76px;
    padding-bottom: 104px;
}
#contact .contactus_grid{
    display: grid;
    grid-template-columns: auto 622px;
    margin: 54px 0 71px;
    padding-right: 7px;
}

@media screen and (min-width: 1024px){
    #contact{
        margin-top: 95px;
    }
}

@media screen and (max-width: 991px) {
    #contact{
        margin-top: 71px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {   
    #contact .contactus_grid {
        grid-template-columns: 1fr 1fr;
    }
    #contact .contactus_grid .text-content_wrapper {
        margin-right: 40px;
    }
}
@media screen and (min-width:1200px) {   
    #contact .container{
        max-width: 1167px;
    }
}

@media screen and (max-width:992px) {   
    #contact .contactus_grid form,
    #contact .contactus_grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
    #contact .contactus_grid {
        margin-block: 30px;
    }
    #contact .contactus_grid .text-content_wrapper {
        margin-right: 0;
        padding-right: 0;
        border-right: none;
    }
    #contact .contactus_grid .form_wrapper{
        grid-row-start: 1;
    }
}
@media screen and (min-width:768px) and (max-width:992px) {
    #contact .container{
        max-width: 640px;
    }
}
@media screen and (max-width:767px) { 
    #contact .iframe_wrapper {
        gap: 26px;
    }
    #contact .iframe_wrapper iframe{
        height: 200px;
    }
    #contact .contactus_grid .form_wrapper h3 {
        min-height: 50px;
        font-size: 22px;
    }
    #contact .contactus_grid .form_wrapper textarea {
        min-height: 110px;
    }
    #contact .contactus_grid .form_wrapper label,
    #contact .text-content_wrapper h5, #contact .text-content_wrapper p, #contact .text-content_wrapper a {
        font-size: 15px;
        line-height: 23px;
    }
    #contact .text-content_wrapper h4 {
        font-size: 16px;
        line-height: 22px
    }  
    #contact .container{
        padding-inline:10px ;
    }
    .common_hero_contact h1 {
        font-size: 30px;
    }
    .common_hero_contact .container {
        gap: 20px;
    }
}

/* CONTACT STYLING END */
/* START OF HOME ACCELERATES SECTION */
#accelerates {
    background: #EEEEEE;
    padding: 97px 0 105px;
    position: relative;
}
#homepage .arrow_down {
    position: absolute;
    bottom: 31px;
    left: 50%;
    transform: translateX(-50%);
}
#accelerates .container {
    margin-inline: auto;
    max-width: 95%;
    display: grid;
    grid-template-columns: 59px 497px auto;
    gap: 106px;
}
@media screen and (min-width: 1700px) {
    #accelerates .container {
        max-width: 1634px;
        padding-left: 15px;
    }
}
.ol_list_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 24px;
}
.ol_list_wrapper .number {
    width: 53px;
    height: 59px;
    background: #24D0A4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 36px;
    font-weight: 700;
    line-height: 17px;
    padding-left: 6px;
}
.ol_list_wrapper .vertical {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    color: #3A3A3A;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 17px;
}
#homepage .text_content h6 {
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: 0.96px;
}
#homepage .text_content h2 {
    background: linear-gradient(180deg, #000 0%, #292929 89.41%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
}
#homepage .text_content p {
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    font-family: var(--text-font);
    margin-top: 27px;
    margin-bottom: 43px;
}
#homepage .text_content .light-btn {
    max-width: 357px;
}
@media screen and (min-width: 1200px) {
    #accelerates .text_content {
        padding-top: 25px;
    }
    #accelerates .ol_list_wrapper {
        padding-top: 21px;
    }
    #accelerates .images_wrapper {
        padding-left: 20px;
    }
}
@media screen and (max-width: 1699px) {
    #accelerates .images_wrapper img {
        width: 100%;
    }
    #accelerates .container {
        grid-template-columns: 59px auto 55%;
        gap: 60px;
    }
}
@media screen and (max-width: 1199px) {
    #accelerates .container {
        grid-template-columns: 59px auto;
        row-gap: 40px;
        max-width: 720px;
        width: 95%;
    }
    #accelerates .images_wrapper {
        grid-column: span 2;
    }
}
@media screen and (max-width: 767px) {
    #accelerates .container {
        grid-template-columns: 46px auto;
        gap: 20px;
        row-gap: 30px;
        max-width: 540px;
        width: auto;
        padding-inline: 15px;
    }
    .ol_list_wrapper .number {
        font-size: 26px;
        width: 40px;
        height: 46px;
    }
    #homepage .text_content h6 {
        font-size: 20px;
        line-height: 30px;
    }
    #homepage .text_content h2 {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 4px;
    }
    #homepage .text_content p {
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
        font-family: var(--text-font);
        margin-top: 14px;
        margin-bottom: 30px;
    }
    #accelerates {
        padding: 30px 0 80px;
    }
    #homepage .arrow_down {
        bottom: 24px;
    }
}
@media screen and (max-width: 365px) {
    #accelerates .container {
        grid-template-columns: 1fr;
    }
    #accelerates .images_wrapper {
        grid-column: unset;
    }
    .ol_list_wrapper .vertical {
        writing-mode: unset;
        transform: unset;
        text-align: left;
    }
    .ol_list_wrapper {
        flex-direction: row;
        margin-bottom: -10px;
        gap: 16px;
    }
}
/* END OF HOME ACCELERATES SECTION */
/* START OF HOME SALES LEADS SECTION */
#sales_leads {
    padding: 84px 0 104px;
    position: relative;
}
#homepage #sales_leads .arrow_down {
    bottom: 41px;
}
#sales_leads .container {
    margin-inline: auto;
    max-width: 95%;
    display: grid;
    grid-template-columns: 202px 59px auto;
    gap: 108px;
}
@media screen and (min-width: 767px) {
    #sales_leads .ol_list_wrapper {
        gap: 19px;
    }
    #homepage #sales_leads .text_content p {
        margin-top: 32px;
        max-width: 471px;
    }
}
@media screen and (min-width: 1200px) {
    #sales_leads .container {
        max-width: 1092px;
    }
    #sales_leads .text_content, 
    #sales_leads .images_wrapper {
        padding-top: 10px;
    }
}
@media screen and (max-width: 1199px) {
    #sales_leads .container {
        grid-template-columns: auto 59px 55%;
        gap: 60px;
    }
    #sales_leads .images_wrapper img {
        width: 100%;
        max-width: 163px;
    }
}
@media screen and (max-width: 767px) {
    #sales_leads .container {
        grid-template-columns: 46px auto;
        gap: 20px;
        row-gap: 30px;
        max-width: 540px;
        width: auto;
        padding-inline: 15px;
    }
    #sales_leads {
        padding: 30px 0 80px;
    }
    #sales_leads .images_wrapper {
        grid-column: span 2;
        grid-row-start: 2;
    }
    #sales_leads .images_wrapper img {
        max-width: 150px;
    }
}
@media screen and (max-width: 365px) {
    #sales_leads .container {
        grid-template-columns: 1fr;
    }
    #sales_leads .images_wrapper {
        grid-column: unset;
        grid-row-start: 1;
    }
    #homepage #sales_leads .arrow_down {
        bottom: 20px;
    }
}
/* END OF HOME SALES LEADS SECTION */
/* START OF HOME MARKETING SECTION */
#sell_cars {
    padding: 106px 0 93px;
    background-image: url("../images/home/marketing-background.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#sell_cars .container {
    max-width: 95%;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 94px 497px 215px;
    gap: 67px;
}
#sell_cars .buttons_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    max-width: 412px;
}
@media screen and (min-width: 767px) {
    #sell_cars .ol_list_wrapper {
        gap: 31px;
    }
    #homepage #sell_cars .text_content p {
        margin-top: 23px;
    }
    #sell_cars .text_content {
        padding-top: 3px;
    } 
    #sell_cars .images_wrapper {
        padding-top: 14px;
    }
}
@media screen and (min-width: 1700px) {
    #sell_cars .container {
        max-width: 1594px;
    }
    #sell_cars .ol_list_wrapper {
        padding-right: 42px;
    }
}
@media screen and (max-width: 992px) {
    #sell_cars .container {
        grid-template-columns: 59px 50% auto;
        gap: 60px;
    }
    #sell_cars .images_wrapper img {
        width: 100%;
        max-width: 163px;
    }
}
@media screen and (max-width: 767px) {
    #sell_cars .container {
        grid-template-columns: 46px auto;
        gap: 20px;
        row-gap: 30px;
        max-width: 540px;
        width: auto;
        padding-inline: 15px;
    }
    #sell_cars {
        padding: 30px 0 80px;
    }
    #sell_cars .images_wrapper {
        grid-column: span 2;
        grid-row-start: 2;
    }
    #sell_cars .images_wrapper img {
        max-width: 150px;
    }
}
@media screen and (max-width: 365px) {
    #sell_cars .container {
        grid-template-columns: 1fr;
    }
    #sell_cars .images_wrapper {
        grid-column: unset;
        grid-row-start: 1;
    }
}
/* END OF HOME MARKETING SECTION */
/* START OF HOME REVIEWS SECTION */
#client_reviews {
    padding: 59px 0 48px;
    text-align: center;
}
#client_reviews h2 {
    color: #252A2C;
    font-size: 32px;
    font-weight: 700;
    line-height: 30px;
}
#client_reviews p {
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: 0.48px;
    margin: 30px auto 34px;
}
#client_reviews .customer_rating {
    display: flex;
    align-items: center;
    justify-content: center;
}
#client_reviews .reviewer_details h6 {
    color: #252A2C;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin: 6px auto 4px;
}
#client_reviews .reviewer_details a {
    color: #252A2C;
    font-family: var(--text-font);
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    text-decoration: none;
}
#client_reviews img.quote {
    margin-bottom: 33px;
}
#client_reviews .container {
    margin-inline: auto;
    align-items: center;
}

@media screen and (min-width: 992px) {
    #client_reviews .container {
        max-width: 450px;
    }
}
@media screen and (min-width: 1200px) {
    #client_reviews .container {
        max-width: 600px;
    }
}
@media screen and (min-width: 1400px) {
    #client_reviews .container {
        max-width: 750px;
    }
}
@media screen and (min-width: 1600px) {
    #client_reviews .container {
        max-width: 961px;
    }
}

@media screen and (max-width: 991px) {
    #client_reviews .container {
        max-width: 100%;
    }
}


@media screen and (max-width: 1200px) {
    #client_reviews img.quote {
        width: 160px;
    }
}
@media screen and (max-width: 992px) {
    #client_reviews img.quote {
        width: 120px;
    }
    #client_reviews p {
        font-size: 20px;
        line-height: 26px;
    }
}
@media screen and (max-width: 767px) {
    #client_reviews .container {
        row-gap: 25px;
        padding-inline: 15px;
    }
    #client_reviews img.quote {
        width: 80px;
        margin: 0 auto;
    }
    #client_reviews p {
        font-size: 18px;
        line-height: 24px;
        margin: 22px auto 32px;
    }
    #client_reviews h2 {
        font-size: 28px;
    }
    #client_reviews {
        padding: 30px 0 40px;
        text-align: center;
    }
}
/* END OF HOME REVIEWS SECTION */
/* START OF WEB DEVELOPMENT PAGE */
#web-development .content_wrapper {
    display: grid;
    grid-template-columns: 369px auto 369px;
    max-width: 95%;
    margin-inline: auto;
    align-items: center;
    padding-bottom: 13px;
}
#web-development .content_wrapper .text_content {
    margin-bottom: 9px;
}
#web-development .content_wrapper .list_wrapper {
    margin-top: 97px;
    margin-left: -70px;
}
#web-development .content_wrapper .dark-btn {
    max-width: 239px;
    margin-top: 20px;
}
#web-development .content_wrapper h5 {
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: 0.96px;
}
#web-development .content_wrapper h2 {
    background: linear-gradient(180deg, #000 0%, #292929 89.41%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 60px;
    font-weight: 700;
    line-height: 63px;
    margin-bottom: 32px;
}
#web-development .content_wrapper h6 {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    text-transform: capitalize;
    margin-bottom: 26px;
}
#web-development .content_wrapper p {
    font-family: var(--text-font);
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    margin-bottom: 24px;
}
#web-development .content_wrapper ul {
    padding-inline-start: 3px;
}
#web-development .content_wrapper li {
    font-family: var(--text-font);
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    list-style: none;
    display: grid;
    grid-template-columns: 19px auto;
}
#web-development .content_wrapper li::before {
    content: "";
    display: block;
	background-image: url("../images/common/icon-bullet.svg");
	background-repeat: no-repeat;
	width: 9px;
	height: 9px;
    margin-right: 10px;
    margin-top: 11px;
}
@media screen and (min-width: 1600px) {
    #web-development .content_wrapper {
        max-width: 1494px;
    }
}
@media screen and (max-width: 1599px) {
    #web-development .content_wrapper {
        grid-template-columns: 25% auto 23%;
    }
    #web-development .image_wrapper img {
        width: 100%;
    }
}
@media screen and (max-width: 1599px) {
    #web-development .content_wrapper {
        grid-template-columns: repeat(2, 1fr);
        align-items: start;
        padding-top: 50px;
        column-gap: 40px;
        max-width: 1000px;
    }
    #web-development .image_wrapper {
        grid-column: span 2;
        grid-row-start: 2;
    }
    #web-development .content_wrapper .text_content, 
    #web-development .content_wrapper .list_wrapper {
        margin: 0;
    }
}
@media screen and (max-width: 992px) {
    #web-development .content_wrapper {
        padding-top: 30px;
        column-gap: 25px;
        max-width: 720px;
    }
    #web-development .content_wrapper h2 {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 20px;
    }
    #web-development .content_wrapper h5 {
        font-size: 20px;
        line-height: 30px;
    }
    #web-development .content_wrapper h6 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 16px;
    }
    #web-development .content_wrapper li, 
    #web-development .content_wrapper p {
        font-size: 16px;
        line-height: 24px;
    }
    #web-development .content_wrapper p {
        margin-bottom: 16px;
    }
    #web-development .content_wrapper li {
        line-height: 28px;
    }
    #web-development .content_wrapper .dark-btn {
        margin-top: 10px;
    }
    #web-development .content_wrapper li::before {
        margin-top: 9px;
    }
}
@media screen and (max-width: 767px) {
    #web-development .content_wrapper {
        grid-template-columns: 1fr;
        max-width: 540px;
        padding: 25px 15px 35px;
    }
    #web-development .image_wrapper {
        grid-column: unset;
    }
}
/* END OF WEB DEVELOPMENT PAGE */
/* START OF PORTFOLIO PAGE */

#portfolio, #portfolio_work {
    text-align: left;
}
#portfolio h1, #portfolio_work h1 {
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    line-height: 36px;
    background: linear-gradient(180deg, #000 0%, #292929 89.41%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 36px auto 43px;
    padding-top: 36px;
}
#portfolio p, #portfolio_work p {
    font-family: var(--text-font);
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    margin-top: 11px;
}
#portfolio .container, #portfolio_work .container {
    max-width: 95%;
    margin-inline: auto;
    padding-bottom: 100px;
}
#portfolio .container, #portfolio_work .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 21px;
    grid-row-gap: 45px;
}

#portfolio_work .container .grid-part{
    cursor: pointer;
}

#portfolio .container .grid-part img, #portfolio_work .container .grid-part img {
    border-radius: 10px;
    border: 1px solid #DDD;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    #portfolio, #portfolio_work {
        margin-top: 95px;
    }
}

@media screen and (max-width: 991px) {
    #portfolio, #portfolio_work {
        margin-top: 95px;
    }
}

@media screen and (min-width: 1600px) {
    #portfolio .container, #portfolio_work .container {
        max-width: 1648px;
    }
}
@media screen and (max-width: 1299px) {
    #portfolio .container, #portfolio_work .container {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 992px) {
    #portfolio .container, #portfolio_work .container {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 767px) {
    #portfolio .container, #portfolio_work .container {
        grid-template-columns: 1fr;
        gap: 30px;
        max-width: 540px;
        padding-inline: 15px;
        padding-bottom: 40px;
    }
    #portfolio h1, #portfolio_work h1 {
        font-size: 24px;
        line-height: 30px;
        margin: 25px auto;
        padding-top: 25px;
    }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
    #portfolio .container, #portfolio_work .container {
        grid-template-columns: repeat(2, 1fr);
        max-width: 98%;
        column-gap: 18px;
    }
}

/* START : Portfolio Work Page Styles */
#portfolio_work h1 {
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    line-height: 36px;
    background: linear-gradient(180deg, #000 0%, #292929 89.41%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 36px auto 43px;
}
#portfolio_work p {
    font-family: var(--text-font);
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    margin-top: 8px;
    text-align: center;
}

#portfolio_work .container {
    max-width: 95%;
    margin-inline: auto;
    padding-bottom: 100px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 21px;
    grid-row-gap: 45px;
}
#portfolio_work .container .grid-part img {
    border-radius: 10px;
    border: 1px solid #DDD;
    width: 100%;
    display: inline-block;
    height: auto;
}
@media screen and (min-width: 1700px) {
    #portfolio_work .container {
        max-width: 1648px;
    }
}
@media screen and (max-width: 1299px) {
    #portfolio_work .container {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 992px) {
    #portfolio_work .container {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 767px) {
    #portfolio_work .container {
        grid-template-columns: 1fr;
        gap: 30px;
        max-width: 540px;
        padding-inline: 15px;
        padding-bottom: 40px;
    }
    #portfolio_work h1 {
        font-size: 24px;
        line-height: 30px;
        margin: 25px auto;
    }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
    #portfolio_work .container {
        grid-template-columns: repeat(2, 1fr);
        max-width: 98%;
        column-gap: 18px;
    }
}
/* END : Portfolio Work Page Styles */
/* END OF PORTFOLIO PAGE */
.header {
    z-index: 105;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
img.cross-img-mob__inner-float {
    width: 17px;
}


/* START : Common Styles */
.common-pages{
    color: var(--primary-color);
}

.common-pages .grid-section h4{
    font-family: var(--text-font);
    font-size: 18px;
    font-weight: 300;
    line-height: 27px; 
    margin: 17px 0 20px;
}
.common-pages .grid-section h5{
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; 
    text-transform: capitalize;
    max-width: 288px;
}
.common-pages .grid-section.service p{
    padding-left: 40px;
}
.common-pages .grid-section.service h5{
    display: flex;
    gap: 31px;
}
.common-pages .grid-section.service .grid-part{
    padding-top: 34px;
    padding-left: 84px;
    position: relative;
}
.common-pages .grid-section.service .grid-part::before{
    content: '';
    display: inline-block;
    min-width: 187px;
    height: 187px;
    border-radius: 50%;
    background: #F6F6F6;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}
.common-pages .grid-section.service h5::before{
   content: '';
    display: inline-block;
    min-width: 8px;
    height: 30px;
    border-radius: 5px;
    background: linear-gradient(81deg, #12C9C8 17.37%, #2CD394 59.87%, #40DC6A 87.93%);
    margin-top: 7px;
}

.common-pages .grid-section.service h5{
   min-height: 73px;
   margin-bottom: 7px;
}
.common-pages .main-heading{
    color:#252A2C;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}
.common-pages .grid-section .dark-btn{
    width: 258px;
    padding-block: 24px;
    border-radius: 10px;
}
.common-pages .grid-section li,
.common-pages .grid-section p{
    font-family: var(--text-font);
    font-size: 16px;
    font-weight: 300;
    line-height: 25px; 
}
.common-pages .grid-section ol{
    margin-top: 5px;
}
.common-pages .grid-section{
    max-width: 805px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 47% auto;
    gap: 56px;
}
.common-pages.seo-ai .with-background-clr .grid-section .grid-part .dark-btn{
    margin-bottom: 20px;
}
.common-pages.seo-ai .with-background-clr .grid-section .grid-part h4{
    margin-bottom: 25px;
}
.common-pages.seo-ai .with-background-clr .grid-section{
    max-width: 816px;
    gap: 46px;
}
.common-pages .grid-section.service{
    max-width: 996px;
    margin-top: 34px;
    padding-bottom: 90px;
}
.common-pages.ppc .grid-section.service {
    max-width: 98%;
    grid-template-columns: repeat(4,1fr);
}
.common-pages .with-background-clr{
    border-radius: 20px;
    background: #F6F6F6;
    padding: 58px 83px 36px 91px;
    margin-inline: auto;
    margin-bottom: 61px;
}

.common-pages.seo-ai .with-background-clr{
    margin-bottom: 51px;
}
.common-pages.ppc .with-background-clr{
    margin-bottom: 41px;
}
@media screen and (min-width:992px) {
    .common-pages .with-background-clr{
        width: 979px;
        padding-inline: 0;
    }
    
}
.common-pages p.top{
    max-width: 805px;
    text-align: center;
    font-family: var(--text-font);
    font-size: 18px;
    font-weight: 300;
    line-height: 27px; 
    margin: 44px auto 46px;
}

@media screen and (max-width:1024px) {
    .common-pages p.top{
        margin-inline: 15px;
    }
    .common-pages .grid-section.service {
        max-width: 95%;
        row-gap: 70px;
    }
}
@media screen and (max-width:992px) {
    .common-pages.seo-ai .with-background-clr .grid-section,
    .common-pages .grid-section {
        grid-template-columns: 1fr;
        max-width: 90%;
        gap: 30px;
    }
    .common-pages .with-background-clr {
        padding: 30px 5px;
        margin-inline: 15px;
    }
    .common-pages .grid-section li, .common-pages .grid-section p {
        font-size: 15px;
    }
    .common-pages .grid-section h4 {
        font-size: 16px;
        line-height: 22px;
    }
    .common-pages .grid-section h5 {
        font-size: 18px;
    }
    .common-pages .grid-section ol {
        padding-inline-start: 15px;
    }
}

@media screen and (max-width:767px) {
    .common-pages .main-heading {
        font-size: 20px;
    }
    .common-pages p.top {
        font-size: 16px;
        line-height: 21px;
        margin: 30px 15px;
    }
}

@media screen and (max-width:331px) {
    .common-pages .grid-section .dark-btn {
        width: 220px;
    }
    .common-pages .grid-section.service .grid-part {
        padding-left: 40px;
    }
}

.common-pages.ppc .grid-section.service {
    max-width: 1836px;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    margin-top: 45px;
}

@media screen and (max-width:1800px) {
    .common-pages.ppc .grid-section.service {
        max-width: 98%;
    }
}

@media screen and (min-width: 1024px) and (max-width:1400px) {
    .common-pages.ppc .grid-section.service {
        max-width: 996px;
    }
}

@media screen and (max-width:1400px) {
    .common-pages.ppc .grid-section.service {
        row-gap: 60px;
        grid-template-columns: repeat(2,1fr);
    }
}

@media screen and (max-width:767px) {
    .common-pages .grid-section.service p{
        max-width: 220px;
    }
    .common-pages.ppc .grid-section.service{
        grid-template-columns: 1fr;
        max-width: 90%;
        row-gap: 30px;
    }
}
/* END : Common  Styles */

/* START : Common Hero Styles */

.common_hero_section h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 63px;
  text-transform: capitalize;
  padding-top: 78px;
}
.common_hero_section p {
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  margin: 27px auto 46px;
  max-width: 673px;
  font-family: var(--text-font);
}
.common_hero_section .dark-btn {
  width: 239px;
}
.common_hero_section{
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background: black;
  height: 440px;
  display: flex;
  align-items: start;
  position: relative;
  justify-content: center;
}
#about .common_hero_section{
  color: var(--white);
  text-align: center;
  background: url(../images/heros/hero-about.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 440px;
}
.common-hero-flex p{
  max-width: 497px;
  margin: 12px 0 40px 2px;
}
.common-hero-flex h1{
  padding-top: 0;
}
.common_hero_section .common-hero-flex .dark-btn{
  width: 205px;
  border-radius: 5px;
  border: 1px solid #000;
  background: transparent;
}
.common-hero-flex{
  padding-top: 69px;
  text-align: left;
  width: 782px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-right: 0px;
  margin-inline: auto;
}
.common_hero_section img{
  width: 145px;
    margin-right: 63px;
    margin-top: 20px;
}
.ppc .common_hero_section img{
  width: 180px;
  margin-right: 38px;
  margin-top: 11px;
}
.common_hero_section{
  background-image: url(../images/heros/hero-social.jpg);
  background-color: #EEE;
  height: 358px;
  color: var(--primary-color);
}
.seo-ai .common_hero_section{
  background-image: url(../images/heros/hero-common-seo.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.ppc .common_hero_section{
  background-image: url(../images/heros/hero-ppc.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 1024px) {
    .common_hero_section{
        margin-top: 95px;
    }
}

@media screen and (max-width: 991px) {
    .common_hero_section{
        margin-top: 71px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .common-hero-flex {
      width: 95%;
    }
}
@media screen and (min-width:767px) {
  .seo-ai .common_hero_section img{
    width: auto;
    margin-right: 25px;
    margin-top: 26px;
  }
}
@media screen and (max-width:767px) {
  #about .common_hero_section h1{
    padding-top: 30px;
  }
  .common-hero-flex{
    width: 100%;
    gap: 22px;
    flex-direction: column-reverse;
    padding-top: 0;
  }
  .seo-ai .common-hero-flex{
    gap: 15px;
  }
  .common_hero_section img {
    margin-right: 0;
    width: 65px;
    margin-top: 0;
  }
  .seo-ai .common_hero_section img{
    width: 80px;
  }
  .common_hero_section{
    padding: 15px;
    height: auto;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: start;
  }
  .common_hero_section h1 {
    font-size: 32px;
    line-height: 36px;
  }
  .common_hero_section p {
    font-size: 16px;
    line-height: 21px;
    margin: 15px auto 25px;
  }
}

/* END : Common Hero Styles */

/* START : About Styles */
/* what we do */


.logo-content {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    padding-bottom: 90px;
    padding-top: 55px;
    max-width: 90%;
    margin-inline: auto;
    justify-content: center;
}
@media screen and (min-width: 1600px) {
    .logo-content {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 36px;
        max-width: 1514px;
    }
}
@media screen and (min-width: 1700px) {
    .services .logo-content {
        gap: 41px;
        grid-template-columns: repeat(6, 1fr);
        max-width: 1634px;
    }
}
@media screen and (min-width: 992px) and (max-width:1599px) {
    .services .logo-content {
        grid-template-columns: repeat(3,1fr);
        max-width: 945px;
        display: grid;
    }
}
@media screen and (min-width: 768px) and (max-width:991px) {
    .services .logo-content {
        grid-template-columns: repeat(3,1fr);
        max-width: 95%;
        gap: 23px;
        display: grid;
    }
}
.logo-content .flex-content {
    display: flex;
    align-items: center;
    gap: 30px;
}
.services .logo-content p{
    margin-top: 22px;
    color: #252A2C;
    text-align: center;
    font-family: var(--text-font);
    font-size: 18px;
    font-weight: 300;
    line-height: 27px; 
    max-width: 150px;
    margin-inline: auto;
}
.services .logo-content {
    padding: 0;
}
.services .logo-content .flex-content {
    display: grid;
    place-items: center;
    border-radius: 20px;
    border: 1px solid #AAA;
    background: #FFF;
    width: 100%;
    height: 162px;
}

.logo-content .flex-content p {
    max-width: 214px;
    margin: 0;
    line-height: 25px;
    font-weight: 300;
    font-size: 16px;
    font-family: var(--text-font);
}
.what-we-do.services.home{
  padding-bottom: 68px;
}
.services h3.main-heading{
    color: #252A2C;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 9px;
    min-height: 60px;
    margin-top: 7px;
}   
#about h3.heading{
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px; 
    background: linear-gradient(180deg, #000 0%, #292929 89.41%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#about p.top{
    text-align: center;
    font-family: var(--text-font);
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
}

#about{
    color: #000;
}

.what-we-do.services{
    background: #F6F6F6;
    padding: 37px 0 85px;
}
.what-we-do p.top{
    margin: 39px auto 41px;
    max-width: 873px;
}
#about .services p.top{
    max-width: 607px;
    margin: 27px auto 48px;
}

@media screen and (max-width:767px) {
    #about p.top {
        font-size: 16px;
        line-height: 21px;
        padding-inline:15px ;
    }
    #about h3.heading {
        font-size: 26px;
    }
    .logo-content .flex-content p {
        line-height: 22px;
        font-size: 15px;
    }
    .logo-content {
        padding-bottom: 60px;
        padding-top: 20px;
    }
    .services .logo-content {
        grid-template-columns: repeat(2,1fr);
        gap: 18px;
        row-gap: 25px;
        display: grid;
        max-width: 93%;
    }
    .services .logo-content p {
        font-size: 16px;
        line-height: 21px;
    }
    #about .services p.top {
        margin: 15px auto 35px;
    }
    .services h3.main-heading {
        font-size: 22px;
        margin-bottom: 25px;
        min-height: unset;
        margin-top: 0;
    }
}

@media screen and (max-width:340px) {
    .services .logo-content {
        grid-template-columns: 1fr;
    }
}
#portfolio_about h2{
    background: linear-gradient(180deg, #000 0%, #292929 89.41%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 60px;
    font-weight: 700;
    line-height: 63px;
}
#portfolio_about .text-content p{
    font-size: 24px;
    font-weight: 300;
    line-height: 40px; 
    letter-spacing: 0.96px;
    margin-bottom: 46px;
}
#portfolio_about .dark-btn{
    width: 262px;
    border-radius: 5px;
    border: 1px solid #1B1B1B;
    background: transparent;
    padding-block: 20px;
}
#portfolio_about h4{
    font-size: 24px;
    font-weight: 300;
    line-height: 40px; 
    letter-spacing: 0.96px;
    padding: 0;
    margin-top: 30px;
}
#portfolio_about .text-content{
    padding-bottom: 140px;
}
#portfolio_about{
    background: var(--hd-gradient, linear-gradient(90deg, #17CBBE 0%, #91FFD3 53.5%, #42DC65 73.56%));
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding-left: 11.5%;
    color: var(--primary-color);
    max-height: 526px;
    padding-right: 10%;
    padding-top: 94px;
}

@media screen and (max-width:1699px) {
    #portfolio_about{
        padding-left: 8%;
        padding-right: 8%;
    }
}
@media screen and (max-width:1400px) {
    #portfolio_about{
        align-items: end;
        column-gap: 20px;
    }
    #portfolio_about .image-group img{
        width: 100%;
        margin-bottom: -10px;
    }
}
@media screen and (max-width:992px) {
    #portfolio_about{
        padding-left: 3%;
        padding-right: 3%;
    }
}
@media screen and (max-width:767px) {
    #portfolio_about .text-content{
        padding: 0;
        text-align: center;
    }
    #portfolio_about .text-content p {
        font-size: 20px;
        padding-right: 0;
        line-height: 24px;
    }
    #portfolio_about {
        gap: 20px;
        flex-direction: column;
        max-height: unset;
        padding: 15px;
        padding-bottom: 0;
        align-items: center;
    }
    #portfolio_about h2 {
        font-size: 44px;
        line-height: normal;
    }
    #portfolio_about h4 {
        font-size: 20px;
    }
    #portfolio_about p {
        font-size: 20px;
        line-height: 26px;
        padding-right: 15px;
    }
}
@media screen and (max-width:330px) {
   #portfolio_about .dark-btn {
        width: 230px;
   }
}
/* END : About Styles */

/* THANK YOU PAGE STYLING START */
#thank-you .background-absolute-positioned {
  background: linear-gradient(180deg, #EBECED 0%, #FFF 87.34%);
  height: 97px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
#thank-you .thankyou-icon{
    background-color: #EEE;
    width: 53px;
    border-radius: 50%;
    padding: 13px;
}
#thank-you a{
    font-size: 15px ;
    font-weight: 400;
    line-height: 22px;
    color: var(--primary-color);
    text-decoration: none;
}
#thank-you p{
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
}
#thank-you h3{
    margin: 21px 0;
    background: linear-gradient(180deg, #000 0%, #292929 89.41%);
        background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    font-weight: 700;
}
#thank-you {
    color: var(--primary-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 75px 15px;
    text-align: center;
    max-width: 100%;
    position: relative;
}

@media screen and (max-width:767px) {
    #thank-you h3 {
        font-size: 19px;
    }
}
/* THANK YOU PAGE STYLING END */

/* START OF HOME REVIEWS SECTION */
#client_reviews .owl-carousel {
  display: block;
  position: relative;
}

#client_reviews .feedback-item .customer_rating img {
  width: auto;
}

#client_reviews {
    display: flex;
    align-items: start;
    justify-content: space-between;
    column-gap: 50px;
    max-width: 98%;
    margin-inline: auto;
    padding: 59px 15px  48px;
    text-align: center;
}
@media screen and (min-width:1700px) {   
    #client_reviews{
        max-width: 1648px;
        padding-inline: 0;
    }
}
#client_reviews h2 {
    color: #252A2C;
    font-size: 32px;
    font-weight: 700;
    line-height: 30px;
}
#client_reviews p {
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: 0.48px;
    margin: 30px auto 34px;
}
#client_reviews .customer_rating {
    display: flex;
    align-items: center;
    justify-content: center;
}
#client_reviews .reviewer_details h6 {
    color: #252A2C;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin: 6px auto 4px;
}
#client_reviews .reviewer_details a {
    color: #252A2C;
    font-family: var(--text-font);
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    text-decoration: none;
}
#client_reviews img.quote {
    margin-top: 48px;
    width: 100%;
    max-width: 212px;
}
#client_reviews .review_content{
    text-align: center;
}
#client_reviews .container {
    margin-inline: auto;
    align-items: center;
}
#client_reviews .owl-carousel {
    max-width: 95%;
    margin-inline: auto;
}
@media screen and (min-width: 992px) {
    #client_reviews .owl-carousel {
        max-width: 960px;
    }
}

@media screen and (min-width:1300px) and (max-width: 1499px) {
    #client_reviews .owl-carousel {
        max-width: 700px;
    }
}

@media screen and (min-width:1200px) and (max-width: 1299px) {
    #client_reviews .owl-carousel {
        max-width: 650px;
    }
}
@media screen and (min-width:992px) and (max-width: 1199px) {
    #client_reviews .owl-carousel {
        max-width: 450px;
    }
    #client_reviews p {
        font-size: 20px;
        line-height: 26px;
    }
    #client_reviews img.quote{
        width: 150px;
    }
}
@media screen and (max-width: 992px) {
    #client_reviews .container,
    #client_reviews{
        padding-inline: 20px;
        flex-direction: column;
        align-items: center;
    }
    #client_reviews{
        max-width: 100%;
        row-gap: 15px;
    }
    #client_reviews .container{
        padding-inline: 0;
    }
    #client_reviews img.quote{
        margin: 0;
        max-width: 80px;
    }
    #client_reviews img.quote.right{
        display: none;
    }
    #client_reviews p {
        font-size: 20px;
        line-height: 26px;
    }
    #client_reviews .reviewer_details h6 {
        font-size: 18px;
    }
}

@media screen and (min-width:768px) and (max-width: 991px) {
    #client_reviews .owl-carousel {
        max-width: 600px;
    }
}
@media screen and (max-width: 767px) {
    #client_reviews p {
        font-size: 18px;
        line-height: 23px;
        margin: 18px auto 20px;
    }
    #client_reviews h2 {
        font-size: 26px;
    }
    #client_reviews .owl-carousel {
        max-width: 340px;
        width: 100%;
    }
}
/* END OF HOME REVIEWS SECTION */
/* DWAINE TESTING - CAN BE REMOVED*/