@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
    cursor: none;
}

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: 400;
    line-height: 25px;
    font-family: 'poppins-regular-fontthree';
    font-size: 14px;
}


/***** Font Files *****/


@font-face {
    font-family: 'goodvibrations-fontone';
    src: url(../font/GoodVibrations-Script-400.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'fonntsrische-fonttwo';
    src: url(../font/fonnts.com-Rische_Demo.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'poppins-regular-fontthree';
    src: url(../font/Poppins-Regular.ttf);
    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;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 12px 26px;
    border: unset;
    border-radius: 8px 8px 8px 0px;
    color: #000000;
    z-index: 1;
    background: #ffffff;
    position: relative;
    font-size: 17px;
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 8px 8px 8px 0px;
    background-color: #000000;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #ffffff;
}

.theme_btn:hover::before {
    width: 100%;
}

.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: 'fonntsrische-fonttwo';
    font-size: 79px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'fonntsrische-fonttwo';
    font-size: 55px !important;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 8px;
}

h3 {
    font-family: 'fonntsrische-fonttwo';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 8px;
}

h4 {
    font-family: 'fonntsrische-fonttwo';
    font-size: 36px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'fonntsrische-fonttwo';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'goodvibrations-fontone';
    font-size: 40px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 0px;
}

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: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: start;
    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: #ffffff;
    padding: 10px 22px;
    font-size: 14px;
    font-family: 'poppins-regular-fontthree';
}

/* .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: #000000;
}

.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 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 */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.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 [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: rgba(0, 0, 0, 0.1);
}

.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;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */

.dis-block{
    display: block;
}
.container-fluid {
    padding: 0px 80px;
}

.menuSec {
    /* position: absolute; */
    z-index: 1;
    width: 100%;
    padding: 24px 0px;
    border-bottom: 1px solid #fff;
    background: linear-gradient(90deg,rgba(115, 129, 99, 1) 0%, rgba(156, 166, 145, 1) 100%);
}

.header-btn {
    display: flex;
    justify-content: end;
}

.banner_text p {
    font-size: 13px;
    width: 100%;
}

.banner_text h6 {
    color: #fff;
}

section.main_slider {
    position: relative;
    overflow: hidden;
}

.banner-icon-one {
    position: absolute;
    top: 0;
    left: 185px;
    z-index: 1;
}

.banner-icon-two {
    position: absolute;
    z-index: 1;
    top: 230px;
    left: 715px;
}

.banner-icon-three {
    position: absolute;
    z-index: 1;
    top: 110px;
    right: -40px;
}

.banner-icon-four {
    position: absolute;
    bottom: 20px;
    left: -32px;
    z-index: 1;
}

.banner-img-text {
    position: absolute;
    bottom: -80px;
    right: -60px;
    margin: 0 auto;
    z-index: 0;
}

.banner-img-text h3 {
    font-size: 318px;
    color: #abb49d;
}

.banner_text {
    position: relative;
    z-index: 1;
}

.banner_img {
    position: relative;
    z-index: 1;
}
.banner-img img {
    height: 100vh;
    width: 100%;
}

section.about-sec {
    margin: 100px 0px;
    position: relative;
    z-index: 1;
}

.about-img img {
    width: 100%;
}

.about-text {
    padding-left: 30px;
    /* position: relative; */
}

.about-text-top-heading {
    position: absolute;
    top: -50px;
    left: 34%;
    z-index: -1;
}

.about-text-top-heading h2 {
    font-size: 189px !important;
    color: #e7e7e7;
}
.theme_btn.btntwo {
    color: #fff;
    background: linear-gradient(90deg, rgb(115 129 99 / 72%) 0%, rgb(156 166 145 / 75%) 100%);
}
.about-text p {
    width: 87%;
}
section.last-ditch-sec {
    position: relative;
    margin-bottom: 100px;
    padding: 0px 0px 80px;
    background: linear-gradient(90deg, rgb(126 140 99) 0%, rgb(173 185 157) 100%);
}

.last-ditch-img {
    text-align: end;
    position: relative;
    padding-right: 20px;
}

.last-ditch-img-one {
    position: absolute;
    bottom: -50px;
    left: 123px;
}

.last-ditch-img-two {
    position: absolute;
    top: 318px;
    left: 160px;
}

.last-ditch-heading-top {
    position: absolute;
    z-index: 0;
    top: 10px;
    left: -40px;
}

.last-ditch-heading-top h2 {
    font-size: 189px !important;
    line-height: 130px;
    color: #a8b59c57;
}

.last-ditch-text h6 {
    color: #fff;
}

.last-ditch-text h2 {
    color: #fff;
}

.last-ditch-text p {
    color: #fff;
}
.blog-top-btn {
    text-align: end;
}
section.blog-sec {
    position: relative;
    margin-bottom: 100px;
}

.blog-top-heading {
    position: absolute;
    right: 285px;
    z-index: -1;
    top: -70px;
}

/* .blog-top-heading h2 {
    font-size: 189px;
    color: #efefef;
    line-height: 80px;
} */
.blog-top-heading-sh {
    position: relative;
}

.blog-icon {
    position: absolute;
    top: 25px;
    right: 232px;
}

.blog-top-heading-sh p {
    width: 62%;
}

.blog-top-heading h2 {
     font-size: 189px !important;
     color: #efefef;
     /* line-height: 80px; */
     background: linear-gradient(to right, rgba(255, 215, 255, 0) 0%, rgb(235 235 235) 20%, rgba(255, 255, 255, 0) 61%), linear-gradient(rgb(248 248 248) 52%, rgb(249 249 249) 60%, rgb(237 237 237) 61%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     transition: 200ms ease;
     animation: ocean 2000ms ease alternate infinite;
}

@keyframes ocean {
    0% {
      background-position: 0 0;
  }
  100% {
      background-position: 50vw 10px;
  }
}


.blog-box-sd {
    border: 1px solid #dbdbdb;
    border-radius: 30px;
}

.blog-box-img img {
    width: 100%;
    margin-bottom: 10px;
}

.blog-box-text {
    padding: 10px 24px;
}

ul.blog-box-ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}
ul.blog-box-ul li a {
    color: #7c7c7c;
    border-bottom: 1px solid #bdbdbd;
}
.blog-box-sd:hover {
    background: #7d8e64;
}

.blog-box-sd:hover h3 {
    color: #fff;
}

.blog-box-sd:hover p {
    color: #fff;
}

.blog-box-sd:hover a {
    color: #fff;
}
section.faqs-sec {
    position: relative;
    margin-bottom: 100px;
}

.faqs-top-text-heaeding.blog-top-heading h2 {
    font-size: 181px !important;
}

.faqs-top-text-heaeding.blog-top-heading {
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    top: 30px;
}

.faqs-top-heading {
    text-align: center;
    position: relative;
    margin-bottom: 80px;
}

.faqs-top-heading-img {
    position: absolute;
    top: 12px;
    left: 235px;
}

/*FAQS PAGE START*/

.accordion h3 {
  font-size: 30px;
  letter-spacing: 2px;
  text-decoration: underline;
}
.faq_heading h2 {
  color: black;
  text-align: center;
  /* font-weight: 600; */
  margin: 0 0 50px 0;
  text-transform: capitalize;
}
section.travel-ins-page-sec.pt-8.pb-8 {
  padding: 100px 0;
}
.gorrila-page-sec {
padding: 80px 0;
}

.gorilla-content .accordion-button.collapsed {padding: 14px 30px;background-color: #f2f3f0;color: #000000;font-size: 16px;font-family: 'fonntsrische-fonttwo';line-height: 30px;/* border-radius: 10px !important;
margin-bottom: 20px; */text-transform: uppercase;border-radius: 27px !important;}

.gorilla-content .accordion-button.collapsed:hover{background-color: #000;color: #fff;}

.gorilla-content .accordion-button {color: #ffffff;font-size: 16px;padding: 20px 30px;line-height: 30px;background-color: transparent;text-transform: uppercase;font-family: 'Montserrat';font-weight: 500;}
.gorilla-content .gorrila-page-txt .color-red {
color: #A60000;
font-weight: 500;
margin-bottom: 7px;
margin-top: 30px;

}

.gorrila-page-txt ul {
list-style: auto;
}

.gorrila-page-txt ul li{
 color: #000000;
 font-size: 14px;
 line-height: 23px;
 font-family: 'Roboto', sans-serif;
 font-weight: 400;
 margin-bottom: 15px;
 margin-left: 15px;
}

.gorrila-page-txt ul li::marker {
color: #A60000;
}
.accordion-body.gorrila-page-txt {
padding: 20px 30px;
}
.gorilla-content .accordion-item{border: unset !important;margin-bottom: 30px;border-radius: 30px;background: #7f8d67;}
.gorilla-content  .accordion-button:not(.collapsed){font-family: 'afuturaRoundDemi';box-shadow: none;/* border: 1px solid; */border-bottom: 0;border-radius: 10px 10px 0 0;}
.accordion-collapse.collapse {border-top: 0;border-radius: 0 0 10px 10px;/* margin-bottom: 30px; */}
.gorilla-content  button:focus:not(:focus-visible){
box-shadow: none;
}
.gorilla-content .accordion-button::after{
content: '\f067';
font-weight: 700;
font-family: 'Font Awesome 5 Free';
background-image: none;
transform: rotate(0deg); 

}
.accordion-button:not(.collapsed)::after{
content: '\f068';
font-weight: 700;
font-family: 'Font Awesome 5 Free';

}

.accordion-body.gorrila-page-txt p {
    color: #fff;
}
/*FAQS PAGE END*/

.voice-slider-box {
    background-image: url(../images/voice-slider-box.png);
    height: 261px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 20px 20px;
}

.voice-slider-box-img img {
    width: 35px;
}

.voice-slider-box-img {
    border: 1px solid #ebede6;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
}

.voice-slider-box ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.voice-slider-box h4 {
    text-align: center;
}

.voice-slider-box p {
    text-align: center;
    font-size: 12px;
}

.voice-top-heading {
    text-align: center;
    position: relative;
}

.voice-top-img {
    position: absolute;
    top: 10px;
    left: 426px;
}
.voice-slider .slick-active {
    opacity: 1;
}

.voice-slider-box ul li i {
    color: #f9ae0e;
}

section.voice-slider-sec {
    margin-bottom: 100px;
}

.voice-slider .slick-prev:before {
    content: '';
    position: absolute;
    background-image: url(../images/voice-silder-left.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 50px;
    width: 50px;
}
.voice-slider .slick-next:before {
     content: '';
    position: absolute;
    background-image: url(../images/voice-silder-right.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 50px;
    width: 50px;
}
.voice-slider .slick-prev {
    left: -55px;
}


/* Footer css Starts */

footer {
    padding: 100px 0 0 0;
    background-color: #97a686;
    background: linear-gradient(90deg, rgba(115, 129, 99, 1) 0%, rgba(156, 166, 145, 1) 100%);
    position: relative;
}

.footer-txt-heading h5,
.news-letter h5 {
    color: #fff;
    font-size: 27px;
    line-height: 25px;
    margin: 0 0 20px 0;
    font-weight: 300;
    text-transform: uppercase;
}

.footer-links1 ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Montserrat", system-ui;
    text-transform: uppercase;
    opacity: 1;
    transition: ease-in;
    transition-duration: 0.2s;
}

.footer-links1 ul li a:hover {
    color: #000000;
    opacity: 1;
    transition: ease-out;
    transition-duration: 0.2s;
}

.footer-links-contact ul li {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    margin: 0 0 20px 0;
}

.footer-links-contact ul li i {
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 20px;
    color: #fff;
}

.footer-links-contact ul li a {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    opacity: 1;
    transition: ease-in;
    transition-duration: 0.2s;
}

.footer-links-contact ul li a:hover {
    color: #000000;
    opacity: 1;
    transition: ease-out;
    transition-duration: 0.2s;
}

.footer-rights p a {
    color: #fff;
    transition: ease-out;
    transition-duration: 0.2s;
}

.footer-rights p a:hover {
    color: #24abda;
    transition: ease-in;
    transition-duration: 0.2s;
}

.news-letter form {
    position: relative;
}

.news_in {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    background-color: #fff;
    padding: 0;
    height: 50px;
    border-radius: 10px 10px 10px 0px;
    overflow: hidden;
}

.news_in input {
    width: 100%;
    background-color: #0000;
    border: none;
    padding: 10px 10px 10px 0;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    padding: 0 20px;
    height: 100%;
    font-family: 'Poppins';
}

.news_in input::placeholder {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
}

.news_in i {
    font-weight: 400;
    color: #3d3d9c;
    font-size: 18px;
}

.footer-txt p {
    color: #fff;
    margin: 10px 0;
}

.socials ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.socials ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: #79797900;
    border-radius: 100px;
    overflow: hidden;
    transition: ease-in;
    transition-duration: 0.5s;
    border: 1px solid #fff;
}

.socials ul li a:hover {
    transition: ease-out;
    transition-duration: 0.5s;
}

.socials ul li a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #1f1f1f00;
    height: 98%;
    width: 98%;
    border-radius: 100px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.socials ul li a:hover::before {
    height: 0;
    width: 0;
    transition: ease-out;
    transition-duration: 0.5s;
}

.socials ul li a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: 600%;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-name: gradients;
    height: 0;
    width: 0;
    border-radius: 100px;
    transition: ease-in;
    transition-duration: 0.5s;
    background: #000;
}

.socials ul li a:hover::after {
    height: 100%;
    width: 100%;
    transition: ease-out;
    transition-duration: 0.5s;
}

.socials ul li a i {
    font-size: 17px;
    position: relative;
    z-index: 999999;
    color: #ffffff;
    transition: ease-in;
    transition-duration: 0.5s;
    /* border: 1px solid #fff; */
}

.socials ul li a:hover i {
    color: #fff;
    transition: ease-out;
    transition-duration: 0.5s;
}

.footer-rights p {
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    opacity: 1;
    font-weight: 300;
    text-align: center;
}

.bottombar {
    margin: 20px 0 0 0;
    border-top: 1px solid #ffffff3b;
    padding: 20px 0;
}

.news-letter button.theme2 {
    width: 100%;
}

.news-letter button.theme2 span.btn-icon {
    width: 30%;
}

.news-letter button.theme2 span.btn-txt {
    width: 100%;
}

.footer-rights-img {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 30%;
    margin: 0 0 0 auto;
}

.news-letter p {
    color: #fff;
    margin: 20px 0;
}

.news-letter-btn {
    position: absolute;
    top: 2px;
    right: 3px;
}

.footer-links1 ul {
    column-count: 2;
}
button.theme1 {
    border: unset;
    padding: 10px 20px;
    border-radius: 6px 6px 6px 0px;
    background: linear-gradient(90deg, rgba(115, 129, 99, 1) 0%, rgba(156, 166, 145, 1) 100%);
    color: #fff;
}
.footer-icon-sdd {
    position: absolute;
    top: 60px;
    left: 18px;
}

/* Footer css Ends */


.banner-img.inner-banner img {
    height: 80vh;
}

section.blog-sec.inner-blog {
    margin: 100px 0px;
}
section.blog-detail {
    margin: 100px 0px;
}
.blog-detail-box-img img {
    width: 100%;
    margin-bottom: 30px;
    height: 500px;
    object-fit: cover;
    border-radius: 14px;
}

section.last-ditch-sec.inner-buy-dd {
    margin: 100px 0px;
    background: unset;
    padding: unset;
}

.last-ditch-text.last-ditch-inner h6 {
    color: #000;
}

.last-ditch-text.last-ditch-inner h2 {
    color: #000;
}

.last-ditch-text.last-ditch-inner p {
    color: #000;
}
li.innerblog-box-ul-event {
    display: flex;
    gap: 20px;
}
.blog-box-img img {
    height: 330px;
    width: 100%;
    border-radius: 30px;
}
ul.blog-box-ul li p {
    font-size: 13px;
}
section.voice-slider-sec.events-page-inner h3 {
    font-size: 25px;
}
section.voice-slider-sec.events-page-inner {
    margin: 100px 0px;
}
section.events-detail {
    margin: 100px 0px;
}

.event-detail-img img {
    width: 100%;
}

.event-detail-text h2 {
    font-size: 53px !important;
}
section.blog-sec.podcast-inner-page {
    margin: 100px 0px;
}
.voice-slider-box.voice-slider-box-inner {
    background-image: url(../images/voice-slider-box-inner-page.png);
    height: 244px;
    margin-bottom: 20px;
}
section.voice-slider-sec.inner-voice {
    margin: 100px 0px;
}


/* contact page */

.cont_page {
    padding: 120px 0;
}

.cont_page_left h2 {
    margin-bottom: 30px;
    text-align: center;
}

.cont_page_left form input,
.cont_page_left form textarea {
    width: 100%;
    padding: 10px 0;
    background-color: transparent;
    /* border: none; */
    border: 1px solid #cccccc;
    margin-bottom: 20px;
    padding-left: 10px;
    border-radius: 6px;
    background: #fff;
}

.cont_page_left form input::placeholder,
.cont_page_left form textarea::placeholder {
    color: #8d8d8d;
}

.cont_page_left form textarea {
    height: 140px;
    resize: none;
}

.cont_page_left form button {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    border-radius: 10px 10px 10px 0px;
    padding: 15px 40px;
    width: 100%;
    background: linear-gradient(90deg, rgba(115, 129, 99, 1) 0%, rgba(156, 166, 145, 1) 100%);
}

.cont_page_right h2 {
    /* color: #fff; */
    margin-bottom: 20px;
}

.cont_page_right p {
    /* color: #abcadd; */
    margin-bottom: 40px;
}

.cont_page_right ul li {
    margin-bottom: 20px;
}

.cont_page_right ul li a {
    color: #000000;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.cont_page_right ul li a i {
    font-size: 20px;
    margin-right: 15px;
}

.cont_page_right {
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); */
    border-radius: 10px;
    /* background: linear-gradient(90deg, rgba(42, 119, 166, 1) 0%, rgba(47, 124, 170, 1) 15%, rgba(57, 133, 179, 1) 28%, rgba(60, 136, 182, 1) 42%, rgba(65, 140, 185, 1) 59%, rgba(67, 143, 188, 1) 74%, rgba(69, 144, 189, 1) 90%); */
    padding: 0px 50px 0px 0px;
}

.cont_page_left {
    border-radius: 10px;
    padding: 30px 50px;
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); */
    background: #f5f5f5;
}
.cont_page_right ul li a i {
    color: #76866a;
}
/* contact page */
.about-icon {
    position: absolute;
    top: 160px;
    left: 64%;
}
.banner-icon-two.buy-inner-page {
    left: 39%;
    top: 160px;
}
.banner-icon-two.review-inner-page {
    position: absolute;
    z-index: 1;
    top: 200px;
    left: 723px;
}
.voice-slider-box.voice-slider-box-inner.voice-slider-second {
    background-image: url(../images/box-rev-three.png);
    height: 272px;
    padding: 30px 130px;
}
.banner-icon-two.blog-detail-icon {
    position: absolute;
    z-index: 1;
    top: 230px;
    left: 485px;
}
.footer-icon-second {
    position: absolute;
    top: 60px;
    right: 80px;
}



/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
    .player {
      width: 100%;
      background: #fff;
      border-radius: 20px;
      overflow: hidden;
      position: relative;
    }

    .player video, 
    .player img {
      /* width: 100%; */
      /* height: 400px; */
      object-fit: cover;
      border-radius: 20px 20px 0 0;
    }

    .controls {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
      margin-top: 0px;
      position: absolute;
      z-index: 10;
      top: 23%;
      left: 44%;
    }

    .controls button {
      width: 65px;
      height: 65px;
      border-radius: 50%;
      border: none;
      background: rgb(255 255 255 / 0%);
      backdrop-filter: blur(10px);
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      transition: all 0.3s ease;
      font-size: 18px;
      border: 1px solid #000;
    }

    .controls button:hover {
      background: rgb(120 133 109);
    }

    .progress-container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 20px 0px;
      color: #555;
      font-size: 12px;
    }

    .progress-bar {
      flex: 1;
      height: 3px;
      background: #ddd;
      margin: 0 10px;
      position: relative;
      border-radius: 5px;
      overflow: hidden;
    }

    .progress {
      width: 10%;
      height: 100%;
      background: #6c8c64;
      transition: width 0.3s linear;
    }
    button#prev img {
        height: 17px;
        width: 20px;
        margin-bottom: 0;
        border-radius: unset;
    }
    button#next img {
        height: 17px;
        width: 20px;
        margin-bottom: 0;
        border-radius: unset;
    }
    /*Cursor Animation Start*/

.butterfly {
    position: absolute;
    width: 65px;
    height: 65px;
    pointer-events: none;
    transform: translate(-38%, -70%);
    transition: transform 0.1s linear;
    z-index: 99999999;
    bottom: 0;
}


/*Cursor Animation End*/

@keyframes floatZigZag {
    0% {
        transform: translateX(0) translateY(100%);
    }
    25% {
        transform: translateX(-100px) translateY(50%);
    }
    50% {
        transform: translateX(-200px) translateY(0%);
    }
    75% {
        transform: translateX(-100px) translateY(50%);
    }
    100% {
        transform: translateX(0) translateY(100%);
    }
}

@keyframes smoothZigZagLoop {
    0% {
        transform: translateX(0) translateY(100%);
    }
    20% {
        transform: translateX(-100px) translateY(75%);
    }
    40% {
        transform: translateX(-200px) translateY(50%);
    }
    60% {
        transform: translateX(-100px) translateY(25%);
    }
    80% {
        transform: translateX(0) translateY(0%);
    }
    100% {
        transform: translateX(0) translateY(100%);
    }
}
.blog-box-text h3 {
    font-size: 26px;
}
.blog-box-text p {
    height: 70px;
}

ul.blog-box-ul li p {
    height: unset;
}