/* font  */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

/* fontowsome  */
@import url(https://ka-p.fontawesome.com/releases/v6.5.1/css/pro.min.css?token=7ca6a895ef);
@import url(https://ka-p.fontawesome.com/releases/v6.5.1/css/pro-v4-shims.min.css?token=7ca6a895ef);
@import url(https://ka-p.fontawesome.com/releases/v6.5.1/css/pro-v5-font-face.min.css?token=7ca6a895ef);
@import url(https://ka-p.fontawesome.com/releases/v6.5.1/css/pro-v4-font-face.min.css?token=7ca6a895ef);

:root {
    --primary: #f8931d;
    --secondary: #1c1c1c;
    --accent: #1e1e1e;
    --primary-5: rgba(248, 129, 29, 0.05);
    --primary-15: rgba(248, 129, 29, 0.15);
    --light-yellow: rgba(248, 147, 29, 0.1);
    --white: #ffffff;
    --black: #000000;
    --transition: 0.3s all ease;
}

html,
body {
    overflow-x: hidden;
}

.text-dark {
    color: var(--accent) !important;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

img {
    width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
    margin: 0;
    padding: 0;
}

h1,
h2 {
    font-size: 50px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .site-btn {
        padding: 7px 10px !important;
    }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.site-btn {
    display: inline-block;
    border: 2px solid var(--primary);
    text-decoration: none;
    border-radius: 10px;
    background: var(--primary);
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    padding: 11px 15px;
    min-width: 190px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s all ease;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.site-btn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: var(--white);
    transition: 0.3s all ease;
    z-index: -1;
}

.site-btn:hover {
    color: var(--primary);
}

.site-btn:hover::before {
    height: 100%;
}

.btn-2 {
    background-color: var(--white);
    color: var(--primary);
}

.btn-2:hover {
    color: var(--white);
}

.btn-2::before {
    background-color: var(--primary);
}

.fw-medium {
    font-weight: 500;
}

p.big {
    font-size: 18px;
}

span {
    color: var(--primary);
}

/* header */

header .site-btn {
    min-width: 122px;
}

header .main-nav .nav-item {
    margin-left: 80px;
}

header .main-nav .nav-item:first-of-type {
    margin-left: 0;
}

header .nav-item .nav-link {
    color: var(--accent);
    transition: var(--transition);
}

header .nav-item .nav-link.active {
    color: var(--primary);
    font-weight: 600;
}

header .nav-item .nav-link:hover {
    color: var(--primary);
}

/* banner */

.banner {
    margin: 70px 0px;
}

.sec-1-span {
    padding: 5px 10px;
    background-color: bisque;
    max-width: 100px;
    height: 30px;
    font-size: 14px;
    background-color: var(--primary-15);
    border-radius: 10px;
    text-align: center;
    font-weight: 500;
    display: inline-block;
}

.sec1-text > p {
    max-width: 565px;
    color: #000;
}

/* section-2 */

.section-2 {
    background: var(--accent);
    padding: 70px 0px;
}

.section-2 .section-title {
    margin-bottom: 48px;
}

.section-2 .section-title h2 {
    font-size: 44px;
    font-weight: 700;
}

.section-2 .section-title p {
    margin-top: 12px;
    font-size: 18px;
}

.section-2 .icon-col {
    background: var(--white);
    border-radius: 20px;
    padding: 24px 17px;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.section-2 .icon-col img {
    max-width: 64px;
}

.section-2 .icon-col h3 {
    font-size: 18px;
    font-weight: 500;
    color: var(--accent);
    margin-top: 18px;
}

.section-2 .col-lg-2:nth-last-of-type(odd) {
    margin-top: 5%;
}

@media (min-width: 992px) {
    .section-2 .col-lg-2 {
        width: 12.2%;
    }
}

/* section3/ */

.section-3 {
    background-color: var(--white);
    padding: 100px 0px;
}

.section-3 .wrapper {
    max-width: 1170px;
    margin: auto;
}

.section-3 .text h3 {
    color: var(--primary);
    font-size: 26px;
    margin-bottom: 6px;
}

.section-3 .text h2 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
    max-width: 489px;
}

.section-3 .form-control {
    max-width: 389px;
    padding: 16px;
    margin: 16px 0px;
    border-radius: 10px;
}

.section-3 button {
    margin-top: 10px;
    width: 100%;
    max-width: 389px;
}

.section-3 .img {
    background: var(--primary-5);
    padding: 24px 14px;
    border-radius: 20px;
    padding: 40px 20px;
    text-align: center;
}

.section-3 .img img {
    max-width: 230px;
}

/* section4 */

.section-4 {
    margin: 80px 0px;
    background: var(--white);
}

.section-4 h2 {
    color: var(--secondary);
}

.section-4 .section-title p {
    max-width: 780px;
    font-weight: 300;
    color: var(--accent);
    margin: 8px auto 40px;
}

.section-4 .text h3 {
    font-size: 32px;
    font-weight: 600;
    color: var(--secondary);
}

.section-4 .text img {
    max-width: 8px;
    margin-right: 6.5px;
}

.section-4 .text li {
    list-style-type: none;
    display: flex;
    align-items: baseline;
}

.section-4 .text li {
    color: var(--accent);
    font-size: 16px;
    font-weight: 300;
    margin-top: 25px;
}

.section-4 button {
    margin-top: 32px;
}

/* section5 */

.section-5 {
    background: var(--white);
    padding-bottom: 60px;
    margin: 150px 0;
}

.section-5 h2 {
    font-size: 45px;
}

.wraper {
    /* background: url(../images/sec-5-backbround-img.png);
    background-size: 100% 100%; */
    padding: 180px 0;
    position: relative;
    z-index: 1;
}

.section-5 .logos {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/* Grid Lines */

@keyframes iconAnim {
    from {
        -webkit-transform: rotate(0deg) translateX(10px) rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg) translateX(10px) rotate(-360deg);
    }
}

.section-5 .logos .lines {
    height: 100%;
}

.section-5 .logos .line-icon {
    max-width: 75px;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    position: absolute;
    animation: iconAnim 2s linear infinite;
    -webkit-animation: iconAnim 2s linear infinite;
}

/* Left Ions */

.section-5 .logos .figma {
    left: 6%;
    top: 6%;
    animation-delay: 0.1s;
}

.section-5 .logos .photoshop {
    left: -2.5%;
    top: 41%;
    animation-delay: 0.3s;
}

.section-5 .logos .sketch {
    left: 4.5%;
    bottom: 8%;
    animation-delay: 0.5s;
}

.section-5 .logos .xd {
    left: 11%;
    bottom: 36%;
}

/* Right Icons */

.section-5 .logos .indesign {
    right: 11%;
    top: 36%;
}

.section-5 .logos .invision {
    right: 6%;
    top: 6%;
    animation-delay: 0.1s;
}

.section-5 .logos .illustrator {
    right: -2.5%;
    top: 41%;
    animation-delay: 0.3s;
}

.section-5 .logos .zeplin {
    right: 4.5%;
    bottom: 8%;
    animation-delay: 0.5s;
}

/* TItle */

.section-5 .section-title {
    max-width: 456px;
    margin: auto;
}

.section-5 .section-title img {
    margin: 40px auto;
    max-width: 377px;
    width: 100%;
}

/* Section-7 */

.section7 {
    padding: 90px 0px;
    position: relative;
    z-index: 1;
}

.section7::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0%;
    width: 100%;
    height: 27%;
    z-index: -1;
    background-color: var(--primary);
}

.section7 .v-left {
    height: 45%;
    opacity: 0.25;
}

.section7 .v-right {
    height: 35%;
    opacity: 0.5;
}

.section7 h2 {
    text-align: center;
}

.contact-form {
    background-color: var(--white);
    border-radius: 12px;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.08);
    padding: 44px 90px 40px;
}

.contact-form .contact-text {
    margin-bottom: 20px;
}

.contact-form h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 30px 0px 20px;
}

.contact-form .form-control {
    font-size: 18px;
    font-weight: 300;
    color: var(--secondary);
}

.section-3 .form input::placeholder {
    color: var(--secondary);
    -webkit-text-fill-color: var(--secondary);
}

.contact-form button {
    padding: 10px 70px;
}

.option {
    margin: 24px 0;
}

.contact-form [type="checkbox"] {
    border-color: rgba(248, 147, 29, 0.5);
    width: 18px;
    height: 18px;
}

.contact-form [type="checkbox"]:checked {
    background-color: var(--primary);
}

.contact-form label {
    color: var(--secondary);
    font-size: 18px;
    font-weight: 300;
    margin-left: 10px;
}

.contact-form textarea {
    background-color: var(--white);
    border-radius: 12px;
    border-color: rgba(174, 171, 199, 0.8);
}

.contact-form button {
    margin: 40px 0px 0px;
}

/* Section-8 */

.section8 {
    margin-bottom: 50px;
}

.section8 .text {
    background-color: rgba(248, 147, 29, 0.1);
    border-radius: 20px;
    padding-top: 52px;
    padding-bottom: 139px;
}

.section8 h2 {
    font-size: 32px;
    font-weight: 700;
    color: var(--primary);
    text-align: center;
    margin-bottom: 4px;
}

.section8 h3 {
    font-size: 32px;
    font-weight: 700;
    color: var(--secondary);
    text-align: center;
}

.public-icons {
    max-width: 971px;
    margin: -7% auto 0;
}

.prod-icon {
    min-height: 190px;
    background-color: var(--white);
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    position: relative;
}

.prod-icon .pilly-icon {
    width: 65%;
    height: 100%;
}

.prod-icon .hover-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 33px;
    border-radius: 10px;
    opacity: 0;
    transition: 0.3s all ease;
}

.prod-icon:hover .hover-content {
    opacity: 1;
    transition: 0.3s all ease;
}

.prod-icon .hover-content h4 {
    color: var(--white);
}

.prod-icon .hover-content .site-btn {
    min-width: 90px;
    margin-top: 15px;
    padding: 9px 15px;
    border-color: #fff;
    background: var(--white);
}

/* Pilly Ponka */

.prod-icon .hover-content.pilly {
    background: #f8931d !important;
}

.prod-icon .hover-content.pilly .site-btn {
    color: #f8931d !important;
}

.prod-icon .hover-content.pilly .site-btn::before {
    background: #f8931d !important;
}

/* Launchapd  */

.prod-icon .hover-content.launch .site-btn::before {
    background: #3eadff;
}

.prod-icon .hover-content.launch {
    background: #3eadff;
}

.prod-icon .hover-content.launch .site-btn {
    color: #3eadff;
}

/* Utilasoft  */

.prod-icon .hover-content.utila .site-btn::before {
    background: #3769b1;
}

.prod-icon .hover-content.utila {
    background: #3769b1;
}

.prod-icon .hover-content.utila .site-btn {
    color: #3769b1;
}

/* Render Real  */

.prod-icon .hover-content.render .site-btn::before {
    background: #2e3192;
}

.prod-icon .hover-content.render {
    background: #2e3192;
}

.prod-icon .hover-content.render .site-btn {
    color: #2e3192;
}

/* Tumble Yard  */

.prod-icon .hover-content.tumble .site-btn::before {
    background: #ff6000;
}

.prod-icon .hover-content.tumble {
    background: #ff6000;
}

.prod-icon .hover-content.tumble .site-btn {
    color: #ff6000;
}

.prod-icon .hover-content .site-btn:hover {
    color: var(--white) !important;
}

@media (min-width: 768px) {
    .section8 .prod-icon {
        max-width: 288px;
    }
}

/* Section-9 */

.section-9 .container {
    background-color: rgba(248, 147, 29, 0.05);
    border-radius: 20px;
    padding: 50px 115px;
}

.section-9 .section-title p {
    font-size: 18px;
    max-width: 797px;
    font-weight: 300;
    color: #000;
    margin: 13px auto 20px;
}

.section-9 .domaine {
    padding-bottom: 50px;
    padding-top: 45px;
}

.domain-img img {
    width: auto;
    min-height: 24%;
    padding: 16px;
}

.domain-text img {
    max-height: 390px;
}

.domain-text .text {
    font-size: 18px;
    font-weight: 400;
    color: var(--accent);
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 100px;
    margin-right: 50px;
}

/* Footer*/

footer {
    background-color: var(--secondary);
    padding: 50px 0;
    position: relative;
}

footer .text {
    text-align: center;
}

footer .text p {
    font-size: 16px;
    color: var(--white);
}

footer .text p a,
footer .text p button {
    color: var(--white);
    text-decoration: none;
}

footer .text img {
    max-width: 175px;
    height: 100%;
    margin-bottom: 25px;
}

/* Range slider */

.rangSlider {
    margin-bottom: 50px;
}

.al-range-slider {
    padding: 0;
}

.al-range-slider__track {
    height: 3px;
    margin: 0;
    box-shadow: none;
    background-color: #e6e6e6;
}

.al-range-slider__grid-tick {
    background-color: #e6e6e6;
}

.al-range-slider__knob {
    box-shadow: none;
    border-color: var(--primary);
    background: var(--primary);
    width: 16px;
    height: 16px;
}

.al-range-slider__knob:hover,
.al-range-slider__knob_active {
    border-color: var(--primary);
    box-shadow: none;
    background: var(--primary);
}

.al-range-slider__bar {
    background: var(--primary);
    box-shadow: none;
}

.al-range-slider__grid-mark {
    font-size: 18px;
    color: var(--secondary);
    font-weight: 300;
}

.al-range-slider__tooltip {
    display: none;
}

.al-range-slider__grid-tick[data-position="0"] span {
    left: 15px;
}

.al-range-slider__grid-mark {
    top: -50%;
}

.al-range-slider__grid-tick[data-position="0"] {
    left: 2% !important;
}

.al-range-slider__grid-tick[data-position="1"] {
    left: 97% !important;
}

.pivacy-policy h2 {
    color: var(--mainhead);
}

.pivacy-policy h4 {
    margin: 20px 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--secondary);
}

.pivacy-policy p {
    color: var(--accent);
}

.pivacy-policy li {
    margin-top: 10px;
}

/* proposal page */

.question {
    padding: 100px 0 60px 0;
}

.question .txt {
    margin-top: 10px;
}

.question .txt h2 {
    color: var(--black);
    font-size: 50px;
    font-weight: 700;
}

.question .txt p {
    margin-top: 20px;
    color: var(--accent);
    font-size: 18px;
}

.question .txt button {
    margin-top: 40px;
}

.question .main-sec {
    margin-bottom: 117px;
}

.question .info {
    border-top: 1px solid #e0e0e0;
    text-align: center;
    padding-top: 22px;
}

.question .info a,
.question .info p {
    color: rgba(3, 16, 56, 0.8);
    text-decoration: none;
}

.question .info a:hover {
    color: #3769b1;
}

.question .accordion-button:not(.collapsed) {
    color: var(--accent);
    font-size: 16px;
    font-weight: 500;
}

.question .accordion-item {
    border-radius: 10px !important;
    border: none;
    background-color: rgba(248, 147, 29, 0.1);
    margin-bottom: 12px;
}

.question .accordion-button {
    background: transparent;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-weight: 500;
    color: var(--accent);
    height: 60px;
}

.question .accordion-body {
    font-size: 16px;
    font-weight: 400;
    color: var(--accent);
}

/* 4-digit-page */

.quote-page .banner {
    margin: 71px 0 97px 0;
}

.quote-page span {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: var(--primary);
    background-color: rgba(248, 147, 29, 0.1);
    border-radius: 10px;
    padding: 9px 12px;
}

.quote-page .main-text {
    margin-top: 20px;
}

.quote-page h2 {
    color: var(--black);
}

.quote-page .sub-text {
    font-size: 18px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
}

.quote-page p {
    font-size: 18px;
    font-weight: 500;
    color: var(--primary);
    margin: 10px 0;
}

.meet-req span {
    color: var(--lightblue);
    text-decoration: underline;
}

.quote-page input {
    max-width: 50px;
    min-height: 47px;
    border-radius: 10px;
    border-color: #b5b5b5;
    margin-bottom: 20px;
}

.quote-page button {
    max-width: 363px;
    margin-bottom: 23px;
}

/* Domain-Page */

/* Banner */

.domain-banner {
    margin: 70px 0px;
}

.domain-banner .text span {
    font-size: 30px;
    color: var(--primary);
}

.domain-banner .text h2 {
    color: var(--black);
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 13px;
}

.domain-banner .text p {
    font-size: 18px;
    font-weight: 300;
    max-width: 489px;
}

.domain-banner .img-text {
    clip-path: polygon(0 0, 100% 0, 78% 100%, 0% 100%);
    background-color: var(--primary);
    max-width: 490px;
}

.domain-banner .img-text img {
    max-width: 427px;
}

.domain-banner .img-text h2 {
    font-size: 100px;
    font-weight: 700;
    color: var(--white);
    text-align: center;
    padding: 20px 180px 30px 53px;
}

/* section-1 */

.domain-section1 {
    margin: 50px 0;
}

.domain-section1 .wrapper {
    background-color: var(--primary-5);
    border-radius: 20px;
}

.serch-bar {
    padding: 38px 40px;
}

.serch-bar input {
    padding-left: 32px;
    border-radius: 12px;
    border-color: var(--white);
    background-color: var(--white);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
}

.form input::placeholder {
    color: #747474;
    -webkit-text-fill-color: #747474;
}

.serch-bar .input-group-text {
    background-color: var(--primary);
    border-color: var(--primary);
    padding: 8px 24px;
}

/* Section-2 */

.domain-section2 .wrapper {
    background-color: var(--primary-5);
    border-radius: 15px;
}

.domain-section2 {
    margin-bottom: 80px;
}

.domain-section2 .text h2 {
    font-size: 32px;
    font-weight: 500;
    color: var(--black);
    text-align: center;
    padding-top: 23px;
}

.domain-section2 .dom-logo {
    padding: 50px;
}

.domain-section2 .logos {
    min-height: 144px;
    background-color: var(--white);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.domain-section2 .logos img {
    width: auto;
    max-height: 100%;
}

@media (min-width: 992px) {
    .domain-section2 .col-lg-2 {
        width: 20%;
    }
}

/* section-3 */

.domain-section3 {
    margin-bottom: 80px;
}

.domain-section3 h2 {
    text-align: center;
    color: var(--black);
    margin-bottom: 55px;
}

.domain-section3 .img img {
    border-radius: 40px;
}

/* section-4 */

.domain-section4 {
    margin-bottom: 90px;
}

.domain-section4 h2 {
    text-align: center;
    color: var(--black);
    margin-bottom: 77px;
}

.quik .img img {
    height: 100%;
    max-width: 64px;
}

.quik .text h3 {
    font-size: 20px;
    color: var(--black);
    margin: 14px 0;
}

.quik .text p {
    font-size: 16px;
    color: var(--black);
    max-width: 275px;
    margin: auto;
}

.border-r {
    border-right: 1px solid #d6d6d6;
}

/* section-5 */

.domain-section5 {
    background-color: var(--accent);
}

.domain-section5 .wrapper {
    padding: 50px 0;
}

.domain-section5 .text img {
    max-width: 120px;
    height: 100%;
    margin-bottom: 19px;
}

.domain-section5 .text h2 {
    color: var(--white);
    margin-bottom: 45px;
}

.domain-section5 li {
    color: var(--white);
    margin-bottom: 26px;
    display: flex;
}

.domain-section5 ul {
    list-style: none;
}

.domain-section5 li img {
    height: 100%;
    max-width: 5%;
}

/* section-6 */

.domain-section6 {
    margin-bottom: 200px;
}

.domain-section6 .img {
    margin: 100px 0;
}

.domain-section6 .text h2 {
    color: var(--black);
    text-align: center;
    margin-bottom: 45px;
}

.domain-section6 li img {
    height: 100%;
    max-width: 4%;
}

.domain-section6 li {
    color: var(--black);
    margin-bottom: 26px;
}

.domain-section6 ul {
    list-style: none;
}

.sec6-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 800px;
    margin: auto;
}

.sec6-list li {
    width: 50%;
}

/* Footer */

.domain-list {
    background-color: var(--primary);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    margin-top: 130px;
}

.domain-list {
    padding: 16px;
    margin-top: -15%;
}

.domain-list .text {
    padding: 70px 0;
}

.domain-list .text h2 {
    color: var(--white);
    margin-bottom: 27px;
    font-size: 32px;
}

.domain-list .text input {
    max-width: 572px;
    border-radius: 10px;
    border-color: var(--white);
}

.domain-list .form input::placeholder {
    color: rgba(0, 0, 0, 0.16);
    -webkit-text-fill-color: rgba(0, 0, 0, 0.16);
}

/* UI/UX Page */

/* Design-Banner */

.design-banner {
    margin: 50px 0px;
}

.design-banner .text h2 {
    color: var(--black);
    margin-bottom: 12px;
    font-size: 47px;
}

.design-banner .text p {
    margin-bottom: 16px;
    font-size: 15px;
    font-weight: 300;
    max-width: 580px;
    font-size: 15px;
}

.banner-img img {
    max-width: 380px;
}

/* Section-1 */

.design-section1 {
    margin-bottom: 100px;
}

.design-section1 .wrapper {
    background-color: var(--secondary);
    border-radius: 20px;
    padding: 33px 40px;
}

.design-section1 .tittle h2 {
    color: var(--primary);
    font-weight: 500;
    text-align: center;
}

.design-section1 .para {
    color: var(--white);
    max-width: 744px;
    font-size: 15px;
    font-weight: 500;
}

/* section-2 */

.design-section2 {
    margin-bottom: 50px;
}

.design-section2 .wrapper {
    text-align: center;
}

.design-section2 .img img {
    width: auto;
    max-width: 100%;
}

.design-section2 .text {
    margin-top: 20px;
}

.design-section2 .text h3 {
    font-size: 32px;
    font-weight: 400;
    color: var(--black);
    margin-bottom: 12px;
}

.design-section2 .text p {
    font-size: 18px;
    font-weight: 400;
    color: var(--black);
    margin-bottom: 16px;
}

/* section-3 */

.design-section3 {
    padding: 100px 0px;
    position: relative;
    z-index: 1;
}

.design-section3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0%;
    width: 100%;
    height: 40%;
    z-index: -1;
    background-color: var(--primary);
}

.design-section3 .tool-kit {
    max-width: 822px;
    margin: auto;
}

.tool-kit {
    text-align: center;
    background-color: var(--white);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
    padding: 56px 80px 10px;
    border-radius: 20px;
}

.tool-kit h2 {
    margin-bottom: 40px;
}

.tool-kit .logo img {
    width: auto;
}

.tool-kit .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
    width: 76px;
    height: 76px;
    position: relative;
    z-index: 1;
}

.tool-kit p {
    margin-top: 12px;
    font-size: 18px;
    font-weight: 400;
    color: var(--black);
}

.tool-text {
    margin-bottom: 50px;
}

/* section-4 */

.design-section4 {
    margin-bottom: 50px;
}

.poster1 {
    margin-bottom: 80px;
    border: 3px dashed var(--primary);
    border-radius: 20px;
}

.poster2 {
    border: 3px dashed var(--primary);
    border-radius: 20px;
}

/* Html-Prep */

/* banner */

.banner-html {
    margin: 15px 0px -75px;
}

.banner-html .text {
    margin-bottom: 50px;
}

.banner-html h2 {
    margin-bottom: 12px;
}

.banner-html .text p {
    max-width: 300px;
    margin-bottom: 10px;
}

/* section3 */

.html-section-2::before {
    content: "";
    position: absolute;
    background: var(--secondary);
    left: 0;
    width: 100%;
    height: 55%;
    z-index: -1;
}

.html-section-2 .section-title {
    padding-top: 44px;
    padding-bottom: 25px;
}

.html-section-2 .section-title .site-btn {
    font-size: 28px;
    font-weight: 400;
    padding: 5px 33px;
    margin-bottom: 12px;
}

.html-section-2 .section-title h2 {
    color: var(--white);
    margin-top: 11px;
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    .html-section-2 .col-md-5 {
        width: 45.5%;
    }
}

.html-section-2 .img {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
}

.section-3 .colmn1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.html-section-2 {
    position: relative;
    z-index: 1;
}

.html-section-2 .arrow {
    content: "";
    position: absolute;
    left: 100%;
    top: -7%;
    width: 19%;
    z-index: -1;
}

/* Section-3 */

.html-section-3 {
    margin: 80px 0;
}

.html-section-3 .text {
    text-align: center;
    margin-bottom: 45px;
}

.html-section-3 span {
    font-size: 50px;
    font-weight: 700;
    color: var(--primary);
}

.html-section-3 {
    margin-top: 100px;
}

.html-section-3 h2 {
    color: var(--black);
}

.html-section-3 ul {
    --col-gap: 2rem;
    --row-gap: 250px;
    --line-w: 1.5px;
    display: grid;
    grid-template-columns: var(--line-w) 1fr;
    grid-auto-columns: max-content;
    column-gap: var(--col-gap);
    list-style: none;
    width: 100%;
    max-width: 1036px;
    margin-inline: auto;
}

/* line */

.html-section-3 ul::before {
    content: "";
    grid-column: 1;
    grid-row: 1 / span 20;
    background: #707070;
    border-radius: calc(var(--line-w) / 2);
}

/* columns*/

/* row gaps */

.html-section-3 ul li:not(:last-of-type) {
    margin-bottom: var(--row-gap);
}

/* card */

.html-section-3 ul li {
    grid-column: 2;
    --inlineP: 1.5rem;
    margin-inline: var(--inlineP);
    grid-row: span 2;
    display: grid;
    grid-template-rows: min-content min-content min-content;
}

.html-section-3 ul li.step4 {
    margin-bottom: 0;
}

.html-section-3 ul li.step5 {
    margin-top: 30px;
}

/* date */

.html-section-3 ul li .date {
    --dateH: 3rem;
    height: var(--dateH);
    margin-inline: calc(var(--inlineP) * -1);
    color: var(--accent);
    font-size: 24px;
    font-weight: 600;
    padding-inline: 2.9rem;
    display: grid;
    position: relative;
    border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}

/* circle */

.html-section-3 ul li .date::after {
    content: "";
    position: absolute;
    width: 70px;
    aspect-ratio: 1;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 55% 55%;
    border: 1px solid var(--primary);
    border-radius: 50%;
    top: 100%;
    background-position: center;
    transform: translate(50%, -50%);
    right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}

.html-section-3 ul li .step-1::after {
    background-image: url(../images/serch-img.svg);
}

.html-section-3 ul li .step-2::after {
    background-image: url(../images/html-file.svg);
}

.html-section-3 ul li .step-3::after {
    background-image: url(../images/css-file.svg);
}

.html-section-3 ul li .step-4::after {
    background-image: url(../images/test-tool.svg);
}

.html-section-3 ul li .step-5::after {
    background-image: url(../images/rocket.svg);
}

/* title descr */

.html-section-3 ul li .title {
    color: var(--primary);
    font-size: 20px;
    font-weight: 500;
}

.html-section-3 ul li .descr {
    font-size: 16px;
    font-weight: 300;
}

.html-section-3 ul li .title,
.html-section-3 ul li .descr {
    padding-inline: 1.5rem;
}

.html-section-3 ul li .title {
    overflow: hidden;
    font-weight: 500;
    margin-bottom: 12px;
}

.html-section-3 ul li .descr {
    padding-block-end: 1.5rem;
    font-weight: 300;
}

/* shadows */

@media (min-width: 40rem) {
    .html-section-3 ul {
        grid-template-columns: 1fr var(--line-w) 1fr;
    }

    .html-section-3 ul::before {
        grid-column: 2;
    }

    .html-section-3 ul li:nth-child(odd) {
        grid-column: 1;
    }

    .html-section-3 ul li:nth-child(even) {
        grid-column: 3;
    }

    /* start second card */
    .html-section-3 ul li:nth-child(2) {
        grid-row: 2/4;
    }

    .html-section-3 ul li:nth-child(odd) .date::before {
        clip-path: polygon(0 0, 100% 0, 100% 100%);
        left: 0;
    }

    .html-section-3 ul li:nth-child(odd) .date::after {
        transform: translate(-50%, -50%);
        left: calc(100% + var(--col-gap) + var(--line-w) / 2);
    }

    .html-section-3 ul li:nth-child(odd) .date {
        border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
    }
}

.credits {
    margin-top: 1rem;
    text-align: right;
}

.credits a {
    color: var(--color);
}

#thankYou .img img {
    max-width: 88px;
}

#thankYou h3 {
    font-size: 34px;
    font-weight: 700;
    color: var(--primary);
}

.html-section-3 .step-4 {
    margin-bottom: 0;
}

.html-section-3 .step-5 {
    margin-top: -5px;
}

/* domain details page  */

@media (min-width: 1200px) {
    .dom-details .col-xl-4 {
        width: 37.333333%;
    }

    .dom-details .col-xl-7 {
        width: 55.333333%;
    }
}

.dom-details {
    padding: 70px 0 100px;
}

.dom-details .go-back a {
    color: var(--primary);
    display: flex;
    gap: 10px;
    text-decoration: none;
    align-items: center;
    font-weight: 500;
    margin-bottom: 40px;
}

.dom-details .go-back a i {
    font-size: 20px;
    font-weight: 500;
}

.dom-details .title {
    background-color: #fef4e8;
    padding: 10px;
}

.dom-details .title span {
    color: var(--black);
}

.dom-details .title span:last-of-type {
    border: 1px solid var(--primary);
    color: var(--primary);
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 8px;
    font-weight: 500;
}

.dom-details .title h1 {
    font-size: 35px;
    font-weight: 600;
    margin-top: 10px;
}

.dom-details .by-or-lease {
    margin-top: 24px;
}

.dom-details .buy-option .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dom-details .form-check {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 7.5px;
}

.dom-details .form-check-input {
    margin: 0;
}

.dom-details .form-check-input:checked {
    background-color: var(--black);
    border: 1px solid var(--black);
    background-size: 18px;
}

.dom-details .buy-option label {
    color: var(--black);
    font-size: 18px;
}

.dom-details .buy-option .price p {
    color: var(--black);
    font-size: 18px;
    font-weight: 600;
}

.dom-details .buy-option .body p {
    font-size: 14px;
    color: #4d4d4d;
    margin-left: 22px;
}

.dom-details .services {
    margin-top: 30px;
}

.dom-details .services h3 {
    color: var(--black);
    font-size: 20px;
    font-weight: 600;
}

.check-list ul {
    list-style-type: none;
}

.check-list li {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #4d4d4d;
    font-size: 14px;
}

.check-list li img {
    max-width: 20px;
}

/* col-2   */
.dom-details .text-2 .img {
    min-height: 430px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fef4e8;
    border-radius: 12px;
    padding: 15px;
}

.dom-details .text-2 > p {
    color: #4d4d4d;
    margin-top: 15px;
}

.dom-details .text-2 .img img {
    max-width: 380px;
}

.dom-details .keywords-an-style {
    margin-top: 40px;
}

.dom-details .keywords-an-style h4 img {
    max-width: 20px;
}

.dom-details .keywords-an-style h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dom-details .keywords-an-style .busns-name {
    display: flex;
    align-items: center;
    gap: 20px;
}

.dom-details .keywords-an-style .busns-name span {
    color: #4d4d4d;
    font-size: 14px;
}

.dom-details .keywords-an-style :is(.busns-name, .inner-keywords) {
    margin-left: 29px;
}

.dom-details .keywords-an-style hr {
    height: 15px;
    background-color: #e0e0e0;
    margin: 0;
    opacity: 1;
    border-radius: 1px;
    border: unset;
    border-left: 1px solid #e0e0e0;
}

.dom-details .inner-keywords {
    max-width: 500px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.dom-details .inner-keywords span {
    color: var(--black);
    border: 1px solid #c9c8c8;
    border-radius: 8px;
    padding: 5px 10px;
    display: inline-block;
    font-size: 14px;
}

/* checkout buy now  */
.checkout-buy {
    padding: 40px 0 100px;
}

.checkout-buy .row > div .title h1 {
    font-size: 44px;
    color: var(--black);
    margin-bottom: 20px;
}

.checkout-buy .inner-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.checkout-buy .inner-wrapper h3 {
    color: var(--black);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.checkout-buy .payment-method .payment-radios {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 425px;
}

.checkout-buy .payment-method label {
    color: var(--black);
}

.checkout-buy .payment-method input:checked {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    background-size: 17px;
}

.checkout-buy .payment-method label img {
    width: auto;
    max-width: 100%;
}

.checkout-buy .inner-wrapper :is(input, select):not(.payment-method input) {
    color: #4d4d4d;
    font-size: 14px;
    border-radius: 8.5px;
    padding: 12px 13px;
}

.checkout-buy .inner-wrapper input::placeholder {
    color: #4d4d4d;
    font-size: 14px;
}

.checkout-buy .inner-wrapper select {
    background-image: url(../images/chavron-down.svg);
    background-size: 10px 12px;
}

.checkout-buy .order-summary {
    border: 1px solid #e0e0e0;
    border-radius: 7px;
}

.checkout-buy .order-summary span {
    color: var(--black);
}

.checkout-buy .order-summary .inner-summery {
    padding: 0 20px 20px;
}

.checkout-buy .order-summary > .title {
    background-color: rgba(0, 0, 0, 0.04);
    padding: 20px;
    margin-bottom: 20px;
}

.checkout-buy .order-summary > .title h3 {
    font-size: 20px;
    color: var(--black);
    font-weight: 700;
}

.checkout-buy .pay-options .img {
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 11px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.checkout-buy .pay-options .img img {
    max-width: 90px;
}

.checkout-buy .pay-options p {
    color: var(--black);
}

.checkout-buy .pay-options h3 {
    color: var(--black);
    font-size: 18px;
    font-weight: 500;
    margin: 24px 0 16px;
}

.checkout-buy .payment-details span {
    color: var(--black);
}

.checkout-buy .payment-details hr {
    border: 1px solid #e0e0e0;
    opacity: 1;
}

.checkout-buy .initial-payment > .title span {
    font-size: 18px;
    font-weight: 500;
}

.checkout-buy .initial-payment > .title span:last-child,
.checkout-buy .pay-options span {
    font-weight: 600;
    font-size: 18px;
}

.checkout-buy .pay-details {
    background-color: #fffaf4;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}

.checkout-buy .my-btn.border-bottom {
    border-bottom: 1px solid #e0e0e0 !important;
    margin-bottom: 25px;
}

.checkout-buy .pay-details :is(p, li) {
    color: #4d4d4d;
    font-size: 14px;
}

.checkout-buy .pay-details ul li {
    font-size: 12px;
    display: flex;
}

.checkout-buy .pay-details ul li::before {
    content: "\2022";
    color: var(--primary);
    font-size: 20px;
    line-height: 0.9;
    vertical-align: middle;
    margin-right: 4px;
}

.checkout-buy .pay-details ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.checkout-buy .pay-details h3 {
    color: var(--black);
    font-size: 14px;
    font-weight: 600;
}

.checkout-buy .site-btn {
    min-width: unset;
}

.checkout-buy .payment-method .payment-radios .form-check {
    padding: 0;
    display: flex;
    gap: 10px;
    align-items: center;
}

.checkout-buy .payment-method .payment-radios .form-check-input {
    margin: 0;
}

/* Congratulations page  */
.dom-details .wrapper-2 .title {
    background-color: transparent;
}

.dom-details .wrapper-2 .title img {
    max-width: 108px;
}

.dom-details .wrapper-2 .title h1 {
    font-size: 44px;
    color: var(--black);
    margin: 10px 0 20px;
}

.dom-details .wrapper-2 .title p {
    max-width: 500px;
    margin-top: 10px;
}

.dom-details .wrapper-2 .title h4 {
    font-size: 16px;
    color: #4d4d4d;
    font-weight: 700;
}

.dom-details .wrapper-2 .title a {
    color: var(--primary);
    font-weight: 500;
}

/* Blog-page */
section.banner-blog {
    padding: 100px 0 20px;
    margin: 0px 0 50px;
}

.banner-blog .main-image {
    background-color: var(--light-yellow);
    border-radius: 10px;
    height: 100%;
}

.banner-blog .main-image img {
    border-radius: 10px 10px 0 0;
    object-fit: cover;
    height: 450px;
}

.banner-blog .main-image .img-details {
    padding: 30px 40px 22px;
}

.main-image .img-details h2 {
    color: var(--accent);
    font-size: 18px;
    font-weight: 700;
    margin-top: 5px;
}

.main-image .img-details p {
    color: var(--primary);
    font-weight: 400;
    font-size: 14px;
    position: relative;
    padding-left: 7px;
}

.main-image .img-details p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background-color: var(--primary);
}

.popular .tittle h3 {
    color: var(--accent);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 22px;
}

.popular .list h4 {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 5px;
}

.popular .list p {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    max-width: 258px;
}

.popular .list a {
    margin-bottom: 18px;
    border-radius: 10px;
    padding: 10px 10px;
    display: block;
    text-decoration: none;
}

.popular .list:last-of-type {
    margin-bottom: 0;
}

.popular .list a:hover,
.popular .list.active a {
    background-color: var(--light-yellow);
}

.search-blog {
    margin-bottom: 32px;
}

.search-blog .form-control {
    border-radius: 30px;
    border: 1px solid var(--primary);
    font-size: 16px;
    color: var(--accent);
    box-shadow: unset;
    border-right: unset;
    padding: 12px 15px;
}

.search-blog input::placeholder {
    color: #c1c1c1;
}

.search-blog .input-group-text {
    border-left: unset;
    border-radius: 0 30px 30px 0;
    background: transparent;
    border-color: var(--primary);
    padding: 16px 15px;
    color: var(--primary);
    font-size: 20px;
    cursor: pointer;
}

.blog-card .image img {
    transition: var(--transition);
}

.blog-card .image {
    overflow: hidden;
    border-radius: 15px;
}

.blog-card:hover .image img {
    transform: scale(1.15);
    transition: var(--transition);
}

.blog-card .deatils p {
    color: var(--primary);
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}

.blogs a {
    text-decoration: none;
    color: unset;
}

.blog-card .deatils h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 5px 0 10px;
    max-width: 357px;
}

.blogs {
    margin-bottom: 100px;
}

/* Blog-details Page */
.detail-blog img {
    border-radius: 10px !important;
}

@media (min-width: 768px) {
    .detail-blog .col-md-9 {
        width: 87%;
    }
}

@media (min-width: 768px) {
    .detail-blog .col-md-2 {
        width: 12%;
    }
}

.banner-blog .tittle h2 {
    font-size: 42px;
    margin-bottom: 40px;
}

.social-media {
    border-radius: 50%;
    background: var(--light-yellow);
    width: 60px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    color: var(--primary);
    font-size: 22px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: var(--transition);
    border: 1px solid transparent;
}

.detail-blog .social-icons a {
    text-decoration: none;
}

.social-media:hover {
    background: transparent;
    border: 1px solid var(--primary);
    transition: var(--transition);
}

.blog-faq {
    margin-bottom: 100px;
}

.blog-faq .tittle h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

.faq-answers {
    background: var(--light-yellow);
    border-left: 4px solid var(--blue-color);
    border-radius: 10px;
    padding: 30px 20px 20px;
}

.faq-answers .accordion-item {
    background-color: transparent !important;
    border: unset !important;
}

.faq-answers .accordion-button {
    color: var(--primarycolor);
    background: transparent;
    color: var(--primarycolor);
    font-size: 20px;
    font-weight: 600;
    padding: 16px 0;
}

.faq-answers .accordion-button:not(.collapsed) {
    color: var(--primarycolor);
    background: transparent;
    box-shadow: none;
}

.faq-answers .accordion-button:focus {
    box-shadow: none;
}

.faq-answers .accordion-body {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    padding: 16px 0;
    max-width: 1030px;
}

.faq-answers .accordion-button::after {
    background-image: url(../images/faq-arrow.svg);
    transform: rotate(180deg);
}

.faq-answers .accordion-button:not(.collapsed)::after {
    background-image: url(../images/faq-arrow.svg);
    transform: rotate(0deg);
}

.blog-explain {
    margin-bottom: 100px;
}

.blog-explain h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.blog-explain p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 20px;
}

.blog-explain .image {
    position: relative;
    z-index: 1;
    padding: 0 40px 25px;
}

.blog-explain .image::before {
    content: "";
    padding-bottom: 22px;
    border-radius: 10px;
    position: absolute;
    z-index: -1;
    background-color: var(--primary);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 67%;
}

.blog-explain .v-left {
    height: 50%;
}

.blog-explain .book-pic {
    text-align: center;
    margin: auto;
}

.blog-explain .book-text h2 {
    color: var(--white);
    font-size: 40px;
    margin: 0;
    padding: 20px 0;
    text-decoration: underline;
    cursor: pointer;
}

.blog-explain .alert {
    background: var(--light-yellow);
    border-radius: 10px;
    padding: 20px 40px;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.blog-explain .alert::before {
    content: "";
    background-color: var(--primary);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    border-radius: 10px 0 0 10px;
}

.blog-explain .alert p {
    color: var(--blue-color);
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
}

/* book popup  */
.popup-book .modal-content {
    background-color: var(--secondary);
    position: relative;
    z-index: 1;
}

.popup-book .section1 {
    padding: 64px 0;
}

#freeguied .modal-header .btn-close {
    background: transparent
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath d='M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM175 175c-9.4 9.4-9.4 24.6 0 33.9l47 47-47 47c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l47-47 47 47c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-47-47 47-47c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-47 47-47-47c-9.4-9.4-24.6-9.4-33.9 0z' fill='%23fff'/%3e%3c/svg%3e")
        center / 1em auto no-repeat;
}

.v-left {
    position: absolute;
    width: 35%;
    height: 80%;
    opacity: 0.34;
    left: 0;
    bottom: 6%;
    z-index: -1;
}

.v-right {
    position: absolute;
    width: 35%;
    height: 77%;
    opacity: 0.4;
    right: 0;
    top: 0;
    z-index: -1;
}

.img-book img {
    max-width: 330px;
    height: 100%;
}

.popup-book .section1 h2 {
    color: var(--white);
    margin: 10px 0;
}

.popup-book .modal-body {
    position: unset;
}

.popup-book .section1 h3 {
    font-size: 26px;
    color: var(--white);
}

.popup-book .section1 p {
    font-size: 18px;
    color: rgba(225, 225, 225, 0.8);
    margin-bottom: 28px;
}

.popup-book .section1 .form {
    max-width: 483px;
    margin: auto;
}

.popup-book .form input {
    margin: 0 0 20px;
}

.popup-book .form button {
    max-width: 483px;
    margin-top: 28px;
    font-weight: 400;
    background-color: var(--primary);
}

.popup-book .form input::placeholder {
    color: rgba(225, 225, 225, 0.7);
    -webkit-text-fill-color: rgba(225, 225, 225, 0.7);
}

.popup-book .section1 .form-control {
    background-color: var(--accent);
    color: var(--white);
    border-radius: 50px;
    border: 1px solid rgba(225, 225, 225, 0.7);
    padding: 14px 15px;
}

/* Author-Section */
.author-section {
    padding: 100px 0 20px;
    margin: 64px 0 100px;
}

.author-profile {
    display: flex;
    justify-content: space-between;
}

.author-profile .author-leftside {
    width: 28%;
    text-align: center;
}

.author-profile .author-righttside {
    width: 70%;
}

.author-section .profile-pic img {
    border-radius: 50% !important;
    max-width: 200px;
    aspect-ratio: 1;
    object-fit: cover;
    margin-bottom: 20px;
}

.author-links .tittle h3 {
    font-size: 24px;
    font-weight: 400;
    color: var(--primarycolor);
    margin-bottom: 16px;
}

.author-links .profiles-link .site-btn {
    width: 100%;
    max-width: 230px;
}

.author-links .profiles-link .site-btn:hover {
    border: 2px solid var(--primary);
}

.author-links .profiles-link {
    margin-bottom: 16px;
}

.author-links .profiles-link:last-of-type {
    margin-bottom: 0;
}

.details-author .tittle h2 {
    font-size: 40px;
    font-weight: 400;
}

.details-author .tittle p {
    font-size: 24px;
    font-weight: 400;
    color: var(--primarycolor);
}

.details-author .tittle {
    margin-bottom: 40px;
}

.details-author .para p {
    font-size: 20px;
    font-weight: 400;
    color: var(--primarycolor);
    margin-bottom: 14px;
    max-width: 750px;
}

.details-author .para p:last-of-type {
    margin-bottom: 0;
}

.detail-blog .author a {
    display: inline-flex;
    align-items: center;
    margin: 30px 0 0 30px;
}

.detail-blog .author-pic img {
    border-radius: 50% !important;
    max-width: 100px;
    aspect-ratio: 1;
    object-fit: cover;
    margin-right: 12px;
}

.detail-blog .author .text h2 {
    font-size: 30px;
    font-weight: 400;
    color: var(--secondary);
}

.detail-blog .author .text p {
    font-size: 18px;
    font-weight: 400;
    color: var(--secondary);
}

/* Responsive */

@media (max-width: 1399px) {
    .checkout-buy .pay-details {
        padding: 20px 10px;
    }

    .popular-blog-list {
        overflow-y: auto;
        padding: 10px;
    }

    .popular-blog-list::-webkit-scrollbar {
        width: 5px;
    }

    .popular-blog-list::-webkit-scrollbar-track {
        background: #f0f6f9;
    }

    .popular-blog-list::-webkit-scrollbar-thumb {
        background: var(--primary);
        border-radius: 10px;
        height: 50px;
    }

    .blog-explain .book-text h2 {
        font-size: 32px;
    }
}

@media (max-width: 1199px) {
    header .main-nav .nav-item {
        margin-left: 35px;
    }

    .section-2 .icon-col h3 {
        font-size: 12px;
    }

    .section-3 .text h2 {
        font-size: 45px;
    }

    .section-5 h2 {
        font-size: 36px;
        max-width: 345px;
        margin: auto;
    }

    .section-5 {
        margin: 100px 0 50px;
    }

    .section-5 .section-title img {
        margin: 35px auto;
        max-width: 264px;
    }

    .public-icons {
        padding: 0 30px;
    }

    .domain-banner .text p {
        font-size: 16px;
        font-weight: 300;
        max-width: 434px;
    }

    .domain-banner .img-text {
        max-width: 320px;
    }

    .domain-banner .img-text h2 {
        font-size: 60px;
    }

    .domain-section6 h2 {
        font-size: 46px;
    }

    .domain-list .text {
        padding: 30px 0;
    }

    /* UI/UX */
    .design-banner .text h2 {
        font-size: 38px;
    }

    .banner-img img {
        max-width: 354px;
    }

    .design-section1 .para {
        font-size: 13px;
    }

    .tool-text {
        margin-bottom: 40px;
    }

    .tool-kit {
        padding-bottom: 20px;
    }

    .section7::before {
        height: 22%;
    }

    /* proposal-page */
    .question .txt button {
        font-size: 15px;
    }

    .html-section-3 .step-4 {
        margin-bottom: 0;
    }

    .html-section-3 .step-5 {
        margin-top: -5px;
    }

    .dom-details .title h1 {
        font-size: 25px;
    }

    /* Blog Detail Page */
    .banner-blog .tittle h2 {
        font-size: 28px;
    }

    .blog-faq .tittle h2 {
        font-size: 25px;
    }

    .faq-answers .accordion-body {
        max-width: 830px;
    }

    .blog-explain .book-text h2 {
        font-size: 30px;
    }

    /* Author Profile */
    .author-section .profile-pic img {
        max-width: 170px;
    }

    .details-author .para p {
        font-size: 18px;
    }

    .popular-blog-list {
        max-height: 400px;
    }

    .banner-blog .main-image img {
        height: 320px;
    }

    .blog-explain .image {
        padding: 0 20px 20px;
    }

    .blog-explain .book-text h2 {
        padding: 12px 0;
    }

    .banner-blog .main-image .img-details {
        padding: 20px;
    }

    .header-v2 .main-nav .nav-item {
        margin-left: 20px !important;
    }
}

@media (max-width: 991px) {
    .wraper {
        padding: 90px 0;
    }

    /* banner */
    .banner-text h2 {
        font-size: 36px !important;
    }

    .banner-text p {
        font-size: 13px;
    }

    header .site-btn {
        min-width: 100px;
    }

    header .nav-item .nav-link {
        font-size: 13px;
    }

    .banner {
        margin-top: 30px;
    }

    header .main-nav .nav-item {
        margin-left: 13px;
    }

    /* section-1 */
    .sec1-text {
        margin-bottom: 50px;
    }

    /* section-3 */
    .section-3 {
        padding: 50px 0px;
    }

    .section-3 .text h2 {
        font-size: 30px;
    }

    .section-3 .text {
        margin-bottom: 40px;
    }

    /* section-4 */
    .section-4 .text {
        margin-top: 50px;
    }

    /* section-5 */
    .section-5 h2 {
        font-size: 28px;
        max-width: 310px;
        margin: auto;
    }

    .progress-text {
        margin-bottom: 20px;
    }

    .section-5 .section-title img {
        margin: 20px auto 30px;
        max-width: 215px;
        width: 100%;
        display: block;
    }

    /* Section-7 */
    .section7 h2 {
        font-size: 50px;
    }

    .contact-form {
        padding: 40px 30px;
    }

    .contact-form h3 {
        font-size: 17px;
        margin: 20px 0px 20px;
    }

    .contact-form label {
        font-size: 16px;
    }

    .section7::before {
        height: 22%;
    }

    /* Section-8 */
    .public-icons {
        margin: -15% auto 0;
    }

    .section8::before {
        height: 32%;
    }

    /* section-9 */
    .section-9 .section-title h2 {
        padding-top: 15px;
    }

    .section-9 .section-title p {
        font-size: 15px;
    }

    .section-9 .container {
        padding: 18px 30px;
    }

    .section-9 .domaine {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .domain-text .text {
        margin-right: 30px;
    }

    /* Domain-Page */
    /* Domain-Banner */
    .domain-banner {
        margin-bottom: 40px;
    }

    .domain-banner.text {
        margin-bottom: 30px;
    }

    .domain-banner .img-text h2 {
        font-size: 46px;
    }

    .domain-banner .img-text {
        max-width: 255px;
    }

    .domain-banner .text h2 {
        font-size: 30px;
    }

    .domain-banner .text p {
        font-size: 12px;
    }

    .domain-section1 img {
        max-width: 25px;
    }

    /* section-2 */
    .domain-section2 {
        margin-bottom: 50px;
    }

    .domain-section2 .dom-logo {
        padding: 28px;
    }

    /* Section-3 */
    .domain-section3 {
        margin-bottom: 50px;
    }

    .quik .text p {
        font-size: 12px;
    }

    .domain-section3 h2 {
        margin-bottom: 35px;
        font-size: 35px;
    }

    /* section-4 */
    .domain-section4 {
        margin-bottom: 60px;
    }

    .domain-section4 h2 {
        font-size: 30px;
        margin-bottom: 50px;
    }

    /* section-5 */
    .domain-section5 li {
        font-size: 10px;
    }

    .domain-section5 h2 {
        font-size: 35px;
    }

    .domain-section5 .text img {
        max-width: 95px;
    }

    .domain-section5 .wrapper {
        padding: 25px 0;
    }

    /* section-6 */
    .domain-section6 .text h2 {
        font-size: 30px;
        margin-bottom: 28px;
        text-align: start;
    }

    .domain-section6 .img {
        margin: 50px 0;
    }

    .domain-section6 {
        margin-bottom: 100px;
    }

    /* fotter */
    .domain-list .text {
        padding: 15px 15px;
    }

    .domain-list {
        margin-top: -19%;
    }

    .domain-list .text h2 {
        font-size: 30px;
    }

    .domain-list .text input {
        max-width: 500px;
    }

    /* UI/UX Page */
    /* Banner */
    .design-banner {
        margin: 50px 0px;
    }

    .banner-img img {
        margin-top: 30px;
        max-width: 270px;
    }

    /* sectiuon-1 */
    .design-section1 .wrapper {
        padding: 20px;
    }

    .design-section1 .tittle h2 {
        font-size: 38px;
    }

    .design-section1 .para {
        font-size: 13px;
    }

    .design-section1 {
        margin-bottom: 70px;
    }

    /* section-2 */
    .design-section2 {
        margin-bottom: 50px;
    }

    .dev-img {
        max-width: 146px;
        margin: auto;
    }

    /* section-3 */
    .tool-kit {
        padding: 23px 16px;
    }

    .tool-text {
        margin-bottom: 40px;
    }

    /* Section-3  */
    .design-section3 {
        padding: 50px 0px;
    }

    .tool-kit h2 {
        margin-bottom: 30px;
        font-size: 40px;
    }

    /* section-4 */
    .poster1 {
        margin-bottom: 30px;
    }

    /* html-page */
    .banner-html {
        margin: 15px 0px -60px;
    }

    .banner-html .text span,
    .banner-html .text h2 {
        font-size: 38px;
        margin-bottom: 12px;
    }

    .banner-html .text p {
        max-width: 250px;
        font-size: 14px;
        margin-bottom: 65px;
    }

    /* section-2 */
    .html-section-2 .section-title h2 {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .html-section-2::before {
        height: 74%;
    }

    .html-section-2 .arrow {
        position: absolute;
        left: 328px;
    }

    .html-section-2 .arrow img {
        width: 100%;
    }

    /* section-3 */
    .html-section-3 h2 {
        font-size: 36px;
    }

    .html-section-3 {
        margin: 50px 0;
    }

    .html-section-3 span {
        font-size: 40px;
    }

    .html-section-3 ul li .descr {
        font-size: 11px;
        font-weight: 300;
    }

    footer .text img {
        max-width: 150px;
        margin-bottom: 20px;
    }

    .section7 {
        padding: 50px 0;
    }

    .section-2 .section-title h2,
    .section-9 .section-title h2,
    .section-4 h2,
    .section7 h2 {
        font-size: 40px;
    }

    /* section-4 */
    .section-4 .text li {
        font-size: 13px;
        margin-top: 19px;
    }

    .section-5 {
        margin: 70px 0 50px;
        padding-bottom: 30px;
    }

    /* 4-digits */
    .quote-page p {
        font-size: 14px;
    }

    .quote-page h2 {
        font-size: 40px;
    }

    .quote-page .sub-text {
        font-size: 14px;
    }

    .al-range-slider__grid-tick[data-position="0"] span {
        left: 20px;
    }

    .contact-form .form-control {
        font-size: 16px;
    }

    .al-range-slider__grid-mark {
        font-size: 16px;
    }

    .section-4 .section-title p {
        margin-bottom: 25px;
    }

    .html-section-3 .step-4 {
        margin-bottom: 0;
    }

    .html-section-3 .step-5 {
        margin-top: -5px;
    }

    .section-5 .logos .line-icon {
        max-width: 60px;
    }

    /* domains detail page  */
    .dom-details .text-2 .img {
        min-height: 280px;
    }

    .dom-details .text-2 .img img {
        max-width: 250px;
    }

    .dom-details .text-2 > p {
        font-size: 14px;
    }

    .dom-details .buy-option .body p {
        font-size: 13px;
    }

    .checkout-buy .payment-method .payment-radios .form-check {
        font-size: 13px;
    }

    .checkout-buy .payment-method .payment-radios .form-check {
        gap: 5px;
    }

    /* chack out page  */
    .checkout-buy .order-summary .inner-summery {
        padding: 0 10px 20px;
    }

    .checkout-buy .pay-options p {
        font-size: 14px;
    }

    .checkout-buy .pay-options .img {
        padding: 10px 6px;
    }

    /* congrulations page  */
    .dom-details .wrapper-2 .title h1 {
        font-size: 30px;
    }

    .dom-details .wrapper-2 .title :is(a, h4) {
        font-size: 14px;
    }

    .dom-details .keywords-an-style :is(.busns-name, .inner-keywords) {
        margin: 0;
    }

    .dom-details .keywords-an-style .busns-name {
        gap: 10px;
    }

    .dom-details .keywords-an-style .busns-name span {
        font-size: 13px;
    }

    .dom-details .keywords-an-style {
        margin-top: 15px;
    }

    /* Blog-page */
    section.banner-blog {
        margin: 0 0 50px;
    }

    .main-image .img-details h2 {
        font-size: 16px;
    }

    .popular .list {
        margin-bottom: 15px;
    }

    .blog-card .deatils h2 {
        font-size: 14px;
    }

    .blogs {
        margin-bottom: 50px;
    }

    /* Blog Details */
    .banner-blog .tittle h2 {
        font-size: 23px;
        margin-bottom: 22px;
    }

    .social-media {
        font-size: 16px;
        width: 35px;
    }

    .blog-faq .tittle h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .faq-answers .accordion-button {
        font-size: 17px;
    }

    .blog-explain h2 {
        font-size: 17px;
    }

    .blog-explain .book-text h2 {
        font-size: 17px;
        text-align: center;
    }

    .blog-faq {
        margin-bottom: 50px;
    }

    .blog-explain {
        margin-bottom: 50px;
    }

    .blog-explain .alert p {
        font-size: 16px;
    }

    .blog-explain .alert {
        padding: 16px 16px;
    }

    .popup-book .section1 {
        padding: 0 0 50px;
    }

    .blog-explain .book-text h2 {
        padding: 10px 0;
    }

    /* Author */
    .author-section .profile-pic img {
        max-width: 140px;
    }

    .detail-blog .author .text h2 {
        font-size: 25px;
    }

    .detail-blog .author .text p {
        font-size: 16px;
    }

    .author-links .tittle h3 {
        font-size: 18px;
    }

    .author-links .profiles-link .site-btn {
        max-width: 160px;
        font-size: 14px;
    }

    .details-author .tittle h2 {
        font-size: 30px;
    }

    .details-author .tittle p {
        font-size: 18px;
    }

    .details-author .para p {
        font-size: 16px;
    }

    .details-author .tittle {
        margin-bottom: 20px;
    }

    .author-section {
        margin: 0 0 50px;
        padding: 60px 20px;
    }

    .detail-blog .author .text h2 {
        font-size: 25px;
    }

    .detail-blog .author .text p {
        font-size: 16px;
    }

    .social-media {
        font-size: 16px;
        width: 35px;
    }

    .popular-blog-list {
        max-height: 310px;
    }

    .banner-blog .main-image img {
        height: 250px;
    }

    /* poker chop page  */

    .header-v2 .site-btn {
        padding: 7px 15px !important;
        font-size: 15px !important;
    }

    .header-v2 .main-nav .nav-item {
        margin-left: 5px !important;
    }

    .header-v2 .nav-item .nav-link {
        font-size: 14px !important;
    }

    .header-v2 .navbar-brand img {
        max-width: 100px !important;
    }

    .booking-card .colaps-btn .site-btn {
        font-size: 20px !important;
    }
    .poker-text span,
    .poker-text h3 {
        font-size: 17px !important;
    }

    .poker-text h1 {
        font-size: 40px !important;
    }

    .poker-text p {
        font-size: 13px !important;
        margin: 10px 0 25px !important;
    }

    .poker-chip-banner {
        padding: 50px 0 !important;
    }

    .booking-section {
        padding: 50px 0 !important;
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        position: absolute;
        top: 83px;
        left: 0;
        width: 100%;
        background: var(--secondary);
        padding: 15px;
        z-index: 1060;
    }

    header .nav-item {
        margin-bottom: 8px;
    }

    header .nav-item .nav-link {
        color: var(--white);
    }

    /* home-page */
    h1 {
        font-size: 36px;
        margin-top: 8px;
    }

    h2,
    .banner-html .text span,
    .banner-html .text h2 {
        font-size: 30px !important;
    }

    p.big {
        font-size: 15px;
    }

    .wraper {
        background: none;
    }

    header .main-nav .nav-item {
        margin-left: 0;
    }

    /* section-1 */
    .banner {
        margin: 50px 0px;
    }

    /* section-2 */
    .section-2 .section-title h2 {
        font-size: 36px;
    }

    .section-2 .section-title p {
        font-size: 12px;
    }

    .domain-section2 .logos {
        margin: 20px 0;
    }

    .design-section2 .vs-img img {
        max-height: 200px;
    }

    /* section-3 */
    .section-3 {
        padding-top: 60px;
    }

    .section-3 .text {
        margin: 30px;
    }

    .section-3 .text h3 {
        font-size: 23px;
    }

    .section-3 .text h2 {
        font-size: 28px;
    }

    .section-3 .form-control {
        padding: 10px 15px;
    }

    /* section-4 */
    .section-4 {
        margin: 50px 0px;
    }

    .section-4 .text li {
        margin-top: 15px;
    }

    .section-4 .section-title p {
        font-size: 12px;
    }

    .sec-4-btn-hom-pg {
        display: flex;
        justify-content: center;
    }

    /* section-5 */
    .section-5 {
        margin: 0;
    }

    .section-5 .wraper {
        padding: 25px 0 0px;
    }

    .section-5 h2 {
        font-size: 32px;
    }

    .section-5 .section-title img {
        max-width: 210px;
    }

    /* section-7 */
    .section7 {
        margin: 30px 0 20px;
        padding: 30px 0px;
    }

    .al-range-slider__grid-mark {
        font-size: 16px;
    }

    .section7 h2 {
        font-size: 40px;
        padding-top: 30px;
    }

    .contact-form {
        padding: 35px 20px;
    }

    .contact-form h3 {
        font-size: 15px;
        line-height: 1.5;
    }

    .progress-text {
        font-size: 14px;
    }

    .option {
        display: none;
    }

    .contact-form button {
        margin: 25px 0 0;
        min-width: auto;
        width: 100%;
    }

    .section7::before {
        height: 15%;
    }

    /* section-8 */
    .section8 .text {
        padding: 40px 15px 100px;
    }

    .section8 h3 {
        font-size: 17px;
        line-height: 1.3;
    }

    .section8 h2 {
        font-size: 22px;
    }

    /* section-9 */
    .section-9 .domaine {
        padding: 0;
    }

    .section-9 .section-title p {
        font-size: 12px;
    }

    .domain-text .text {
        margin-right: 100px;
    }

    .section-9 .domain-text {
        display: none !important;
    }

    .section-9 .construct-img {
        display: none;
    }

    .section-9 .dom-text {
        display: none;
    }

    .public-icons {
        padding: 0 20px;
    }

    /* 4-digit-page */
    .quote-page h1 {
        font-size: 30px;
    }

    .quote-page p {
        font-size: 16px;
    }

    .quote-page .banner {
        margin: 50px 0;
    }

    .question .txt h2 {
        font-size: 30px;
    }

    .question {
        padding: 50px 0 20px;
    }

    /* proposal-page */
    .question .txt button {
        font-size: 14px;
    }

    .question .main-sec {
        margin-bottom: 50px;
    }

    /* Domain-Page */
    /* Domain Banner */
    .domain-banner .img-text {
        margin-top: 30px;
        max-width: 209px;
        margin: 20px auto;
    }

    .domain-banner .text h2 {
        font-size: 38px;
    }

    .domain-banner .text p {
        font-size: 13px;
    }

    .domain-banner {
        margin: 20px 0px;
    }

    .domain-banner .img-text h2 {
        padding: 25px 69px 25px 20px;
    }

    /* section-1 */
    .domain-section1 {
        margin: 35px 0;
    }

    .serch-bar .input-group-text {
        padding: 5px 5px;
    }

    .serch-bar {
        padding: 15px;
    }

    .serch-bar img {
        height: 100%;
        width: 28px;
    }

    /* section-2 */
    .domain-section2 {
        margin-bottom: 50px;
    }

    /* section-3 */
    .domain-section3 h2 {
        font-size: 25px;
        margin-bottom: 25px;
    }

    /* section-4 */
    .domain-section4 h2 {
        font-size: 23px !important;
        margin-bottom: 30px;
    }

    .domain-section4 {
        margin-bottom: 0%;
    }

    /* section-5 */
    .domain-section5 li {
        padding-left: 15px;
    }

    .domain-section5 .text h2 {
        font-size: 27px;
        margin-bottom: 20px;
    }

    .domain-section5 .wrapper {
        padding: 20px 0;
    }

    .domain-section5 .text img {
        max-width: 90px;
    }

    .domain-section5 li,
    .domain-section6 li {
        font-size: 12px;
        display: flex;
        margin-bottom: 18px;
    }

    .domain-list {
        padding: 25px 16px;
    }

    /* section-6 */
    .domain-section6 .text h2 {
        font-size: 26px;
    }

    .domain-section6 {
        margin-bottom: 80px;
    }

    .sec6-list li {
        width: 93%;
    }

    .domain-list .text {
        padding: 0;
    }

    /* footer */
    .domain-list .text h2 {
        font-size: 20px;
        margin-bottom: 17px;
    }

    .domain-list {
        margin-top: -29%;
    }

    /* UI/UX Page */
    /* banner */
    .design-banner {
        margin: 20px 0px;
    }

    .design-banner .text h2 {
        font-size: 26px;
    }

    .design-banner .text p {
        font-size: 12px;
        margin-top: 10px;
    }

    /* section-1 */
    .design-section1 .tittle h2 {
        font-size: 30px;
        text-align: center;
        margin-bottom: 12px;
    }

    .design-section1 .para {
        font-size: 12px;
    }

    .design-section1 {
        margin-bottom: 50px;
    }

    .design-section2 .dev-img img {
        width: 100%;
    }

    .design-section2 .text h3 {
        font-size: 26px;
        margin-bottom: 0px;
    }

    .design-section2 .text p {
        font-size: 16px;
        margin-bottom: 0;
    }

    /* section-2 */
    .tool-kit h2 {
        font-size: 35px;
    }

    /* section-3 */
    .design-section3::before {
        height: 50%;
    }

    .dev-img {
        margin-top: 15px;
    }

    /* html-page */
    /* banner */
    .banner-html .text p {
        max-width: 100%;
        font-size: 16px;
        margin-bottom: 40px;
    }

    .banner-html {
        margin: 15px 0px -70px;
    }

    /* .section-2 */
    .html-section-2 .section-title h2,
    .html-section-3 h2,
    .domain-list h2,
    .design-banner .text h2 {
        font-size: 26px !important;
        margin-bottom: 0;
    }

    .design-banner .text h2 {
        text-align: center;
    }

    .banner-img img {
        margin: 30px auto 0px;
        max-width: 300px;
    }

    .banner-img {
        text-align: center;
    }

    .html-section-2::before {
        height: 45%;
    }

    .html-section-2 .arrow {
        display: none;
    }

    .html-section-2 .section-title .site-btn {
        font-size: 20px;
    }

    .design-banner .btn-end {
        display: flex;
        justify-content: center;
    }

    /* section-3 */
    .html-section-3 h2,
    .html-section-3 span {
        font-size: 30px;
    }

    .html-section-3 ul li .date::after {
        width: 45px;
    }

    .html-section-3 ul {
        padding-left: 25px;
        --row-gap: 45px;
    }

    .html-section-3 ul li {
        grid-column: 2;
        --inlineP: 10px;
    }

    .html-section-3 ul li .date {
        padding-inline: 10px;
        height: auto;
    }

    .html-section-3 ul li .title,
    .html-section-3 ul li .descr {
        padding-inline: 0px;
    }

    /* footer */
    footer .text img {
        max-width: 130px;
        margin-bottom: 15px;
    }

    footer .text p,
    footer .text p button {
        font-size: 12px;
    }

    .section8::before {
        height: 24%;
    }

    footer p svg {
        max-width: 15px;
    }

    .question .txt p {
        font-size: 16px;
    }

    .al-range-slider__grid-tick[data-position="1"] span {
        left: -9px;
    }

    .dev-img {
        max-width: 295px;
        margin: auto;
    }

    .html-section-3 .step-4 {
        margin-bottom: 40;
    }

    .section-5 .logos {
        display: none;
    }

    /* domain details  */
    .dom-details {
        padding: 30px 0;
    }

    .dom-details .go-back a {
        margin-bottom: 20px;
    }

    .dom-details .buy-option label {
        font-size: 16px;
    }

    .dom-details .keywords-an-style .busns-name span {
        font-size: 13px;
    }

    .dom-details .keywords-an-style {
        margin-top: 20px;
    }

    .dom-details .keywords-an-style .busns-name {
        gap: 10px;
    }

    .dom-details .services {
        margin-top: 15px;
    }

    .check-list li {
        margin-top: 10px;
    }

    /* chack out buy now page  */
    .checkout-buy .row > div .title h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .checkout-buy .inner-wrapper h3 {
        font-size: 16px;
    }

    .checkout-buy .inner-wrapper {
        gap: 25px;
    }

    .checkout-buy {
        padding: 30px 0;
    }

    .checkout-buy .order-summary > .title {
        padding: 10px;
    }

    .checkout-buy .order-summary > .title h3 {
        font-size: 16px;
    }

    .checkout-buy .pay-options h3 {
        font-size: 16px;
        margin: 15px 0;
    }

    .checkout-buy .pay-details {
        margin-top: 20px;
    }

    .checkout-buy .order-summary .inner-summery {
        padding: 0 10px 10px;
    }

    .checkout-buy .pay-details ul {
        gap: 4px;
    }

    .checkout-buy .initial-payment > .title span {
        font-size: 16px;
    }

    .checkout-buy .pay-options .gap-3 {
        gap: 10px !important;
    }

    .checkout-buy .my-btn.border-bottom {
        margin-bottom: 10px;
    }

    .checkout-buy .initial-payment > .title span:last-child,
    .checkout-buy .pay-options span {
        font-size: 14px;
    }

    /* congratulations page  */
    .dom-details .wrapper-2 .title h1 {
        margin: 10px 0;
    }

    .dom-details .wrapper-2 .row {
        flex-direction: column-reverse;
    }

    /* Blog Page */
    section.banner-blog {
        margin: 0;
        padding: 50px 0 40px;
    }

    .banner-blog .main-image .img-details {
        padding: 16px 16px;
    }

    .banner-blog .main-image {
        margin-bottom: 30px;
    }

    .main-image .img-details h2,
    .blog-card .deatils h2,
    .blog-faq .tittle h2 {
        font-size: 20px !important;
    }

    .banner-blog .tittle h2 {
        font-size: 25px !important;
    }

    .blogs {
        margin-bottom: 10px;
    }

    /* Blog Details */
    .detail-blog .social-icons {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
    }

    .social-media {
        margin-bottom: 0;
    }

    .blog-explain .image {
        margin-bottom: 30px;
        background-size: 100% 56%;
        padding: 0 30px 20px;
    }

    .blog-explain .book-text h2 {
        font-size: 24px;
        text-align: center;
    }

    .detail-blog .social-icons {
        margin-top: 0;
    }

    .blog-faq .tittle h2 {
        font-size: 15px !important;
    }

    .faq-answers {
        padding: 15px;
    }

    .faq-answers .accordion-button {
        font-size: 15px;
    }

    .faq-answers .accordion-body {
        padding: 0;
    }

    .v-left,
    .v-right {
        width: 50%;
    }

    .popup-book .section1 h3 {
        font-size: 20px;
    }

    /* Author Profile*/
    .author-section .profile-pic img {
        max-width: 200px;
    }

    .author-profile {
        display: block;
    }

    .author-profile .author-leftside {
        width: 100%;
        margin-bottom: 40px;
    }

    .author-profile .author-righttside {
        width: 100%;
    }

    .author-links .profiles-link .site-btn {
        width: 100%;
        max-width: unset;
        font-size: 16px;
    }

    .details-author .para p {
        font-size: 14px;
    }

    .detail-blog .author .text h2 {
        font-size: 22px !important;
    }

    .detail-blog .author .text p {
        font-size: 14px;
    }

    .profiles-link.btn-wrape {
        width: unset;
    }

    .popular-blog-list {
        overflow-y: unset;
        padding: unset;
        max-height: unset;
    }

    .popular .list a {
        margin-bottom: 0;
    }

    .popular .list {
        margin-bottom: 10px;
    }

    .detail-blog .author-pic img {
        max-width: 70px;
    }

    .detail-blog .author a {
        margin: 20px 0 0;
    }

    .social-media {
        width: 50px;
    }

    .social-media i {
        font-size: 20px;
    }

    section.banner-blog {
        padding: 40px 0 50px;
    }

    .blog-explain p {
        font-size: 14px;
    }

    .blog-explain .alert p {
        font-size: 14px;
    }

    .popup-book .section1 .form-control {
        padding: 10px 15px;
    }

    .popup-book .section1 .form-control:last-of-type {
        margin-bottom: 0;
    }

    .author-section {
        margin-bottom: 0;
    }

    .main-image .img-details h2 {
        font-size: 14px !important;
    }

    .banner-blog .main-image .img-details {
        padding: 10px 10px 20px;
    }

    .banner-blog .main-image {
        height: unset;
        margin-bottom: 0;
    }

    /* poker chop page  */
    .poker-chip-banner {
        padding-top: 25px !important;
    }

    .poker-text {
        text-align: center !important;
    }

    .poker-text span,
    .poker-text h3 {
        font-size: 16px !important;
    }

    .poker-text h1 {
        font-size: 30px !important;
        margin: 8px 0 15px !important;
    }

    .poker-text .site-btn {
        width: 100% !important;
    }

    .poker-img {
        max-width: 250px !important;
        margin: auto !important;
    }
    .poker-text p {
        margin: 8px 0 20px !important;
    }

    .header-v2 .site-btn {
        min-width: 130px !important;
    }

    .header-v2 .main-nav .nav-item {
        margin-left: 0px !important;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .banner-html {
        margin: 15px 0px -70px;
    }
}

#contactModal .modal-dialog {
    max-width: 1140px;
}


/* poker chip page */

.poker-chip-main .site-btn {
    display: inline-flex;
}

.small-wrapper {
    max-width: 1170px;
    margin: auto;
}

.padding-50 {
    padding: 50px 0;
}

/* header  */
.header-v2 {
    padding-top: 15px;
    background-color: #fef4e8;
}

.header-v2 .site-btn {
    min-width: unset;
    padding: 10px 20px;
    font-weight: 500;
}

.header-v2 .nav-item .nav-link {
    font-size: 18px;
}

.header-v2 .main-nav .nav-item {
    margin-left: 50px;
}

/* poker-chip-banner  */

.host-grotesk {
    font-family: "Host Grotesk", serif;
}

.poker-chip-banner {
    background-color: #fef4e8;
    padding: 100px 0;
}

.poker-text span,
.poker-text h3 {
    color: var(--accent);
    font-size: 23px;
    font-weight: 500;
}

.poker-text h1 {
    color: #383838;
    font-size: 54px;
    font-weight: 500;
    margin: 10px 0 25px;
    line-height: 1.1;
}

.poker-text h3 {
    font-weight: 600;
}

.poker-text p {
    color: #727272;
    font-size: 19px;
    max-width: 620px;
    margin: 15px 0 35px;
}

/* booking section  */
@media (min-width: 768px) {
    .booking-section .col-md-6 {
        width: 47%;
    }
}

.booking-section {
    padding: 60px 0 80px;
}

.booking-section .small-wrapper {
    max-width: 940px;
    margin: auto;
}

.booking-img {
    position: relative;
    z-index: 1;
    border-radius: 28px;
    overflow: hidden;
}

.booking-img::before {
    background-color: #fef4e8;
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 86%;
    border-radius: 28px;
}

.booking-card .colaps-btn .site-btn {
    width: 80%;
    margin: auto;
    margin-top: -8%;
    font-size: 27px;
    font-weight: 500;
}