@font-face {
    font-family: "sayukfont";
    src: url("../assests/fonts/bnkgothl-1.ttf");
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "sayukfont";
    font-weight: 600;
}


@import url('https://fonts.googleapis.com/css2?family=Barlow&display=swap');

body {
    font-family: 'Barlow', sans-serif;
}


/*
* ====================================
*  03. Header One
* ====================================
*/
.header-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    color: #ffffff;
}

.header-one .top-bar {
    font-size: 13px;
    padding: 5px 15px;
    border-bottom: 1px solid #ed1d24;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #ed1d24;
}

.header-one .top-bar a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    font-family: "Barlow", sans-serif;
}

.top-bar ul {
    float: right;
}

.header-one .top-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-one .top-bar ul li {
    display: inline-block;
    padding: 0 15px;
}

.header-one .top-bar-left ul li {
    padding-left: 0;
}

.header-one .top-bar-right {
    text-align: right;
}

.header-one .top-bar-right ul li {
    padding-right: 0;
    margin: 0px 5px;
}

.header-one .header-nav {
    padding: 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    /*background: #fff;*/
    background-image: url('../assests/img/botton-background.png');
    background-repeat: round;
    padding-bottom: 5px;
    padding-top: 10px;
}

.header-one .header-logo {
    display: inline-block;
    vertical-align: top;
}

.header-one .header-menu {
    float: left;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    /*margin-top: 15px;*/
}

.header-one .header-menu>ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-one .header-menu>ul>li {
    display: inline-block;
    position: relative;
}

.header-one .header-menu>ul>li>a {
    color: #fff;
    padding: 2px 7px;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 4px;
    margin-top: 4px;
}

.header-one.sticky.active .header-nav {
    padding: 7px 15px;
    /*background: #5d2250;*/
    background-image: url('../assests/img/botton-background.png');
    background-repeat: round;
}

.header-one.sticky.active .header-nav .header-menu>ul>li>a {
    color: #fff;
}

.header-one.sticky.active .header-menu>ul>li>a:hover {
    color: rgb(32 32 86) !important;
    background: #fff;
}

.header-one.sticky .header-menu>ul>li>a:hover {
    color: rgb(32 32 86) !important;
    background: #fff;
}

.header-one.sticky .header-menu .inrpgeti .inrpgetli a {
    color: #fff;
}

.header-one.sticky .header-menu .inrpgeti .inrpgetli a:hover {
    color: #fab144;
}

.header-one.sticky.active .header-menu .inrpgeti .inrpgetli a {
    color: #fff;
}

.header-one.sticky.active .header-menu .inrpgeti .inrpgetli a:hover {
    color: #fab144;
}

.header-one .header-menu>ul>li>a#search-modal-btn {
    padding: 5px 5px;
}

.header-one .header-menu>ul>li>a#sliding-sidebar-btn {
    padding-right: 0;
    background: #efb358;
    padding: 5px 5px;
}

.header-one .header-menu>ul>li>a:hover {
    color: #c79153;
    text-decoration: none;
}

.header-one .header-menu>ul>li>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 150px;
    border-top: 5px solid #821f4e;
    background: #ffffff;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(92, 87, 92, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(92, 87, 92, 0.75);
}

.header-one .header-menu>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.header-one .header-menu>ul>li>ul>li {
    position: relative;
}

.header-one .header-menu>ul>li>ul>li a {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    padding: 8px 20px;
    display: block;
    color: #666666;
    white-space: nowrap;
    border-bottom: 1px solid #eeeeee;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header-one .header-menu>ul>li>ul>li:last-child a {
    border-bottom: none;
}

.header-one .header-menu>ul>li>ul>li a:hover {
    color: #821f4e;
    text-decoration: none;
    background: #f5f4f4;
}

.header-one .header-menu>ul>li>ul>li>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 5px;
    min-width: 150px;
    background: #ffffff;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(92, 87, 92, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(92, 87, 92, 0.75);
}

.header-one .header-menu>ul>li>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.header-one .mobile-menu {
    display: none;
}

.header-one.sticky {
    position: fixed;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header-one.sticky.active {
    background: rgba(0, 0, 0, 0.7);
}

.header-one.sticky.active .top-bar {
    padding: 5px 15px;
}

.header-one.sticky.active .header-nav {
    padding: 7px 15px;
}

.inrpgeti {
    float: right;
    margin-bottom: 1rem;
    margin-top: 1rem;
    position: relative;
}

.inrpgeti li {
    display: inline;
    margin: 5px 20px;
}

li.stevst a {
    color: #fff;
    background: rgb(205, 175, 84);
    padding: 6px 12px;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
}

.rlogo {
    margin: 0;
    padding: 0;
    float: left;
}

.rlogo li {
    display: inline;
    margin: 5px;
}

.db {
    border-bottom: 1px solid #ddd;
}

.menu-mob {
    display: none;
}

.header-one .header-menu>ul.menu-mob {
    display: none;
}

@media (min-width: 100px) and (max-width: 768px) {
    .header-logo img {
        height: 55px;
        object-fit: contain;
        position: relative;
        width: 60%;
    }

    .header-one .header-menu {
        width: 100%;
        overflow: scroll;
    }

    .db {
        border-bottom: none;
    }

    .inrpgeti {
        display: none;
    }

    .mob-plt.mlp {
        float: right;
        margin-right: 5px;
        margin-top: 5px;
        /* background: #fff; */
        width: 30%;
    }

    .header-one #main-menu {
        display: block;
        white-space: nowrap;
    }

    .header-one .header-menu>ul.menu-desk {
        display: none;
    }

    .rlogo {
        display: none;
    }

    .mob-none {
        display: none;
    }

    .desk-none {
        display: block;
    }
}


#hero-section-one .hero-slider-item.bg-one.lp {
    background-image: url(./img/my-home-sayuk-banner-web.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#hero-section-one .hero-slider-item.bg-one {
    background-image: url(./img/my-home-sayuk-banner-web.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#hero-section-one .hero-slider-item {
    margin-top: 80px;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 10;
    overflow: hidden;
    padding: 100px 0;
}

a,
a:visited {
    color: #fff !important;
}

.welcome-sec {
    background-image: url(./img/botton-background.png);
    background-repeat: round;
    padding: 24px 0;
}

.welcome {
    color: #fff;
    text-align: center;
    padding: 20px 0px;
}

.welcome h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    font-family: "sayukfont", sans-serif;
}

#about-section {
    padding: 25px 0;
}

.round-sec {
    padding: 25px 0px;
    background-image: url(../assests/img/background-white-1.png);
}

.part {
    text-transform: uppercase;
    font-size: 25px;
    line-height: 45px;
    color: #2a283e;
    margin-bottom: 30px;
    text-align: center;
}

.part span {
    font-size: 40px;
}

.single-feature.hmep.mb-2 {
    margin-bottom: 2rem !important;
}

.hmep {
    text-align: center;
}

.prem-sec {
    padding: 15px 0px;
    background-image: url(../assests/img/background-white-2.png);
}

.abn-brd {
    border-top: 2px solid #cdaf54;
    border-bottom: 2px solid #cdaf54;
    padding: 25px 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.prem {
    /* color: #cdaf54; */
    color: #cdaf54;
    text-align: center;
    font-size: 32px;
    font-family: "sayukfont", sans-serif;
}

.ameni-icon {
    text-align: center;
    margin-top: 30px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.ameni-icon .icon {
    border: 2px solid #d2ba6d;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 90px;
}

.ameni-icon .icon img {
    margin: 20px;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    text-align: center;
    cursor: default;
}

.doso .hovereffect {
    background-image: url(../assests/img/climpek.png);
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all .35s;
    transition: all .35s;
    width: 100%;
}

.hovereffect:hover .overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@media (min-width: 1400px) and (max-width: 1800px) {
    .cos {
        height: 569px;
        object-fit: cover;
    }
}

.hovereffect .overlay {
    position: absolute;
    overflow: hidden;
    width: 80%;
    height: auto;
    left: 10%;
    top: 5%;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}

.overlay h3 {
    text-align: center;
    color: #fff;
    margin: 20px;
    display: block;
    font-family: "sayukfont", sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 40px;
}

.cf {
    padding: 0;
}

.doso-div {
    background-image: url(../assests/img/club-house-left-and-right-bg.png);
    background-repeat: repeat;
    background-size: cover;
}

.dos-txt {
    padding: 50px 40px;
    color: #fff;
    position: relative;
}

.dos-txt::before {
    position: absolute;
    content: " ";
    top: 35px;
    left: 20px;
    z-index: 9;
    height: 65px;
    border-left: 2px solid #cdaf54;
    border-top: 2px solid #cdaf54;
    width: 45%;
}

.dos-txt::after {
    position: absolute;
    content: "";
    bottom: 10px;
    right: 10px;
    z-index: 9;
    height: 45px;
    border-right: 2px solid #cdaf54;
    border-bottom: 2px solid #cdaf54;
    width: 45%;
}

.cod {
    color: #cdaf54;
    font-weight: 500;
    line-height: 30px;
}

.clod p {
    margin-bottom: 5px;
}

.dos-txt p {
    font-size: 16px;
    line-height: 30px;
}

.button-primary {
    font-family: 'sayukfont', sans-serif;
    font-weight: 500;
    background: #c79153;
    /* background: linear-gradient(to right, #b87f3d 50%, #c79153 50%); */
    background: linear-gradient(to right, #502448 50%, #2a283e 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    color: #ffffff;
    padding: 10px 35px;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    border-radius: 0;
}

.button-primary-blck {
    font-family: 'sayukfont', sans-serif;
    font-weight: 500;
    background: rgb(205, 175, 84);
    /* background: linear-gradient(to right, #b87f3d 50%, #c79153 50%); */
   /* background: linear-gradient(to right, #502448 50%, #2a283e 50%); */
    background-size: 200% 100%;
    background-position: right bottom;
    color: #ffffff;
    padding: 10px 35px;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    border-radius: 0;
}

.button-primary-blck:hover {
    background: linear-gradient(to right, #502448 50%, #2a283e 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    color: #ffffff;
}

.knmore-club {
    text-align: right;
    margin-top: 20px;
}

.knmore {
    text-align: center;
    margin-top: 20px;
}

.master-sec {
    background-image: url(../assests/img/background-white-1.png);
}

.brd {
    border-bottom: 2px solid #cdaf54;
}

.ftp-end {
    font-family: "sayukfont", sans-serif;
    font-size: 30px;
    color: #cdaf54;
    text-align: center;
    margin-bottom: 10px;
}

.f24 {
    font-size: 24px;
}

.demo-gallery>ul {
    margin-bottom: 0;
    padding-left: 15px;
}

.demo-gallery>ul>li {
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
    margin-right: 15px;
    list-style: outside none none;
}

.demo-gallery>ul>li a {
    /* border: 3px solid #FFF; */
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
}

.fplan {
    margin-bottom: 50px;
}

.overlay h3 {
    text-align: center;
    color: #fff;
    margin: 20px;
    display: block;
    font-family: "sayukfont", sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 40px;
}

.ctr img {
    width: 100%;
    cursor: pointer;
}

.demo-gallery>ul>li a>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: auto;
    width: 100%;
}

.pd25 {
    padding-bottom: 25px;
    padding-top: 25px;
}

.homee {
    background-image: url(../assests/img/background-white-1.png);
    background-position: center;
}

.rp-div-p {
    border-top: 2px solid #cdaf54;
    border-bottom: 2px solid #cdaf54;
    padding: 20px 0px;
}

.calcd {
    background-image: url(../assests/img/background-white-2.png);
    padding-top: 25px;
    background-position: center;
}


.bdbot {
    border-bottom: 2px solid #cdaf54;
    /*border-top: 2px solid #cdaf54;*/
    padding-bottom: 25px;
    margin-top: 15px;
}

.cald {
    font-family: "sayukfont", sans-serif;
    font-size: 30px;
    color: #cdaf54;
    margin-bottom: 10px;
}

.project {
    background-image: url(../assests/img/background-white-2.png);
    background-position: center;
    margin-top: 20px;
    padding: 25px 0;
}

/*layout*/

.sayuk-layout {
    background-image: url(../assests/img/15-TOWER-FACADE-VIEW-1.png);
    padding: 60px 0;
    background-position: center;
    background-size: contain;
    background-attachment: fixed;
}

.layout-pc img{
  width: 80%
}

.layout-text-pc img{
    width: 90%;
}

@media only screen and (max-width: 600px) {
    .layout-text-pc img {
        width: 50% !important;
    }
}

/*floor plans*/

.carousel-wrap {
    margin: 90px auto;
    padding: 0 5%;
    position: relative;
  }
  
  /* fix blank or flashing items on carousel */
  .owl-carousel .item {
    position: relative;
    z-index: 100; 
    -webkit-backface-visibility: hidden; 
  }
  
  /* end fix */
  .owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
  }
  
  .owl-nav i {
    font-size: 52px;
  }
  
  .owl-nav .owl-prev {
    left: -30px;
  }
  
  .owl-nav .owl-next {
    right: -30px;
  }


/*test gallery*/

/*.imgani img {
    visibiliy: hidden;
    transition: all 1s ease;
    transform: translateY(160px);
    margin-top: 20px;
  }*/

.gallery-text {
   padding: 5px 10px;
   margin-bottom: 15px;
   background-color: #f3f3f3;
   box-shadow: 0px 5px 7px rgba(34, 25, 25, 0.4);
   border-radius: 3px;
}

.text-gallery {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    padding-bottom: 5px;
    text-align: center;
    position: relative;
    font-size: 20px;
    color: rgb(51, 51, 51);
    line-height: 17px;
}

.imgani img.anime {
    visibiliy: visible;
    transform: translateY(0);
}

a.img,
.separator a {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

a,
a:visited {
    color: #555;
    outline: none;
    text-decoration: none;
}

a:hover,
a:focus,
a:visited:hover {
    color: #22a1c4;
    text-decoration: none;
}

#arlina {
    position: relative;
    margin: 0 auto;
    width: 100%;

    overflow: hidden;
    z-index: 3;
}


#animated-thumbnail {
    position: relative;
   /* background: #fff; */
}

.bagidua {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 3;
}

@media only screen and (max-width: 600px) {

    .bagidua {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

}


.bagidua img,
.bagitiga img,
.bagiempat img {
    -webkit-backface-visibility: hidden;
    margin-bottom: 20px;
    max-width: 100%;
}

#box,
#box2,
#box3 {
    position: relative;
    height: 170px;
    display: block;
    background: #ecf0f1;
    margin: 0 0 20px 0;
}

#box:last-child {
    margin: 0;
}

#box:before,
#box2:before,
#box3:before {
    position: absolute;
    content: "";
    display: inline-block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 170px;
    width: 250px;
    margin: 0;
    background: #fff url("https://4.bp.blogspot.com/-85zQwMdLm24/VmGwA9aFRgI/AAAAAAAAAVM/AHpkZL9MdTQ/s1600/Nubie%2BBanget%2BBlogger%2BTemplate.jpg") center;
    background-size: cover;
}

#box2:before {
    background: #fff url("https://2.bp.blogspot.com/-V5Pi6tg3kk4/VmFRvAbi6rI/AAAAAAAAATc/9gm3XBewj0k/s1600/Sweet%2BYummy%2BChocolate%2BCake.jpg") center;
    background-size: cover;
}

#box3:before {
    background: #fff url("https://2.bp.blogspot.com/-xA82xCIl_8M/VmFRX7fxEaI/AAAAAAAAATU/BXBvzBFgiK0/s1600/Top%2BDestinations%2BTo%2BTravel%2BNext%2BSummer.jpg") center;
    background-size: cover;
}

#box:after,
#box2:after,
#box3:after {
    position: absolute;
    content: "\f030";
    font-family: FontAwesome;
    display: inline-block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    height: 170px;
    line-height: 170px;
    width: 250px;
    margin: 0;
    color: rgba(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0.4);
    font-size: 50px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    z-index: 2;
    cursor: pointer;
}

#box:hover:after,
#box2:hover:after,
#box3:hover:after {
    opacity: 1;
    visibility: visible;
}

.rp-sec {
    padding: 25px 0px;
    margin-top: 20px;
    background-image: url(../assests/img/background-white-1.png);
    background-position: center;
}

.specs {
    background-image: url(../assests/img/club-house-left-and-right-bg.png);
    background-size: cover;
    background-position: center;
}

.accordion-item {
    margin: 20px !important;

}

.accordion-button:not(.collapsed) {
    background-color: #C1BFBD;
    color: #000;
    box-shadow: none;
}

.accordion-button {

    padding-left: 50px;
    font-size: 1rem;
    font-weight: 600;
}

.accordion-button:focus {
    box-shadow: none;
    border: none;
}

.sayuk-footer {
    background-image: url(../assests/img/botton-background.png);
    background-size: cover;
    background-repeat: round;
    padding: 60px 0;
}

.fform {
    background-color: #CFB483;
    padding: 30px;
}

/*slick*/

/* Defines the width of the carousel and centers it on the page */
.slick-carousel {
    margin: 0 auto;
   /* width: 1200px !important;*/
  }
  
  /* The width of each slide */
  .slick-slide {
  /*  width: 400px !important; */
    height: auto !important;
  }
  
  /* Color of the arrows */
  .slick-next::before, .slick-prev::before {
    color: #1c1b50 !important;
  }

  .slick-prev {
    left: 5px !important;
      z-index: 9999;
}

.slick-next {
    right: 5px !important;
}


/*pricing table*/

#pricingtable {
    width: 100%;
    padding-bottom: 50px;
}

#pricingtable th {
    padding: 10px 50px;
    color: #fff;
    background: url(../assests/img/botton-background.png);
    text-align: center;
    font-weight: 400;
}

#pricingtable td, #pricingtable th {
    border: 1px solid #bbb;
    padding: 15px 5px;
    text-align: center;
}


#pricingtable tr:nth-child(even) {
    background-color: #f2f2f2;
}

.price-sec {
    background-image: url(../img/brochures/climpek.png);
    padding: 30px 0;
}

.unlock {
    color: #fff !important;
    background: rgb(205, 175, 84);
    padding: 10px;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
}

.unlock:hover {
    background: #1c1b50;
    cursor: pointer;
}

/*test*/
figure.effect-layla h2 {
    padding-top: 1%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    color: #fff;
    font-weight: bold;
    background: #0000009e;
}
.lm {
    margin-top: 4.4% !important;
}
.fps figure.effect-lily {
    background: #000000;
}
figure.effect-lily img {
    max-height: 200px;
    min-height: 200px;
}
figcaption h2 {
    font-size: 14px;
    word-spacing: 5px !important;
    background: rgba(0, 0, 0, 0.6);
    padding: 3px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}


.floating-btn {
    position: fixed;
    top: 45%;
    right: -12.5%;
    z-index: 99;
    transform: rotate(270deg);
}

/*@media (min-width: 100px) and (max-width: 768px) {
.desk-none {
    display: block;
}
}*/

.button-primary-float {
    font-family: 'sayukfont', sans-serif;
    font-weight: 500;
    background: #c79153;
    /* background: linear-gradient(to right, #b87f3d 50%, #c79153 50%); */
    background: linear-gradient(to right, #502448 50%, #2a283e 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    color: #ffffff;
    padding: 5px 20px;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    border-radius: 0;
}

@media (min-width: 100px) and (max-width: 768px) {
    .floating-btn {
        right: -35.5% !important;
    }
    .button-primary-float {
        font-size: 12px;
        padding: 5px 15px;
    }
    }

@media (min-width: 100px) and (max-width: 768px){
.float-bottom {
    position: fixed;
    bottom: 0px;
    z-index: 99;
    width: 100%;
    padding: 5px 0px;
    background-image: url(../assests/img/botton-background.png);
    background-repeat: no-repeat;
    text-align: center;
}
}

.float-btm-text {
    font-family: 'sayukfont', sans-serif;
    font-weight: 500;
    padding: 10px 25px;
    text-align: center;
    background: none;
    border: none;
}
.float-btm-text2 {
    font-family: 'sayukfont', sans-serif;
    font-weight: 500;
    padding: 10px 25px;
    text-align: center;
    background: none;
    border: none;
}