@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Voltaire&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px 'Poppins', sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

p {
  font-weight: 500;
  font-family: 'Mulish';
  font-size: 15px;
}


/***** Font Files *****/

@font-face {
  font-family: 'Fonts Awesome';
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal
}


/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.theme-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 40px;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: 2px solid;
  text-transform: uppercase;
}

.theme-btn:hover {
  background-color: #fff;
  color: #28b16d;
  border-color: #28b16d;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  background: #fff url('../images/arrow.png') no-repeat right;
  padding: 0 40px 0 30px;
  
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}


/*header css start */

.menuSec {
  padding: 26px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #393939;
    padding: 10px 50px;
    font-size: 18px;
    font-family: "Voltaire", sans-serif;
    text-transform: uppercase;
}

/*.menuSec ul li a:after {
  content: '';
  position: absolute;
  top: 35%;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: #393939;
}*/

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li:last-child a:after {
  display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #393939;
}

.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}
.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}
.droopdwon {
    float: left;
}
.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}
/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
/*banner css start */




.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
}
.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}
.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}
.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}
.carousel-control.right {
  right: 0px;
}
.carousel-control.left {
  left: 0px;
}
.carousel-indicators {}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}
.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgb(0 0 0 / 62%);
}
.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}
.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}
/*banner css end*/

.blog_sec {
  padding: 5% 0;
}
/*slick slider in tabs css start*/


/* Style the tab */




.tab_sec .tab {
  overflow: hidden;
  border: 0;
  background-color: #ffffff;
}
/* Style the buttons that are used to open the tab content */
.tab_sec .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}
/* Change background color of buttons on hover */
.tab_sec .tab button:hover {
  background-color: #ddd;
}
/* Create an active/current tablink class */
.tab_sec .tab button.active {
  background-color: #ccc;
}
/* Style the tab content */

.tab_sec .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 0;
}
.tabcontent.active {
  display: block;
}
/*slick slider in tabs css start*/

.nav-item {padding: 10px;}






.head-logo a {
    font-family: "Voltaire", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #242424;
}

.menuSec .row {
    align-items: center;
}

.head-logo {
    text-align: end;
}

/*Banner STart*/

img.banner-img {
    width: 100%;
    object-fit: cover;
    height: 740px;
}

section.main_slider svg {
    /* position: absolute; */
    bottom: 52px;
    fill: #fff;
    height: 75px;
    width: calc(100% + 0px);
    transform: translateX(0%);
    margin-top: -100px;
}

.banner_text h1 {
    font-family: "Oswald", sans-serif;
    font-size: 84px;
    line-height: 90px;
    text-align: center;
}

.banner_text p {
    font-family: 'Poppins';
    font-size: 19px;
    font-weight: 700;
}

.banner_text {
    text-align: center;
}

/*Banner End*/


/*Section About Us Start*/

.about-img2 img {
    width: 100%;
    height: 515px;
    object-fit: cover;
    object-position: center center;
    border: 28px solid #fff;
    border-radius: 250px;
}


.about-img2 {
    background-color: transparent;
    background-image: linear-gradient(180deg, #D5B69C 0%, #FFFFFF 50%);
    border-radius: 250px 250px 250px 250px;
    padding: 2px 2px 2px 2px;
    margin: 10px;
}

.about-img1 img {
    width: 100%;
    height: 389px;
    object-fit: cover;
    object-position: center center;
    border-radius: 250px;
    border: 28px solid #fff;
}

.about-img1 {
    padding: 2px;
    background-color: transparent;
    background-image: linear-gradient(270deg, #FFFFFF 50%, #D5B69C 100%);
    border-radius: 250px;
    margin-right: -140px;
    margin-left: 180px;
}

.about-main-sec .row {
    align-items: center;
}

.about-img3 img {
    width: 100%;
    height: 389px;
    object-fit: cover;
    object-position: center center;
    border-radius: 250px;
    border: 28px solid #fff;
}

.about-img3 {
    margin-right: 180px;
    margin-left: -130px;
    z-index: -1;
    position: relative;
    padding: 2px;
    background-color: transparent;
    background-image: linear-gradient(90deg, #FFFFFF 50%, #D5B69C 100%);
    border-radius: 250px;
}

.about-main-sec .row {
    justify-content: center;
}

.about-main-sec {
    padding: 90px 0px;
}


.about-heading h2 {
    color: #000000;
    font-family: "Voltaire", Sans-serif;
    font-size: 57px;
    font-weight: 900;
    margin-bottom: 10px;
}

.about-heading p {
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    color: #333333;
}

.about-heading {
    text-align: center;
    margin-bottom: 30px;
}


/*Section About us End*/


/*Section Forum Start*/

.forum-box ul li {
    display: flex;
    align-items: center;
    gap: 14px;
    background-color: #fff;
    box-shadow: 0 0 7px #0e2a3e;
    padding-top: 12px !important;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 9px 17px;
    width: 24%;
}

.forum-box ul li span h3 {
    margin-bottom: 0px;
    font-family: 'Voltaire';
    font-size: 40px;
    color: #242424;
    font-weight: unset;
}

.forum-box ul {
    display: flex;
    justify-content: space-between;
}

.forum-sec .row {
    justify-content: center;
}
.forum-sec {
    padding-bottom: 100px;
}
/*Section Forum End*/

/*Section Crafted Start*/

.crafted-main-sec {
    background-image: url(../images/crafted-back.jpg);
    width: 100%;
    height: 510px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.crafted-txt h2 {
    color: #FFFFFF;
    font-family: "Voltaire", Sans-serif;
    font-size: 65px;
    font-weight: 900;
    line-height: 65px;
    margin-bottom: 10px;
}

.crafted-txt h4 {
    color: #FFFFFF;
    font-family: "Voltaire", Sans-serif;
    font-size: 25px;
    font-weight: 900;
}

.crafted-txt p {
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    color: #fff;
}

.crafted-txt {
    text-align: center;
}
.crafted-main-sec::before {
    position: absolute;
    content: '';
    background-color: transparent;
    background-image: linear-gradient(180deg, #0e2a3e54 61%, #FFFFFF 100%);
    width: 100%;
    height: 100%;
    z-index: -1;
}
/*Section Crafted End*/

/*Section Community Start*/
.comunity-img1 img {
    width: 100%;
    height: 540px;
    object-fit: cover;
    object-position: center center;
    border: 28px solid #fff;
    border-radius: 250px;
}
.comunity-img1 {
    padding: 2px 2px 2px 2px;
    background-color: transparent;
    background-image: linear-gradient(90deg, #D5B69C 0%, #FFFFFF 50%);
    border-radius: 250px 250px 250px 250px;
    margin-right: -60px;
}

.comunity-img2 img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center center;
    border-radius: 250px;
    border: 21px solid #fff;
}

.comunity-img2 {
    padding: 2px 2px 2px 2px;
    background-color: transparent;
    background-image: linear-gradient(90deg, #FFFFFF 50%, #D5B69C 100%);
    border-radius: 250px 250px 250px 250px;
    margin-left: -10px;
    margin-top: 210px;
    margin-right: 25px;
    margin-left: -110px;
}
.community-txt h2 {
    color: #4B4948;
    font-family: "Voltaire", Sans-serif;
    font-size: 56px;
    font-weight: 900;
    margin-bottom: 13px;
}

.community-txt p {
    font-family: 'Mulish';
    font-size: 16px;
    color: #333333;
    margin-bottom: 14px;
    line-height: 26px;
}

.community-sec .row {
    align-items: center;
}

.community-sec {
    padding: 100px 0px;
}
.community-sec .row {
    justify-content: center;
}

/*Section Community End*/


/*Section Discussioon Forum Start*/

.forum-wrapper {
    max-width:1200px;
    margin:auto;
}

.forum-header {
    display:grid;
    grid-template-columns: 3fr 1.4fr 1.4fr 2fr;
    background:#102b3c;
    color:white;
    padding:22px 30px;
    letter-spacing:1px;
    font-family: 'Voltaire';
    font-size: 21px;
    border-radius: 8px 8px 0px 0px;
}

.forum-row {
    display:grid;
    grid-template-columns: 3fr 1.4fr 1.4fr 2fr;
    padding:35px 30px;
    border-bottom:1px solid #ddd;
    align-items: start;
}

.forum-info h3 {
    margin:0;
    font-size:14px;
    letter-spacing:1px;
    text-transform:uppercase;
}

.forum-info h4 {
    margin: 1px 0 1px;
    font-size:18px;
    font-weight:bold;
}

.forum-info p {
    color:#777;
    max-width:520px;
    line-height:1.5;
}

.forum-number {
    text-align:center;
    font-size: 22px;
    font-family: 'Voltaire';
}

.forum-user {
    text-align:right;
}

.forum-user span {
    display:block;
    font-size:13px;
    color:#777;
    margin-bottom:8px;
}

.discussion-forums-sec .user {
    display:flex;
    align-items:center;
    justify-content: center;
    gap:10px;
}

.discussion-forums-sec .user img {
    width:40px;
    height:40px;
    border-radius:50%;
}
.forum-info h4 {
    font-family: 'Voltaire';
    color: #242424;
    font-size: 21px;
     2px;
}

.forum-info p {
    font-family: 'Mulish';
    font-size: 16px;
    margin-bottom: 4px;
}

.forum-user span {
    font-family: 'Voltaire';
    color: #242424;
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
}

.discussion-forums-sec .user strong {
    font-family: 'Voltaire';
    font-size: 18px;
    color: #122b3e;
    font-weight: unset;
}
.table-heading {
    text-align: center;
}
.discussion-forums-sec .row {
    justify-content: center;
}
ul.pagination li {
    font-family: 'Voltaire';
    font-size: 19px;
}

ul.pagination {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 38px;
    margin-bottom: 0px;
    margin-top: 0px;
}

ul.pagination li span {
    padding: 0px 20px;
}
.forum-row.lst-row-forum {
    border-bottom: unset;
}
.discussion-forums-sec {
    padding-bottom: 100px;
}
.discussion-forums-sec .about-heading h2 {
    font-weight: unset;
}

/*Section Discussioon Forum End*/


/*Footer Start*/

footer {
    background: #0E2A3E;
}

.footer-text h2 {
    font-size: 43px;
    font-family: 'Voltaire';
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer-text p {
    font-size: 16px;
    font-family: 'Mulish';
    color: #fff;
}


.footer-text ul li a {
    font-family: 'Voltaire';
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}

.footer-text ul {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-bottom: 0px;
    margin-top: 30px;
}

.footer-text {
    text-align: center;
    padding: 50px 0px;
}
.ft-btm-txt {
    text-align: center;
}

.ft-btm-txt p {
    color: #fff;
    font-family: 'Mulish';
    font-size: 16px;
    margin-bottom: 0px;
}

.ft-btm-txt {
    border-top: 1px solid #ffffff3d;
    padding: 33px 0px;
}
/*Footer End*/


/*Inner Banner Start*/

section.main_slider.inner-banner-sec {
    position: relative;
}

section.main_slider.inner-banner-sec img.banner-img {
    height: 510px;
}

section.main_slider.inner-banner-sec svg {
    bottom: -8px;
}
section.abt-pg-sec .about-main-sec {
    padding-bottom: unset;
}
/*Inner Banner ENd*/

section.forum-pg-sec {
    padding: 90px 0px 0px;
}


/*Forum Detail Page Start*/

.thread-header {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 2rem 0;
            margin-bottom: 2rem;
        }
        .post-card {
            background: white;
            border-radius: 12px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.08);
            margin-bottom: 1.5rem;
            transition: box-shadow 0.3s ease;
        }
        .post-card:hover {
            box-shadow: 0 4px 16px rgba(0,0,0,0.12);
        }
        .original-post {
            border-left: 4px solid #122b3d;
        }
        .user-avatar {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            object-fit: cover;
            border: 3px solid #fff;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        .user-badge {
            font-size: 0.75rem;
            padding: 0.25rem 0.5rem;
            border-radius: 12px;
            /* font-weight: 600; */
        }
        .badge-expert {
            background-color: #182e3f;
            color: #fff;
        }
        .badge-moderator {
            background-color: #28a745;
            color: white;
            background-color: #182e3f;
            color: #fff;
        }
        .post-meta {
            color: #6c757d;
            font-size: 0.9rem;
            font-family: 'Mulish';
        }
        .reply-btn {
            background: #122b3d;
            border: none;
            border-radius: 8px;
            padding: 0.6rem 1.5rem;
            color: white;
            font-weight: 600;
            transition: transform 0.2s ease;
            font-family: 'Mulish';
        }
        .reply-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
        }
        .stats-box {
            background: white;
            border-radius: 12px;
            padding: 1.5rem;
            box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        }
        .stat-item {
            text-align: center;
            padding: 1rem;
        }
        .stat-number {
            font-size: 2rem;
            font-weight: 700;
            color: #152b3c;
        }
        .stat-label {
            color: #6c757d;
            font-size: 0.9rem;
            font-family: 'Mulish';
        }
        .breadcrumb {
            background: transparent;
            padding: 0;
            margin-bottom: 1rem;
        }
        .breadcrumb-item a {
            color: rgba(255,255,255,0.8);
            text-decoration: none;
        }
        .breadcrumb-item a:hover {
            color: white;
        }
        .breadcrumb-item.active {
            color: white;
        }
        .vote-btn {
            background: transparent;
            border: 2px solid #e9ecef;
            border-radius: 8px;
            padding: 0.5rem;
            transition: all 0.3s ease;
            cursor: pointer;
        }
        .vote-btn:hover {
            border-color: #667eea;
            color: #667eea;
        }
        .vote-count {
            font-weight: 700;
            font-size: 1.1rem;
            margin: 0.5rem 0;
        }
        code {
            background-color: #f8f9fa;
            padding: 0.2rem 0.4rem;
            border-radius: 4px;
            color: #e83e8c;
        }
        .left-user-img {
    width: 160px;
}
.post-content ul li {
    font-family: 'Mulish';
    font-size: 16px;
    margin-bottom: 5px;
}

.post-card h5.mb-1 {
    font-family: 'Voltaire';
}
.post-card.p-4 h5.mb-3 {
    font-family: 'Voltaire';
}

.forum-detail-main-sec {
    padding: 100px 0px;
}
.stats-box h5.mb-3 {
    font-family: 'Voltaire';
}

.stats-box span.text-truncate {
    font-family: 'Mulish';
}

ul.small.text-muted.mb-0 li {
    font-family: 'Mulish';
    font-weight: 500;
    margin-bottom: 6px;
}
.forum-info a {
    font-family: 'Mulish';
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: underline;
    color: #142b3b;
}


/*Forum Detail Page End*/





/*About Slider Css Start*/

.slider-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: clamp(300px, 60vw, 500px);
    overflow: hidden;
}

.slider-container div {
    position: absolute;
    width: clamp(180px, 40vw, 400px);
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
    transition: all 0.5s ease;
    border: 26px solid #fff;
    opacity: 1;
    transform: scale(0.7);
    z-index: 1;
    border-radius: 200px;
}

.slider-container img, .slider-container a {
    width: clamp(180px, 40vw, 400px);
    height: 100%;
    object-fit: cover;
    border-radius: 200px;
}


.slider-container div.active {
    opacity: 1;
    transform: translateX(0) scale(1);
    z-index: 5;
}

.slider-container div.left {
    transform: translateX(-11vw) scale(0.75);
    opacity: 1;
    z-index: 4;
    box-shadow: 0px 0px 11px 7px #D5B69C;{
    color:var(--icon-css);
    transform:scale(0.7);
    position:relative;
    margin:-5px -2px -5px -4px;
    user-select:none;
    vertical-align:baseline;
    cursor:pointer;&:
    hover{color:var(--icon-css-hover)}}
/*# sourceURL=devtools://devtools/bundled/ui/legacy/components/inline_editor/cssShadowSwatch.css */1px 4px 7px -1px #000;
}

.slider-container div.right {
    transform: translateX(11vw) scale(0.75);
    opacity: 1;
    z-index: 4;
    box-shadow: 0px 0px 11px 7px #D5B69C;
}

.slider-container div.far-left1 {
    transform: translateX(-18vw) scale(0.7);
    opacity: 1;
    z-index: 3;
}

.slider-container div.far-right1 {
    transform: translateX(18vw) scale(0.7);
    opacity: 1;
    z-index: 3;
}

.slider-container div.far-left2 {
    transform: translateX(-25vw) scale(0.6);
    opacity: 1;
    z-index: 2;
}

.slider-container div.far-right2 {
    z-index: 2;
    opacity: 1;
    transform: translateX(25vw) scale(0.6);
}

.about-main-sec .dots {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    margin-top: 25px;
}

.about-main-sec .dots button {
    width: 10px;
    height: 10px;
    border: none;
    margin: 5px;
    cursor: pointer;
    border-radius: 50%;
    position: relative;
    padding: 0 !important;
    background: #D5B69C;
}

.about-main-sec .dots button.active {
    background: #D5B69C;
    transform: scale(1.2);
    margin: 5px 10px;
}

.about-main-sec .dots button.active::before {
    height: 20px;
    width: 20px;
    left: -5px;
    right: 0;
    top: 0;
    content: '';
    bottom: 0;
    margin: auto;
    z-index: -2;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #D5B69C;
}


/*About Slider Css ENd*/