* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    overflow-x: hidden;
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    scroll-behavior: smooth;
    transition: 0.3s;
}

header {
    /* background-color: #EDEDED; */
    display: flex;
    /* justify-content: space-around; */
    height: 80px;
    /* border-bottom: 2px solid #ededed; */
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .1) !important;
    /* transition: transform .5s,-webkit-transform .5s; */
    position: sticky;
    z-index: 999;
}

.header-item {
    display: flex;
    align-items: center;
    column-gap: 50px;
    margin: auto;
    /* justify-content: space-around; */
    justify-content: center;
}

.header-item .icon-btn {
    display: flex;
    align-items: center;
    gap: 25px;
}

.logo {
    margin-right: 60px;
}

.logo img {
    width: 200px;
}

nav ul {
    display: flex;
    gap: 50px;
    text-decoration: none;
}

nav ul li {
    list-style: none;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s;
}

nav ul li a {
    text-decoration: none;
    color: black;
}

nav ul li a:hover {
    color: #C6866B;
    text-decoration: underline;
    transition: 0.3s ease-out !important;
}

.icon {
    margin-left: 85px;
    font-size: 20px;
}

.fa-nav-bar {
    display: none;
}

header button {
    width: 120px;
    height: 30px;
    border: 1.5px solid #C6866B;
    border-radius: 24px;
    font-size: 16px;
    color: #fff;
    background-color: #C6866B !important;
}

.section-one {
    background-color: #ededed;
    width: 100%;
    margin: 0 auto;
}

.section-one .second-btn {
    border: none;
    justify-content: center;

}

.section-one i {
    font-size: 25px;
    margin-bottom: -7px;
}

.section-one .dots img {
    display: flex;
    margin-top: 70px;
}

.section-one .left-side {
    margin-left: 80px;
}

.section-one .right-side {
    margin-right: 55px;
}

.section-inner {
    width: 1280px;
    margin: auto;
    /* background-color: brown; */
    display: flex;
    /* height: 520px; */
    /* justify-content: space-evenly; */
    align-items: center;
    flex-wrap: wrap;
    /* background-color: #C6866B; */
}

.section-one .img-txt {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: 5px;
}

.section-inner .left-side span {
    color: #C6866B;
    font-size: 14px;
}

.section-inner .left-side h2 {
    font-size: 64px;
    text-shadow: 0px 4px 4px #808080;
}

.section-inner .left-side p {
    font-size: 20px;
    margin-top: 22px;
    color: #808080;
    font-weight: 600;
}

.section-inner button {
    border: 2px solid #C6866B;
    border-radius: 20px;
    padding: 5px 15px;
    margin-top: 30px;
    background-color: transparent;
}

.section-inner button a {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    line-height: 1.4;
}

.section-inner .right-side img {
    /* width: 438.839px; */
    height: 496.51px;
    flex-shrink: 0;
    margin-top: 60px;
    margin-bottom: -4px;
}

.section-two {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    align-items: center;
    /* height: 800px; */
    padding: 50px 0px;
    width: 1280px;
    margin: auto;
}

.section-two .text-box-btn button {
    width: 180px;
    height: 35px;
    border: 1.5px solid #C6866B;
    border-radius: 25px;
    background-color: transparent;
}

.section-two .text-box-btn button a {
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    color: #C6866B;
    line-height: 1.2;
}

.section-two .container {
    width: 25%;
    /* height: 370px; */
    flex-shrink: 0;
    background-color: #ededed;
    border: 2px solid #ededed;
    border-radius: 10px;
    /* box-shadow: 0px 1px 1px rgb(189, 185, 185); */
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
    transition: 0.6s;
    text-align: center;
    padding: 10px 10px;
    box-sizing: border-box;
}

.section-two .container:hover {
    background-color: #E0E8EE;
    border: 2px solid #E0E8EE;
    border-radius: 10px;
}

.section-two .cont-txt-box {
    /* padding-top: 160px; */
    padding-bottom: 160px;
    box-shadow: none;
    background-color: transparent;
    text-align: justify;
    align-items: start !important;
    list-style: 1.4;
    border: none;
}

.section-two .cont-txt-box:hover {
    background-color: unset;
    border: none;
    border-radius: 10px;
}

.section-two .small-txt {
    font-size: 15px !important;
    font-weight: 600;
}

.section-two .cont-txt-box h3 {
    font-size: 28px;
    font-weight: 600;
    color: #C6866B;
    padding-bottom: 10px;
    margin-left: 7px;
}

.section-two span {
    background: #C6866B;
    font-size: 14px;
    color: #fff;
    margin-top: 230px;
    margin-left: -10px;
    position: absolute;
    padding: 5px 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.section-two p {
    font-size: 14px;
    color: #565353 !important;
    padding: 0px 10px;
}


.container img {
    width: 100%;
    transition: all .25s ease !important;
}

.section-two .container h2 {
    font-size: 1.5rem;
    color: #C6866B;
}

.section-three {
    width: 1280px;
    margin: auto;
    padding-top: 60px;
}


.section-three .heading-arrow {
    display: flex;
    justify-content: space-between;
    padding: 0px 110px;
}

.section-three .section-three-inner {
    display: flex;
    justify-content: center;
    gap: 15px;
}


.section-three .cont-one {
    width: 20%;
    height: 280px;
    /* background-color: #f5f1f1; */
    align-items: center;
    justify-content: center;
    border: none;
    text-align: center;
    box-sizing: border-box;
    text-transform: uppercase;
    margin-top: 25px;
    background-color: #E0E8EE;
    border-radius: 10px;
}

.section-three .cont-one:hover {
    background-color: #ededed;
    border: none;
    border-radius: 10px;
}

.section-three .cont-one h4 {
    color: #C6866B;
}

.section-three .cont-one img {
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dots-img {
    display: flex;
    margin: auto;
    align-items: center;
    gap: 5px;
    margin-top: 5px;
}

.section-three .dots-img {
    width: 35px;
}

.section-five .dots-img {
    width: 40px;
}

.section-five .dots-img {
    display: flex;
    margin: auto;
    align-items: center;
    gap: 5px;
    margin-top: 20px;
}


.section-three button {
    width: 120px;
    padding: 5px 0px;
    border: 1.5px solid #C6866B;
    border-radius: 28px;
    justify-content: center;
    display: flex;
    margin-left: 46%;
    margin-top: 40px;
    background-color: #f3efef;
}

.section-three button a {
    text-decoration: none;
    font-size: 16px;
    color: #000;
}

.section-four {
    width: 1280px;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-top: 85px;
    padding-bottom: 50px;
}

.section-four iframe {
    border-radius: 5px;
}

.section-five {
    width: 1280px;
    margin: auto;
    padding-top: 90px;
}

.section-five .heading-arrow {
    display: flex;
    justify-content: space-between !important;
    padding: 0px 110px;
    column-gap: 780px;
    margin-bottom: 150px;
}

.section-five .right-box {
    width: 350px;
    height: 400px;
    border-radius: 5px;
    background-color: #ededed;
    border: 5px solid #ededed;
}

.section-five .right-box:hover {
    background-color: #E0E8EE;
    border: 5px solid #E0E8EE;
    border-radius: 5px;
}


.section-five .right-box img {
    width: 100%;
}

.section-five .left-box {
    width: 250px;
    height: 300px;
    background-color: #ededed;
    border: 5px solid #ededed;
    border-radius: 5px;
    text-align: center;
}

.section-five .left-box:hover {
    background-color: #E0E8EE;
    border: 5px solid #E0E8EE;
    border-radius: 5px;
}


.section-five .left-box h4 {
    color: #C6866B;
}

.section-five .left-box img {
    width: 100%;
}

.section-five .sectin-five-inner {
    display: flex;
    justify-content: space-around;
    column-gap: 30px;
}

.section-five .sectin-five-inner span {
    background: #C6866B;
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    margin-left: 10px;
    position: absolute;
    padding: 5px 10px;
    border-radius: 2px;
}

.social-media {
    display: flex;
    align-items: center;
    padding: 45px 200px;
}

.img-cont {
    /* width: 30%; */
    height: 100%;
}

.social-media img {
    width: 100%;
}

.social-media h3 {
    text-align: center;
    font-size: 2rem;
    color: #C6866B;
    padding-top: 35px;
}

.footer-main {
    width: 100%;
    background: #363636;
}

.footer {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 85px 0px;
    color: #fff;
    line-height: 2;

}

.footer li {
    color: #AFAFAF;
}

.footer .emails>input {
    width: 230px;
    padding: 10px 10px;
    border-radius: 30px;
    border: 1px solid #dadada;
    outline: none;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    position: relative;
}

::placeholder {
    color: #fff;
}

.footer .emails img {
    position: absolute;
    margin-left: 180px;
    margin-top: 5px;
}

.footer .ft-cont-one {
    width: 20%;
}

.footer-main .privacy {
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #fff;
    padding: 0px 65px;
}

.footer-main .payment {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-main span {
    color: #C6866B;
}

















/* Grow */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    transform: scale(1.1);
}




/* Sweep To Right */
.hvr-sweep-to-right {
    /* padding: 20px; */
    background: lightgrey;
    display: inline-block;
    transform: perspective(1px) translateZ(0);
    position: relative;
    transition: color 0.3s;
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #fff;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform 0.3s ease-out;
}

.hvr-sweep-to-right:hover {
    color: #C6866B;
}

.hvr-sweep-to-right:hover:before {
    transform: scaleX(1);
}




.blob {
    /* background: black; */
    border-radius: 50%;
    margin: 10px;
    height: 100%;
    /* width: 20px; */
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    transform: scale(1);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        /* box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); */
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}


@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



#refresh::before {
    content: "";
    position: absolute;
    inset: 0;
    block-size: 10px;
    animation: delayed-snap-point 2ms forwards;
}

@keyframes delayed-snap-point {
    to {
        scroll-snap-align: start
    }
}