@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600;9..40,700;9..40,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    overflow-x: hidden;
}

main {
    overflow: hidden;
}

a {
    text-decoration: none;
    transition: all .3s ease-in-out;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: #3a51ca;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(48, 69, 88);
}

figure {
    margin: 0;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2 {
    font-family: 'Playfair Display', serif;
    margin: 0;
    padding: 0;
    letter-spacing: 0px;
    word-spacing: 0px;
}

h3,
h4,
h5,
h6 {
    font-family: 'Sora', sans-serif;
    margin: 0;
    padding: 0;
    letter-spacing: 0px;
    word-spacing: 0px;
}

p {
    font-family: 'DM Sans', sans-serif;
    color: #676767;
    font-size: 15px;
    line-height: 20px;
    text-transform: unset;
    font-weight: 400;
    margin: 0;
    padding: 0;
    letter-spacing: 0px;
    word-spacing: 0px;
}

p::first-letter {
    text-transform: capitalize;
}

/* i::before {
    font-family: "Font Awesome 6 pro";
} */

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #555555;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    text-transform: capitalize;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #555555;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    text-transform: capitalize;
}

.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #555555;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    text-transform: capitalize;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #555555;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    text-transform: capitalize;
}

select:focus,
textarea:focus,
input:focus {
    outline: none !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .11) !important;
    border-color: #3a51ca !important;
}

/* go to top start */
.go-top {
    position: fixed;
    bottom: 7%;
    right: 1%;
    padding: 0;
    display: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    z-index: 10000;
}

.go-top:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f106";
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    transition: all 0.2s ease-in-out;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    border: 2px solid #bfbfbf;
    background-color: #bfbfbf;
}

.go-top:hover:after {
    background-color: #3a51ca;
    border: 2px solid #3a51ca;
}

/* go to top close */

.btn-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
}

.btn-box .btn-primary {
    font-family: 'Sora', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-transform: capitalize;
    color: #fff;
    background-color: #3a51ca;
    border: 1px solid #3a51ca;
    overflow: hidden;
}

.btn-box .btn-secondary {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    background-color: #3a51ca;
    border: 1px solid #3a51ca;
    overflow: hidden;
}

.btn-box .btn-primary:hover,
.btn-box .btn-secondary:hover {
    border: 1px solid #3a51ca;
    background-color: #3a51ca;
}

.btn {
    border-radius: 0px;
    padding: 0;
    margin: 0;
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 12px;
    transition: all .3s ease-in-out;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

button:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* go to top */
.scroll-to-top {
    width: 50px;
    height: 50px;
    background: #3a51ca;
    position: fixed;
    bottom: 88px;
    right: 40px;
    z-index: 99;
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s;
    display: none;
    border-radius: 50%;
    cursor: pointer;
}

.scroll-to-top i {
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    -webkit-transition: .4s;
    transition: .4s;
}

/* go to top */

/**************************** Btn hover Start ***************************/
/* Bounce To Right */
.hvr-bounce-to-right {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-to-right:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
    color: #3a51ca !important;
}

.hvr-bounce-to-right:hover:after,
.hvr-bounce-to-right:focus:after,
.hvr-bounce-to-right:active:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Right */
/* Bounce To left */
.hvr-bounce-to-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-to-left::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-left:hover,
.hvr-bounce-to-left:focus,
.hvr-bounce-to-left:active {
    color: #3a51ca !important;
}

.hvr-bounce-to-left:hover::after,
.hvr-bounce-to-left:focus::after,
.hvr-bounce-to-left:active::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To left */
/**************************** Btn hover Close ***************************/
/**************************** spinner Start ***************************/
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000000;
}

.overlay .overlayDoor:before,
.overlay .overlayDoor:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #CB9274;
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
    transition-delay: 0.8s;
}

.overlay .overlayDoor:before {
    left: 0;
}

.overlay .overlayDoor:after {
    right: 0;
}

.overlay.loaded .overlayDoor:before {
    left: -50%;
}

.overlay.loaded .overlayDoor:after {
    right: -50%;
}

.overlay.loaded .overlayContent {
    opacity: 0;
    margin-top: -15px;
}

.overlay .overlayContent {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
}

.loader {
    width: 128px;
    height: 128px;
    border: 3px solid #fff;
    border-bottom: 3px solid transparent;
    border-radius: 50%;
    position: relative;
    animation: spin 1s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader .inner {
    width: 64px;
    height: 64px;
    border: 3px solid transparent;
    border-top: 3px solid #fff;
    border-radius: 50%;
    animation: spinInner 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spinInner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-720deg);
    }
}

/**************************** spinner Close ***************************/
/************************************* header *************************************/
.navbar-toggler {
    background-color: #3a51ca;
    color: #fff;
    border: none;
}

/* header top */
header {
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

/* header-btm */
header .header-btm {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    background: transparent;
    box-shadow: none;
}

header .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 3px 45px rgba(0, 0, 0, 0.15);
}

header .header-btm .navbar>.container-fluid {
    align-items: center;
}

header .header-btm .container-fluid {
    padding: 0 80px;
}

header .header-btm .navbar {
    padding: 0;
    transition: all 0.3s ease-in-out;
    background: transparent;
    position: relative;
}

header .header-btm.sticky .navbar {
    border-bottom: none !important;
}

header .header-btm .navbar .navbar-nav {
    align-items: center;
    gap: 20px;
}

header .header-btm .navbar .navbar-nav .nav-item .nav-link {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    letter-spacing: 0;
    word-spacing: 0;
    border: none;
    background-color: transparent;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: all 0.5s ease-in-out;
}

header .header-btm .navbar .navbar-nav .nav-item .nav-link.active {
    color: #FFF;
}

header .header-btm .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #3A51CA !important;
}

header .header-btm.sticky .side-ul .sd-li a i,
header .header-btm.sticky .navbar .navbar-nav .nav-item .nav-link {
    color: #000;
}

header .header-btm.sticky .navbar .navbar-nav .nav-item .nav-link.active {
    color: #3A51CA;
}

header .header-btm .navbar .navbar-brand {
    margin: 0;
    padding: 0;
}

header .header-btm .navbar .navbar-brand .logo {
    min-width: 100%;
    max-width: 100%;
    max-height: 114px;
    min-height: 114px;
    object-fit: contain;
}

header .header-btm .side-ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 22px;
    margin: 0 0 0 30px;
    padding: 0;
    transition: all 0.3s ease-in-out;
}

header .header-btm .side-ul .sd-li a i {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

header .header-btm .side-ul .sd-li a i:hover {
    color: #3A51CA;
}

/***************************** header close *****************************/
/***************************** Footer Start *****************************/
footer {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: #141416;
}

footer .footer-top {
    padding: 55px 0;
}

footer .footer-top .footer-logo img {
    min-width: 205px;
    max-width: 205px;
    max-height: 114px;
    min-height: 114px;
    object-fit: contain;
}

footer .footer-top .footer-logo p {
    margin: 30px 0 0 0;
    color: #fff;
}

footer .footer-top .quik-inks h4 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 20px 0;
}

footer .footer-top .quik-inks p {
    color: #fff;
}

footer .footer-top .quik-inks ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 5px;
}

footer .footer-top .quik-inks ul li a {
    font-family: 'DM Sans', sans-serif;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    letter-spacing: 0px;
    word-spacing: 0px;
    transition: all 0.5s ease-in-out;
}

footer .footer-top .quik-inks ul li a:hover {
    color: #3A51CA;
}

footer .footer-top .quik-inks .btn-box {
    margin: 30px 0 0 0;
}

footer .footer-top .quik-inks .btn-box .btn-wh {
    font-family: 'DM Sans', sans-serif;
    height: 50px;
    width: 165px;
    font-size: 15px;
    font-weight: 300;
}

footer .footer-bottom {
    padding: 20px 0;
    border-top: 1px solid #676767;
}

footer .footer-bottom .copyright p {
    color: #FAFBFD;
    font-size: 18px;
    text-transform: capitalize;
}

footer .footer-bottom .copyright p a {
    color: #fff;
}

footer .footer-bottom .copyright p a:hover {
    color: #002f8c;
}

/*********************** footer close ***********************/
/*********************** Cart Start ***********************/
.section-cart {
    position: relative;
    padding: 100px 0;
}

.section-cart .checkout-box .details {
    border: 1px solid rgba(31, 31, 31, 0.1);
    border-bottom: none;
}

.section-cart .checkout-box .details .summary {
    padding: 30px 30px 0 30px;
}

.section-cart .checkout-box .details h6 {
    font-weight: 700;
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 10px 0;
}

.section-cart .checkout-box .total-ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.section-cart .checkout-box .total-ul li {
    font-weight: 700;
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
    margin: 5px 0 5px 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.section-cart .checkout-box .total-ul li span {
    width: 50%;
    font-weight: 400;
}

.section-cart .checkout-box .sub-total {
    background: rgba(245, 245, 247, 0.5);
    padding: 15px 30px;
    margin: 20px 0 0 0;
}

.section-cart .checkout-box .btn-box .btn-wh {
    width: 100%;
    height: 50px;
}

.section-cart .cart-head-main {
    border-bottom: 1px solid #d7d7d770;
    padding: 0 0 20px 0;
}

.section-cart .cart-table thead tr th {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 10px 0;
}

.section-cart .cart-table thead tr th.price {
    text-align: left;
}

.section-cart .cart-table tbody tr td {
    vertical-align: middle;
    padding: 20px 10px;
}

.section-cart .cart-table tbody tr:nth-child(odd)>td {
    background-color: #80808029;
}

.section-cart .cart-table tbody tr td .delet-product i {
    width: 25px;
    height: 25px;
    border: 1px solid #3a51ca;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #fff;
    background-color: #3a51ca;
}

.section-cart .cart-table tbody tr td .img-main {
    background: #F5F5F7;
    padding: 15px 0;
    position: relative;
}

.section-cart .cart-table tbody tr td .img-main .cart-img {
    min-width: 100px;
    max-width: 100px;
    display: block;
    margin: 0 auto;
}

.section-cart .cart-table tbody tr {
    border-bottom: 1px solid #000;
}

.section-cart .cart-table thead {
    border-bottom: 1px solid #000;
}

.section-cart .cart-table thead tr {
    border-bottom: 1px solid #000;
    background: #3a51ca;
}

.section-cart .cart-table tbody tr td .product-detail {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 10px;
}

.section-cart .cart-table tbody tr td .product-detail .main-img img {
    min-width: 63px;
    max-width: 63px;
    min-height: 73px;
    max-height: 73px;
    object-fit: contain;
}

.section-cart .cart-table tbody tr td .product-detail .desc .pd-link {
    font-size: 15px;
    font-weight: 500;
    color: #2D2D2D;
    line-height: 25px;
    text-transform: capitalize;
    white-space: pre-line;
}

.section-cart .cart-table tbody tr td .dsc-rt {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.section-cart .cart-table tbody tr td .dsc-rt .btn-cart {
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    color: #3a51ca;
    text-transform: capitalize;
    position: relative;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 20px;
    height: 40px;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}

.section-cart .cart-table tbody tr td .dsc-rt .btn-cart:hover {
    background-color: #3a51ca;
    color: #fff;
}

.section-cart .cart-table tbody tr td .input-group {
    align-items: center;
    width: 200px;
    margin: 0 auto;
    border: none;
    border-radius: 0;
    padding: 0 15px;
    justify-content: space-between;
}

.section-cart .cart-table tbody tr td .input-group .input-group-btn .btn-quant {
    background-color: transparent;
    border-radius: 0;
    color: #fff;
    padding: 0;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    border: 2px solid #3a51ca;
    background: #3a51ca;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-cart .cart-table tbody tr td .input-group .input-group-btn .btn-quant:hover {
    background: #fff;
    color: #3a51ca;
}

.section-cart .cart-table tbody tr td .input-group .input-group-btn .btn-quant:focus {
    outline: none;
    box-shadow: none;
}

.section-cart .cart-table tbody tr td .input-group .input-number {
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    padding: 0;
    color: #1f1f1d;
    text-align: center;
    opacity: 100%;
    border: none;
    background: #F5F5F7;
    height: 35px;
    border-radius: 10px !important;
    width: 70px;
    flex: inherit;
}

.section-cart .cart-table tbody tr td p {
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
}

.section-cart .checkout-btn-main {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    flex-direction: row;
}

/*********************** Cart Close ***********************/
/*********************** Checkout Start ***********************/
.section-checkout {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
}

.section-checkout .checkout-form {

    border: 1px solid #EBF2FF;

    padding: 20px 20px;

    border-radius: 10px;
}

.section-checkout .checkout-form .form-h {
    font-size: 20px;
    line-height: 30px;
    color: #2D2D2D;
    text-transform: capitalize;
}

.section-checkout .checkout-form .form-p {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
    line-height: 27px;
    padding: 0;
    text-align: end;
}

.section-checkout .checkout-form .form-p .signup-a {
    color: #3a51ca;
}

.section-checkout .checkout-form .form-head {
    border-bottom: 1px solid #EBF2FF;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
}

.section-checkout .checkout-form .order-details ul {
    margin: 10px 0;
}

.section-checkout .checkout-form .order-details ul li {
    text-transform: unset;
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
    line-height: 23.2px;
    color: #232F3F;
    margin: 0 0 20px 0;
    padding: 10px 0;
    position: relative;
    border-bottom: 2px solid #EBF2FF;
    font-family: 'Poppins', sans-serif;
}

.section-checkout .checkout-form .order-details ul li strong {
    float: right;
    width: 50%;
    text-align: right;
    font-family: 'Sora', sans-serif;
}

.section-checkout .checkout-form .order-details ul li .item-list {
    min-height: auto;
    max-height: 300px;
    overflow-y: scroll;
    padding: 5px 10px;
}

.section-checkout .checkout-form .order-details ul li .main-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    margin: 0 0 10px 0;
    padding: 10px;
    box-shadow: 0px 0px 0px 2px hsl(222.86deg 100% 98.63%);
    border-radius: 5px;
    flex-wrap: nowrap;
    background-color: hsl(222.86deg 100% 98.63%);
}

.section-checkout .checkout-form .order-details ul li .main-box .product-card {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
}

.section-checkout .checkout-form .order-details ul li .main-box .product-card .main-img {
    min-width: 100px;
    max-width: 100px;
    min-height: 100px;
    max-height: 100px;
    border: 1px solid #ccc;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.section-checkout .checkout-form .order-details ul li .main-box .product-card .main-img img {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: contain;
}

.section-checkout .checkout-form .order-details ul li .main-box .product-card .desc ul {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.section-checkout .checkout-form .order-details ul li .main-box .product-card .desc ul li {
    font-size: 17px;
    line-height: 17px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    word-spacing: 0px;
    letter-spacing: 1px;
    border: none;
}

.section-checkout .checkout-form .order-details ul li .main-box .product-card .desc ul li i {
    margin: 0 2px 0 0;
    font-size: 11px;
    color: #3a51ca;
}

.section-checkout .checkout-form .order-details ul li .main-box .pd-total {
    font-size: 17px;
    line-height: 17px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    word-spacing: 0px;
    letter-spacing: 1px;
}

.section-checkout .checkout-form .form-head .pay-now .btn-pay {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0 0 0 auto;
    padding: 0;
    height: 52px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    border: 1px solid #CC9224;
    background: #CC9224;
    line-height: normal;
    transition: all 0.2s ease-in-out;
}

.section-checkout .checkout-form .form-group {
    margin: 0 0 30px 0;
}

.section-checkout .checkout-form .form-group label {
    font-size: 16px;
    line-height: 20px;
    color: #444444;
    font-weight: 400;
    font-family: 'Sora', sans-serif;
    margin: 0 0 5px 0;
}

.section-checkout .checkout-form .form-group .form-select,
.section-checkout .checkout-form .form-group .form-control {
    border: 1px solid #fff;
    color: #555;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    padding: 8px;
    background-color: #fff;
    box-shadow: 0px 0px 7px 0px #0000004a;
    border-radius: 30px;
    position: relative;
}

.section-checkout .checkout-form .form-check .form-check-label {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
    color: #232F3F;
}

.section-checkout .checkout-form .form-check .form-check-input:checked {
    background-color: #3a51ca;
    border-color: #3a51ca;
}

.section-checkout .checkout-form .form-group .textarea-control {
    background-color: #F8FAFF;
    border: 1px solid #D2E3FD;
    border-radius: 2px;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    padding: 18px 25px;
    color: #232F3F;
    font-size: 17px;
    font-weight: 400;
}

.section-checkout .checkout-form .payment-details .form-group {
    margin: 0 0 18px 0;
    position: relative;
}

.section-checkout .checkout-form .payment-details .form-group .card-imgs {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 10px;
    color: #74769E;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 3px;
}

.section-checkout .checkout-form .payment-details .action-button {
    width: 100%;
    height: 50px;
}

/*********************** Checkout Close ***********************/
/*********************** Login & Register CSS Start ***********************/
.register-sec-wrap {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 200px 0 50px
}

.register-sec-wrap .form-main {
    padding: 20px 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 4px 0.5px #ccc;
}

.register-sec-wrap .form-main .heads {
    margin: 0 0 50px 0;
}

.register-sec-wrap .form-main .heads h2 {
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 10px 0;
    text-align: center;
    font-size: 30px;
}

.register-sec-wrap .form-main .heads p {
    text-align: center;
}

.register-sec-wrap .form-main .form-group {
    margin: 0 0 20px 0;
}

.register-sec-wrap .form-main .form-group label {
    font-size: 16px;
    line-height: 20px;
    color: #444;
    font-weight: 400;
    font-family: 'Sora', sans-serif;
    margin: 0 0 5px 0;
}

.register-sec-wrap .form-main .form-group label span {
    color: #c02b0a;
}

.register-sec-wrap .form-main .form-group .input-main {
    position: relative;
}

.register-sec-wrap .form-main .form-group .input-main .form-control {
    border: 1px solid #fff;
    color: #555;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    padding: 8px;
    background-color: #fff;
    box-shadow: 0px 0px 7px 0px #0000004a;
    border-radius: 30px;
}

.register-sec-wrap .form-main .form-group .input-main .field-icon1 {
    z-index: 2;
    position: absolute;
    top: 0;
    height: 100%;
    right: 20px;
    color: #3a51ca;
    display: flex;
    align-items: center;
    justify-content: center;
}

.register-sec-wrap .form-main .btn-box .btn-wh {
    width: 200px;
    height: 46px;
    margin: 0 auto;
}

.register-sec-wrap .form-main p.link {
    margin: 20px 0 0 0;
}

.register-sec-wrap .form-main p.link a {
    color: #4849ca;
}

.register-sec-wrap .form-main p.link a:hover {
    color: inherit;
}

/*********************** Login & Register CSS Close ***********************/
/*********************** home-page css Start ***********************/
/* banner */
.home-banner-wrap {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 900px;
    max-height: 900px;
}

/* .home-banner-wrap::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.8;
    background-color: #EDEDED;
} */

.home-banner-wrap video {
    object-fit: cover;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
}

.home-banner-wrap .main-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 100%;
}

.home-banner-wrap .banner-content h4 {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
}

.home-banner-wrap .banner-content h3 {
    font-size: 44px;
    font-weight: 700;
    line-height: 66px;
    color: #fff;
    text-transform: unset;
    margin: 20px 0;
}

.home-banner-wrap .banner-content h3 span {
    text-transform: capitalize;
    color: #3A51CA;
}

.home-banner-wrap .banner-content .btn-box .btn-wh {
    height: 50px;
    width: 163.89px;
}

/* banner */
/* sec-2 */
.about-sec {
    padding: 100px 0;
    overflow: hidden;
}

.about-sec .head {
    text-align: center;
    margin: 0 0 100px 0;
}

.about-sec .head h4 {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #3a51ca;
}

.about-sec .head h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
    text-transform: unset;
    color: #444444;
    margin: 0 0 45px 0;
}

.about-sec .head h2 span {
    color: #3a51ca;
}

.about-sec .head p {
    font-size: 18px;
    line-height: 34px;
}

.about-sec .desc {
    padding: 0 20px;
}

.about-sec .desc h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    color: #3a51ca;
    border-bottom: 1px solid #3a51ca;
    display: inline-block;
}

.about-sec .desc ul {
    margin: 30px 0 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 25px;
}

.about-sec .desc ul li {
    position: relative;
    padding: 0 0 0 60px;
}

.about-sec .desc ul li::before {
    position: absolute;
    content: '\f058';
    top: 0;
    left: 0;
    font-family: "Font Awesome 6 pro";
    font-weight: 900;
    color: #3a51ca;
    border: 1.2px solid #ccc;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-sec .desc ul li p {
    font-size: 18px;
    line-height: 20px;
    color: #444444;
}

.about-sec .main-img img {
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    max-height: fit-content;
}

/* sec-2 */
/* sec-3 */
.writing-sec {
    padding: 100px 0;
    overflow: hidden;
    background-image: url(../images/writing-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.writing-sec .head {
    text-align: center;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #fff;
}

.writing-sec .head h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
    text-transform: unset;
    color: #fff;
    padding: 0 0 15px;
}

.writing-sec .head h2 span {
    color: #3a51ca;
}

.writing-sec .desc p {
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    color: #fff;
}

/* sec-3 */
/* sec-4 */
.services-sec {
    padding: 100px 0;
    overflow: hidden;
}

.services-sec .head {
    margin: 0 0 30px 0;
}

.services-sec .head h4 {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #3a51ca;
}

.services-sec .head h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
    text-transform: unset;
    color: #444444;
}

.services-sec .head h2 span {
    color: #3a51ca;
}

.services-sec .btn-box .btn-wh {
    height: 56px;
    width: 192px;
    margin: 0 0 0 auto;
}

.services-sec .service-card {
    position: relative;
    background-color: #f4f4f4;
    padding: 70px 40px;
    border-radius: 20px;
    margin: 0 0 25px 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    transition: transform .2s ease, box-shadow .2s ease;
    z-index: 1;
}

.services-sec .service-card::after {
    background: linear-gradient(90deg, #ffffff 0%, #7a9dbf 100%);
    opacity: 0.3;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: ' ';
    position: absolute;
    z-index: -1;
    border-radius: 20px;
}

.services-sec .service-card::before {
    opacity: 1;
    pointer-events: none;
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: ' ';
    border-radius: 20px;
    transition: background-color .45s cubic-bezier(.25, 1, .33, 1), opacity .45s cubic-bezier(.25, 1, .33, 1);
    box-shadow: 0 30px 60px rgba(0, 0, 0, .15);
}

.services-sec .service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 17px 25px rgba(0, 0, 0, .13);
}

.services-sec .service-card .main-img {
    margin: 0 0 20px 0;
}

.services-sec .service-card .main-img img {
    min-width: 60.35px;
    max-width: 60.35px;
    min-height: 60.35px;
    max-height: 60.35px;
    object-fit: contain;
}

.services-sec .service-card .desc h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    color: #444444;
}

.services-sec .service-card .desc p {
    margin: 20px 0;
}

.services-sec .service-card .desc .btn-box .btn-service {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #3a51ca;
}

/* sec-4 */
/* sec-5 */
.project-sec {
    padding: 50px 0;
    overflow: hidden;
    background-image: url(../images/project-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.project-sec .content {
    margin: 0 0 30px 0;
}

.project-sec .content h4 {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #3a51ca;
}

.project-sec .content h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
    text-transform: unset;
    color: #fff;
    margin: 0 0 10px 0;
}

.project-sec .content p {
    color: #fff;
}

.project-sec .main-img img {
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    max-height: fit-content;
}

.project-sec .counter-card {
    margin: 0 0 20px 0;
}

.project-sec .counter-card h3 {
    font-size: 62px;
    font-weight: 600;
    line-height: 62px;
    text-transform: unset;
    color: #fff;
}

.project-sec .counter-card p {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    letter-spacing: 0.5px;
}

/* sec-5 */
/* sec-6 */
.choose-sec {
    padding: 100px 0;
    overflow: hidden;
}

.choose-sec .head {
    text-align: center;
    margin: 0 0 30px 0;
}

.choose-sec .head h4 {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #3a51ca;
}

.choose-sec .head h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
    text-transform: unset;
    color: #444444;
    margin: 0 0 10px 0;
}

.choose-sec .choose-card {
    background-color: #fff;
    padding: 25px 15px 15px;
    position: relative;
    transition: transform .2s ease, box-shadow .2s ease;
    margin: 0 0 30px 0;
    min-height: 300px;
    max-height: 300px;
    box-shadow: rgba(0, 0, 0, .04) 0 1px 0, rgba(0, 0, 0, .05) 0 2px 7px, rgba(0, 0, 0, .06) 0 12px 22px;
}

.choose-sec .choose-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 17px 25px rgba(0, 0, 0, .13);
}

.choose-sec .choose-card .main-img {
    margin: 0 0 24px 0;
}

.choose-sec .choose-card .main-img i {
    font-size: 50px;
    line-height: 50px;
    font-weight: 800;
    color: #3a51ca;
}

.choose-sec .choose-card .desc h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #444444;
    margin: 0 0 10px 0;
}

.choose-sec .btn-box .btn-wh {
    height: 52px;
    width: 172px;
    margin: 0 auto;
}

/* sec-6 */
/* sec-7 */
.faqs-sec {
    position: relative;
    overflow: hidden;
    background-image: url(../images/faqs-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 1;
}

.faqs-sec.faq-pg {
    background-image: none;
}

.faqs-sec::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    opacity: 0.5;
    z-index: -1;
}

.faqs-sec .main-img {
    padding: 0 40px;
}

.faqs-sec .main-img img {
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    max-height: fit-content;
    object-fit: contain;
}

.faqs-sec .desc {
    padding: 100px 0;
}

.faqs-sec .desc h4 {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #3a51ca;
}

.faqs-sec .desc h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
    text-transform: unset;
    color: #fff;
    margin: 0 0 10px 0;
}

.faqs-sec .desc p {
    color: #fff;
}

.faqs-sec .faq-box {
    margin: 50px 0 0 0;
}

.faqs-sec .faq-box .accordion .accordion-item {
    border-radius: 0px;
    background: transparent;
    border: none;
    margin: 0 0 15px 0;
}

.faqs-sec .faq-box .accordion .accordion-header button.accordion-button {
    font-family: 'Sora', sans-serif;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    box-shadow: none;
    border-radius: 0px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    margin: 0;
    text-transform: capitalize;
    position: relative;
}

.faqs-sec .faq-box .accordion .accordion-header .accordion-button::after {
    content: '\2b';
    font-family: 'Font Awesome 6 Pro';
    background: #fff;
    color: #000;
    font-size: 10px;
    min-width: 16px;
    max-width: 16px;
    height: 16px;
    text-align: center;
    font-weight: 600;
    transition: all .3s ease-in-out;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faqs-sec .faq-box .accordion .accordion-header .accordion-button:not(.collapsed) {
    background-color: #3A51CA !important;
}

.faqs-sec .faq-box .accordion .accordion-header .accordion-button:not(.collapsed)::after {
    content: '\f068';
    font-family: 'Font Awesome 6 Pro';
    transform: rotate(0deg);
}

.faqs-sec .faq-box .accordion .accordion-collapse .accordion-body {
    background-color: #fff;
}

.faqs-sec .faq-box .accordion .accordion-collapse .accordion-body p {
    color: #000;
    padding: 10px 14px;
    border-radius: 0px;
}

.faqs-sec.faq-pg::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.001) 0%, #000000 100%);
    opacity: 0.8;
}

.faqs-sec.faq-pg .desc h2,
.faqs-sec.faq-pg .desc p,
.faqs-sec.faq-pg .faq-box .accordion .accordion-header button.accordion-button {
    color: #000;
}

.faqs-sec.faq-pg .faq-box .accordion .accordion-header button.accordion-button {
    background-color: #0000000b;
}

/* sec-7 */
/* sec-8 */
.clients-sec {
    padding: 100px 0;
    overflow: hidden;
}

.clients-sec .desc h4 {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #3a51ca;
    font-family: 'Playfair Display', serif;
}

.clients-sec .desc h2 {
    font-size: 45px;
    font-weight: 600;
    line-height: 50px;
    text-transform: unset;
    color: #000;
    margin: 0 0 10px 0;
}

.clients-sec .desc h2 span {
    color: #3a51ca;
}

.clients-sec .desc p {
    color: #000;
}

.clients-sec .client-slides {
    margin: 0 0 80px 0;
}

.clients-sec .client-slides.second {
    margin: 0;
}

.clients-sec .client-slides .slid-img img {
    min-width: 100%;
    max-width: 100%;
    min-height: 40px;
    max-height: 40px;
    object-fit: contain;
}

/* sec-8 */
/* sec-9 */
.voice-sec {
    position: relative;
    padding: 0;
    overflow: hidden;
    background-color: rgb(58, 81, 202);
}

.voice-sec .nectar-shape-divider-wrap {
    position: relative;
}

.voice-sec .nectar-shape-divider-wrap.top {
    transform: rotate(180deg);
}

.voice-sec .nectar-shape-divider-wrap.no-color .nectar-shape-divider {
    fill: #fff;
}

.voice-sec .nectar-shape-divider {
    width: 100%;
    left: 0;
    bottom: -1px;
    height: 100%;
    position: absolute;
}

.voice-sec .nectar-shape-divider-wrap[data-style="mountains"] svg path:first-child {
    opacity: 0.1;
}

.voice-sec .nectar-shape-divider-wrap[data-style="mountains"] svg path:nth-child(2) {
    opacity: 0.12;
}

.voice-sec .nectar-shape-divider-wrap[data-style="mountains"] svg path:nth-child(3) {
    opacity: 0.18;
}

.voice-sec .nectar-shape-divider-wrap[data-style="mountains"] svg path:nth-child(4) {
    opacity: 0.33;
}

.voice-sec .head {
    text-align: center;
    margin: 0 0 30px 0;
}

.voice-sec .head h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
    text-transform: unset;
    color: #fff;
    margin: 0 0 10px 0;
}

.voice-sec .head p {
    color: #fff;
}

.voice-sec .audio-card {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: #00000085 0px 0px 20px;
    margin: 0 0 20px 0;
}

.voice-sec .audio-card .top {
    padding: 20px 20px;
}

.voice-sec .audio-card .top h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 25px;
    text-transform: unset;
    color: #000;
    text-align: center;
}

.voice-sec .audio-card .top h2 span {
    color: #3a51ca;
}

/* (A) MATERIAL ICONS */
.voice-sec .audio-card .aWrap .svg-inline--fa {
    color: white !important;
}

.voice-sec .audio-card .aWrap {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    /* allow buttons to wrap into another row on small screens */
    /* flex-wrap: wrap; */
    width: 100%;
    padding: 20px 10px;
    margin: 0;
    border-radius: 0;
    background: black;
    font-family: 'DM Sans', sans-serif;
    gap: 10px;
}

.voice-sec .audio-card .aWrap,
.voice-sec .audio-card .aWrap * {
    box-sizing: border-box;
}

.voice-sec .audio-card .aWrap .aPlay {
    padding: 0;
    margin: 0;
    background: 0;
    border: 0;
    cursor: pointer;
}

.voice-sec .audio-card .aWrap .aPlay .aPlayIco i {
    color: #fff;
    font-weight: 500;
}

.voice-sec .audio-card .aWrap .aCron {
    font-size: 10px;
    color: #fff;
    margin: 0;
}

.voice-sec .audio-card .aWrap .aCron span {
    color: #fff;
}

.voice-sec .audio-card .aWrap input[type="range"] {
    appearance: none;
    border: none;
    outline: none;
    box-shadow: none;
    width: 40px !important;
    margin: 0;
    background: 0;
}

.voice-sec .audio-card .aWrap .range,
.voice-sec .audio-card .aWrap .volume-container .range-volume {
    position: relative;
    display: flex;
    align-items: center;
}

.voice-sec .audio-card .aWrap .volume-container .aVolIco i {
    color: #fff;
}

.voice-sec .audio-card .aWrap .range input,
.voice-sec .audio-card .aWrap .volume-container .range-volume input {
    position: relative;
    z-index: 1;
}

.voice-sec .audio-card .aWrap .range .change-range,
.voice-sec .audio-card .aWrap .volume-container .range-volume .change-range {
    position: absolute;
    left: 0;
    top: 0;
    height: 6px;
    width: 0px;
    background-color: #4849ca;
    border-radius: 0px;
}

.voice-sec .audio-card .aWrap .volume-container .range-volume .change-range {
    height: 10px;
    width: 95%;
}

.voice-sec .audio-card .aWrap .range .under-ranger {
    position: absolute;
    left: 0;
    top: 0;
    height: 8px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 0px;
}

.voice-sec .audio-card .aWrap .volume-container .range-volume .under-ranger {
    height: 10px;
}

.voice-sec .audio-card .aWrap input[type="range"]::-webkit-slider-thumb {
    appearance: none;
}

.voice-sec .audio-card .aWrap input[type="range"]::-webkit-slider-runnable-track {
    background: transparent;
    height: 6px;
    border-radius: 10px;
}

.voice-sec .audio-card .aWrap input[type="range"]::-webkit-slider-thumb {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 0;
    background: #fff;
    position: relative;
    cursor: pointer;
    margin-top: -5px;
}

.voice-sec .audio-card .aWrap input[type="range"]::-moz-range-thumb {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 0;
    background: #fff;
    position: relative;
    cursor: pointer;
    margin-top: -5px;
}

.voice-sec .audio-card .aWrap .volume-container .aVolIco {
    margin: 0 10px;
    cursor: pointer;
}

input.aVolume {
    width: 100px !important;
}

.aVolume::-webkit-slider-runnable-track {
    height: 10px !important;
}

.aVolume::-webkit-slider-thumb {
    margin-top: -3px !important;
}

.aVolume::-moz-range-thumb {
    margin-top: -3px !important;
}

.voice-sec .audio-card .aWrap .volume-container {
    display: flex;
    align-items: center;
}

/* sec-9 */
/* sec-10 */
.quote-sec {
    padding: 50px 0;
    overflow: hidden;
}

.quote-sec .head {
    text-align: center;
    margin: 0 0 30px 0;
}

.quote-sec .head h2 {
    font-size: 45px;
    font-weight: 600;
    line-height: 50px;
    text-transform: unset;
    color: #444444;
    margin: 0 0 10px 0;
}

.quote-sec .quality-box {
    margin: 0 0 50px 0;
}

.quote-sec .quality-box p {
    font-size: 18px;
    line-height: 33px;
}

.quote-sec .quality-box h3 {
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
    text-transform: unset;
    color: #444444;
    margin: 0 0 10px 0;
}

.quote-sec .info {
    text-align: center;
}

.quote-sec .info p {
    font-weight: 600;
}

.quote-sec .info a {
    color: #3a51ca;
    font-size: 15px;
    line-height: 20px;
    font-family: 'DM Sans', sans-serif;
}

.quote-sec .info a:hover {
    color: inherit;
}

.quote-sec .quote-form-box {
    background-color: #3a51ca;
    box-shadow: 15px 15px 20px #0000005e;
    border-radius: 20px;
    padding: 20px;
    margin: 40px 0 0 0;
}

.quote-sec .quote-form-box .form-group {
    margin: 0 0 20px 0;
}

.quote-sec .quote-form-box .form-check .form-check-label {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
}

.quote-sec .quote-form-box .form-group label {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    font-family: 'Sora', sans-serif;
    margin: 0 0 5px 0;
}

.quote-sec .quote-form-box .form-group label span {
    color: #c02b0a;
    font-style: italic;
    font-size: 13.008px;
}

.quote-sec .quote-form-box .form-group .form-control,
.quote-sec .quote-form-box .form-group .form-select {
    border: 1px solid #fff;
    border-radius: 4px;
    color: #555;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    padding: 8px;
}

.quote-sec .quote-form-box .btn-box {
    margin: 20px 0 0 0;
}

.quote-sec .quote-form-box .btn-box .btn-wh {
    height: 51px;
    width: 104px;
}

/* sec-10 */
/* sec-11 */
.newsletter-sec {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
    background-image: url(../images/newsletter-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
}

.newsletter-sec::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.8;
    z-index: -1;
}

.newsletter-sec .news-content {
    text-align: center;
}

.newsletter-sec .news-content h4 {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #3a51ca;
}

.newsletter-sec .news-content h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
    text-transform: unset;
    color: #fff;
}

.newsletter-sec .news-content .from-group {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin: 20px 0 0 0;
}

.newsletter-sec .news-content .from-group .form-control {
    border-radius: 0px;
    height: 56px;
    padding: 15px 20px;
    color: #555;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}

.newsletter-sec .news-content .from-group .btn-box .btn-wh {
    height: 57px;
    width: 246.25px;
}

/* sec-11 */
/*********************** home-page css Close ***********************/
/*********************** inner-page css Start ***********************/
/* inner-banner */
.inner-banner {
    padding: 150px 0 70px 0;
    overflow: hidden;
    background-image: url(../images/abputus-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.inner-banner .title h3 {
    font-size: 45px;
    font-weight: 600;
    line-height: 50px;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
}

/* inner-banner */
/* contact-page */
.contact-pg-sec {
    padding: 50px 0;
    overflow: hidden;
    background-color: rgb(243, 242, 241)
}

.contact-pg-sec .contact-head h4 {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #3a51ca;
}

.contact-pg-sec .contact-head h3 {
    font-size: 45px;
    font-weight: 600;
    line-height: 50px;
    text-transform: unset;
    color: #444444;
    margin: 0 0 10px 0;
}

.contact-pg-sec .contact-head p {
    margin: 0 0 20px 0;
}

.contact-pg-sec .contact-head .info p {
    font-weight: 600;
    margin: 0;
}

.contact-pg-sec .contact-head .info a {
    color: #3a51ca;
    font-size: 15px;
    line-height: 20px;
    font-family: 'DM Sans', sans-serif;
}

.contact-pg-sec .contact-head .info a:hover {
    color: inherit;
}

.contact-pg-sec .contact-box .form-group {
    margin: 0 0 20px 0;
}

.contact-pg-sec .contact-box .form-check .form-check-label {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
}

.contact-pg-sec .contact-box .form-group label {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    font-family: 'Sora', sans-serif;
    margin: 0 0 5px 0;
}

.contact-pg-sec .contact-box .form-group .form-control,
.contact-pg-sec .contact-box .form-group .form-select {
    border: 1px solid #fff;
    color: #555;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    padding: 8px;

    background-color: #fff;
    box-shadow: 0px 0px 7px 0px #0000004a;
    border-radius: 30px;
}

.contact-pg-sec .contact-box .btn-box .btn-wh {
    height: 45px;
    width: 163.78px;
    margin: 0 auto;
}

/* contact-page */
/* in-house-remote-page */
.packages-sec {
    padding: 100px 0;
    background-color: #eeedec;
    overflow: hidden;
    position: relative;
}

.packages-sec .pack-card {
    background: #fff;
    padding: 70px 70px;
    margin: 0 20px;
}

.packages-sec .pack-card .head {
    text-align: center;
}

.packages-sec .pack-card .head h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    text-transform: capitalize;
    color: #444444;
}

.packages-sec .pack-card .price {
    margin: 20px 0;
}

.packages-sec .pack-card .price h4 {
    position: relative;
    font-size: 45px;
    line-height: 50px;
    font-weight: 600;
    color: #444444;
    text-align: center;
    width: 165px;
    margin: 0 auto;
}

.packages-sec .pack-card .price h4::before {
    position: absolute;
    content: '$';
    left: 0;
    bottom: 0;
    font-size: 10px;
    line-height: 10px;
}

.packages-sec .pack-card .price h4 sup {
    font-size: 10px;
    vertical-align: super;
}

.packages-sec .pack-card .pack-list ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
}

.packages-sec .pack-card .pack-list ul li {
    position: relative;
    font-family: 'DM Sans', sans-serif;
    color: #676767;
    font-size: 15px;
    line-height: 20px;
    text-transform: unset;
    font-weight: 400;
}

.packages-sec .pack-card .pack-list ul li::before {
    position: absolute;
    content: '\f00c';
    left: -25px;
    top: 0;
    font-family: "Font Awesome 6 pro";
}

.packages-sec .pack-card .btn-started {
    margin: 20px 0 0 0;
    font-family: 'DM Sans', sans-serif;
    color: #3a51ca;
    font-size: 15px;
    line-height: 20px;
    text-transform: unset;
    font-weight: 400;
}

.packages-sec .pack-card .btn-started:hover {
    color: inherit;
}

.packages-sec .pack-card.active {
    background-color: #3a51ca;
    transform: scale(1.07);
}

.packages-sec .pack-card.active .head h3,
.packages-sec .pack-card.active .head p,
.packages-sec .pack-card.active .price h4,
.packages-sec .pack-card.active .pack-list ul li,
.packages-sec .pack-card.active .btn-started {
    color: #fff;
}

/* in-house-remote-page */
/*********************** inner-page css Close ***********************/


@media only screen and (min-width: 1600px) and (max-width: 1920px) {}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {}

@media only screen and (min-width: 1400px) and (max-width: 1444px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 576px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 575px) {}