@font-face {
    font-family: "abaddon";
    src: url(../font/abaddon.TTF);
}
* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    list-style-type: none;
    font-family: "Raleway", sans-serif;
    scroll-behavior: smooth;
   }
   
   a {
    list-style-type: none;
   }
   
   a:hover {
    color: #ffffff;
   }

   .navbar-light .navbar-brand {
    color: #d0a147 !important;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-light .navbar-brand p{
    margin-bottom: 0px;
    margin-top: 25px;
    font-weight: 500;
    font-size: 14px;
    font-family: 'abaddon';
}

.navbar-light .navbar-brand p span{
    font-size: 20px;
    font-weight: 500;
    font-family: "abaddon", sans-serif;
    
}

.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 12px !important;
    text-decoration: none;
    white-space: nowrap;
}
   
   .logo {
    width: 90px;
   }
   
   .displayflex{
    display: flex;
    justify-content: center;
    align-items: center;
   }
   .top_header {
    background-color: #ffffff00;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99;
    padding-top: 14px;
    padding-bottom: 14px;
   }
   .top_header.active .logo{
    display: none;
   }
   .top_header.active {
    background-color: #000000;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99;
    padding-top: 14px;
    color: #86a0b6 !important;
    padding-bottom: 14px;
   }
   
   .top_header.active p{
    font-size: 14px;
   }

   .top_header.active .navbar-light .navbar-nav .nav-link {
    color: #ffffff !important;
    font-weight: 500;
    font-size: 15px;
   }
   
   .navbar-light .navbar-toggler {
    color: rgb(0 0 0 / 0%) !important;
    border-color: rgb(0 0 0 / 0%) !important;
   }
   
   .navbar-light .navbar-nav .nav-link {
    color: #ffffff !important;
    font-weight: 500;
    font-size: 15px;
   }
   
   .topsection {
    background-color: #86a0b6;
    padding-top: 1px;
    padding-bottom: 1px;
   }
   
   .menubar .fad {
    color: #d0a147;
   }
   
   .top_position {
    z-index: 99999;
   }
   
   .topsection a {
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
   }
   
   .topsection a:hover {
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
   }
   
   .slider_section {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
   }
   
   .slider_img {
    display: flex;
    justify-content: center;
    align-items: center;
   }
   
   .slider_cover_img {
    max-width: 250px;
    margin: auto;
    border: 2px solid #ffffff;
   }
   
   .slider_text h1{
    color:#ffffff;
   }

   .slider_text p {
    color: #ffffff;
   }
   
   .slider_text h2 {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 47px;
    color: #ffffff;
   }
   
   .slider_text h2 span {
    font-size: 32px;
    text-transform: uppercase;
    color: #d0a147;
   }
   
   .common_btn a {
    background: #d0a147;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    padding: 10px 29px;
    border: 0;
    text-decoration: none;
    text-transform: capitalize;
    z-index: 1;
    position: relative;
    font-size: 16px;
    font-size: 1.0666666667rem;
    transition: all 0.3s;
   }
   
   .common_btn a::after {
    position: absolute;
    content: "";
    top: 6px;
    left: 6px;
    width: 100%;
    height: 100%;
    border: 1px solid #d0a147;
    transition: all 0.3s;
   }
   
   .common_btn a:hover::after {
    top: 0px;
    left: 0px;
   }
   
   .common_btn a:hover {
    color: #ffffff;
   }

   .ser_box{
    border: 2px solid #000000;
    background-color: #000000;
    border-radius: 76px;
    width: 132px;
    height: 132px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
   }
   
   .ser_box img{
    width: 63px !important;
    padding: 10px;
   }

   .ser_box h2{
    color: #d0a147;
    padding: 5px;
    font-size: 10px;
    text-transform: capitalize;
   }
   
   .main_img {
    position: relative;
   }

   .main_img::after {
    position: absolute;
    content: "";
    width:100%;
    height: 100%;
    top:0px;
    left:0px;
    background-color: #000000c2;
   }
   
   .slider_text {
    position: absolute;
    max-width: 450px;
    top: 35%;
    left: 18%;
   }
   
   .display_flex_col {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
   }
   
   .abt_section {
    padding-top: 90px;
    padding-bottom: 90px;
  
   }
   .abt_text_wrapper{
    margin-top: 24px;
   }
   
   .abt_text_wrapper h2 {
    font-size: 42px;
    line-height: 36px;
    margin-top: 11px;
    margin-bottom: 19px;
    text-transform: capitalize;
    font-weight: 400;
   }
   .abt_text_wrapper h2 span{
    font-size: 42px;
    line-height: 36px;
    color:#d0a147;
    margin-top: 11px;
    margin-bottom: 19px;
    text-transform: capitalize;
    font-weight: 400;
}
   .offer_sec {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #edf3f8a6;
   }
   
   .offer_img p {
    text-align: center;
   }
   
   .offer_img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto;
    max-width: 350px;
   }
   
   .offer_img h2 {
    font-size: 24px;
    line-height: 36px;
    margin-top: 11px;
    margin-bottom: 19px;
    text-transform: capitalize;
    font-weight: 400;
    text-align: center;
   }
   .offer_img h2 span {
    font-size: 32px;
    text-transform: uppercase;
    color: #d0a147;
   }
   .offer_anchor {
    position: absolute;
    top: 16px;
    left: 10px;
   }
   
   .offer_anchor h3 {
    color: #d0a147;
    display: inline-block;
    font-weight: 600;
    border: 0;
    font-size: 57px;
    text-decoration: none;
    text-transform: capitalize;
    z-index: 1;
    position: relative;
    transition: all 0.3s;
    writing-mode: vertical-rl;
   }
   .offer_anchors {
    position: absolute;
    top: 16px;
    left: 10px;
   }

   .offer_anchors h3 {
    color: #000000;
    display: inline-block;
    font-weight: 600;
    border: 0;
    font-size: 57px;
    text-decoration: none;
    text-transform: capitalize;
    z-index: 1;
    position: relative;
    transition: all 0.3s;
    writing-mode: vertical-rl;
}
   
   .profolio_sec {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #edf3f8a6;
   }
   
   .social_side_icon {
    position: fixed;
    bottom: 21px;
    right: 43px;
    z-index: 999;
   }
   .testimonial {
    padding: 90px 0;
    background-image: linear-gradient(to bottom, #ffffff57, #ffffff57),
     url(../images/client.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
   }
   
   .social_icon .fab {
    color: #ffffff;
   }
   
   .social_icon .fal {
    color: #ffffff;
   }
   
   .social_icon {
    width: 47px;
    height: 47px;
    display: flex;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    border: 2px solid #d0a147ad;
    background-color: #2d32357d;
    margin-bottom: 20px
   }
   
   .demo {
    background: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
   }
   .testimonials {
    margin: 0 20px;
   }
   .testimonial .testimonial-content {
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #000000;
    position: relative;
    min-height:137px;
   }
   .testimonial .testimonial-content:after {
    /* content: "";
           display: inline-block;
           width: 20px;
           height: 20px;
           background: #fff;
           position: absolute;
           bottom: -10px;
           left: 22px;
           transform: rotate(45deg); */
   }
   .testimonial-content .testimonial-icon {
    width: 50px;
    height: 45px;
    background: #d0a147;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
   }
   .testimonial-content .testimonial-icon:before {
    content: "";
    border-bottom: 16px solid #000000;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
   }
   .testimonial .description {
    font-size: 15px;
    font-style: italic;
    color: #8a8a8a;
    line-height: 23px;
    margin: 0;
   }
   .testimonial .title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
   }
   .testimonial .post {
    display: block;
    font-size: 14px;
    color: #ffffff;
   }
   .owl-theme .owl-controls {
    margin-top: 20px;
   }
   .owl-theme .owl-controls .owl-page span {
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
   }
   .owl-theme .owl-controls .owl-page.active span,
   .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #ff4242;
   }
 

   .footers_sec{
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #000000;
    text-align: center;
   }
   
.bottom_sec{
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #d0a147;
}

.bottomfootertext p{
    margin-bottom: 0px;
    color:#000000;
    font-size: 14px;
}
.bottomfootertext p a{
    text-decoration: none;
    margin-bottom: 0px;
    color:#ffffff;
    font-size: 14px;
}


.abtsec_wrapper{
    max-width: 480px;
}


.services_wrapper{
    max-width: 500px;
    margin: auto; 
}




.footer_logo h5{
    font-size: 14px; 
}

.footer_logo  a{
    color: #d0a147;
    text-decoration: none;
        font-family: 'abaddon';
}

.footer_logo  a:hover{
    color: #ffffff;
    text-decoration: none;
}

.footer_logo h6{
    color: #ffffff;
}
   .snowflake {
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 1em;
    font-family: Arial;
    text-shadow: 0 0 1px #000;
   }
   
   @-webkit-keyframes snowflakes-fall {
    0% {
     top: -10%;
    }
    100% {
     top: 100%;
    }
   }
   @-webkit-keyframes snowflakes-shake {
    0% {
     -webkit-transform: translateX(0px);
     transform: translateX(0px);
    }
    50% {
     -webkit-transform: translateX(80px);
     transform: translateX(80px);
    }
    100% {
     -webkit-transform: translateX(0px);
     transform: translateX(0px);
    }
   }
   @keyframes snowflakes-fall {
    0% {
     top: -10%;
    }
    100% {
     top: 100%;
    }
   }
   @keyframes snowflakes-shake {
    0% {
     transform: translateX(0px);
    }
    50% {
     transform: translateX(80px);
    }
    100% {
     transform: translateX(0px);
    }
   }
   .snowflake {
    position: fixed;
    top: -10%;
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-animation-name: snowflakes-fall, snowflakes-shake;
    -webkit-animation-duration: 10s, 3s;
    -webkit-animation-timing-function: linear, ease-in-out;
    -webkit-animation-iteration-count: infinite, infinite;
    -webkit-animation-play-state: running, running;
    animation-name: snowflakes-fall, snowflakes-shake;
    animation-duration: 10s, 3s;
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: infinite, infinite;
    animation-play-state: running, running;
   }
   .snowflake:nth-of-type(0) {
    left: 1%;
    -webkit-animation-delay: 0s, 0s;
    animation-delay: 0s, 0s;
   }
   .snowflake:nth-of-type(1) {
    left: 10%;
    -webkit-animation-delay: 1s, 1s;
    animation-delay: 1s, 1s;
   }
   .snowflake:nth-of-type(2) {
    left: 20%;
    -webkit-animation-delay: 6s, 0.5s;
    animation-delay: 6s, 0.5s;
   }
   .snowflake:nth-of-type(3) {
    left: 30%;
    -webkit-animation-delay: 4s, 2s;
    animation-delay: 4s, 2s;
   }
   .snowflake:nth-of-type(4) {
    left: 40%;
    -webkit-animation-delay: 2s, 2s;
    animation-delay: 2s, 2s;
   }
   .snowflake:nth-of-type(5) {
    left: 50%;
    -webkit-animation-delay: 8s, 3s;
    animation-delay: 8s, 3s;
   }
   .snowflake:nth-of-type(6) {
    left: 60%;
    -webkit-animation-delay: 6s, 2s;
    animation-delay: 6s, 2s;
   }
   .snowflake:nth-of-type(7) {
    left: 70%;
    -webkit-animation-delay: 2.5s, 1s;
    animation-delay: 2.5s, 1s;
   }
   .snowflake:nth-of-type(8) {
    left: 80%;
    -webkit-animation-delay: 1s, 0s;
    animation-delay: 1s, 0s;
   }
   .snowflake:nth-of-type(9) {
    left: 90%;
    -webkit-animation-delay: 3s, 1.5s;
    animation-delay: 3s, 1.5s;
   }
   
   .demo {
    font-family: "Raleway", sans-serif;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
   }
   .demo a {
    font-family: "Raleway", sans-serif;
    color: #000;
   }

.slider_section_inner {
    position: relative;
    height: 50vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
 

.slider_text h3{
    position: absolute;
    top: 155px;
    left: 10px;
    text-transform: capitalize;
    font-size: 47px;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}


.icon_wrapper{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.icon_one{
    width: 60%;
    background-color: #d0a147;
    padding: 29px;
    border-radius: 6px;
    margin-top: 21px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.icon_one img{
    width:50px;
}
.icon_one h2{
    font-size: 16px;
    text-align: center;
    margin-top: 12px;
    color: #000000;
}

.services_wrapper h2 span{
    color: #d0a147;
    font-size: 32px;
}

.ser_gallery {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow-x: hidden;
}


.menu_section{
    padding-top: 80px;
    padding-bottom: 80px;
}

.accordion-button:not(.collapsed) {
    /*color: #d0a147 !important;
    background-color: #000000 !important;*/
    color: #000000 !important;
    background-color: #d0a147 !important;
    
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #d0a147 !important;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}

.abt_img_wrapper{
    position: relative;
    
   }

.abt_over_img{
    position: absolute;
    bottom: -55px;
    right: 14px;
    border: 4px solid #86a0b696;
    max-width: 254px;

}   

.service_section{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #d0a147;
}


.food_sec{
    padding-top: 80px;
    padding-bottom: 80px;
    background: #000000;
   
}

.del_img h3{
  color: #ffffff;
  font-size: 18px;
  text-align: center;
}

.abtsec_wrapper h2{
   font-size: 30px;
}

.abtsec_wrapper h2 span{
    color:#d0a147;
    font-size: 32px;
}

.abtsec_wrapper h3 span{
    color:#d0a147;
   
}

.abt_img img{
    width:450px;
    margin: auto;
}

.abtsec_wrapper ul{
  
    margin-left: -38px;
   
}

ul.checkmark li {
    font-size: 16px;
    margin-bottom: 1em;
    list-style-type: none;
    padding: 0.25em 0 0 2.5em;
    position: relative;
  }
  ul.checkmark li:before {
    content: " ";
    display: block;
    border: solid 0.8em #d0a147;
    border-radius: 0.8em;
    height: 0;
    width: 0;
    position: absolute;
    left: 0.5em;
    top: 40%;
    margin-top: -0.5em;
  }
  ul.checkmark li:after {
    content: " ";
    display: block;
    width: 0.3em;
    height: 0.6em;
    border: solid #fff;
    border-width: 0 0.2em 0.2em 0;
    position: absolute;
    left: 18px;
    top: 48%;
    margin-top: -0.2em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }


  .addressdtail{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 3px;
    margin-bottom: 6px;
}

.addresstext h3{
    font-size: 15px;
    margin-bottom: 0;
    color:#914e02;
}
.addresstext p{
    font-size: 15px;
    margin-bottom: 0;
}

.addressicon{
    
    padding: 10px;
    border-radius: 10px;
    background-color: #d0a147;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3px;
}

.addresstext{
    padding: 4px;
}

.addressicon .fas{
    font-size: 16px;
    color: #ffffff;
    padding: 13px;
}

.contact_section{
    padding-top:80px;
    padding-bottom:80px;
}
.contactdetails .form-control {
 
    outline: 0;
    background: #000000;
    width: 100%;
    border: 1px solid #ffcc7e;
    margin: 0 0 29px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 12px;
    color: #fff;
    border-radius: 24px;

}

.contactdetails .form-control::placeholder{
    color:#ffffff;
}
.contactbtn a {
    text-decoration: none;
    color: #ffffff;
    background-color: #d0a147;
    font-size: 14px;
    text-transform: capitalize;
    padding: 11px 34px;
    border-radius: 7px;
    border: 2px solid #ffffff;
}


  .video_section {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

video {
    object-fit: cover;
  
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
  }
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    background: rgba(0,0,0,0.6);
  }
  .home-content {
    
    margin: 0 auto;
    position: relative;
    top: 150px;
    color: #fff;
    z-index: 3;
    display: flex;
    flex-direction: column;
  }
  .home-content h3 {
    font-family: Playfair Display, serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
    color:#ffffff;
    max-width: 600px;
    line-height: 1.1;
    margin: auto;
  }
  .middle-line {
    height: 200px;
    width: 2px;
    background: #01012400;
    margin: 40px auto;
  }
  .home-content button {
    display: block;
    font-size: 20px;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    background: transparent;
    color: #fff;
    margin: 50px auto 0;
    padding: 16px 30px;
    cursor: pointer;
  }

.menu_side ul{
    margin-left: -47px;
}

.menu_side ul.checkmark li {
    font-size: 12px;
    margin-bottom: 1em;
    list-style-type: none;
    padding: 0.25em 0 0 2.5em;
    position: relative;
}

.menu_side ul.checkmark li:after {
    content: " ";
    display: block;
    width: 0.3em;
    height: 0.6em;
    border: solid #fff;
    border-width: 0 0.2em 0.2em 0;
    position: absolute;
    left: 14px;
    top: 48%;
    margin-top: -0.2em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slide-left {
    animation: 3s slide-left;
  }
  @keyframes slide-left {
    from {
      margin-left: 100%;
    }
    to {
      margin-left: 0%;
    }
  }




.slide-right {
    animation: 3s slide-right;
  }
  @keyframes slide-right {
    from {
      margin-left: -100%;
    }
    to {
      margin-left: 0%;
    }
  }

   @media screen and (max-width: 992px) {
    .display_flex_col {
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: row;
    }
    .navbar-light .navbar-nav .nav-link {
     color: #86a0b6 !important;
     font-weight: 500;
     font-size: 15px;
    }
    .slider_section_inner {
        position: relative;
        padding-top: 97px;
        height: 550px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
     
    .slider_section {
     position: relative;
     padding-top: 76px;
     height: 550px;
     overflow: hidden;
     display: flex;
     justify-content: center;
     align-items: center;
    }
    .top_header {
     background-color: #ffffff;
     padding-top: 2px;
     padding-bottom: 2px;
    }
    .slider_text {
     position: absolute;
     max-width: 450px;
     top: 23%;
     left: 49px;
    }
    .offer_img h2 {
     font-size: 32px;
     line-height: 36px;
     margin-top: 11px;
     margin-bottom: 19px;
     text-transform: capitalize;
     font-weight: 600;
     text-align: center;
    }
    .offer_img h2 span {
     font-size: 32px;
     text-transform: uppercase;
     color: #d0a147;
    }
   }
   @media screen and (max-width: 736px) {
    .footercontainer p {
     color: #ffffff;
     line-height: 30px;
    }
    .slider_img {
     display: flex;
     justify-content: center;
     align-items: center;
     margin-top: 26px;
    }
   
    .main_img img {
     height: 400px;
    }
   
    .offer_img h2 {
     font-size: 32px;
     line-height: 36px;
     margin-top: 11px;
     margin-bottom: 19px;
     text-transform: capitalize;
     font-weight: 600;
     text-align: center;
    }
    .offer_img h2 span {
     font-size: 32px;
     text-transform: uppercase;
     color: #d0a147;
    }
    .icon_one h2 {
        font-size: 14px;
        text-align: center;
        margin-bottom: 0px;
    }
   }

   @media screen and (max-width: 450px) {

    .abt_text_wrapper h2 span {
        font-size: 29px;
        line-height: 36px;
        color: #d0a147;
        margin-top: 11px;
        margin-bottom: 19px;
        text-transform: capitalize;
        font-weight: 400;
    }

    .abt_text_wrapper h2 {
        font-size: 24px;
        line-height: 36px;
        margin-top: 11px;
        margin-bottom: 19px;
        text-transform: capitalize;
        font-weight: 400;
    }
    .slider_cover_img {
     max-width: 350px;
     margin: auto;
     border: 2px solid #ffffff;
    }
    .slider_text h2 {
     font-size: 32px;
     text-transform: uppercase;
     line-height: 47px;
    }
    .slider_text h2 span {
     font-size: 31px;
     text-transform: uppercase;
     color: #d0a147;
    }
    .top_header {
     background-color: #ffffff;
     padding-top: 2px;
     padding-bottom: 2px;
    }
    .slider_text {
     position: absolute;
     max-width: 450px;
     top: 19%;
     left: 12px;
    }
   
    .social_side_icon {
     position: fixed;
     bottom: 0px;
     right: 2px;
     z-index: 999;
    }
   
    .social_icon {
     width: 45px;
     height: 45px;
     display: flex;
     border-radius: 50px;
     justify-content: center;
     align-items: center;
     border: 2px solid #d0a147ad;
     background-color: #000000b8;
    }
   }
   
   .common_btn ::after {
    position: absolute;
    content: "";
    top: 6px;
    left: 6px;
    width: 100%;
    height: 100%;
    border: 1px solid #d0a147;
    transition: all 0.3s;
}
   
.common_btn  {
    background: #d0a147;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    padding: 10px 29px;
    border: 0;
    text-decoration: none;
    text-transform: capitalize;
    z-index: 1;
    position: relative;
    font-size: 16px;
    font-size: 1.0666666667rem;
    transition: all 0.3s;
}
   