@font-face {
    font-family: "CircularStd";
    src: url("../font/CircularStd-BlackItalic.woff2") format("woff2"),
    url("../font/CircularStd-BlackItalic.woff") format("woff");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "CircularStd";
    src: url("../font/CircularStd-Bold.woff2") format("woff2"),
    url("../font/CircularStd-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "CircularStd";
    src: url("../font/CircularStd-BoldItalic.woff2") format("woff2"),
    url("../font/CircularStd-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "CircularStd";
    src: url("../font/CircularStd-Bold.woff2") format("woff2"),
    url("../font/CircularStd-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "CircularStd";
    src: url("../font/CircularStd-Black.woff2") format("woff2"),
    url("../font/CircularStd-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "CircularStd";
    src: url("../font/CircularStd-Black.woff2") format("woff2"),
    url("../font/CircularStd-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "CircularStd";
    src: url("../font/CircularStd-BookItalic.woff2") format("woff2"),
    url("../font/CircularStd-BookItalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "CircularStd";
    src: url("../font/CircularStd-BookItalic.woff2") format("woff2"),
    url("../font/CircularStd-BookItalic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "CircularStd";
    src: url("../font/CircularStd-Book.woff2") format("woff2"),
    url("../font/CircularStd-Book.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "CircularStd";
    src: url("../font/CircularStd-BoldItalic.woff2") format("woff2"),
    url("../font/CircularStd-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "CircularStd";
    src: url("../font/CircularStd-Medium.woff2") format("woff2"),
    url("../font/CircularStd-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "CircularStd";
    src: url("../font/CircularStd-MediumItalic.woff2") format("woff2"),
    url("../font/CircularStd-MediumItalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "CircularStd";
    src: url("../font/CircularStd-Medium.woff2") format("woff2"),
    url("../font/CircularStd-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "CircularStd";
    src: url("../font/CircularStd-MediumItalic.woff2") format("woff2"),
    url("../font/CircularStd-MediumItalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    font-weight: bold;
}

p {
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

body {
    font-family: "CircularStd";
    padding: 0;
    margin: 0;
}

/* hero section */

.hero {
    background-image: url(../img//banner.png);
    height: 545px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    transition: 0.5s;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
}
.hero .hero-shape{
    position: absolute;
    bottom: -114px;
    left: 0;
    background-image: url(../img//shape.png);
    height: 257px;
    width: 100% ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.hero img{
    position: absolute;
    bottom: 4px;
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    max-width: 688px;
    width: 100%;
    transform: scale(1.1);
height: auto;
    /*clip-path: ellipse(25% 40% at 50% 50%);*/
}

.logo {
    margin-top: 50px;
    width: 220px;
}

.hero .book-visit-btn {
    background-color: #ffa401;
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 20px 40px;
    font-size: 19px;
    text-transform: uppercase;
    border: none;
    color: #fff;
    border-radius: 50px;
    width: fit-content;
}
@media (max-width:1880px){
    .hero .hero-shape{
        bottom: -110px;
    }
}
@media (max-width:1830px){
    .hero .hero-shape{
        bottom: -100px;
    }
}
@media (max-width: 1550px) {
    .hero {
        height: 580px;
    }
}
@media (max-width: 1500px) {
    .hero {
        height: 570px;
    }
    .hero .hero-shape{
        bottom: -99px;
    }
}

@media (max-width: 1440px) {
    .hero {
        height: 425px;
    }
    .hero img {
        max-width: 550px;
    }
    .hero .hero-shape {
        bottom: -86px;
    }
}

@media (max-width: 630px) {
    .hero img {
        max-width: 490px;
    }
    .hero {
        height: 395px;
    }
}

@media (max-width: 560px) {
    .hero img {
        max-width: 450px;
    }
}

@media (max-width: 512px) {
    .hero {
        height: 288px;
    }
    .hero .book-visit-btn {
        font-size: 16px;
    }
    .hero img {
        max-width: 360px;
    }
}
@media (max-width: 425px) {
    .hero {
        height: 240px;
    }
    .hero img {
        max-width: 300px;
    }
    .hero .hero-shape {
        height: 225px;
        bottom: -79px;
    }
}
@media (max-width: 320px) {
    .hero img {
        max-width: 252px;
    }
    .hero .hero-shape {
        height: 223px;
    }
    .hero{
        height: 200px;
    }
}
 hero section

.hero {
    background-image: url(../img/herolayer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: 0.5s;
    position: relative;
}

.hero .care-text h1 {
    font-size: 70px;
    color: rgb(11, 18, 32);
    font-style: italic;
}

.hero .care-text p {
    color: rgb(11, 18, 32);
    font-size: 20px;
    font-style: italic;
}

.logo-black {

    max-width: 270px;
    width: 100%;
}

.logo{
    margin-top: 50px

}
.hero .book-visit-btn {
    background-color: #ffa401;
    padding: 22px 40px;
    font-size: 19px;
    line-height: 19px;
    text-transform: uppercase;
    border: none;
    color: #fff;
    border-radius: 20px;
    width: fit-content;
    margin-top: 30px;
}

@media (max-width: 1440px) {
    .hero .book-visit-btn{
        bottom: -11px;
    }
}

@media (max-width: 1200px) {

    .hero .care-text h1 {
        font-size: 60px;
        line-height: 60px;
    }

    .hero .book-visit-btn {
        margin-top: 26px;
    }
}

@media (max-width: 991px) {
    .hero {
        text-align: center;
    }
    .hero .care-text h1 {
        font-size: 50px;
    }

    .hero .book-visit-btn {
        margin-top: 26px;
    }
    .logo {
        max-width: 240px;
    }
}

@media (max-width: 425px) {
    .hero .care-text h1 {
        font-size: 42px;
        line-height: 48px;
    }
    .logo {
        max-width: 200px;
    }
}

@media (max-width: 540px) {
    .hero .book-visit-btn {
        font-size: 16px;
        padding: 18px 30px;
        line-height: 17px;
        margin-top: 20px;
    }
}

/* hero section End */
/* hero section End */

/* where-you-are section */

.where-you-are {
    padding: 50px 0 100px 0;
}

.heading h1 {
    font-size: 70px;
    color: #0b1220;
}

.heading p {
    color: #374155;
    font-size: 20px;
}

.text-bold {
    color: #000 !important;
    font-weight: 600;
}

.mt-100 {
    margin-top: 100px !important;
}

.where-you-are .where-you-are-box {
    background-color: #eef2f7;
    margin-top: 50px;
    position: relative;
}

.where-you-are .where-you-are-box::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 135px;
    background-color: #ffa401;
    left: -20px;
}

.where-you-are .where-you-are-box::after {
    content: "";
    position: absolute;
    width: 20px;
    right: -20px;
    bottom: 0;
    height: 135px;
    background-color: #810081;
}

.where-you-are .where-you-are-box img {
    width: 100%;
    height: 100%;
}

.where-you-are .where-you-are-box-left h1 {
    font-size: 51px;
    line-height: 48px;
    color: #0b1220;
}

.where-you-are .where-you-are-box-left p {
    font-size: 22px;
    margin-top: 15px;
    color: #374155;
}

@media (max-width: 1200px) {
    .where-you-are .where-you-are-box-left p {
        font-size: 16px;
    }

    .where-you-are .where-you-are-box-left h1 {
        font-size: 40px;
        line-height: 42px;
    }

    .heading h1 {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    .where-you-are-box-left h1 {
        margin-top: 0 !important;
    }

    .heading h1 {
        font-size: 50px;
        line-height: 42px;
    }

    .heading p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .where-you-are .where-you-are-box {
        margin-top: 50px !important;
    }
}

@media (max-width: 600px) {
    .where-you-are .where-you-are-box::after,
    .where-you-are .where-you-are-box::before {
        display: none;
    }
}

@media (max-width: 425px) {
    .where-you-are {
        padding: 50px 0;
    }

    .where-you-are .where-you-are-box-left {
        padding: 20px !important;
    }

    .where-you-are .where-you-are-box-left h1 {
        font-size: 30px;
        line-height: 32px;
    }

    .heading h1 {
        font-size: 42px;
    }
}

/* where-you-are section End */

/* sign up section */

.hero-mini {
    background-image: url(../img//hero-mini.png);
    height: 545px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: 0.5s;
    text-align: center;
    position: relative;
}

.hero-sub {
    height: 70%;
}

.hero-mini-text p {
    color: #fff;
    font-size: 20px;
}

.hero-mini-text p span {
    font-weight: 200;
    color: rgba(255, 255, 255, 0.521) !important;
}

.hero-mini-text h1 {
    color: #fff;
    font-size: 80px;
}

.signup-form {
    padding: 100px 0;
}

.input-filed label {
    width: 100%;
    color: #374155;
}

.input-filed input,
.input-filed select {
    border: 2px solid #878787;
    outline: none;
    width: 100%;
    padding: 10px 20px;
    border-radius: 5px;
    appearance: none;
}

.show-pass {
    position: relative;
}

.show-hide-pass {
    position: absolute;
    background-color: transparent;
    border: none;
    top: 35px;
    right: 7px;
}

.show-hide-pass i.fa{
    background: white;
    width:16px;
    height:20px;
}

.forgot-btn {
    margin-top: 10px;
    display: block;
    color: #374155 !important;
    text-decoration: underline;
}

.agree label {
    color: #374155;
    font-weight: bold;
}

.purple {
    color: #0b115e !important;
}

.agree input {
    position: relative;
    appearance: none;
}

.agree input::before {
    position: absolute;
    content: "";
    width: 20px;
    top: -11px;
    height: 20px;
    border: 2px solid #878787;
}

.agree input::after {
    position: absolute;
    content: "";
    height: 11px;
    left: 7px;
    top: -7px;
    width: 6px;
    margin-top: -1px;
    border-bottom: 2px solid rgb(0, 0, 0);
    border-right: 2px solid rgb(0, 0, 0);
    transform: rotate(45deg);
    display: none;
}

.agree input:checked::after {
    display: block;
}

.carete-account {
    background-color: #ffa401;
    border: none;
    border-radius: 15px;
    font-size: 18px;
    padding: 15px 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    /*float: right;*/
}
.carete-account:hover{
    color: #ffffff !important;
}
@media (max-width: 991px) {
    .center-btn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 525px) {
    .hero-mini-text h1 {
        font-size: 60px;
    }
}

@media (max-width: 425px) {
    .hero-mini {
        height: 425px;
    }

    .carete-account {
        padding: 15px 25px;
        font-size: 16px;
    }
}

/* sign up section end */

/* visit */

.visit {
    background-image: url(../img/footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.visit-text {
    max-width: 600px;
}

.visit h1 {
    color: #fff;
    font-size: 60px;
}

@media (max-width: 600px) {
    .visit h1 {
        font-size: 40px;
    }
}

@media (max-width: 425px) {
    .visit,
    .signup-form {
        padding: 50px 0;
    }
}

/* visit End */

/* footer */

.footer {
    padding: 50px 0;
}

.footer .social {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.footer-first {
    padding-bottom: 30px;
    border-bottom: 1px solid #ededed;
}

.footer .social a {
    color: #374155;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.footer .social a:hover {
    background: rgb(138, 12, 120);
    background: linear-gradient(
        90deg,
        rgba(138, 12, 120, 1) 0%,
        rgba(201, 93, 56, 1) 50%,
        rgba(255, 164, 1, 1) 100%
    );
    color: #fff;
}

.footer-last {
    padding-top: 30px;
}

.footer-last span {
    color: #374155;
}

@media (max-width: 512px) {
    .footer-first {
        flex-direction: column;
    }

    .footer .social {
        margin-top: 30px;
    }
}

@media (max-width: 778px) {
    .footer-last {
        flex-direction: column;
    }
}

/* footer End */

/* defination */

.definition {
    padding: 100px 0;
}

.definition .definition-heading p {
    font-size: 22px;
    color: #374155;
}

.definition .frameworks {
    margin-top: 80px;
}

.definition .frameworks h1 {
    color: #0b1220;
}

.definition .frameworks p,
.definition .frameworks ul {
    color: #374155;
}

.definition .frameworks ul {
    padding-left: 18px;
}

@media (max-width: 425px) {
    .definition {
        padding: 50px 0;
    }

    .definition .definition-heading p {
        font-size: 20px;
    }

    .definition .frameworks {
        margin-top: 50px;
    }
}

/* defination End */

/* data-table */

.data-table {
    padding: 100px 0;
}

.data-table table thead tr th {
    color: #0b1220;
    font-size: 20px;
    text-align: center;
}

.data-table table thead tr th:first-child,
.data-table table tbody tr th:first-child {
    text-align: left;
}

.data-table table tbody tr {
    vertical-align: middle;
    border-top: 2px solid #ededf0;
    border-bottom: 2px solid #ededf0;
    color: #374155;
    white-space: nowrap;
    text-align: center;
}

.data-table table tbody {
    border-top: none;
}

.data-table .delete {
    background-color: transparent;
    border: none;
    outline: none;
    height: fit-content;
}

.data-table .quantity button {
    color: #374155;
    border-radius: 50%;
    border: 1px solid lightgray;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: transparent;
}

.data-table .per span {
    margin-left: 50px;
}

.data-table .per {
    margin-right: 75px;
}

@media (max-width: 1400px) {
    .data-table .per {
        margin-right: 75px;
    }
}

@media (max-width: 1200px) {
    .data-table .per {
        margin-right: 12px;
    }
}

@media (max-width: 991px) {
    .data-table .per {
        margin-right: 0px;
        text-align: center;
    }
}

/* data-table End */

/* checkout-fields-main */

.checkout-fields-main {
    padding: 100px 0;
}

.checkout-fields-main .cart-summary {
    border: 1px solid lightgrey;
}

.cart-heading {
    border-bottom: 1px solid lightgrey;
}

.cart-heading h3 {
    color: #0b1220;
}

.checkout-fields-main tbody,
td,
th,
thead,
tr {
    border: none;
}

.checkout-fields-main table tbody tr {
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}

.checkout-fields-main table thead,
.checkout-fields-main table tbody tr {
    vertical-align: middle;
}

.checkout-fields-main table thead tr th {
    font-size: 20px;
    color: #0b1220;
}

.checkout-fields-main table thead tr th:first-child span {
    margin: 15px 0;
    display: block;
    margin-left: 20px;
}

.checkout-fields-main table tbody tr th:first-child span {
    margin: 20px 0;
    display: block;
    margin-left: 20px;
}

.checkout-fields-main table thead tr th:last-child span {
    margin-right: 20px;
}

.checkout-fields-main table tbody tr th:last-child span {
    margin-right: 20px;
}

.checkout-fields-main table tbody tr td,
.checkout-fields-main table tbody tr th {
    color: #374155;
    white-space: nowrap;
}

.checkout-fields-main table tbody tr td,
.checkout-fields-main table thead tr th {
    text-align: center;
}

.checkout-fields-main table thead tr th:first-child {
    text-align: left;
}

.checkout-fields-main .summary-total {
    padding: 30px;
}

.checkout-fields-main .summary-total h5 {
    color: #374155;
}

.checkout-fields-main .billing-details h3,
.checkout-fields-main .pay h3 {
    color: #0b1220;
}

.arrow {
    background-image: url(../img/arrow.png);
    background-position: calc(100% - 20px) 20px, calc(100% - 20px) 14px, 100% 0;
    background-repeat: no-repeat;
}

.option-color {
    color: #374155;
}

.checkout-fields-main .pay-card {
    border: 2px solid #ededed;
    padding: 15px;
}

.checkout-fields-main .radio-btn label {
    color: #374155;
    margin-left: 25px;
    font-weight: 900;
}

.checkout-fields-main .radio-btn input {
    appearance: none;
    position: relative;
}

.checkout-fields-main .radio-btn input::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    top: -15px;
    border-radius: 50%;
    border: 1px solid gray;
}

.checkout-fields-main .radio-btn input::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: -11px;
    left: 4px;
    border-radius: 50%;
    background-color: #ffa401;
    display: none;
}

.checkout-fields-main .radio-btn input:checked::after {
    display: block;
}

.checkout-fields-main .radio-btn input:checked::before {
    border-color: #ffa401;
}

.visa-card {
    background-image: url(../img/1.png);
    background-position: calc(100% - 10px) 8px, calc(100% - 20px) 14px, 100% 0;
    background-repeat: no-repeat;
}

.code {
    background-image: url(../img/code.png);
    background-position: calc(100% - 10px) 8px, calc(100% - 20px) 14px, 100% 0;
    background-repeat: no-repeat;
}

.warn {
    border: none;
    outline: none;
    background-color: transparent;
}

/* checkout-fields-main end */

.easy-to-use {
    padding-bottom: 100px;
}

.slider-main {
    margin: 100px 0;
    position: relative;
}

.slider-main .mackbook-fram {
    position: absolute;
    top: -32px;
    left: 50%;
    z-index: 9;
    transform: translate(-50%, 0);
    pointer-events: none;
}

.slider-main .owl-carousel .item {
    padding: 0 3rem;
}

.slider-main::before {
    height: 100%;
    width: 20%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(244, 244, 244, 0) 100%
    );
    z-index: 9;
    pointer-events: none;
}

.slider-main::after {
    height: 100%;
    width: 20%;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(
        275deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(244, 244, 244, 0) 100%
    );
    z-index: 9;
    pointer-events: none;
}

.slider-main button {
    background-color: #dae0e7;
    width: 50px;
    height: 50px;
    color: #000;
    border: none;
    border-radius: 50%;
    position: absolute;
    z-index: 999;
}

.slider-main .left-arrow {
    left: 31%;
    top: 50%;
    transform: translate(0, -50%);
}

.slider-main .right-arrow {
    right: 31%;
    top: 50%;
    transform: translate(0, -50%);
}

@media (max-width: 1850px) {
    .slider-main .owl-carousel .item {
        padding: 0 0.8rem;
    }

    .slider-main .mackbook-fram {
        max-width: 50%;
        top: -26px;
    }
}

@media (max-width: 1650px) {
    .slider-main .owl-carousel .item {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .owl-carousel .owl-item img {
        margin: auto;
        max-width: 688px;
        max-height: 430px;
        height: 100%;
        object-fit: cover;
    }

    .slider-main .owl-carousel .item {
        padding: 0;
    }

    .slider-main .mackbook-fram {
        top: -32px;
        width: 100%;
        max-width: none;
    }

    .slider-main .owl-theme .owl-dots .owl-dot,
    .slider-main::after,
    .slider-main::before {
        display: none;
    }

    .slider-main .owl-carousel {
        margin: auto;
        max-width: 74%;
    }

    .slider-main .left-arrow,
    .slider-main .right-arrow {
        top: 50%;
        transform: translateY(-50%);
    }

    .slider-main .left-arrow {
        left: 2%;
    }

    .slider-main .right-arrow {
        right: 2%;
    }
}

@media (max-width: 768px) {
    .slider-main .mackbook-fram {
        top: -8%;
    }

    .slider-main {
        margin-top: 100px !important;
        margin-bottom: 0px !important;
    }
}

@media (max-width: 540px) {
    .slider-main .left-arrow {
        left: 30%;
        top: auto;
        bottom: -65px;
        transform: translate(0px, 30%);
    }

    .slider-main .right-arrow {
        right: 30%;
        top: auto;
        bottom: -65px;
        transform: translate(0px, 30%);
    }

    .slider-main button {
        width: 40px;
        height: 40px;
    }
}


@media (max-width: 425px) {
    .slider-main {
        margin-top: 50px !important;
    }
}

/* email */

.email p {
    color: #3d4355;
}

.email h6 {
    color: #0b1220;
}

.footer_border-top {
    border-top: 1px solid lightgray;
    border-bottom: none !important;
}

/* email End */

.login{
    position: absolute;
    right: 0;
    top: 65px;
    background: transparent !important;
    padding: 0;
}

.login:hover{
    cursor: pointer;
}

.login img{
    background-color: transparent;
    padding: 0;
}
.login button{
    box-shadow: none !important;
    color: #ffff !important;
    position: relative;
}
.login button:after{
    position: absolute;
    top: 16px;
}
@media (max-width: 991px) {
    .logo-header{
        justify-content: start !important;
    }

    .logo-header img{
        width: 170px;
    }
    .login{
        top: 50px;
    }
}

