/* custom css  */
body {
    overflow-x: hidden;
}


.para {
    font-size: 16px;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
    line-height: 1.625;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-btn {
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 1.856;
    font-family: 'Poppins', sans-serif;
    border-radius: 6px;
    width: 186px;
    height: 55px;
    z-index: 48;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.black {
    background: black;
    border: 2px solid black;
}

.transparent {
    background: transparent;
    border: 2px solid var(--white);
}

a {
    color: #007bff;
    text-decoration: none !important;
    background-color: transparent;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: var(--linear);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.navbrand img {
    max-width: 190px;
}
/* custom css  */

/* top header css  */
.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-contacts form {
    display: flex;
    width: 100%;
    gap: 20px;
}

.header-contacts form span#basic-addon2 {
    background: var(--linear);
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    border-left: 0;
}

:root {
    --linear: linear-gradient(135deg,#4b2b78 0,#623693 45.72%,#ca2db8 100%);
    --black: rgb(0, 0, 0);
    --color-black: rgb(0, 0, 0);
    --white: rgb(255, 255, 255);
    --color-white: rgb(255, 255, 255);
    /* overflow-x: hidden; */
}

.custom-btn-top {
    background: var(--linear);
    padding: 7px 20px;
    width: auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 16.578px;
    color: #fff;
    font-weight: bold;
    border-radius: 40px;
    font-weight: 600;
}

.yellow {
    background-image: -moz-linear-gradient(0deg, #4b2b78 0%, #623693 100%);
    background-image: linear-gradient(135deg,#4b2b78 0,#623693 45.72%,#ca2db8 100%);
    background-image: -ms-linear-gradient(0deg, #4b2b78 0%, #623693 100%);
}


.header-contacts form input {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-color: #dc961c;
    height: 100%;
    border-right: 0;
}

.header-contacts form input::placeholder {
    font-family: 'Poppins', sans-serif;
    color: var(--black);
    font-weight: 600;
}

/* top header css  */


/* header css  */
.navbrand span {
    font-size: 40px;
    font-family: "Poppins";
    color: rgb(23, 23, 23);
    font-weight: bold;
    line-height: 1.7;
    margin: 0px;
}

.top-header {
    padding: 1rem 0 0.3rem;
}

header .container {
    border-radius: 0;
    background-color: rgb(23, 23, 23);
    height: auto;
}

header .nav-item a.nav-link {
    font-size: 16px;
    color: rgb(255, 255, 255) !important;
    /* line-height: 2.833; */
    font-family: 'Poppins', sans-serif;
    /* width: auto; */
    /* height: auto; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    padding: 0 !important;
}

header .nav-item a.nav-link.active {
    border-radius: 6px;
    background-color: rgb(217, 147, 23);
}

header .navbar {
    padding: 0;
    margin: 0;
    /* display: flex; */
    /* align-items: center; */
    height: 100%;
    /* overflow: hidden; */
}

header ul.navbar-nav {
    align-items: center;
}

header .btn-header {
    width: 380px;
    text-align: end;
}

header {
    position: relative;
    z-index: 999999;
    padding: 0px 0px;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

/* header css  */

/* section-1 css  */
.section-1 {
    background-image: url('../images/sec-1-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 785px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -28px;
    position: relative;
    z-index: 0;
    background-attachment: fixed;
}
.contactTop .headphonesIcon2 a {
    padding: 0px !important;
}
.top-span {
    font-size: 23px;
    color: rgb(255 255 255);
    line-height: 1.5;
    text-align: left;
    font-family: 'Manrope', sans-serif;
    font-weight: 900;
    margin-bottom: 1rem;
    text-shadow: 1px 2px 6px black;
}

.main-content .heading-1 {
    font-size: 56px;
    color: var(--white);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.3;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

.main-content .para {
    width: 78%;
}

.review-brand {
    display: flex;
    align-items: center;
    gap: 45px;
    margin: 2rem 0 1rem;
}

ul.btn-ul {
    gap: 25px;
    display: flex;
}

.banner-main {
    margin-right: -70px;
}

/* section-1 css  */

/* section-2 css  */
.section-2 {
    background: linear-gradient(135deg,#4b2b78 0,#623693 45.72%,#ca2db8 100%);
    padding: 2rem 0;
}

.main-staistics {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Statistics-number {
    display: flex;
    align-items: center;
    gap: 80px;
}

.Statistics-number li span {
    display: grid;
    text-align: center;
}

.Statistics span {
    font-size: 20px;
    color: var(--white);
    font-weight: bold;
    line-height: 0.51;
    font-family:
        'Manrope', sans-serif;
}

.Statistics-number li span {
    font-family: Akira;
    font-size: 37px;
    color: var(--white);
    font-weight: 900;
}

.Statistics-number li span:nth-child(02) {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-top: 0px;
}



.section-3 {
    padding-top: 4rem;
}


/* section-2 css  */

/* section-3 css  */

.Trusted span {
    .Trusted_by_45M__users {
        font-size: 18px;
        font-family: "Inter";
        color: rgba(5, 0, 56, 0.6);
        line-height: 1.333;
        text-align: center;
        position: absolute;
        left: 873.517px;
        top: 1401.875px;
        z-index: 415;
    }


}

.trusted-slider figure {
    height: 140px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.Trusted {
    text-align: center;
    width: 70%;
    margin: auto;
}

/* section-3 css  */

/* section-4 css  */
.hello-people h2 {
    font-size: 66px;
    font-family: "Montserrat";
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 0.883;
    margin-bottom: 3rem;
    line-height: 64px;
}

.hello-people p {
    font-size: 16px;
    font-family: "Poppins";
    color: #fff;
    line-height: 1.5;
    width: 98%;
}

.section-4 {
    background-image: url('../images/banner2020.jpg');
    background-position: center;
    background-size: cover;
    height: auto;
    background-repeat: no-repeat;
    margin: 4rem 0 0;
    background-color: #f6f4f2;
    padding: 5rem 0;
}


.section-4 .custom-btn.yellow {
    border-radius: 100px;
}

.section-4 ul.btn-ul {
    margin-top: 2rem;
}

/* section-4 css  */


/* section-5 css  */
.section-5 {
    padding: 8rem 6rem;
}

.sec-1-content h3,
h2,
h5,
h4 {
    font-size: 34px;
    font-family: "Poppins";
    color: #fff;
    font-weight: bold;
    line-height: 1.333;
}

.side-para .para {
    color: var(--black);
    /* font-size: 12.457px; */
    font-family: "Poppins";
    color: #696688;
    line-height: 1.625;
    text-align: left;
    font-weight: 400;
}

.side-para {
    width: 90%;
    margin-left: auto;
}

.side-para ul.btn-ul {
    margin-top: 3rem;
}

/* section-5 css  */

/* section-6 css  */

ul.quality-works li {
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 10px;
    justify-content: space-between;
    border: 1px solid #0000009e;
    border-radius: 10px;
    width: 99%;
    height: 153px;
    padding: 60px 30px;
    margin: 0 0 2rem;
}

ul.quality-works li .quality-img {
    width: 180px;
}

.quality-content {
    width: 100%;
}

.quality-content span {
    font-size: 20px;
    font-family: "Poppins";
    color: rgb(0, 0, 0);
    font-weight: bold;
}

.start-now .para {
    font-size: 16px;
    font-family: "Poppins";
    color: #fff;
    line-height: 1.5;
    width: 73%;
    margin: 2rem 0 3rem;
}


.quality-content p {
    font-size: 12px;
    font-family: "Poppins";
    color: rgb(25 8 61 / 94%);
    line-height: 1.5;
    font-weight: 600;
    margin: 0;
}

.section-6 {
    padding: 4rem 0 3rem;
}

/* section-6 css  */

/* section-7 css  */
.section-7 {
    background-image: -moz-linear-gradient(0deg, #4b2b78 0%, #623693 100%);
    background-image: linear-gradient(135deg,#4b2b78 0,#623693 45.72%,#ca2db8 100%);
    background-image: -ms-linear-gradient(0deg, #4b2b78 0%, #623693 100%);
    display: flex;
    align-items: center;
    margin-top: 5rem;
    padding: 0rem 0 0rem;
    position: relative;
    z-index: 0;
    margin-bottom: 1rem;
}

.sec-7-img {
    margin-top: -150px;
    margin-right: -80px;
}

.start-now h4 {
    font-size: 50px;
    font-family: "Poppins";
    color: var(--white);
    font-weight: bold;
    margin: 0;
    text-align: start;
}

/* section-7 css  */

/* section-8 css  */

.section-8 {
    padding: 5rem 0;
}

.section-8 ul {
    padding-bottom: 3rem;
    justify-content: center;
    margin-top: 2rem;
    gap: 20px;
}

.section-8 .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: linear-gradient(135deg,#4b2b78 0,#623693 45.72%,#ca2db8 100%);
    border-radius: 40px;
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-weight: 600;
    border: none;
}

.nav-pills .nav-link {
    color: var(--black);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    border-radius: 40px;
    border: none;
}

.section-8 .port-box li {
    display: inline-block;
    width: 24%;
    transition: 1s cubic-bezier(.51, .92, .27, .96) !important;
    box-shadow: -1px -2px 15px -3px rgb(0 0 0/16%);
    border-radius: 20px;
    margin: 0 4px;
    height: 400px;
    height: 400px;
    overflow: hidden;
    background-size: cover;
}

.section-8 .port-box li:hover {
    transform: scale(1.1);
}

li.hk_web_height.lazy.tabs-web-dsgn:hover {
    background-position: 100%;
    transition: 3s !important;
    transform: none;
}

.websiteImgDiv {
    position: relative;
}


.section-8 .container {
    max-width: 1260px;
}

.screen {
    background-size: 100% auto !important;
    cursor: pointer;
    display: none;
    float: left;
    margin: 0 0 20px 0;
    min-height: 430px;
    padding: 0;
    position: relative;
    transition: 3s cubic-bezier(0.51, 0.92, 0.27, 0.96) !important;
    width: 98%;
    z-index: 99;
    border-radius: 0;
    border: 1px solid #000000;
    margin-bottom: 9px;
    /* box-shadow: 0 0px 8px linear-gradient(135deg,#4b2b78 0,#623693 45.72%,#ca2db8 100%); */
    margin-bottom: 20px;
}

.screen1 {
    background: rgba(0, 0, 0, 0) url(../images/portfolio/1.webp) no-repeat scroll 0 0;
    display: block;
}

.screen2 {
    background: rgba(0, 0, 0, 0) url(../images/portfolio/2.webp) no-repeat scroll 0 0;
    display: block;
}

.screen3 {
    background: rgba(0, 0, 0, 0) url(../images/portfolio/3.webp) no-repeat scroll 0 0;
    display: block;
}

.screen4 {
    background: rgba(0, 0, 0, 0) url(../images/portfolio/4.webp) no-repeat scroll 0 0;
    display: block;
}

.screen5 {
    background: rgba(0, 0, 0, 0) url(../images/portfolio/5.webp) no-repeat scroll 0 0;
    display: block;
}

.screen6 {
    background: rgba(0, 0, 0, 0) url(../images/portfolio/6.webp) no-repeat scroll 0 0;
    display: block;
}

.screen7 {
    background: rgba(0, 0, 0, 0) url(../images/portfolio/7.webp) no-repeat scroll 0 0;
    display: block;
}

.screen8 {
    background: rgba(0, 0, 0, 0) url(../images/portfolio/8.webp) no-repeat scroll 0 0;
    display: block;
}

.screen9 {
    background: rgba(0, 0, 0, 0) url(../images/portfolio/9.webp) no-repeat scroll 0 0;
    display: block;
}

.screen11 {
    background: rgba(0, 0, 0, 0) url(../images/portfolio/ecommerce/1.webp) no-repeat scroll 0 0;
    display: block;
}

.screen12 {
    background: rgba(0, 0, 0, 0) url(../images/portfolio/ecommerce/2.webp) no-repeat scroll 0 0;
    display: block;
}

.screen13 {
    background: rgba(0, 0, 0, 0) url(../images/portfolio/ecommerce/3.webp) no-repeat scroll 0 0;
    display: block;
}

.screen14 {
    background: rgba(0, 0, 0, 0) url(../images/portfolio/ecommerce/4.webp) no-repeat scroll 0 0;
    display: block;
}

.screen15 {
    background: rgba(0, 0, 0, 0) url(../images/portfolio/ecommerce/5.webp) no-repeat scroll 0 0;
    display: block;
}

.screen16 {
    background: rgba(0, 0, 0, 0) url(../images/portfolio/ecommerce/6.webp) no-repeat scroll 0 0;
    display: block;
}

.screen17 {
    background: rgba(0, 0, 0, 0) url(../images/portfolio/ecommerce/7.webp) no-repeat scroll 0 0;
    display: block;
}

.screen18 {
    background: rgba(0, 0, 0, 0) url(../images/portfolio/ecommerce/8.webp) no-repeat scroll 0 0;
    display: block;
}

.screen19 {
    background: rgba(0, 0, 0, 0) url(../images/portfolio/ecommerce/9.webp) no-repeat scroll 0 0;
    display: block;
}


.viewBtn {
    text-align: center;
    margin-bottom: 19px;
}

.viewBtn a {
    font-size: 16px;
    font-weight: 500;
    color: #fff !important;
    text-decoration: none !important;
    background-color: #efa629;
    padding: 10px 30px;
    font-family: "Montserrat", sans-serif;
}

.viewBtn a {
    font-size: 16px;
    font-weight: 500;
    color: #fff !important;
    text-decoration: none !important;
    background-color: #efa629;
    padding: 10px 30px;
    font-family: "Montserrat", sans-serif;
}

.screen:hover {
    background-position: 0 100%;
}

.portImgDiv {
    margin-bottom: 15px;
    position: relative;
}

.portOverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.5s ease;
    background-color: #ffffff3d !important;
    border: 7px solid #ff005a;
}

.port-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.port-content h4 {
    font-family: "Montserrat";
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: black;
}

.port-content p {
    font-style: italic;
    font-size: 15px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    color: black;
}

.portImgDiv:hover .portOverlay {
    opacity: 1;
}

/* section-8 css  */


/* pricing css  */
.packagesXtra {
    /* background-image: url(../images/background-01.webp); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    /* background-attachment: fixed; */
    background: white;
}

.packages {
    padding: 60px 0px 60px 0px;
}

.packages-content {
    text-align: center;
    margin-bottom: 30px;
}

.specialh1 {
    text-transform: capitalize;
    font-size: 48px;
    font-family: "Montserrat";
    color: var(--color-black);
    font-weight: bold;
    line-height: 1.544;
}

.packages-content p {
    font-weight: 600;
    font-size: 16px;
    color: rgb(62, 62, 62);
    line-height: 1.638;
    text-align: center;
    font-family: 'Poppins';
}

.packageBox {
    FONT-WEIGHT: 300;
    background-color: var(--color-white);
    border-radius: 16px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 35px;
    width: 100%;
    height: 600px;
    margin: auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin-bottom: 3rem;
    padding: 0px 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}

.package-top {
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 0px 20px 0px;
    width: 100%;
    text-align: start;
}

.package-bottom ul {
    list-style-type: none;
    margin-top: 25px;
    overflow-y: scroll;
    height: 330px;
    margin: 20px 10px 10px;
}

.package-bottom ul li {
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    color: rgb(51, 51, 51);
    line-height: 28px;
    display: flex;
    width: 100%;
    align-items: baseline;
    justify-content: start;
    gap: 6px;
}

.package-bottom ul li i {
    color: linear-gradient(135deg,#4b2b78 0,#623693 45.72%,#ca2db8 100%);
    font-size: 16px;
}

.package-bottom {
    padding: 0px 0px 8px 6px;
    width: 100%;
}

.packageAnchorDiv a {
    background-color: var(--color-black);
    color: #ffffff;
    text-decoration: none;
    padding: 14px 60px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    border-radius: 6px;
    font-family: "Inter", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins';
    width: 92%;
}

.packageAnchorDiv {
    text-align: center;
    margin-top: 25px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.packageAnchorDiv2 a {
    background-color: transparent;
    color: var(--color-black);
    text-decoration: none;
    padding: 14px 90px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    border: 1px solid var(--color-black);
    font-family: "Inter", sans-serif;
    border-radius: 6px;
}

.packageAnchorDiv2 {
    text-align: start;
    margin-top: 32px;
}

.package-top span {
    font-size: 26px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    margin: 0;
    padding-left: 2rem;
    color: black;
}

.package-top p {
    font-size: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: linear-gradient(135deg,#4b2b78 0,#623693 45.72%,#ca2db8 100%);
    padding-left: 2rem;
}

.package-top p {
    font-size: 17px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    color: var(--color-black);
    font-weight: 800;
}

.best-selling {
    background-color: linear-gradient(135deg,#4b2b78 0,#623693 45.72%,#ca2db8 100%);
    border-radius: 50px;
    padding: 12px 20px;
    position: absolute;
    text-align: center;
    top: -8px;
    right: -6px;
    border: 5px solid #f6f4f2;
}

.best-selling h3 {
    font-size: 13px;
}

.packagesNav .nav {
    display: flex;
    justify-content: space-between;
    gap: 6px;
}

.packagesNav .nav .nav-item .nav-link.active {
    background: linear-gradient(135deg,#4b2b78 0,#623693 45.72%,#ca2db8 100%);
    color: var(--color-white);
    opacity: 1;
    border-color: transparent;
}

.packagesNav .nav .nav-item .nav-link {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    color: var(--color-black);
    border-width: 1px;
    border-color: #dad0c0;
    border-style: solid;
    border-radius: 6px;
    background-color: rgb(255 255 255 / 40%);
    /* opacity: 0.302; */
    z-index: 461;
    font-size: 13px;
    font-family: "Poppins";
    color: rgb(116, 116, 116);
    line-height: 1.638;
    padding: 6px 11px;
}

.packagesNav .nav .nav-item {
    margin: 0px 0px;
}

.bestPackage p {
    position: absolute;
    right: -34px;
    background: linear-gradient(135deg,#4b2b78 0,#623693 45.72%,#ca2db8 100%);
    border: 3px solid #fff;
    padding: 4px 34px;
    border-radius: 0px 0px 0px 0px;
    color: #fff;
    font-weight: 500;
    top: 17px;
    font-family: 'Poppins', sans-serif;
    z-index: 0;
    transform: rotate(44deg);
    box-shadow: 0 0px 10px linear-gradient(135deg,#4b2b78 0,#623693 45.72%,#ca2db8 100%);
}

/* width */
.package-bottom ul::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.package-bottom ul::-webkit-scrollbar-track {
    background: #000;
}

/* Handle */
.package-bottom ul::-webkit-scrollbar-thumb {
    background: #f5b53e;
}

.package-bottom ul li img {
    width: 5%;
}

/* pricing css  */

/* section-8 css   */
.sec-7-img.sec-9-img img {
    max-width: 820px;
    position: absolute;
    z-index: 0;
    top: -180px;
    right: -200px;
    animation: mymove 5s infinite linear;
}

.sec-7-img.sec-9-img {
    margin-top: 0;
    margin-right: 0;
    position: relative;
    z-index: 0;
}

.section-9:before {
    position: absolute;
    z-index: 0;
    background-image: -moz-linear-gradient(0deg, #4b2b78 0%, #623693 100%);
    background-image: linear-gradient(135deg,#4b2b78 0,#623693 45.72%,#ca2db8 100%);
    background-image: -ms-linear-gradient(0deg, #4b2b78 0%, #623693 100%);
    content: "";
    left: 0;
    width: 90%;
    height: 100%;
}

.section-7.section-9 {
    margin: 5rem 0 11rem;
    padding: 4rem 0;
}

/* section-8 css   */



/* animation css   */
::selection {
    background-color: #f85a4d;
    color: white;
}

.packages.packagesXtra .container {
    max-width: 1290px;
}

/* animation css   */



/* section-10 css  */
.services-result-define {
    border-radius: 10px;
    background-color: rgb(246, 247, 249);
    padding: 25px 20px;
    height: 380px;
}

.services-result-define img {
    max-width: 160px;
    object-fit: contain;
}

.services-result-define span {
    font-size: 24px;
    font-family: "Poppins";
    color: rgb(25, 8, 61);
    font-weight: bold;
    line-height: 1.083;
    text-align: start;
    margin: 1rem 0 1rem;
}

.services-result-define p {
    font-size: 14px;
    font-family: "Poppins";
    color: rgba(25, 8, 61, 0.8);
    line-height: 1.571;
    font-weight: 500;
    margin: 0;
    margin-top: 1rem;
}

.heading-2 {
    font-size: 52px;
    font-family: "Poppins";
    color: rgb(25, 8, 61);
    font-weight: bold;
    /* line-height: inherit; */
    text-align: center;
}

.Services-result p {
    color: rgb(25, 8, 61);
    line-height: 1.625;
    text-align: center;
    width: 76%;
    font-weight: 500;
    margin: auto;
    margin-bottom: 4rem;
}

.section-7.section-11 {
    padding: 4rem 0;
    margin-top: 0rem;
    margin-bottom: 4rem;
}

.section-7.section-11 .start-now p {
    width: 90%;
}

.white {
    background: white;
    color: black;
}

/* section-10 css  */



/* faq section css  */
/* gold-iras page css strat */
.accordionStyle .card {
    background: transparent;
    border-radius: 0;
    margin-bottom: 1rem;
    border: 0px;
}

.accordionStyle .card .card-header {
    padding: 0;
    border-radius: 4px 4px 0 0;
    border: 0;
    background: transparent;
}

.accordionStyle .card .card-header button {
    transition: 0.5s ease;
    text-transform: capitalize;
    display: block;
    padding: 15px 0 15px 70px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    width: 100%;
    text-align: left;
    position: relative;
    display: flex;
    line-height: 30px;
    border-radius: 0px;
    text-decoration: none;
    border: 1px solid #80897140;
    box-shadow: 0px 0px 14px 1px #0000002b;
    font-family: "Inter";
    font-size: 16px;
    background-image: -moz-linear-gradient(0deg, #4b2b78 0%, #623693 100%);
    background-image: linear-gradient(135deg,#4b2b78 0,#623693 45.72%,#ca2db8 100%);
    background-image: -ms-linear-gradient(0deg, #4b2b78 0%, #623693 100%);
    border-radius: 12px;
    font-family: 'Manrope', sans-serif;
}

.accordionStyle .card .card-header button .fas {
    position: absolute;
    top: 0;
    left: 30px;
    color: white;
    font-size: 17px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordionStyle .card .card-body p {
    margin: 0;
    font-size: 13px;
    color: black;
    width: 100%;
    font-weight: 600;
    line-height: 27px;
    padding: 0px;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
}

.accordionStyle .card .card-header button[aria-expanded="true"] .fas:before {
    content: "\f068";
}

.accordionStyle .card .card-header button[aria-expanded="true"] span {
    color: #000000;
}

.accordionStyle .card .card-header button span {
    padding-right: 13px;
}

.contctmain .cntct-head h2 {
    font-size: 65px;
    margin: 0 0 40px;
}

.contctpg {
    padding: 90px 0;
}

.accordionStyle .card .card-header button[aria-expanded="true"] .fas:before {
    color: white;
}

.FaqSection {
    font-family: "Roboto", sans-serif;
}

.accordionStyle .card .card-header button:hover {
    color: #000;
}

.FaqSection {
    padding-top: 40px;
    padding-bottom: 50px;
}

.accordionStyle .card .card-header button:hover {
    color: #fff;
}

.FaqSInner h6 {
    font-size: 2.6rem;

    text-align: center;

    color: #000;
}

.FaqSInner h3 {
    color: #322c2d;
    font-weight: 400;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 2rem;
}

.accordionStyle .card .card-header button:focus {
    background-image: -moz-linear-gradient(0deg, #4b2b78 0%, #623693 100%);
    background-image: linear-gradient(135deg,#4b2b78 0,#623693 45.72%,#ca2db8 100%);
    background-image: -ms-linear-gradient(0deg, #4b2b78 0%, #623693 100%);
    color: black;
}

.card-body {
    border: 1px solid #462973;
    border-radius: 12px;
    margin-top: 1rem;
}

.FaqSInner.support span {
    font-size: 50px;
    font-family: "Poppins";
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 0.5;
    margin-bottom: 4rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

p {}

.bottom-footer {
    background: black;
}

.bottom-footer p {
    margin: 0;
    text-align: center;
    padding: 1.5rem 0;
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 1.875;
}

footer.MainFooter .container {
    max-width: 1160px;
}

.Quicklinkheading .para {
    color: #fff;
    transition: 0.5s ease;
    font-size: 14px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.section-13 {
    padding-bottom: 6rem;
    padding-top: 1rem;
}

.Kick-Start h2,
h5,
h4 {
    margin-bottom: 5rem;
    /* text-align: center; */
    font-size: 55px;
    font-family: "Poppins";
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.157;
    /* text-align: center; */
}

/* faq section css  */

/* section-13 css  */

.foam-img {
    width: 60%;
}

.sign-up-foam {
    display: flex;
    width: 100%;
}

.signup-option ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 1rem;
}

.main-foam form {
    margin-top: 5.5rem;
}

.foam-sign-in {
    width: 100%;
    border-radius: 9px;
    box-shadow: 5px 8.66px 100px 0px rgb(43 0 135 / 5%);
    width: 100%;
    padding: 0px 16px;
    position: relative;
    z-index: 1;
}

.foam-sign-in h6 {
    font-size: 17.418px;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    margin-top: 1rem;
}

.main-foam {
    position: relative;
    z-index: 0;
    overflow: hidden;
    width: 100%;
    background-image: url(../images/yellowlayer.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.parent-foam:before {

    width: 100%;

}

.foam-sign-in ul.btn-ul.d-flex li {
    width: 100%;
}

.foam-sign-in ul.btn-ul.d-flex a.btn.custom-btn.yellow {
    width: 100%;
}

.signup-option span {
    font-size: 16px;
    font-family: "Manrope";
    color: rgb(19, 16, 34);
    font-weight: 800;
}

.signup-option {
    padding: 0 20px;
    margin-top: 2rem;
}

parent-foam {
    position: relative;
    z-index: 0;
}

/* section-13 css  */

/*FOOTER CSS START*/
.MainFooter {
    background: #1D1E37;
    padding: 4rem 0 1rem;
}

.Footerlogo h1 {
    font-size: 50px;
    font-weight: 700;
}

.Footerlogo h1 a {
    text-decoration: none;
    color: #fff;
}

.Footerlogo p {
    color: #8f8f8f;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 2rem;
    margin-top: 1rem;
}

.FooterIcons {
    display: flex;
    align-items: center;
}

.FooterIcons a {
    display: block;
    background: #462973;
    height: 50px;
    width: 50px;
    margin: 1px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #575757;
    text-decoration: none;
    transition: all 0.5s ease;
    font-size: 19px;
}

.FooterIcons a:hover i {
    /* background: #200000; */
    color: #200000;
}

.Quicklinkheading span {
    display: block;
    color: var(--color-black);
    margin-top: 13px;
}

.contactTop a {
    font-weight: 500;
    text-decoration: none;
    /*padding: 14px 28px;*/
    text-transform: uppercase;
    color: #fff !important;
    border-radius: 8px;
    transition: all 0.4s ease;
}

.Quicklinkheading span i {
    font-size: 20px;
    margin-right: 7px;
}

.Quicklinkheading span {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.Quicklinkheading ul {
    list-style: none;
    padding: 0;
}

.Quicklinkheading ul li {
    margin-bottom: 1rem;
}

.Quicklinkheading ul li a {
    color: #fff;
    transition: 0.5s ease;
    font-size: 13px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.Quicklinkheading ul li a:hover {
    color: #462973;
    text-decoration: none;
}

.Quicklinkheading p span {
    margin-right: 6px;
}

.btnNumber {
    color: #fff;
    font-weight: 500;
    margin-right: 11px;
    transition: 0.5s ease;
}

.contactBtnDiv a {
    padding: 14px 28px !important;
}

.btnNumber:hover {
    color: #ffffff;
}

.btnNumber img {
    margin-right: 17px;
}

.btnLivechat {
    color: #fff;
    padding: 10px 30px;
    border-radius: 9px;
    font-size: 17px;
    font-weight: 500;
    transition: 0.5s ease;
    background: #e70707;
}

.btnLivechat:hover {
    color: #fff;
    border-color: #fff;
}

/*COPYRIGHT CSS START*/
.copyright {
    border-top: 2px solid #50370e;
    margin-top: 3rem;
    padding-top: 21px;
    padding-bottom: 17px;
}

.CopyrightMain {
    display: flex;
    justify-content: end;
    align-items: center;
}

.copyrightfirsttext p {
    color: #fff;
    font-size: 15px;
    margin: 0;
    font-weight: 400;
}

.copyrightsecondtext ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.copyrightsecondtext ul li {
    margin-left: 1rem;
}

.copyrightsecondtext ul li a {
    text-decoration: none;
    color: var(--color-black);
    transition: 0.5s ease;
    font-size: 13px;
    font-weight: 500;
    font-family: poppins;
}

.Quicklinkheading-1 h5 {
    font-size: 40px;
    font-weight: 400;
}

.Quicklinkheading-1 p {
    font-size: 14px;
    font-weight: 500;
    width: 92%;
    color: #fff;
}

.FooterIcons a i {
    color: #fff;
}

.contactBtn {
    background: transparent;
    border: 2px solid #fff;
    font-size: 14px;
    font-weight: 500;
}

.contactTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.anyQuestion {
    /*display: flex;*/
    align-items: center;
}

.headphonesIcon2 a p {
    margin: 0;
    text-transform: capitalize;
    color: #fff;
    transition: 0.5s ease;
    font-size: 14px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.headphonesIcon i {
    font-size: 40px;
    color: #fff;
}

.headphonesIcon2 a p span {
    font-size: 14px;
    
}
span.d-block {
    margin-bottom: 0px;
}
.playButtonOne a {
    display: flex;
    align-items: center;
}

.playButtonOne p {
    font-size: 11px;
    margin: 0;
    color: #000;
}

.playButtonOne p span {
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.playButtonOne a {
    text-decoration: none;
    padding: 4px 29px 7px 8px;
}

.playButtonOne a i {
    color: #000;
    font-size: 28px;
}

.playButtonOne {
    background: transparent;
    border: 2px solid var(--color-black);
    font-size: 14px;
    border-radius: 8px;
}

.playButton {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.copyrightSec {
    background-color: #efa629;
}

section.copyrightSec .col-lg-12 {
    padding: 0;
}

.footer-logo a img {
    width: 250px;
}

/*FOOTER CSS END*/


/* testimonials section css  */
.testimonials {
    padding: 0 0 4rem;
    text-align: center;
}

.testimonials-content span {
    font-size: 16px;
    font-family: "Manrope";
    color: #4b2b78;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 2;
}

.testimonials-content span:nth-child(02) {
    font-size: 60px;
    font-family: "Manrope";
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 7rem;
}

.testimonials-content p {
    font-size: 20px;
    font-family: "Manrope";
    color: rgb(85, 85, 85);
    line-height: 1.729;
    text-align: center;
    width: 42%;
    margin: auto;
    font-weight: 500;
    margin: 2rem auto;
}

.author span strong {
    font-size: 24px;
    font-family: "Manrope";
    color: rgb(18, 18, 18);
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    display: block;
}

.author span {
    font-size: 16px;
    font-weight: 500;
}

.author {
    margin-top: 2rem;
}


.owl-theme .owl-dots .owl-dot span {
    width: 70px;
    height: 70px;
    margin: 5px 20px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    background: url('../images/testi-1.png');
    background-repeat: no-repeat !important;
    border-radius: 50% !important;
    background-size: contain !important;
    background-position: center !important;
}

.owl-theme .owl-dots:nth-child(02) span {
    width: 90px;
    height: 90px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-size: contain;
    background-position: center;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    border: 4px solid #3976ff;
    transform: scale(1.2);
}

.owl-theme .owl-dots .owl-dot:nth-child(01) span {
    background: url(../images/testi-1.png);
}

.owl-theme .owl-dots .owl-dot:nth-child(02) span {
    background: url(../images/testi-2.png);
}

.owl-theme .owl-dots .owl-dot:nth-child(03) span {
    background: url(../images/testi-3.png);
}

.owl-theme .owl-dots .owl-dot:nth-child(04) span {
    background: url(../images/testi-4.png);
}

.owl-theme .owl-dots .owl-dot:nth-child(05) span {
    background: url(../images/testi-5.png);
}

.owl-nav span {
    color: white;
    background: #4b2b78;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 10px 10px;
    font-size: 45px;
    display: flex;
    align-items: end;
    justify-content: center;
    line-height: 40px;
    border: 1px solid #4b2b78;
}

.testimonials-slider {
    position: relative;
    z-index: 0;
}

.testimonials-slider button.owl-next {
    position: absolute;
    right: 0;
    top: -50%;
    bottom: 0;
    height: fit-content;
    transform: translateY(200px);
}

.testimonials-slider button.owl-prev {
    position: absolute;
    left: 0;
    top: -50%;
    bottom: 0;
    height: fit-content;
    transform: translateY(200px);
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

.owl-theme .owl-nav [class*=owl-]:hover span {
    background: transparent;
    color: #fab33c;
}

.owl-dots {
    position: absolute;
    transform: translate(360px, -340px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    margin: auto;
}



.Services-result-slider {
    position: relative;
    z-index: 0;
}

.Services-result-slider button.owl-prev {
    left: -110px;
    top: -100px;
}

.Services-result-slider button.owl-next {
    right: -110px;
    top: -100px;
}

button.owl-prev span {
    background: transparent;
    color: #4b2b78;
}

/* testimonials section css  */


/* animation css  */

.craft {
    position: relative;
    z-index: 9;
    margin-left: 1rem;
}


.craft-img {
    position: absolute;
    top: -7px;
    left: -14px;
    right: 0;
    bottom: 0;
    animation: craftting 1s infinite;
    z-index: -1;
}


@keyframes craftting {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.craft-img img {
    width: 345px;
    height: 120px;
}

span.ooo {
    position: relative;
    z-index: 0;
}

span.ooo:before {
    background: #f1b94d;
    position: absolute;
    top: 38px;
    left: 15px;
    right: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    /* animation: colored 1s infinite; */
}


@keyframes colored {
    0.00% {
        background-color: red;
    }

    16.67% {
        background-color: orange;
    }

    33.33% {
        background-color: rgb(248, 182, 56);
    }

    50.00% {
        background-color: green;
    }

    66.67% {
        background-color: blue;
    }

    83.33% {
        background-color: indigo;
    }

    100.00% {
        background-color: violet;
    }
}

ul.quality-works li.active {
    background: #623693;
}

ul.quality-works li.active .quality-content span, ul.quality-works li.active .quality-content p {
    color: white;
}


@keyframes mymove {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(40px);
    }

}

@keyframes mymovex {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(40px);
    }

}

.sec-7-img.sec-11-img img {
    animation: mymove 5s infinite linear;
}

.foam-img img {
    animation: mymove 5s infinite linear;
}

.sec-7-img img {
    animation: mymovex 6s infinite linear;
}

.black:hover {
    background: white;
    color: black;
}

.transparent:hover {
    background: black;
    color: white;
}

.yellow:hover {
    background: black;
    color: white;
}

.package-bottom img {
    max-width: 16px;
}

/* animation css  */

header li.nav-item a {
    padding: 2px 8px;
    font-size: 16px;
    border: 0;
}

header .navbar ul {
    gap: 10px;
}

header .navbar ul li {
    padding: 0 0px;
    margin: 0 17px;
}

header .dropdown-menu {
    background: #171717;
    border: 0px solid white;
    padding-bottom: 0px;
    padding-top: 3px;
    border-bottom: 0;
}

header .dropdown-menu a {
    color: #ffffff !important;
    font-weight: 600;
    border-bottom: 1px solid;
    text-transform: capitalize;
}

header .dropdown-menu a:hover {
    color: black !important;
    background: linear-gradient(135deg,#4b2b78 0,#623693 45.72%,#ca2db8 100%);
}

.sec-1-content h3,
h2,
h5,
h4 {
    width: 100%;
    font-size: 50px;
}

.demanding-design .services-result-define:hover {
    background: linear-gradient(135deg,#4b2b78 0,#623693 45.72%,#ca2db8 100%);
}

.demanding-design .services-result-define:hover p, .demanding-design .services-result-define:hover span {
    color: white;
}

span.icon-header {
    padding-right: 12px;
}

.Quicklinkheading span {
    text-align: start;
}

.testimonials-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}

.right-follower h4 {
    color: white;
    margin: 0;
}

.right-follower h6 {
    color: white;
}
    .side-para.sec-1-content h5 {text-align: start;}


.number {
    position: relative;
    z-index: 0;
}

.number:before {
    position: absolute;
    right: -20px;
    top: -1px;
    height: auto;
    content: "+";
    font-weight: 800;
}

.side-para.sec-1-content span:nth-child(01) {
    /* margin: 0; */
    font-size: 1.4rem;
    color: #4d2c7b;
    text-transform: capitalize;
    font-weight: 400;
}


header .navbar-light .navbar-brand {
    display: none;
}

header .dropdown-item:focus, .dropdown-item:hover {
    background: linear-gradient(135deg,#4b2b78 0,#623693 45.72%,#ca2db8 100%);
    outline: 0px;
}




.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

header .custom-btn:hover {
    background: linear-gradient(135deg,#4b2b78 0,#623693 45.72%,#ca2db8 100%);
    color: white;
}

header .custom-btn {
    border-radius: 0;
    border: 0;
}

/*hover effect */
.packageBox:before {
    background: linear-gradient(135deg,#4b2b78 0,#623693 45.72%,#ca2db8 100%);
    top: 0;
    right: 0;
    left: 0;
    height: 0;
    width: 100%;
    position: absolute;
    content: "";
    transition: all ease .5s;
    z-index: -1;
}

.packageBox:hover:before {
    height: 100%;
}

.packageBox:hover:after {
    height: 50%;
}

.packageBox:hover .packageAnchorDiv a {
    background: white;
    color: black;
}

.packageBox:hover .package-top p {
    color: white;
}

.packageBox:hover .package-top span {
    color: white;
}

.packageBox:hover .package-bottom ul li {
    color: white;
}

.packageBox:hover .package-bottom ul li img {
    filter: invert(1) brightness(50);
}

.packageBox:hover {
    transform: translateY(25px);
}

.package-bottom ul::-webkit-scrollbar-thumb {
    background: white;
}
.packageBox {
    transition: all ease 0.5s;
    cursor: pointer;
}
/*hover effect */



.signup-option ul li i {
    color: black;
    background: #b5b5b5;
    padding: 10px 10px;
    border-radius: 4px;
    font-size: 19px;
}




/* header foma css  */
.customRadio input[type="radio"] {
    position: absolute;
    left: -9999px;
}

.customRadio input[type="radio"]+label {
    position: relative;
    padding: 0px 0 0 40px;
    cursor: pointer;
    margin: 0;
    margin-left: 44px;
    border: 1px solid #e6e7ec;
    width: 86%;
    margin: 0 auto;
    padding: 15px 0 15px 55px;
    font-size: 15px;
    line-height: 1.5;
}

.form-box-main form input[type=checkbox]:not(old)+label,
input[type=radio]:not(old)+label {
    display: inline-block;
    margin-left: -28px;
    padding-left: 28px;
    line-height: 24px;
    font-weight: 500;
    font-size: 14px;
    color: #5B6B7F;
}

.customRadio input[type="radio"]+label:before {
    content: '';
    background: #fff;
    border: 2px solid #311B92;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 12px;
}

.customRadio input[type="radio"]+label:after {
    content: '';
    background: #311B92;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 17px;
    opacity: 0;
    transform: scale(2);
    transition: transform 0.3s linear, opacity 0.3s linear;
}

.box-shadow--16dp {
    /* box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2); */
}

.btn-success {
    background-color: #311B92 !important;
    border-radius: 8px;
    padding-right: 35px;
    padding-left: 35px;
}


.btn-outline-light {
    color: #100303;
    border-color: #05213e;
}

button#backbtn {
    padding: 4px 20px;
    font-size: 15px;
    background-color: #55b055;
    border-color: #28a745;
    margin-top: 10px;
}

.customRadio input[type="radio"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}

.btn-success {
    background-color: #311B92 !important;
    border-radius: 0px;
    padding-right: 15px;
    padding-left: 15px;
}

.formtext {
    margin: 0px 0px 11px 0;
    height: 50px;
    width: 80%;
    margin: 0 auto 13px;
}

input#submitdata {
    font-size: 15px;
    font-weight: 600;
    height: 37px;
    border: 1px solid grey;
}

button#nextbtn {
    padding: 6px 0px;
    border-color: grey;
    border-radius: 0px;
    font-size: 15px;
    margin-top: 0px;
    background: var(--linear);
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    border-left: 0;
    border-color: #dc961c;
    height: 40px;
    color: black;
    width: 100px;
    margin-top: -2.5px;
    font-weight: 600;
}

button#backbtn {
    padding: 6px 20px;
    border-color: grey;
    border-radius: 6px;
    font-size: 15px;
    margin-top: 0px;
    background: var(--linear);
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    border-left: 0;
    border-color: #dc961c;
    height: 40px;
    color: #fff;
    width: 110px;
}

.holder label {
    width: 100%;
}

.main-parent {
    width: 100%;
}

.header-btn {
    padding: 0 0 !important;
    margin: 0;
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 0rem rgba(72, 180, 97, .5);
}

.holder input {
    border-radius: 0;
    border-color: #4b2b78;
    height: 100%;
    width: 200px;
    padding: 6px .75rem;
}

.right-foam-header {
    display: flex;
    align-items: baseline;
    gap: 16px;
}

.parent-foam-inner {
    display: flex;
    align-items: baseline;
    /* justify-content: left; */
    width: 100%;
}
.form-control:focus {
    box-shadow: 0 0 0 0rem rgba(0,123,255,.25);
}
.section-13.quote-page.py {
    margin-top: 3rem;
    margin-bottom: 2rem;
}
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.success.top-header-foam {display: inline-block;}

/* header foma css  */

/* My CSS */

section.section-10 {
    padding: 50px 0px;
}

a.custom-btn-top:hover{
    color: #fff;
}

.signup-option li a i {
    background: #4b2b78;
    color: #fff;
}

header li.nav-item a.dropdown-item {
    padding: 5px 8px;
    font-size: 16px;
    border-bottom: 1px solid #fff;
}

.section-5 h2 {
    color: #000000;
}

.footer-logo {
    padding-bottom: 20px;
}

.get-your h2 {
    color: #000;
}

.start-now h5 {
    color: #fff;
}

.portImgDiv {
    height: 400px;
    width: 100%;
}

.portImgDiv a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}