@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


:root {
    --primary-color: #CC0439;
    --black: #000;
    --white: #fff;
    --blue: #096280;
    --green: #0F805E;
    --font_24: 24px;
}

* {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
}

h1 {


    font-size: 50px;
    font-weight: 700;
    line-height: normal;
}


h3, .fs-48 {
    font-size: 48px;
    font-weight: 600;
    line-height: normal;
}

h5 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
}

h6 {
    color: var(--black);
    text-align: center;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 44px;
}

p {
    font-size: 18px;
    font-weight: 400;
line-height: normal;
}
.fs-38 { font-size: 38px;}

li {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;}
.btn:hover {

    background-color: var(--white);
    border: 1px solid var(--primary-color) !important;
    color: var(--primary-color);
}

/* Font sizes */
.fs-39 { font-size: 39px;}
.fs-20 { font-size: 20px;}
.fs-16 { font-size: 16px;}
.fs-14 { font-size: 14px;}

/* Font weight */
.bold { font-weight: 700!important;}
.semi-bold { font-weight: 600;}
.light-bold { font-weight: 500;}

/* Image */
.img_fluid { height: 100%; width: 100%; object-fit: cover; border-radius: 30px;}

/* Colors */

.bg-black { background-color: var(--black);}

/* ----------------nav bar css--------------- */
.n-flex {
    display: flex;
    align-items: center;
    gap: 25px;

}

.n-flex2 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.clr-white {
    color: var(--white);
}
a.flag {
    width: 30px;
}
.n-container {
    margin-right: 1em;
    margin-left: 1em;
    padding: 20px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.13);
    height: 69px;
}

.landing-header .menu .menu-link.active {
    color: var(--primary-color)
}

a.login-btn {
    background: var(--primary-color);
    color: white;
    padding: 15px 20px;
    border-radius: 5px;
}


a.login-btn:hover{
    border-radius: 5px;
    border: 1px solid #CC0539;
    color: #CC0539;
    background-color: var(--white);
}


.n-container a.menu-link { color: #3E3E3E; font-family: Montserrat; font-size: 16px; font-weight: 400; padding: 0;}

.s-landing-header {
    position: fixed;
    width: 100%;
    z-index:99;

}
.landing-header .logo-default,.landing-header .logo-sticky {

    transform: translateY(10px);
}
.menu-state-title-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    transition: color .2s ease;
    color: var(--primary-color);
}


/* ----------------Kanwal - The 18 values of Golf --------------- */

.fp-5 a {
    color: black;
    font-size: 16px;
    text-decoration: underline;
}

.fp-5 a:hover {
    color: red;
}
.card-box {
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    border-radius: 26px;
    width: 100%;
    height: 397px;
    display: flex;
    transition: all .3s ease-in-out;

}
section.fair-play-section-1:before,section.fair-play-section-2:before,section.fair-play-section-3:before,section.fair-play-section-4:before,section.fair-play-section-5:before,section.fair-play-section-6:before,section.fair-play-section-7:before,section.fair-play-section-8:before,section.fair-play-section-9:before,section.fair-play-section-10:before,section.fair-play-section-11:before,section.fair-play-section-12:before,section.fair-play-section-13:before,section.fair-play-section-14:before,section.fair-play-section-15:before,section.fair-play-section-16:before,section.fair-play-section-17:before,section.fair-play-section-18:before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #0f0e0e42, #11101085);
    position: absolute;
}

.image-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.image-box h4 {
    border-radius: 31.13px;
    background: #CC0539;
    color: #FFF;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 60.877px;
    padding: 0 35px;
}

.image-box h4.red {
    background: #CC0539;
}

.image-box h4.green {
    background: #0F805E;
}

.image-box h4.blue {
    background: #096280;
    ;
}

.image-box span {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 44px;
}

.card-box .vcount,
.vcount1,
.vcount2,
.vcount3,
.vcount4 {
    /* font-size: 39px;
    font-weight: 500; */
    position: absolute;
    z-index: 0;
    left: 21px;
    top: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
}

.ValuesOfGolf .card-box .vcount { height: 58px; width: 58px; text-align: center; padding-top: 2px; font-weight: 400;}

.w-80{width: 80%;}
.w-50{width: 49% !important;}

[data-kt-sticky-landing-header=on] .landing-header { background-color: transparent;}

/* .vcount{padding-inline: 23px;}
.vcount1{padding-inline: 10px;}
.vcount2{padding-inline: 15px;}
.vcount3{padding-inline: 18px;}
.vcount4{padding-inline: 12px;} */

.bton1 {
    border-radius: 28px;
    background: #CC0439; padding: 11px;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
.fp-5 .image-div img {

    border-radius: 20px 20px 20px 20px;
    /* object-fit: cover; */
    max-height: 100%;
    width: 100%;
}
/* ----------------Our History css--------------- */
.parent_img { width: 100%; height: 313px;}

.w-95{width: 95%;}

.ourhistory{ background: #000;}

.banner_video{height: 598px;}

/* ----------------Home css--------------- */

section.home {
    height: auto;
    overflow: hidden;
 }
.link-anchor p {
    border-radius: 22.5px;
    color: var(--white);
    font-size: 28px;
    font-weight: 500;
    display: inline;
    padding: 8px 15px 8px 15px;
}
section.i-sec2{
    position: relative;
    overflow: hidden;
}
.white-line,.white-line2 {

    background: #fff;
    width: 100%;
    height: 50%;
    position: absolute;
}
.white-line{
    top: 0%;
}
.white-line2{
    top: 50%;
}
.clr-primary {
    background: var(--primary-color);
}

.home .banner_video-home{position:relative;padding-top:56.25%;}
.home .banner_video-home video{position:absolute;top:0;left:0;width:100%;height:100%;}

.banner_video-home {
    /*height: 100vh;*/
    position: relative;

}
#videoModal iframe {
    max-width: 100%;

}
.social{
    color: var(--white) !important;
    padding: 7px 10px 7px 10px;
    gap: 10px;
    border-radius: 50px;
    background: #A82D32;

}
.black-before{
    background: #000;
    height: 0px;
}

.sec3-first-year {
    align-items: end;
}
.sec3-first-year, .sec3-second-year {
    display: flex;
    flex-direction: column;
    gap: 36px;
}
.home video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.i-r-btn {
    border-radius: 96.92px;
    background: #CC0439;
    display: inline-flex;
    flex-direction: column;
    width: 433.902px;
    height: 167px;
    align-items: center;
    justify-content: center;
    color:white;
}
.i-r-btn-2 {
    border-radius: 96.92px;
    background: #CC0439;
    display: inline-flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;
    color:white;
    padding: 10px 20px 10px 20px;
}
.i-r-btn-2 a {

    font-size: 30px;

    font-weight: 600;
    line-height: 58px;
}
.i-sec2 .column p {
    color: #F2F2F2;
    text-align: center;

    font-size: 28px;

    font-weight: 600;
    line-height: 44px;
}
.i-sec3 .column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-top: 4em;
    padding-bottom: 3em;
}

.home .column {
    display: flex;
    justify-content: center;
}

.i-r-btn p {
    font-family: Montserrat;
    font-size: var(--font_24);
    font-weight: 400;
}

.i-r-btn p,
.i-r-btn h1 {
    margin-bottom: unset;
}

section.i-sec2 {
    background: #000;
}

.i-sec2 p.text-center.text-white {
    color: #F2F2F2;
    font-size: 28px;
    font-weight: 600;
    line-height: 44px;
    width: 90%;
}

.i-sec2 .column {
    display: flex;
    justify-content: center;
    padding: 6em;
    flex-direction: column;
}

.i-sec2 .column ul li{color: #fff;}
.i-sec2 .column ul li{list-style: circle;}


.i-sec3 p {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    width: 82%;
}
.i-sec3 .column-2 ul li {
    list-style: disc;
}
.clr-blue {
    background: var(--blue);
}
.clr-grn {
    background: var(--green);
}
.icon-list-h {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 2em;
}
.i-sec5 .column-back {
    display: flex;
    align-items: end;
    justify-content: end;
    padding-right: 3em;
}
.i-sec5 .column-back img.img-fluid {
    height: 538px;
    /* width: 832px; */
}
.i-sec5 .column {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.i-sec5-flex {
    display: flex;
    align-items: center;
    gap: 10px;
}
section.i-sec5 {
    padding-top: 4em;
    padding-bottom: 4em;
    overflow: hidden;
}
ul.numb-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
ul.numb-list li {
    list-style: decimal;
}
.icon-list-h p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: unset;
}
.s3-class {
    display: flex;
    flex-direction: column;
    gap: 45px;
}

ul.numb-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.landing-black a{
    color:unset;
}
.last-sec h6 {
    color: #F2F2F2;
    font-weight: 600;
    line-height: 44px;
    position: absolute;
    top: 19%;
    left: 5%;
    width: 55%;
    text-align: left;
}
.i-sec5 .column {
    display: flex;
    flex-direction: column;

    justify-content: space-around;
}
.last-sec img {
    width: 100%;
}
.i-sec3 .column-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* ----------------Golf Dimensions Page------------------- */
.dimensions{text-align: center;margin-top: 7em;padding-top: 7em;margin-bottom: 6em;overflow: hidden;}
.dimensions .row{align-items: center;}
.dimensions h2{margin-bottom: 40px;color: #000;text-align: center;font-family: Montserrat;font-size: 48px;font-style: normal;font-weight: 600;line-height: 44px;}
.dimensions .box1{text-align: right;}
.dimensions .box1 span{color: #096280;text-align: right;font-family: Montserrat;font-size: 24px;font-style: normal;font-weight: 600;line-height: normal;}
.dimensions .box2{text-align: center;}
.dimensions .box3{text-align: left;}
.dimensions .box3 span{color: #0F805E;font-family: Montserrat;font-size: 24px;font-style: normal;font-weight: 600;line-height: normal;}
.dimensions .box4{margin-top: 15px;text-align: center;padding-inline: 60px;}
.dimensions .box4 span{color: #CC0539;text-align: center;font-family: Montserrat;font-size: 24px;font-style: normal;font-weight: 600;line-height: normal;}

.value {padding-top: 3em;margin-bottom: 6em;
    overflow: hidden;}
.value .text-box .box1 {padding-top: 40px;margin-right: 9em;}
.value .text-box .box1 p{color: #000;font-family: Montserrat;font-size: 22px;font-style: normal;font-weight: 500;line-height: 32px;}
.black {background: #000;text-align: center;padding: 25px 0px;margin-bottom: 3em;overflow: hidden;}
.black .black-box span{color: #F2F2F2;text-align: center;font-family: Montserrat;font-size: 27px;font-style: normal;font-weight: 500;line-height: 44px;}

.gallery{text-align: center;}
.gallery .container-fluid .img{padding: 0;}
.gallery .gallery-box{padding-top: 2em;}
.gallery .gallery-box img{width: 100%;}
.book{background: #F2F2F2;padding-top: 9em;padding-bottom: 5em;}
.book .row{align-items: center;}

.book .text-box h4{color: #000; font-family: Montserrat;font-size: 48px;font-style: normal;font-weight: 600;line-height: 55px;margin-bottom: 24px;margin-right: 4em;}
.launch .launch-box h4{color: #000;font-size: 40px;font-weight: 600;line-height: 44px;margin-bottom: 24px;margin-right: 1em;}
.cycle {padding-top: 5em;margin-bottom: 9em;}
.cycle .img-box{text-align: center;}
.cycle .img-box img{width: 100%;}
.h-launch-box{padding-top: 2em;padding-bottom: 2em;}
.l-backgrnd{background-image: url(../images/backgrnd.png), linear-gradient(rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.40));}

.social1{
    display: -webkit-inline-box;
    padding: 10px;
    color: var(--white) !important;
    gap: 10px;
    border-radius: 50px;
    background: #A82D32;
    margin-right: 10px;
}
.fp-5 .image-div{
    transition: all .3s ease-in-out;
    border-radius: 20px 20px 20px 20px;
    height: 410px;
    display: flex;
}

.ValuesOfGolf .card-box:hover,.fp-5 .image-div:hover
{
    transform: scale(1.02);
    transition: all .3s ease-in-out;
}
.social{
    color: var(--white) !important;
    padding: 4px 7px 4px 7px;
    gap: 10px;
    border-radius: 50px;
    background: #A82D32;

}
i.social{font-size:20px;}

i.social:hover, i.social1:hover{color: var(--primary-color) !important; background-color: var(--white) !important; opacity: 34px !important;}

.soc-row{display: flex;
    gap: 10px;
    padding-left: unset;}

li{list-style-type: none;}

.footbtn{color: #FFF;
    border-radius: 5px; width: 118px;
background: #CC0539;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 15px;}

.footbtn:hover{
    border-radius: 5px;
    border: 1px solid #CC0539!important;
    color: #CC0539;
    background-color: var(--white);
}

.trnsparnt{
    width: 300px;
    padding: 10px 20px;
    border-color: transparent;
    border-bottom: 1px solid darkgrey;
    font-size: 15px;
    background: transparent !important;color: var(--white) !important;

  }

  input::placeholder{
    color: #D1D5DB;
}

  .landing-footer{background: radial-gradient(886.42% 259.33% at 28.19% -12.92%, #131313 12.42%, #A82D32 100%);}




  .fcolor{color: #FFD4D4;}

  .fcolor1{color: #DEDEDE;}

  .fcolor2{color: #D1D5DB;}

  .footerContact ul{padding-left: 0px;
      display: flex;
      flex-direction: column;
      gap: 20px }

  .landing-black{background: var(--black); color: #F1F1F1}

  .scrolltop{
    position: fixed;
    display: none;
    cursor: pointer;
    z-index: 105;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 45px;
    bottom: 43px;
    right: 7px;
    background-color: red; }

.scroll-logo {
    height: 36px;
    width: 44px;
}

div#kt_scrolltop{background-color: var(--white);}

.path1:hover, .path2:hover, .scrolltop:hover{background: var(--white) !important;}

.icon-clor{background-color:#CC0439 ; display: flex; font-size: 16px; justify-content: space-around; color: var(--white) !important;}
.icon-clor:hover{ color: #fff !important; size: 10px !important;}

/*  Login Page  */
.login_box { border-radius: 27px;}

.login_box .brder_input {
    border-radius: 27px;
    background-color: #4F4F4F;
    border: none;

    padding: 12px 25px; color: #fff;
}
section.launch {
    overflow: hidden;
}
section.last-sec {
    overflow: hidden;
}
.fp-5 h6 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
section.fp-5 p {
    padding-top: 1em;
}
.login_box .brder_input:focus{  background-color: #4F4F4F; color: #fff; }

.login_box .brder_input::placeholder{color: #fff; }
.login_box .brder_input {color: #fff; font-weight: 300; font-family: Montserrat; font-size: 25px; line-height: 44px;}

.login_box .register_btn, .log_btn{border-radius: 30px;
    background: #FFF; color: var(--black); font-size: 25px;
    font-weight: 600; padding: 6px 20px;display: flex;
    align-items: center;
    justify-content: center; }

.login_box .log_btn{color: #FFF; background-color: #CC0439;  padding-inline: 30px;  }
a.login-btn {
    background:var(--primary-color);
    color: white;
    padding: 15px 20px;
    border-radius: 5px;
}

a.login-btn:hover{
    border-radius: 5px;
    border: 1px solid #CC0539!important;
    color: #CC0539;
    background-color: var(--white);
}
[data-kt-scrolltop=on] .scrolltop{opacity: 1;}

.menu_bar a{position: relative;}

.menu_bar a::after {
    content: '';
    position: absolute;
    width: 0%;
    background: #CC0539;
    height: 3px;
    left: 50%;
    bottom: 4px;
    transition: 1s;
    transform: translateX(-50%);
}

.menu_bar a:hover::after {
       width: 80%;
 }
.content p {    text-align: justify;}
a.i-section {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal .d-image{

    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.modal .d-image img {
    border-radius: 50%;
    height: 120px;
    width: 120px;
    object-fit: cover;
}
.modal p {
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: unset;

}
.f-logo-social {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.g-15 {
    gap: 37px;
}
.modal .a-b-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    width:28%;
  }
/*.mySwiper .numbers h1 {*/
/*    background: #fff;*/
/*    border-radius: 50%;*/
/*    width: 86px;*/
/*    height: 86px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

.mySwiper .numbers h1 {
    border-radius: 50%;
    border: 6px solid #FFF;
    color: #FFF;
    width: 86px;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mySwiper a.active .numbers h1 {
    background: white;
    border: 6px solid #fff;
    box-shadow: 0px 2px 6px 3px #ffffff9e;
    color: #000;
}


/*.mySwiper a.active .numbers h1 {*/
/*    background: transparent!important;*/
/*    border: 6px solid #fff;*/
/*    box-shadow: 0px 2px 6px 3px #ffffff9e;*/
/*    color:#fff;*/
/*}*/
.mySwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding:10px;

}
a:hover {
    color: unset;
}
section.fair-play-section-1,section.fair-play-section-2,section.fair-play-section-3 ,section.fair-play-section-4,section.fair-play-section-5,section.fair-play-section-6,section.fair-play-section-7,section.fair-play-section-8,section.fair-play-section-9,section.fair-play-section-10,section.fair-play-section-11,section.fair-play-section-12,section.fair-play-section-13,section.fair-play-section-14,section.fair-play-section-15,section.fair-play-section-16,section.fair-play-section-17,section.fair-play-section-18{
    height: 97vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.fair-play-section a.fp-link {
    color: #FFF;
    text-align: center;
     font-size: 56px;
      font-weight: 600;
    line-height: 88px;
    border-radius: 45px;
    background: #096280;
   padding-inline: 20px;
    display: block;
}
.fair-play-section h3 {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    text-align: center;

    display: flex;
    align-items: center;
    justify-content: center;
}
.fair-play-section h3.month {
    color: #FFF;
    text-align: center;
    font-size: 48px;
    font-weight: 200;
    line-height: 44px;
}
.fair-play-section .half {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 23px;
}
.mySwiper-fp h6 {
    color: #000;
    text-align: center;

    font-weight: 600;
    line-height: 44px;
}
.mySwiper-fp .flex-div {
    display: flex;
    flex-direction: column;
    gap: 38px;
    align-items: center;
}
.mySwiper-fp img {
    height: 52px;
    width: 52px;
}
.mySwiper-fp .swiper-button-prev{
    background: url(../images/left-arrow.png);
}
.mySwiper-fp .swiper-button-next{
    background: url(../images/right-arrow.png);
}
.mySwiper-fp .swiper-button-next,.mySwiper-fp .swiper-button-prev,.mySwiper-fp-video .swiper-button-next,.mySwiper-fp-video .swiper-button-prev  {

    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: contain!important;
}
.mySwiper-fp .swiper-button-next:after,.mySwiper-fp .swiper-button-prev:after,.mySwiper-fp-video .swiper-button-next:after,.mySwiper-fp-video .swiper-button-prev:after{
    display:none;
}
.mySwiper-fp h6.title {

    text-align: justify center;
    width: 85%;
}
section.fp-4 {
    background: #000;
    overflow: hidden;
}
.mySwiper-fp-video h3.text-center.title {

    font-weight: 600;
    line-height: 54.043px;
}
.mySwiper-fp-video .swiper-slide {
    padding-left: 5em;
    padding-right: 5em;
}
.mySwiper-fp-video .swiper-button-prev{
    background: url(../images/left-white-arrow.png);
}
.mySwiper-fp-video .swiper-button-next{
    background: url(../images/right-white-arrow.png);
}
.modal .modal-dialog {
    max-width: 700px;}
section.fp-4:after {
    content: ' ';
    width: 115px;
    height: 140px;
    display: block;
    position: absolute;
    background-image: url(../images/centro.png);
    background-size: cover;
    bottom: 3%;
    z-index: 9;
    left: 79px;
}
section.fp-4:before {
    content: '';
    width: 155px;
    height: 152px;
    display: block;
    position: absolute;
    bottom: 2%;
    z-index: 9;
    background-image: url(../images/new_footer_logo.png);
    right: 69px;
    background-size: cover;
}
section.numb-slide {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
}
 .half {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 23px;
    position: absolute;
    top: 34%;
    width: 100%;
    left: 0;
}

.o-half {
    position: absolute;
    bottom: 20%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
button.accept-btn {
    color: #fff;
    background: var(--primary-color);
    padding: 10px;
    border-radius: 6px;

}
.i-sec3{
    overflow: hidden;
}
button.decline-btn {
    border: 2px solid var(--primary-color);
    padding: 10px;
    border-radius: 6px;
    color: var(--primary-color);
}
.text-clor{color: #9CA3AF; font-size: 15px;}
.text-clor:hover{ color: #FFD4D4; letter-spacing: 2px;}
.o-half h3{
    width: 60%;
}
.footerContact ul li {
    display: flex;
    align-items: center;
    gap:10px;
}
.footerContact ul li p{
    margin-bottom: unset;
    font-size: 15px;
    color: #9CA3AF;
}
a{
    cursor:pointer;
}

.container-preloader {
    align-items:center;  display:flex; height:100%;
    justify-content:center; position:fixed;  width:100%; z-index:90000000;
}
.container-preloader .animation-preloader {
    z-index: 100;}




.container-preloader .loader-section {
    background-color: #ffffff;  height: 100%;
    position: fixed;  top: 0;  width: 100%
}

.loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.circles {
    width:200px;
    height:200px;
    position:relative;
    margin:auto;
  }
  .circles > * {
    background-color:transparent;
    box-sizing:border-box;
    border:5px solid #cc0439;
    border-top: 0 solid transparent;
    border-left: 0 solid transparent;
    border-radius: 50%;
    position:absolute;
    animation: spin 4s infinite linear alternate;
  }

  .circle1 {
    width: 200px; height: 200px;
    animation-delay:-5s;
    border-color:#cc0439;
  }
  .circle2 {
    width: 180px; height: 180px;
    top:10px;left:10px;
    animation-delay:-4.9s;
    border-color:#cc0439;
  }
  .circle3 {
    width: 160px; height: 160px;
    top:20px;left:20px;
    animation-delay:-4.8s;
    border-color:#cc0439;
  }
  .circle4 {
    width: 140px; height: 140px;
    top:30px;left:30px;
    animation-delay:-4.7s;
    border-color:#cc0439;
  }
  .circle5 {
    width: 120px; height: 120px;
    top:40px;left:40px;
    animation-delay:-4.6s;
    border-color:#cc0439;
  }
  .circle6 {
    width: 100px; height: 100px;
    top:50px;left:50px;
    animation-delay:-4.5s;
    border-color:#cc0439;
  }
  .circle7 {
    width: 80px; height: 80px;
    top:60px;left:60px;
    animation-delay:-4.4s;
    border-color:#cc0439;
  }
  .circle8 {
    width: 60px; height: 60px;
    top:70px;left:70px;
    animation-delay:-4.3s;
    border-color:#cc0439;
  }
  .circle9 {
    width: 40px; height: 40px;
    top:80px;left:80px;
    animation-delay:-4.2s;
    border-color:#cc0439;
  }
  .circle10 {
    width: 20px; height: 20px;
    top:90px;left:90px;
    animation-delay:-4.1s;
    border-color:#cc0439;
  }
  .circle11 {
    width: 10px; height: 10px;
    top:100px;left:100px;
    animation-delay:-4s;
    border-color:#cc0439;
  }
  @keyframes spin {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
::-webkit-scrollbar {
    width: 12px; /* Set the width of the scrollbar */
  }

  ::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Set the background color of the scrollbar track */
  }

  ::-webkit-scrollbar-thumb {
    background-color: #eab9c6; /* Set the color of the scrollbar thumb */
    /* Set the border radius of the scrollbar thumb */
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #eab9c6; /* Dark blue color for the scrollbar thumb on hover */
}
.i-r-btn:hover {
    box-shadow: 0px 3px 4px 7px #ffffff6e;
    transition: all .4s ease;
}
.clr-primary:hover, .clr-grn:hover, .clr-blue:hover {
    box-shadow: 0px 10px 15px -3px rgba(104, 97, 99, 0.5), 0px 4px 6px -2px rgba(104, 97, 99, 0.25);
}
.fp-4 .image-div {
    border-radius: 30px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), url(../images/image\ 21.png), lightgray 50% / cover no-repeat;
}
.fp-5 h3,.fp-5 h6 {
    color: #000;


    font-weight: 600;

}

section.fp-5 {
    display: flex;
    flex-direction: column;
    padding-bottom: 5em;
    gap: 20px;
    padding-top: 5em;
}
.fp-5 .column {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.drawer{
    background-color: var(--primary-color);
    color:#fff;
}
.mySwiper .swiper-button-next , .mySwiper .swiper-button-prev {
    position: absolute;
    display: none;
    color: #9E9E9E;
    color: #fff;
    border: 1px solid white;
    border-radius: 50%;
    padding: 20px;
       box-shadow: 2px;
    box-shadow: 0px 2px 6px 3px #ffffff9e;
}
.mySwiper .swiper-button-next:after , .mySwiper .swiper-button-prev:after {
    font-size:13px;
}
.mySwiper{
    position: unset;
}
.mySwiper .swiper-button-next {
    right: -30px;

}
.mySwiper .swiper-button-prev{
    left: -30px;
}

.foot_img img.img-fluid{
    height: 40px;
    width: 130px;
}

.foot-add{
    border: 1px solid #FFF;
    box-shadow: 0 0 4px 0 #00000014;
    border-radius: 10px;
}

.new_foot {
    display: flex;
    align-items: center;
}

.img-div{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sec_rss { padding-block: 50px; }
.trans_card { background-color: transparent; box-shadow: none; border: 0;}
.sec_rss .trans_card .card-img, .sec_rss .trans_card .card-img img { border-radius: 30px;}
.sec_rss .trans_card .card-img { height: 397px;}
.sec_rss .trans_card .card-img img { height: 100%; width: 100%; object-fit: cover;}


.client-Img { height: 160px; width: 150px; object-fit: contain;}

.logo-size { height: 160px; width: 160px; }
.i-sec2 .column *:is(h1, h2, h3, h4, h5, h6, p, li, a, span) { color: #fff; }
