@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype'),
        url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-LightItalic.eot');
    src: url('../fonts/Montserrat-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-LightItalic.woff') format('woff'),
        url('../fonts/Montserrat-LightItalic.ttf') format('truetype'),
        url('../fonts/Montserrat-LightItalic.svg#Montserrat-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Black.eot');
    src: url('../fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Black.woff') format('woff'),
        url('../fonts/Montserrat-Black.ttf') format('truetype'),
        url('../fonts/Montserrat-Black.svg#Montserrat-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype'),
        url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



*{
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 14px;
    line-height: 1.4;
    color: #000000;
    background: #ffffff;
}

.container {
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

h1,
h2 {
    font-weight: 600;
    color: #0B0C0D;
    font-family: 'Montserrat';
    margin: 0;
    letter-spacing: .9px;
}

h3,
h4,
h5,
h6 {
    color: #0B0C0D;
    font-weight: 600;
    font-family: 'Montserrat';
    margin: 0;
    letter-spacing: .9px;
}

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

a:hover,
a:focus {
    color: #fff;
}

p {
    font-size: 14px;
    font-family: 'Montserrat';
    margin: 0;
    line-height: 1.4;
    color: #475467;
}

a,
button,
input,
textarea {
    transition: all 300ms;
}

a,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

::-webkit-input-placeholder {
    color: #AAAAAA;
}

:-ms-input-placeholder {
    color: #AAAAAA;
}

::placeholder {
    color: #AAAAAA;
}
.btn {
    display: block;
    width: 100%;
    padding: 7px 15px;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    font-family: 'Montserrat';
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #ededed;
    transition: all 300ms;
  }
  .btn:hover {
    color: #717C7D;
    border-color: #717C7D;
  }
  
  .primary-btn {
    background: #00705A;
    color: #fff;
    border-color: #00705A;
  }
  
  .primary-btn:hover {
    color: #fff;
    background: #00705A;
    border-color: #00705A;
    box-shadow: 0 4px 12px rgb(61 61 61 / 25%);
  }
  
.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: unset;
}

.d-flex {
    display: flex;
}

input,
textarea {
  width: 100%;
  font-size: 14px;
  border-radius: 4px;
  outline: none;
  overflow: hidden;
  background: #ffffff;
  color: #000000;
  border-image: initial;
  padding: 8px 12px;
  box-sizing: border-box;
  border: 1px solid #c8c8c8;
  font-family: "Montserrat";
  display: block;
  resize: none;
}
input:focus,
textarea:focus {
  border: 1px solid rgba(146, 146, 146, 0.89);
  outline: none;
}

.card {
    box-shadow: 0px 4px 32px 0px #0000000D;
    border: 1px solid #F1F2F4;
}
main{
    padding-top: 74px;
}
.contactus-checkbox input[type="checkbox"]:checked{
    accent-color: #008080;
}
label{
    color: #344054;
}
/* / Header start / */

header {
    padding: 0px 0;
    z-index: 55;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #fff;
    height: 70px;
    padding: 0px 0;
}

header.fixed {
    position: fixed;
    animation: topToBottom 300ms linear;
    width: 100%;
    box-shadow: 0px 0px 15px #0000002b;
}
.fixed .ht-inner {
    background: rgb(255, 255, 255);
    box-shadow: 0px 0px 6px 0px rgb(48 45 45 / 10%);
    padding: 15px 0;
}
.hdr-singel {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 74px;
}
.htr-right {
    display: flex;
    align-items: center;
    gap: 15px;
} 
header.fixed nav ul li a:hover:before, header.fixed nav ul li a.active:before {
    width: 100%;
    left: 0;
    visibility: visible;
    opacity: 1;
}
.menu-icon,
.close-menu {
    display: none;
}
.close-menu {
    position: absolute;
    top: 10px;
    left: 100%;
    width: 40px;
    background: #fff;
    padding: 20px 10px;
    box-shadow: 4px 0 5px rgb(0 0 0 / 10%);
    border-radius: 0 5px 5px 0;
}
.close-menu span {
    display: block;
    height: 2px;
    position: relative;
}
.close-menu span:after,
.close-menu span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    top: 0;
    background: #000000;
}
.close-menu span:after {
    transform: rotate(45deg);
}
.close-menu span:before {
    transform: rotate(-45deg);
}
.menu-icon {
    width: 40px;
    height: 35px;
    /* position: absolute;
    top: 25%;
    right: 15px; */
    padding: 16px 8px;
    background: transparent;
    border-radius: 4px;
    cursor: pointer;
}
.menu-icon span {
    display: block;
    height: 2px;
    background: #000;
    position: relative;
}
.menu-icon span:after,
.menu-icon span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #000;
}
.menu-icon span:before {
    top: -7px;
}
.menu-icon span:after {
    bottom: -7px;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 13%);
    z-index: 998;
    transition: all 300ms;
    opacity: 0;
    visibility: hidden;
    height: 100vh;
}
.menu-open .overlay {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.right-header {
    display: flex;
    align-items: center;
    gap: 5px;
}

.regstr-btn .prmry-btn {
    max-width: 175px;
    width: 175px;
    height: 40px;
    padding: 9px 10px;
    font-weight: 500;
    display: block;
}
.regstr-btn a:focus {
    color: #ffffff;
}
/* / Header end / */
/* banner start */
.banner-section {
    padding: 40px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

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

.bnr-innerflx {
    width: 49%;
}
.bnr-right {
    text-align: end;
}
.auction {
    display: flex;
    align-items: center;
    max-width: 320px;
    width: 100%;
    gap: 5px;
    font-weight: 600;
    background-color: rgb(0 112 90 / 12%);
    justify-content: center;
    padding: 8px;
    border-radius: 25px;
    margin-bottom: 40px;
}

.auction p {
    color: #00705A;
}
.bnr-heading h1 {
    color: #1A2422;
    font-size: 54px;
    font-weight: 500;
    line-height: 1.14;
}

.bnr-heading h1 span {
    font-weight: 600;
    color: #00705A;
}

.bnr-heading h1 a {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.bnr-heading h1+p {
    margin-top: 10px;
}

.bnr-heading p {
    font-size: 16px;
    color: #5B5B5B;
}

.bnr-btn {
    margin-top: 35px;
}
.bnr-downloadbtn a {
    font-size: 15px;
    font-weight: 600;
    color: #00705A;
}

.bnr-downloadbtn {
    margin-bottom: 15px;
}

.brn-social {
    display: flex;
    gap: 20px;
}
.blur-image span {
    display: inline-block;
    background-color: lab(35.81 -28.19 2.02 / .40);
    border-radius: 50%;
    box-shadow: 0px 0px 357px 150px lab(35.81 -28.19 2.02 / 0.40);
}

.blur-image {
    position: absolute;
    bottom: 170px;
    right: 460px;
}
.bnr-heading {
    position: relative;
}


section.sellwith-section {
    position: relative;
    padding: 70px 0;
}
.sellwith-section .blur-image {
    position: absolute;
    left: 100px;
    top: 164px;
}
.sellwith-image {
    position: relative;
}

.sellwith-main {
    display: flex;
    align-items: center;
}

.sellwith-inner50 {
    width: 50%;
}

.sellwith-contant h6 {
    color: #00705A;
    font-size: 14px;
}
.sellwith-contant h3 {font-size: 42px;color: #1A2422;}

.sellwith-contant h6+h3 {
    margin-top: 15px;
}

.sellwith-contant h3+p {
    margin-top: 15px;
}

.sellwith-contant p {
    margin-bottom: 20px;
}

.seellwith-btn {
    width: 135px;
}
.sellwith-image {
    text-align: center;
}
.auction-section {
    position: relative;
    padding: 70px 0;
}

.auction-section .blur-image {
    position: absolute;
    right: 0;
    top: 140px;
}

/* feature */
.top-heading {
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 25px;
}

.top-heading h6 {
    color: #00705A;
}

.top-heading h3 {
    color: #101828;
    font-size: 30px;
}
.top-heading h3 {
    margin: 10px 0;
}
.feature-main {
    margin: 50px 0 10px;
}
.feature-main ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.feature-contant .featr-icon {
    background-color: #E6F1EF;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto;
}
.feature-contant .featr-icon:before {
    content: '';
    position: absolute;
    background-color: #D9EAE6;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    /* inset: 0; */
}
.featr-icon span {
    position: relative;
}
.feature-contant {
    text-align: center;
}

.feature-detail h5 {
    font-size: 18px;
    color: #101828;
}

.feature-detail p {
    color: #475467;
}

.feature-detail h5 {
    margin: 10px 0;
}

.feature-section {
    padding: 50px 0;
}
.top-heading p {color: #475467;}

/* about */
.abt-contant {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    /* text-align: center; */
}
.abt-contant p {margin: 10px 0}
.about-section {
    padding: 50px 0;
    background-color: #F9FAFB;
}
.contact-heading {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}

.contact-list ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.contact-manu h6 {
    color: #FFFFFF;
}

.contact-section {
    background-color: #121212;
    padding: 50px 0;
    position: relative;
}

.contact-manu span {display: inline-block;height: 7px;width: 7px;background-color: #fff;border-radius: 50%;}

.contact-manu {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact-logo {
    margin-bottom: 15px;
}
.single-input {
    max-width: 525px;
    width: 100%;
    margin: 0 0 0 auto;
    position: relative;
}
.contact-section .single-input input {
    height: 50px;
    padding-left: 20px;
    box-shadow: 0px 0px 20px #0000001a;
    border-radius: 10px;
    position: relative;
    z-index: 9999;
    border: none;
}
.newsletter-inputinner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 3px;
    margin: 0;
}
.newsletter-btn {
    width: 150px;
    position: relative;
    z-index: 9999;
}
.newsletter-btn a {
    font-family: revert;
    font-size: 14px;
}
.contact-left p {
    color: #fff;
    font-size: 16px;
}

.contact-left h3 {
    color: #fff;
    font-size: 32px;
    margin: 15px 0;
}

.contact-left h6 {
    color: #fff;
    font-weight: 100;
}

.contact-call-mail {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.contact-icon span {
    background-color: #fff;
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.contact-icon {
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-left {
    width: 38%;
}

.contact-right {
    width: 58%;
    display: flex;
    align-items: center;
}

.contact-input {
    width: 100%;
}

.contact-subscribe h3 {
    color: #fff;
    font-size: 20px;
}
.centline span {
    width: 1px;
    height: 150px;
    background-color: #fff;
    display: inline-block;
}

.centline {
    height: 100%;
}

footer {
    padding: 20px 0;
    background-color: #121212;
    position: relative;
    border-top: 1px solid #4f4f4f;
}

/* footer:before {
    content: "";
    position: absolute;
    width: 100%;
    background-color: #fff;
    height: 2px;
    top: 0;
} */
.footer-main {
    display: flex;
    justify-content: space-between;
}

.reserved p {
    color: #fff;
}

.reserved p span {
    color: #00A181;
    font-weight: 600;
}

.social-media {
    display: flex;
    gap: 10px;
}

.social-mediaicon {
    height: 30px;
    width: 30px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

@keyframes topToBottom {
    from {
        margin-top: -80px;
    }
    to {
        margin-top: 0;
    }
}

/* dropdown */
/* contact-us */
.contactus-main {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.contactus-inner50 {
    width: 45%;
}

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

.contactus-heading h3 {
    font-size: 30px;
}

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

.contactus-singleinput {
    width: 48%;
}

.contactus-heading {
    margin-bottom: 25px;
}

.contactus-heading h3+p {
    margin-top: 10px;
}

.contactus-maininput {
    margin-bottom: 10px;
}

.contactus-singleinput label {
    margin-bottom: 5px;
    font-weight: 500;
}

.singleinput100+.singleinput100 {
    margin-top: 10px;
}

.singleinput100 label {
    margin-bottom: 5px;
    font-weight: 500;
}
.singletextarea100 {
    margin-top: 10px;
}

.singletextarea100 label {
    margin-bottom: 10px;
}
.singletextarea100 input {height: 120px;}

.contactus-checkbox {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.contactus-checkbox input {
    border: none;
    box-shadow: none;
    height: 20px;
    width: 20px;
}
.contactus-checkbox p {
    padding-left: 15px;
}
.form-select:focus{
    border: none;
    border-color: unset;
    box-shadow: none;
}
.form-select{
    border: none;
    border-color: unset;
    box-shadow: none;
    font-size: 15px;
}
.contact-manu a {
    color: #fff;
    font-weight: 600;
}
.contact-manu a:hover {
    color: #c4c4c4;
}


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

.cntct-ftr-flex-inner {
    width: 50%;
}

.cntct-ftr-main .contact-heading {
    max-width: 100%;
    margin: 0;
    text-align: left;
}

.cntct-ftr-main .contact-heading .contact-list ul {
    justify-content: left;
}

.cntct-ftr-main .contact-left {
    width: 100%;
}

.contactus-checkbox a {
    text-decoration: underline;
    color: #475467;
}
.contactus-checkbox a:hover {
     color: #838993;
}