body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 20px;
    font-family: "Martian Mono", monospace;

}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

li {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}



/* body stucture complete */
header {
    position: relative;
    position: sticky;
    top: 0;
    z-index: 20;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}

header .top-header {
    /* background-color: #f38c25; */
    background: #4e032d;
    padding: 5px 0;
}

.top-header p {
    color: #ffffff;
    font-size: 12px;
}

.top-header .top-header-flex {
    display: flex;
    justify-content: space-between;
}

.top-header .top-header-right {
    display: flex;
    gap: 30px;

}

header .bottom-header {
    background-color: #ffffff;
}

header .nav-link {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.5s;
}

header .nav-link:hover {
    text-decoration: underline;
    background-color: #000000;
    color: #ffffff;
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;


}

header img {
    width: 150px;
    /* height: 25px; */
}

header .btnlog-in {
    background: #000000;
    padding: 6px 35px;
    border-radius: 8px;
    color: #ffffff;
    border: #ffffff 1px solid;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    text-transform: uppercase;
    transition: 0.8s;
    font-size: 14px;
    font-weight: 500;
    border-radius: 25px;
}

header .btnlog-in:hover {
    background: #4e032d;
    color: #ffffff;
    border: #ffffff 1px solid;



}

header .navbar-nav .nav-link.active:hover {
    color: #ffffff;
}

header .navbar-nav .nav-link.active {
    color: #000000;
}

header .dropdown-item {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;

}

header .dropdown-item:hover {
    background-color: #000000;
    color: #ffffff;
    border: #fff 1px solid;
    /* border-radius: 35px; */

}

.top-header i {
    color: #ffffff;
}

header .dropdown-menu {
    background-color: #4e032d;
    border: #fff 1px solid;


}

/* banner start */

.banner {
    position: relative;
    background-image: url(../images/bull-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 90vh;


}

.banner::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;



}


.custom-shape-divider-bottom-1744184433 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    z-index: 5;
    animation: water 30s linear infinite;
}

@keyframes water {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: 1000px;
    }
}

.custom-shape-divider-bottom-1744188339 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 5;
    /* display: none; */

}

.custom-shape-divider-bottom-1744188339 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 80px;

}

.custom-shape-divider-bottom-1744188339 .shape-fill {
    fill: #FFFFFF;

}

.banner-image img {
    width: 100%;
    object-fit: cover;
    padding: 15px;




}

.banner-image {
    padding: 20px;
    border-radius: 50%;
    position: relative;
    z-index: 5;



}

.banner-text span {
    color: #ffffff;
}

.banner .span-two {
    /* color: #5ec3e8; */
    color: #ffffff;
}

.banner .span-three {
    /* color: #07a590; */
    color: #ffffff;
}

.banner .carousel-control-prev-icon {
    background-image: none;
}

.banner .carousel-control-next-icon {
    background-image: none;
}

.banner .banner-text {

    padding: 25px 15px;
    border-radius: 20px;
    width: 100%;
    height: 350px;
    position: relative;
    z-index: 20;

    text-align: left;

}

.banner .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    text-align: center;
    border: #ffffff 2px solid;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 20px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(17, 16, 16, 0.352);
    border-radius: 20px;


}



/* animate bg */
.animate .area {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

}

.animate .circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.animate .circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: #ffffff4f;
    animation: animate 15s linear infinite;
    bottom: -150px;

}

.animate .circles li:nth-child(1) {
    left: 25%;
    width: 15px;
    height: 15px;
    animation-delay: 0s;
}


.animate .circles li:nth-child(2) {
    left: 10%;
    width: 18px;
    height: 18px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.animate .circles li:nth-child(3) {
    left: 70%;
    width: 18px;
    height: 18px;
    animation-delay: 4s;
}

.animate .circles li:nth-child(4) {
    left: 40%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.animate .circles li:nth-child(5) {
    left: 65%;
    width: 15px;
    height: 15px;
    animation-delay: 0s;
}

.animate .circles li:nth-child(6) {
    left: 75%;
    width: 22px;
    height: 22px;
    animation-delay: 3s;
}

.animate .circles li:nth-child(7) {
    left: 35%;
    width: 18px;
    height: 18px;
    animation-delay: 7s;
}

.animate .circles li:nth-child(8) {
    left: 50%;
    width: 15px;
    height: 15px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.animate .circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.animate .circles li:nth-child(10) {
    left: 85%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
    animation-duration: 11s;
}

@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

/* animate end */


.banner-text h1 {
    font-size: 50px;
    padding-bottom: 16px;
    color: #f38c25 !important;


    /* text-shadow: #557C56 2px 2px; */
}

.banner-text p {
    padding: 15px;
    font-size: 18px;
    background-color: #000000;
    margin-bottom: 20px;
    color: #ffffff;
}

.banner-text button {
    border: #fff 1px solid;
    color: #f9f9f9;
    padding: 12px 40px;
    border-radius: 25px;
    background-color: transparent;
    transition: 0.8s ease-in-out;
    background-color: #00000000;
    box-shadow: rgba(160, 160, 160, 0.134) 0px 54px 55px, rgba(138, 137, 137, 0.12) 0px -12px 30px, rgba(24, 23, 23, 0.12) 0px 4px 6px, rgba(7, 7, 7, 0.241) 0px 12px 13px, rgba(255, 249, 249, 0.09) 0px -3px 5px;
    transition: 0.8s ease-in-out;
}

.banner-text button:hover {
    background: #761a4e;
    color: #ffffff;
}

.banner-text .slideInUp-delayed {
    animation-name: slideInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 1s;
}

@keyframes slideInUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }


}

/* button fade in */
.banner-text .fadeIn-delayed {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 1s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* zoom in */
.zoomIn-delayed {
    animation-name: zoomIn;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 1s;
}

@keyframes zoomIn {
    from {
        transform: scale(0.5);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* about-us */

.about-us .container {
padding-bottom: 35px;
}

.about-us .swiper {
    width: 300px;
    height: 300px;
    background-color: #514334; 
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.328) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;

  
  
}

.about-us .swiper-slide {
    background-position: center;
    background-size: cover;
    border-radius: 0;
}

.about-us .swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
  
}

.about-us .swiper-pagination-bullet-active{
    background: #4e032d;
}
.about-us .row {
    align-items: center;
}


.about-us img {
    width: 100%;
}

.about-us h2 {
    font-size: 55px;
    color: #7b4b1a;

}


.about-us p {
    font-size: 18px;
    padding: 10px 0;
    color: #4e4e4e;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.about-us .about-box img {
    width: 80px;
}


.about-us marquee {
    padding: 15px 0;
    background-color: #FFEEAD;
    color: #000000;
    font-size: 20px;
}



.counter {
    background-color: #7d4f69;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}



.counter .conter-content {
    position: relative;
    z-index: 5;
    text-align: center;
    color: blanchedalmond;
}

.conter-content h3 {
    text-transform: capitalize;
    padding-bottom: 15px;


}

.counter h6 {
    color: #f38c25;
    padding-top: 10px;
    font-size: 18px;
    white-space: nowrap;
    text-align: center;
}
/* ai jaiga tai change ache whitw space nowrap and font size 18px hobe */

.conter-content .about-js-main {
    padding: 15px;
    background-color: #020202fb;
    text-align: center;
    color: #ffffff;
    transition: 0.8s;
    cursor: pointer;
    border-radius: 20px;
    box-shadow: rgba(203, 202, 202, 0.096) 0px 54px 55px, rgba(240, 236, 236, 0.12) 0px -12px 30px, rgba(255, 255, 255, 0.12) 0px 4px 6px, rgba(255, 237, 237, 0.17) 0px 12px 13px, rgba(255, 249, 249, 0.09) 0px -3px 5px;



}

.counter h4 {
    font-size: 35px;
    font-weight: bolder;
}


/* how to subscribe */
.telegram-channel {
    padding: 50px 0 0;
}

.telegram-channel img {
    width: 100%;
    height: 300px;
}

.telegram-channel .row {
    align-items: start;

}

.telegram-channel h2 {
    text-align: center;
    text-transform: capitalize;
    color: #7b4b1a;
    margin-bottom: 20px;
}

.telegram-channel span {
    color: #000000;
}

.telegram-channel p {
    text-align: center;
    color: #ffffff;
    font-family: 16px;
    background-color: #2a2928;
    padding: 15px 0;
    font-family: "Roboto", sans-serif;
    /* font-weight: 500; */
}

.telegram-channel .tabcontent p {
    color: #313131;
    background-color: transparent;
}

.telegram-channel .main-telegram-row {

    padding: 15px;
}

/* Style the tab */
.tab {
    float: left;
    background-color: transparent;
    width: 100%;

}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: #313131;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    color: #3d3d3d;
    margin-bottom: 20px;
    border-radius: 25px;
    border: #ffff 1px solid;
    color: #fff;
    text-transform: capitalize;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #514334;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #514334;
    color: #ffffff;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
    width: 100%;
    border-left: none;

}

.tabcontent h3 {
    color: #4e4e4e;
    padding-bottom: 10px;
    text-transform: capitalize;
    border-bottom: #FFA955 2px solid;
    /* white-space: nowrap; */
    font-size: 22px;
}

.tabcontent p {
    font-size: 14px;
    font-style: italic;
    padding-top: 6px;
    text-align: left;
}

.why-choose {
    overflow: hidden;
    padding: 50px 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

    /* background-color:#5ec3e8; */
}

.why-choose .why-box-one {
    padding: 30px 20px;
    text-align: center;
    border-radius: 15px;

}

.why-choose .why-box-two {
    padding: 50px;
    background-color: #514334;
    /* height: 600px; */
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.094) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.053) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;


}

.why-choose .flex-box-w {
    /* box-shadow: rgba(203, 202, 202, 0.25) 0px 54px 55px, rgba(240, 236, 236, 0.12) 0px -12px 30px, rgba(255, 255, 255, 0.12) 0px 4px 6px, rgba(255, 237, 237, 0.17) 0px 12px 13px, rgba(255, 249, 249, 0.09) 0px -3px 5px; */
    padding: 12px;
    border-radius: 15px;
    /* background-color: #590266; */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /* for Safari */
    background-color: rgba(17, 16, 16, 0.352);
    height: 100%;
    border: #c8c8c8 1px solid;

}

.why-choose .flex-box-w {
    display: flex;
    gap: 15px;
    align-items: center;
}

.why-choose img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}

.why-choose i {
    color: #6A9C89;
    font-size: 30px;
}

.why-box-two h2 {
    color: #ffffff;
    white-space: nowrap;
    text-align: center;
    margin-bottom: 15px;

}

.why-choose .why-box-one {
    overflow: hidden;
}

.why-box-one {
    position: relative;
    transform: rotateY(0deg) rotateX(0deg) scale(0.5);
    transform-style: preserve-3d;
    animation: 5s flipme linear infinite;
    transition: transform 0.3s ease;
    transform-origin: 50% 50%;
}

.why-box-one:hover {
    transform: rotateY(30deg) rotateX(5deg);
    cursor: pointer;
}

@keyframes flipme {
    0% {
        transform: rotateY(-50deg) rotateX(0deg);
    }

    50% {
        transform: rotateY(0deg) rotateX(10deg);
    }

    100% {
        transform: rotateY(-50deg) rotateX(0deg);
    }

}

.why-box-two span {
    color: #f38c25;
}

.why-choose .main-why-row {
    align-items: center;
}

.why-box-two h6 {
    padding: 13px 0;
    color: #ffffff;
    text-align: left;
}

.why-box-two p {
    font-size: 16px;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-weight: 400 !important;
}

/* choose-plan */
.choose-plan {
    background: rgba(255, 255, 255, 0.701);

    padding: 50px 0;

}

.choose-plan .main-plan {
    height: 500px;

}

.choose-plan .item {
    padding: 15px;

}

.main-plan {
    box-shadow: #7d4f69 5px 3px;
    border: #7d4f69 1px solid;

}

.main-plan .plan-top {
    background-color: #4e032d;
    padding: 50px 0;
    text-align: center;
    color: #f9f9f9;
    position: relative;

}


.plan-top h4 {
    color: #313131;

}

.plan-top h2 {
    text-align: right;
    padding-right: 25px;
}

.plan-bottom {
    text-align: center;
}

.plan-bottom .para-text {
    margin-top: 15px;
}

.choose-plan .starting-from-box {
    background-color: #514334;
    height: 40px;
    position: relative;
    margin-top: 20px;
    text-align: center;

}

.starting-from-box h6 {
    padding-top: 10px;
    color: #ffffff;
}

.starting-from-box .start-left {
    position: absolute;
    top: 0;
    left: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 40px solid #ffffff;


}

.starting-from-box .start-right {
    position: absolute;
    top: 0;
    right: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 40px solid #ffffff;


}

.main-plan .price {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
    width: 140px;
    height: 115px;
    border-bottom-right-radius: 150%;
}

.price del {
    color: #3d3d3d;

}

.plan-price-box {
    margin-top: 15px;
}

.plan-price-box h4 {
    color: #16404D;
}

.price h4 {
    color: #006A71;
    margin-top: 30px;
    padding-right: 15px;
    font-size: 25px;
}

.main-plan .plan-btn {
    text-align: center;
    margin-top: 15px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.plan-bottom p {
    padding: 0 10px;
    font-family: "Roboto", sans-serif;
    font-size: 16px !important;

}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: -20px;
    font-size: 40px;
    background-color: #7d4f69;
    padding: 12px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: -20px;
    font-size: 40px;
    background-color: #7d4f69;
    padding: 12px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
}

.plan-btn button {
    padding: 10px 35px;
    border: none;
    outline: none;
    background-color: #514334;
    color: #ffffff;
    font-weight: 600;
    border-radius: 20px;
    border: #f0f0ef 1px solid;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.choose-plan .plan-heading {
    text-align: center;
    margin-bottom: 25px;
}

.main-plan img {
    width: 60px !important;
    margin: 20px;
}

.plan-heading p {
    padding: 12px 0;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}

.plan-heading h2 {
    color: #4e4e4e;
}

.choose-plan .vieww-all {
    text-align: center;
    margin-top: 30px;
}

.choose-plan .vieww-all button {
    background-color: transparent;
    color: #514334;
    padding: 12px 40px;
    border: 2px #514334 solid;
    outline: none;
    border-radius: 100px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    box-shadow: rgba(0, 0, 0, 0.305) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}



/* youtube-channel */
.youtube-channel {
    padding: 50px 0;
    background-color: #7d4f69;

    overflow: hidden;
    position: relative;
    background-attachment: fixed;


}

.youtube-channel::after {
    position: absolute;
    background-color: #1616169e;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.youtube-channel img {
    width: 100%;

}

.youtube-channel .top-youtube {
    text-align: center;
    position: relative;
    z-index: 2;
}

.top-youtube h2 {
    color: #ffffff;
    padding-bottom: 15px;
}

.youtube-channel .y-box {
    position: relative;
    z-index: 5;
}



.top-youtube p {
    font-size: 14px;
    color: #d3d8da;
    font-family: "Roboto", sans-serif;
}

/* services */
.services {

    padding: 50px 0;

}

.services .container {

    padding: 30px;

}

.main-service {
    align-items: center;
}

.service-box-one {
    padding: 20px;
    border: #b6abab 2px dotted;
    box-shadow: rgba(167, 167, 167, 0.397) 0px 3px 8px;

    color: #f9f9f9;
    cursor: pointer;
    transition: 0.8s;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin: auto;
    text-align: center;
    position: relative !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    background-color: #313131;


}

.service-box-one,
.service-box-two,
.service-box-three,
.service-box-four p {
    font-family: "Roboto", sans-serif;
}

.service-box-one .span-box {
    position: absolute !important;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    margin: auto;
    animation: round 8.5s infinite;
    animation-delay: 2;



}

.service-box-two .span-box {
    position: absolute !important;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    margin: auto;
    animation: round 8.5s infinite;
    animation-delay: 2;


}

.service-box-three .span-box {
    position: absolute !important;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    margin: auto;
    animation: round 8.5s infinite;
    animation-delay: 2;


}

.service-box-four .span-box {
    position: absolute !important;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    margin: auto;
    animation: round 8.5s infinite;
    animation-delay: 2;


}

@keyframes round {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.service-box-one .round-one {
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #514334;
    border-radius: 50%;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.service-box-one .round-two {
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #514334;
    border-radius: 50%;
    top: 50%;
    right: -20px;
    transform: translate(-50%, -50%);
}

.service-box-one .round-four {
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #514334;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}

.service-box-one .round-three {
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #514334;
    border-radius: 50%;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, -50%);

}

.service-box-two {
    padding: 20px;
    border: #b6abab 2px dotted;
    box-shadow: rgba(167, 167, 167, 0.397) 0px 3px 8px;
    /* background-color: #6a56265a; */
    background-color: #cacaca2c;
    cursor: pointer;
    color: #f9f9f9;
    transition: 0.8s;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin: auto;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    background-color: #4e032d;
}

.service-box-one .span-box {
    position: absolute !important;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    margin: auto;



}

.service-box-two .round-one {
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #514334;
    border-radius: 50%;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.service-box-two .round-two {
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #514334;
    border-radius: 50%;
    top: 50%;
    right: -20px;
    transform: translate(-50%, -50%);
}

.service-box-two .round-four {
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #514334;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}

.service-box-two .round-three {
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #514334;
    border-radius: 50%;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, -50%);

}

.service-box-three {
    padding: 20px;
    border: #b6abab 2px dotted;
    box-shadow: rgba(167, 167, 167, 0.397) 0px 3px 8px;
    /* background-color: #6a56265a; */
    background-color: #cacaca2c;
    cursor: pointer;
    color: #f9f9f9;
    transition: 0.8s;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin: auto;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    background-color: #4e032d;
}

.service-box-three .round-one {
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #514334;
    border-radius: 50%;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.service-box-three .round-two {
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #514334;
    border-radius: 50%;
    top: 50%;
    right: -20px;
    transform: translate(-50%, -50%);

}

.service-box-three .round-four {
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #514334;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}

.service-box-three .round-three {
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #514334;
    border-radius: 50%;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, -50%);

}

.service-box-four {
    padding: 20px;
    border: #b6abab 2px dotted;
    box-shadow: rgba(167, 167, 167, 0.397) 0px 3px 8px;
    /* background-color: #6a56265a; */
    background-color: #cacaca2c;
    cursor: pointer;
    color: #f9f9f9;
    transition: 0.8s;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin: auto;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    background-color: #313131;
}

.service-box-four .round-one {
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #514334;
    border-radius: 50%;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.service-box-four .round-two {
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #514334;
    border-radius: 50%;
    top: 50%;
    right: -20px;
    transform: translate(-50%, -50%);
}

.service-box-four .round-three {
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #514334;
    border-radius: 50%;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, -50%);

}

.service-box-four .round-four {
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #514334;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}




.services-heading {
    text-align: center;
    color: #e4e4e4;
    position: relative;
    z-index: 3;
}

.services-heading p {
    font-family: "Roboto", sans-serif;
    color: #514334;
}

.services-heading h2 {
    text-transform: capitalize;
    padding: 10px;
    color: #313131;
}

.services .services-left-image img {
    width: 100%;
}

/* blog */
.blog {
    padding: 50px 0;
    background-color: #514334;
}

.blog .blog-image img {
    width: 100%;
    border-radius: 20px 20px 0 0;

    transition: 0.8s ease-in-out;
}

.blog .blog-box {
    text-align: left;
    box-shadow: rgba(0, 0, 0, 0.279) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border-radius: 20px;
    transition: 0.8s ease-in-out;
    cursor: pointer;
    height: 100%;
    background-color: #6d5541;
    border: #b1aeb0 1px solid;


}


.blog-image {
    overflow: hidden;
}

.blog-box:hover .blog-image img {
    transform: scale(115%);
}

.blog-box:hover button {
    border: #ffffff 1px solid;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.blog h6 {
    text-align: left;
    font-size: 18px;
    color: #fff8f8;
    font-family: "Roboto", sans-serif;
}

.blog .blog-text {
    padding: 20px 20px;
    color: #c2c1c1 !important;
    /* height: 100%; */
}

.blog-text p {
    padding: 15px 0;
    color: #e2e2e2;
    font-family: "Roboto", sans-serif;
}

.blog-text button {
    background-color: #3d3d3d9d;
    color: #e4e4e4;
    padding: 12px 40px;
    border: none;
    outline: none;
    border-radius: 100px;
    border: 1px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.279) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.blog-heading {
    text-align: center;
}

.blog-heading h2 {
    color: #ffffff;
}

.blog-heading p {
    padding: 15px 0;
    color: #d3d8da;
    font-family: "Roboto", sans-serif;
}

.blog .vieww-all {
    text-align: center;
    margin-top: 30px;
}

.blog .vieww-all button {
    background-color: transparent;
    color: #ffffff;
    padding: 12px 40px;
    border: 2px #c6c6c6 solid;
    outline: none;
    border-radius: 100px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    box-shadow: rgba(0, 0, 0, 0.279) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

/* free-video */
.free-video {
    padding-bottom: 50px;
    overflow: hidden;
}

.free-video img {
    width: 100%;
}

.free-video .row {
    align-items: center;
}

.free-contentboxtxt h6 {
    text-align: left;
    background-color: #7d4f69;
    padding: 10px;
    color: #ffffff;
}

.free-contentboxtxt h5 {
    font-size: 18px;
    padding: 10px;
    color: #4e4e4e;
    border-bottom: #6a5626 dashed 1px;
}

.free-contentboxtxt {
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.free-contentboxtxt p {
    font-size: 14px;
    /* font-style: italic; */
    font-family: "Roboto", sans-serif;
    padding: 10px;
    cursor: pointer;
}

/* faq */
.faq{
    background-color: #6d5541;
    padding: 50px 0;
}

.faq h2 {
    text-align: center;
    color: #ffffff;
}

.faq img {
    width: 100%;
    border-radius: 60px;
}

.faq .faq-box-question {
    /* background-color: #3d3d3d; */
    padding: 20px;
    /* box-shadow: rgba(0, 0, 0, 0.439) 0px 3px 8px; */
}

.faq .faq-box p {
    padding: 6px 0;
    color: #6a5626;
    font-size: 16px;
    background-color: #ffffff;
    font-family: "Roboto", sans-serif;
    padding: 10px;

}

.faq .faq-box span {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;


}

.faq .accordion-button {
    color: #ffffff;
    background-color: #6d5541;
    border: #fff 1px solid;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; */
    border-radius: 20px !important;
}

.faq .accordion-button:focus {
    color: #ffffff;
    /* background-color: #16404D; */
    box-shadow: none;
}

.faq .accordion-header {
    margin-bottom: 5px;
    padding: 5px 0;
    border-radius: 5px;
    /* background-color: #8898a0; */
}

.faq .accordion:focus {
    background-color: #ffffff;
}

.faq .accordion {

    --bs-accordion-bg: transparent;

}

.faq .row {
    align-items: center;
    margin-top: 30px;
}

/* .faq h2 {
    color: #16404D;
} */

.faq .accordion-button::after {
    background-image: url(../images/down-arow.png);
    background-repeat: no-repeat;
    background-size: contain;
}

/* testimonial */
.testimonial {
    padding: 50px 0;
    background-color: #4e032d;


}

.testimonial-heading h2 {
    text-align: center;
    color: #ffffff;
}

.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 400px;
    background-color: #dfdcd9;
    padding: 20px;
    /* filter: blur(2px); */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border-radius: 10px;
    text-align: right;
}

.swiper-slide img {
    display: block;
    width: 100%;
}

.testimonial-box {
    background-color: #fff;
    position: relative;
}

.swiper-slide-active {
    background-color: #ffffff;
    filter: blur(0px);

}

.testimonial .right-quote img {
    width: 60px;
}

.testimonial .right-quote {
    position: absolute;
    top: 0;
    right: 20px;


}

.testimonial .para-text {
    position: absolute;
    top: 80px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: justify;


}

.para-text p {
    font-size: 14px;
    font-style: italic;
    line-height: 25px;
    font-family: "Roboto", sans-serif;
}

.testimonial .frofile-flex {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 15px;

}

.testimonial nav {
    margin-bottom: 8px;
    display: flex;
    gap: 8px;
}

.testimonial i {
    color: #761a4e;
}

.testimonial .vieww-all {
    text-align: center;
}


.testimonial .vieww-all button {
    background-color: transparent;
    color: #ffffff;
    padding: 12px 40px;
    border: 2px #ffffff solid;
    outline: none;
    border-radius: 100px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

/* contact us */
.contact-us {
    padding: 50px 0;
    background: linear-gradient(to right, #ffffff 0%, #ffffff 74%, #6d5541 74%, #6d5541 100%);
}

.contact-us .contact-box-two {
    background-color: #2a2928;
    padding: 40px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.contact-box-two h4 {
    color: #fff;
}

.contact-icon i {
    color: #6d5541;
    font-size: 18px;
}

.contact-icon {
    margin-top: 18px;
}

.contact-icon a {
    color: #ffffff;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}

.contact-box-one h2 {
    color: #4e4e4e;
    padding-bottom: 35px;
}

.contact-box-one input {
    width: 100%;
    padding: 12px;
    border: none;
    border-bottom: #3d3d3d 1px solid;
    outline: none;
    background-color: transparent;
    color: #313131;
}

.contact-box-one textarea {
    width: 100%;
    padding: 12px;
    border: none;
    border-bottom: #3d3d3d 1px solid;
    outline: none;
    background-color: transparent;
    color: #313131;
}

.contact-us .input-box button {
    width: 100%;
    padding: 15px;
    background-color: #2a2928;
    color: #ffffff;
    border: none;
    outline: none;
    border-radius: 25px;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.contact-us .contact-gif img {
    width: 200px;
    height: 200px;
    border-radius: 25px;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.contact-us .contact-right {
    align-items: center;
}

/* footer */

footer {
    padding: 50px 0;
    background-color: #4e032d;
    overflow: hidden;

}


footer .dash-plan {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer img {
    width: 100px;
}

footer .box-p p {
    color: #ffff;
    margin: 20px 0;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
}

footer .box-p {
    height: 80px;
}

footer .f-location i {
    color: #ffffff;
    font-size: 22px;

}

.f-location p {
    color: #fff;
    font-size: 14px;
    font-family: "Roboto", sans-serif;

}

footer .navigation-link li a {
    color: #ffffff;
    line-height: 25px;
    font-size: 14px;
    text-transform: capitalize !important;
    font-weight: 400;
    transition: 0.8s ease-in-out;

}

footer .navigation-link li a:hover {
    color: #FFA955;
}

footer ul {
    margin: 0;
    padding: 0;
}

.footer-box h5 {
    color: #cb971f;
    padding-bottom: 20px;

}

.pvc-policy a {
    color: #f8f8f8;
    line-height: 25px;
    font-size: 14px;
    text-transform: capitalize !important;
    font-weight: 400;
    transition: 0.8s ease-in-out;

}

.pvc-policy a:hover {
    color: #FFA955;
}

.pvc-policy {
    margin-top: 50px;
}


.footer-box ul {
    height: 100px;
}

/* .f-mail{
    padding-top: 58px;
} */
.f-mail i {
    color: #ffffff;
    font-size: 22px;
}

.f-phone i {
    color: #ffffff;
    font-size: 22px;
}

.f-phone p {
    color: #ffffff;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    /* padding-top: 18px; */
}

.f-mail p {
    color: #ffff;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}

footer .services-box a {
    color: #ffffff;
    line-height: 25px;
    font-size: 14px;
    text-transform: capitalize !important;
    font-weight: 400;
    transition: 0.8s ease-in-out;

}

footer .services-box a:hover {
    color: #cb971f;
}

footer .f-socail-icon {
    display: flex;
    gap: 5px;
}

.f-socail-icon i {
    color: #ffffff;
    font-size: 22px;
    border: #ffffff 1px solid;
    padding: 10px;
    transition: 0.8s ease-in-out;
    cursor: pointer;
    border-radius: 50%;
}

.f-socail-icon i:hover {
    background-color: #514334;
    color: #fff;
    border: #ffffff 1px solid;
}

.line-tag {
    color: #FFA955;
}

.site-link h6 {
    text-align: center;
    color: #ffffffb9;
    padding-top: 50px;
}

.copy-right p {
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}

footer .copy-right span {
    color: #FFA955;
}

.footer-adderss {
    margin-top: 40px;
}

@media(min-width:992px) and (max-width:1300px) {
    .contact-us .contact-gif img {
        width: 100%;
        height: 100%;
        object-fit: cover;

    }
}

@media (min-width:992px) and (max-width:1199px) {

    .why-choose .why-box-one {
        height: 590px;
    }



    .blog-text p {
        font-size: 14px;
    }

    .banner-text h1 {
        font-size: 30px;

    }
}

@media(max-width:991px) {
    header .nav-link:hover {
        text-decoration: underline;
        background-color: transparent;
        color: #16404D;
        border-radius: 5px;
        box-shadow: none;


    }

    .plan-top h2 {
        text-align: right;
        padding-right: 15px;
    }

    .banner-text span {
        color: #ffffff;
    }

    .banner .span-two {
        /* color: #5ec3e8; */
        color: #ffffff;
    }

    .banner .span-three {
        /* color: #07a590; */
        color: #ffffff;
    }

    header .dropdown-item:hover {
        background-color: #FFA955;
        color: #ffffff;
        border: #fff 1px solid;
        border-radius: 0;

    }

    .top-header {
        display: none;
    }

    .banner .banner-text {
        height: auto;
    }

    /* .custom-shape-divider-bottom-1744188339 {
        display: none;
    } */
    .banner-image img {
        display: none;

        /* border-radius: 25px; */



    }

    .banner .container {
        position: absolute;
        /* background: #16404dc2; */
        background: transparent;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 5;
        color: #ffffff;
        text-align: center;
        border: 0;
        width: 100%;
        align-items: center;
        justify-content: center;
        margin: auto;
        padding: 20px;
        border-radius: 20px;
        box-shadow: none;

    }


    .banner h1 {
        font-size: 40px !important;
    }

    .banner p {
        font-size: 12px;
    }

    .about-us {
        text-align: center;
    }

    .about-us h2 {
        font-size: 30px;
    }

    .telegram-channel {
        text-align: center;
    }

    .tabcontent p {
        text-align: center;
    }

    .main-plan p {
        font-size: 12px;
    }

    .contact-us {
        background: transparent;
    }

    .contact-us h2 {
        text-align: center;
    }

    .contact-us .contact-gif img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    footer {
        text-align: center;
        position: relative;
    }

    footer .f-socail-icon {
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        padding-top: 20px;



    }

    footer .site-link h4 {
        margin-top: 45px;
    }

    .pvc-policy {
        margin-top: 0;
    }

    .footer-adderss {
        margin-top: 0;
    }

    br {
        display: none;
    }

    .banner .banner-text {
        text-align: center;
    }

    .custom-shape-divider-bottom-1744103896 svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 50px;
    }

}

@media (max-width:768px) {
    .why-choose .why-box-two {
        height: 100%;
    }

    /* .why-choose img {
        display: none;
    } */
    .banner-text button {
        border: #fff 1px solid;
        color: #f9f9f9;
        padding: 8px 25px;
        border-radius: 25px;
        font-size: 14px;
    }

    .custom-shape-divider-bottom-1744103896 svg {
        display: none;
    }

    .about-us {
        padding-top: 30px;
    }

}

@media (max-width:450px) {
    .main-plan {
        transform: rotate(0);
    }

    .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        top: 50%;
        right: 0;
        font-size: 40px;
        background-color: transparent;
        padding: 0;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        text-align: center;
    }

    .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        top: 50%;
        left: 0;
        font-size: 40px;
        background-color: transparent;
        padding: 0;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        text-align: center;
    }

    .banner .banner-text {
        background: transparent;
        padding: 15px 15px;
        border-radius: 20px;
        width: 100%;
        border: 0;
        box-shadow: 0;
    }

    .banner-text h1 {
        font-size: 30px !important;
        text-shadow: none;
    }

    .why-box-two p {
        font-size: 14px;
    }
    .plan-top h2 {
        padding-right: 10px;
        font-size: 20px;
    }
    header .dropdown-item {

        font-size: 12px;
    
    
    }
}