
body{
    padding: 0;
    margin: 0;
    direction: rtl;
}

:root{
    --main-color:#0e0515;
    /* --main-color:#7462F4; */
    --brand-color:#5a3f6e;
    --light-color:#f8f7f9;

}
@font-face {
    font-family:"tajwal";
    src: url(../fonts/Tajawal-Bold.ttf);
    font-display: swap;

}
@font-face {
    font-family:"Tajwal-medium";
    src: url(../fonts/Tajawal-Medium.ttf);
    font-display: swap;


}

::selection{
    background-color:var(--brand-color);
    color: #FFF;
    
    }
@media (min-width:768px){
    /* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
  }
}


   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: var(--main-color); 
    border-radius: 12px;
  }
  iframe::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  
  /* Track */
  iframe::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
  }
   
  /* Handle */
  iframe::-webkit-scrollbar-thumb {
    background: var(--main-color); 
    border-radius: 12px;
  }
  
  
 .button {
  text-decoration: none;
  outline:none;
  font-family:"Tajwal-medium",sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap:10px;
  min-width: 150px;
  max-width: 200px;
  padding:8px 20px 8px 8px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-radius: 12px;
  margin-bottom:20px

}
.button span {
  font-family:"Tajwal-medium",sans-serif;
}
.button .arrow {
  display: inline-block;
  background-color: var(--secondary-color);
  border-radius: 10px;
  overflow: hidden;
  padding: 7px;
}
.button:hover .arrow svg {
  animation: arrowAnimation 0.4s ease-in-out;
}
@keyframes arrowAnimation {
  49% {
    transform: translateX(-50px);
    opacity: 0;
  }
  50% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
.main-btn{
  background-color: var(--brand-color);
}
.main-btn span{
  color:#FFF;
}
.main-btn .arrow{
  background-color:#FFF;
}
.main-btn .arrow svg path{
  fill:var(--main-color);
}
.secondary-btn{
  background-color: #FFF;
}
.secondary-btn span{
  color:var(--secondary-color);
}
.secondary-btn .arrow{
  background-color:var(--secondary-color);
}
.secondary-btn .arrow svg path{
  fill:#FFF;
}
.outline-btn{
border:3px solid var(--secondary-color)
}
.outline-btn span{
  color:var(--secondary-color);
}
.special-heading {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 30px;
    font-family:"tajwal",sans-serif;
    font-size: 60px;
    font-weight: bold;
    color: #000;
   

    
}
.special-heading::before {
    content: "";
    position: absolute;
    bottom: 5px;
    width: 100px;
    height: 5px;
    border-radius: 10px;
    background-color: var(--brand-color);
   

    
}
.special-heading2{
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    position: relative;
    font-family:"tajwal",sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #000;

   

    
}
.special-heading2 span{
    padding-right: 15px;
}
.special-heading2::before {
    content: "";
    position: absolute;
    top: -5px;
    width: 100px;
    height: 60px;
    border-right: 10px solid var(--main-color);
    /* border-radius: 10px; */
    /* background-color: var(--main-color); */
    background-color: #f1f6fd;
    z-index: -1;
   

    
}


@media (max-width:576px) {
    .special-heading {
          display: flex;
    align-items: center;
    justify-content: center;
    }
    .special-heading .special-design{
        display: none;
    }
    .special-heading >span:last-of-type{
  
        font-size: 35px;
  
    }
    .contact-us .text p{
        margin-right: 0 !important;
    }
    .special-heading2{
        font-size: 25px;
    }
    .special-heading2::before {
        content: "";
        top: -15px;
    }
}

.special-heading-centered {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 30px;
    font-family:"tajwal",sans-serif;
    font-size: 60px;
    font-weight: bold;
    color: #000;
   

    
}
.special-heading-centered::before {
    content: "";
    position: absolute;
    bottom: 10px;
    width: 100px;
    height: 5px;
    border-radius: 10px;
    background-color: var(--brand-color);
   

    
}


@media (max-width:768px) {
    .special-heading-centered .special-design{
        display: none;
    }
    .special-heading-centered >span:last-of-type{
  
        font-size: 30px;
  
    }
    .contact-us .text p{
        margin-right: 0 !important;
    }
}


  /* Start Owl Carousel Style */
  .owl-carousel {
    direction: ltr;
}

.disabled {
    display: none !important;
}

  
  /* fix blank or flashing items on carousel */

  
  /* end fix */
  
.owl-carousel .owl-stage-outer {
    position: relative;
    padding:40px 0 20px 0;
}

.owl-nav i {
    font-size: 52px;
}

  .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 55.5px;
    height: 57.1px;
    border: 1px solid var(--brand-color) !important;
    border-radius: 50% !important;
    filter: drop-shadow(0px 2px 2px rgba(28,41,90,0.04 ));
    visibility: hidden;
    transition: all .4s ease-in-out;
    background: var(--brand-color) !important;
    opacity: 0;
}

 .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 55.5px;
    height: 57.1px;
    border: 1px solid var(--brand-color) !important;
    border-radius: 50% !important;
    filter: drop-shadow(0px 2px 2px rgba(28,41,90,0.04 ));
    transition: all .4s ease-in-out;
    visibility: hidden;
    opacity: 0;
    background: var(--brand-color) !important;
}

 .owl-carousel:hover .owl-nav .owl-prev {
    left: -35px;
    visibility: visible;
    opacity: 1;
    z-index: 99;

}

 .owl-carousel:hover .owl-nav .owl-next {
    right: -35px;
    visibility: visible;
    opacity: 1;
    z-index: 99;

}




.owl-theme .owl-dots .owl-dot span {
  width: 20px !important;
  height: 5px !important;
  margin: 30px 3px !important;
  background: var(--brand-color) !important;
  transition:all .4s ease-in-out;

}
  .owl-theme .owl-dots .owl-dot.active span {
  width: 30px !important;

  background: var(--main-color) !important;

}
@media (max-width: 850px) {
    .owl-nav {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
     .owl-nav .owl-next,  .owl-nav .owl-prev {
        position: static;
        transform: translateY(0);
        width: 55.5px;
        height: 30px;
        filter: drop-shadow(0px 2px 2px rgba(28, 41, 90, .04));
        transition: .4s ease-in-out;
        visibility: visible;
        opacity: 1;
        background: var(--brand-color) !important;
        border: 1px solid var(--brand-color) !important;
        border-radius: 5px !important;
    }
   
}

 
   
  /* End Owl Carousel Style */

.wave-top{
    position: absolute;
    top:-3px;
    left: 0;
    width: 100%;
    overflow: hidden;
}
.wave-top  svg {
    width: calc(100% + 1.3px);
    /* height: 140px; */
}
.wave-bottom  {
    position: absolute;
    bottom:-10px;
    left: 0;
    width: 100%;
    overflow: hidden;
}


.wave-bottom  svg {
    width: calc(100% + 1.3px);
    /* height: 140px; */
}

@media (max-width:768px){
    .wave-top  svg {
        height: 70px;
    }
    .wave-bottom  svg {
        height: 70px;
    }
}

/* Start Header */

header#header{
    position: relative;
    overflow: hidden;
   background-repeat: no-repeat;
    background-position: top center;
}
header#header::before{
    content:url("../images/header_sahpe1.svg");
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}   

@media (max-width:992px) {
    #header .main-banner .content{
        text-align: center;
    }
    #header .main-banner .content .actions{
        display: flex;
        justify-content: center;
    }
}
#header .main-banner .content h1{
    font-size:25px;
    font-weight: bold;
    color:var(--brand-color);
    font-family:"Tajwal",sans-serif;  
    margin-bottom: 20px; 
}
#header .main-banner .content h1 .highlight{
    font-size:50px;
    font-weight: bold;
    color:var(--brand-color);
    display: block;
    margin-bottom: 10px;
}

@media (max-width:600px) {
    #header .main-banner .content h1 .highlight{
    font-size:28px;
    font-weight: bold;
    color:var(--brand-color);
    display: block;
    margin: 20px 0;
}
}
#header .main-banner .content p{
    font-size:20px;
    color: #8d8d8d;
    font-family:"Tajwal-medium",sans-serif;   

}
#header .main-banner .content p.call-me{
    font-size:20px;
    color: var(--main-color);
    font-family:"Tajwal-medium",sans-serif;   

}
#header .main-banner .content ul{
    margin: 0;
}
#header .main-banner .content ul li{
    font-size:18px;
    color: #8d8d8d;
    font-family:"Tajwal-medium",sans-serif;   

}
#header .main-banner .image{
    position: relative;
    z-index:1;

   

}
#header .main-banner .image::after{
    content: url(../images/circle_sm.webp);
    position: absolute;
    top: 0;
    right: 80px;
    z-index: -1;



   

}
#header .main-banner .image::before{
    content: url(../images/circle_lg.webp);
    position: absolute;
    bottom: -30px;
    left: 0;
    z-index: -1;



   

}
@media (max-width:1400px) {
    header#header{
        background-image: none;
    }
    #header .main-banner .image::after{
        display: none;
    
    
    
       
    
    }
    #header .main-banner .image::before{
        display: none;


    }
    
}




header .hamburger {
    transition: all 4.s ease-in-out;
    cursor: pointer;
    display: none;

}

header   .hamburger span{
    display: block;
    width: 30px;
    height: 4px;
    background-color: #FFF;
    margin-bottom: 6px;
    border-radius: 12px;
    transition: all .4s ease-in-out;

}
header .hamburger span:first-of-type{
    width: 20px;
   

}
header  .hamburger span:last-of-type{
    width: 25px;
  

}
header   .hamburger.active span:nth-of-type(2){
    transform: rotate(45deg);

}
header   .hamburger.active span:nth-of-type(1){
    width: 30px;
    transform: rotate(-45deg) translate(-8px, 7px);

}
header   .hamburger.active span:nth-of-type(3){
    display: none;

}
header nav{
    position: relative;
    padding: 10px 0;
    z-index: 99;
    transition: all 0.9s ease-in-out;
    font-family:"Tajwal-medium",sans-serif;   
}
header nav .navbar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

header nav .navbar > ul li {
    display: inline-block;
    padding: 15px 25px;
    font-size: 1.1rem;
    color:var(--brand-color);

}
header nav .navbar ul li a{
    text-decoration: none;
    color:var(--brand-color);
}
header nav.sticky-nav .navbar ul li {
    color: var(--brand-color) ;
}
header nav.sticky-nav .navbar ul li a{
    color: var(--brand-color) ;
}
header nav .logo img{
    width: 200px;
    max-width: 200px;
}
header nav .logo .main{
    display: block;
}
header nav .logo .sticky{
    display: none;
}
header  nav.sticky-nav .logo .main{
    display: none;
}
header  nav.sticky-nav .logo .sticky{
    display: block;
}
header nav .navbar .dropdown{
    position: relative;
}


header .hamburger {
    display: none;
    color: var(--main-color);
}

header nav.sticky-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background:#FFF;
    backdrop-filter: blur(1px);
    box-shadow: 0 0 17px #cecdcde6;
    animation: stickyHeaderAnimation .5s ease-in-out;
    z-index: 9;
}
header .navbar .close-aside{
    display: none;
    

}
@keyframes stickyHeaderAnimation {
    0%{
        margin-top: -150px;

    }
    100%{
        margin-top: 0;
    }
    
}
header .dropdown {
    cursor: pointer;

}
header .dropdown .arrow img.default{
    display: block;
}
header .dropdown .arrow img.sticky{
    display: none;
}
header nav.sticky-nav .dropdown .arrow img.sticky {
    display: block;
}

header nav.sticky-nav .dropdown .arrow img.default {
    display: none;
}
header .dropdown:hover .arrow {
    transform: rotate(180deg);
}
header .dropdown .arrow {
    transition: all .4s ease-in-out;
}
header nav .navbar .dropdown-menu {
    position: absolute;
    top: 100px;
    left: 0;
    width:max-content;
    list-style: none;
    padding: 10px;
    margin: 0;
    background: var(--brand-color);
    border-radius: 12px;
    transition: all .4s ease-in-out;
    color: var(--main-color);
    z-index: -2;
    visibility: hidden;
    transition: all .4s ease-in-out;
    display: block;
}
header  nav.sticky-nav .navbar .dropdown-menu {
    position: absolute;
    top: 100px;
    left: 0;
    width:max-content;
    list-style: none;
    padding: 10px;
    margin: 0;
    background: var(--third-color);
    border-radius: 12px;
    transition: all .4s ease-in-out;
    color: var(--main-color);
    z-index: -2;
    visibility: hidden;
    transition: all .4s ease-in-out;
    display: block;
    box-shadow: 0 0 17px #c7c7cbbd;
}
header nav ul.dropdown-menu li{
    display: block;
    cursor: pointer;
    padding: 10px;
    transition: transform .2s ease-in-out;

}

header nav .navbar .dropdown:hover .dropdown-menu {
    top: 55px;
    visibility: visible;
    z-index: 9999;
}
header nav .navbar .dropdown .dropdown-menu li:hover {
    transform: translateX(-5px);
}
@media (max-width:992px){
    body{
        margin-top: 62px;
    }
    header nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color:#FFF;
     
    }
    header .hamburger{
        display: block;
    }
    header nav .logo img {
        width: 120px;
    }
    header  nav.sticky-nav .logo .main{
        display: block;
    }
    header  nav.sticky-nav .logo .sticky{
        display: none;
    }
    header .hamburger span{
        background-color: var(--main-color);
    }
  
    header nav .navbar{
        
        visibility: hidden;
        z-index: -1;
        transition: all .4s ease-in-out;
    }
    header nav.sticky-nav {
        animation: none;
        background-color: #FFF;
    }

    
    header nav .navbar.show{
        position: fixed;
        top:65px;
        left: 0;
        background-color: rgb(0 0 0 / 49%);
        width: 100%;
        height:calc(100dvh - 65px) ;
        visibility: visible;
        z-index: 99999;
       
    }
    header nav .navbar >ul {
        position: fixed;
        top: 65px;
        right: -300px;
        width:300px;
        height: calc(100dvh - 65px);
        padding: 40px 10px;
        background-color: var(--brand-color);
        display: block !important;
        transition: all .4s ease-in-out;
        overflow-y: scroll;

    }
    header nav .navbar.show ul {
        right: 0;
    }
   
    header nav .navbar ul li {
       color: #FFF;
       padding: 15px 20px;
       display: block;
    }
    header nav .navbar ul li:not(:last-of-type) {
        border-bottom: 1px solid #f6f5f62e;

    }
    header nav .navbar ul li a{
       color: #FFF;
       display: block;
    }
    header .dropdown img.default{
        display: none;
    }
    header .dropdown img.sticky{
        display: block;
    }
    header nav.sticky-nav .dropdown img.default{
        display: none;
    }
    header nav.sticky-nav .dropdown img.sticky{
        display: block;
    }
    header nav.sticky-nav .navbar ul li a{
        color:#FFF ;
    }
    header .dropdown{
        position: static;
        background: transparent;
        border: none;
        padding: 15px 20px !important;
        color:#FFF;
        cursor: pointer;
        box-shadow: none;
    }
  
    header nav.sticky-nav .dropdown{
        position: static;
        background: transparent;
        border: none;
        border-radius: 50px;
        padding: 10px 20px !important;
        color: #FFF;
        cursor: pointer;
        box-shadow: none;

      
    }

    header nav .navbar .dropdown-menu{
        position: relative;
        width: 100%;
        list-style: none;
        padding: 10px 0;
        margin: 0;
        background: none;
        border-radius: 12px;
        transition: all .4s ease-in-out;
        color: var(--main-color);
        z-index: -2;
        visibility: hidden;
        transition: all .4s ease-in-out;
        top: 30px;
        height: 0;
        overflow: hidden;
    }
    header nav .navbar .dropdown-menu li{
        cursor: pointer;
        padding: 0;
    
      
    }
    header .dropdown .dropdown-menu li a{
        color:#FFF;
        padding: 10px;
    }
    header .dropdown .dropdown-menu li:not(:last-of-type){
        border-bottom: 1px solid #f6f5f62e;
    }
    header nav .navbar  .dropdown:hover .dropdown-menu{
        top:0;
        height: auto;
        visibility: visible;
        z-index: 9999;
    
    }
    header .dropdown .arrow{
        transition: all .4s ease-in-out;
    }
    header .dropdown:hover .arrow{
        transform: rotate(180deg);
    }
    header nav.sticky-nav .dropdown .dropdown-menu{
    
        box-shadow: none    ;
    }
}

/* End Header Style */
/* Start Footer Section */
footer#footer{
    padding: 200px 0 0 0;
    background-image:linear-gradient(30deg, #0e051599 0%, #0e0515bf 100%), url(../images/footer.webp);
    background-size: cover  ;
    -webkit-background-attachment: fixed;
    -moz-background-attachment: fixed;
    -ms-background-attachment: fixed;   
    -o-background-attachment: fixed;
    background-attachment: fixed;
    font-family:"Tajwal-medium",sans-serif;
    position: relative;
    overflow-x: hidden;


}

@media (max-width:767px) {
    footer#footer{
        padding: 50px 0;
        
    }
    footer#footer .wave-top{
        display: none;
    }
}
footer .logo{
    margin-bottom: 20px;
}
footer .logo img{
    width: 200px;
    max-width: 200px;
}
footer .logo span{
    font-family:"Tajwal-medium",sans-serif;
    font-size: 18px;
    color:#FFF;
    padding:0 10px 0 0;

}
footer p{
    font-family:"Tajwal-medium",sans-serif;
    font-size: 15px;
    color:#FFF;


}
footer .heading{
    font-family:"Tajwal-medium",sans-serif;
    font-size: 30px;
    color:#FFF;
    position: relative;
    margin: 0;
    padding: 10px 0;
    margin-bottom: 20px;


}
footer .heading:after{
    content: "";
    position: absolute;
    right:1px;
    bottom: 0;
    width: 50px;
    height: 4px;
    border-radius: 10px;
    background-color: var(--brand-color);
}
footer .contact .phone,
footer .contact .email,
footer .contact .address{
    margin-bottom: 20px;

}

footer .contact .icon{
    width: 40px;
    height: 40px;
   display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 12px;
    background-color: var(--brand-color);
    margin-left: 10px;
    
}
footer .contact .text{
    width:80%
}
footer .contact .icon img{
    width: 20px;
}
footer .contact a{
    text-decoration: none;
    color: #FFF;
    font-size: 15px;
    font-weight: 400;

}
footer .follow-us ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
footer .follow-us ul li{
    display: inline-block;
    padding:5px;
}
footer .follow-us ul li a{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--brand-color);
    transition: all .3s ease-in-out;
}
footer .follow-us ul li a:hover{
    animation: animate-pulse 1s linear infinite;
}

footer .links ul{
    padding:0  10px;
    margin: 0;
}
footer .links ul li{
    padding:10px 30px 0 0;
    position: relative;
}
footer .links ul li a{
    text-decoration: none;
    color:#FFF;
    font-size: 18px;
    font-weight: 500;
}
footer .links ul li a:before{
    position: absolute;
    content: url(../images/right-arrow.webp);
    right: 0;
    top:13px;
    transition: all .4s ease-in-out;

}
footer .links ul li a:hover::before{
    right: -5px;
}
/* End Footer Section */


/* Start CopyRights Style */
.copyrights{
    border-top: 1px solid #6a6a6a;
    padding: 30px 0;
    margin-top: 40px ;
    font-family:"Tajwal-medium",sans-serif;
    color:#FFF;

}
.copyrights p{
    margin-bottom: 0;
}
/* End CopyRights Style */


/*Start Whatsapp icon */
.whatsapp-icon{
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 99999;
}
.whatsapp-icon img{
    transition: all .3s ease-in-out;
}
.whatsapp-icon img:hover{
    transform: scale(1.1);
}
/*End  Whatsapp icon */


/*  */
.social-media{
    position: fixed;
    top:50%;
    right: 0;
    overflow: hidden;
    transform:translateY(-50%) ;
    z-index: 999;
}
.social-media ul{
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: var(--main-color);
    padding: 10px 5px;
    border-radius: 20px 0 0 20px;
    
}
.social-media ul li a{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease-in-out;

}
.social-media ul li a:hover{
    background-color: var(--brand-color);
    border-radius: 50%;
}

/* .social-media ul li.facebook a{
    background-color: #4267B2;
}
.social-media ul li.tiktok a{
    background-color: #000;
}
.social-media ul li.instgram a{
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
.social-media ul li.youtube a{
    background-color:#FF0000;
}
.social-media ul li.snapchat a{
    background-color:#FFFC00;
} */
@media (max-width:768px) {
    /* body{
        margin-bottom: 55px;
    } */
    .social-media{
        top: unset;
        bottom: 0;
       transform: translateY(0);
       width: 100%;
    }
    .social-media ul{
        display: flex;
        align-items: center;
        width: 100%;
        border-radius: 20px 20px 0 0;
        padding: 5px;
    }
    .social-media ul li {
        width:25%;
    }
    .social-media ul li a{
        width:60px;
    }
    /* .social-media ul li:hover{
        width: 25%;
    }
    .social-media ul li a:hover{
        width: 100%;
    } */


    
}
/* Start pop up alert message section */

.pop-up-alert-message{
    position: fixed;
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%);
    width: 500px;
    padding:15px 10px;
    color: #FFF;
    text-align: center;
    z-index: 9999999;
    font-family: "Tajwal-medium",monospace,sans-serif;
    transition: all .6s ease-in-out;
    border-radius: 10px;


}
.pop-up-alert-message .flex-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pop-up-alert-message .flex-box >span:first-of-type{
    width: 80%;
    display: flex;
    align-items: center;

}
.pop-up-alert-message .flex-box >span:first-of-type span{
    padding: 0 5px;
    font-family: "Tajwal-medium",monospace,sans-serif;

}
.pop-up-alert-message .flex-box >span:last-of-type{
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: end;
    
}

   .pop-up-alert-message.active{
    bottom: 100px;
}
   .pop-up-alert-message.success{
    background-color: #1bc95a;
}
   .pop-up-alert-message.error{
    background-color: #ea4545;
}

   .pop-up-alert-message .close-alert{
      cursor: pointer;
   }

@media (max-width:576px) {

    .pop-up-alert-message{
        width: 80%;
    }
    .pop-up-alert-message.active{
      bottom: 40px;
  }
  .f3wGBHMNcqNI0qupNFM6.J2oBa05BfLI53xuiE6Eb {
    position: fixed;
    bottom: 80px;
  }
    }

/* end pop up alert message section */





/* Whatsapp chat */
.Y6Q2HQZdOuLjh9WpiAxW{
    text-align: start;
}
.CqtuywKJqt5882p3R_tC{
    text-align: start;
    display: flex;
    justify-content: end;
}
.yXr7xbLcGPV0eEMdZnhe{
    width: 70%;
}
.Ix8P2ESLEQrVKaoStOis{
    direction: rtl;;
}
.dfGInLJtjHEgWq2BNr_A{
    display: none;
}
@media (max-width:576px) {
    .f3wGBHMNcqNI0qupNFM6.J2oBa05BfLI53xuiE6Eb{
        bottom: 65px !important;
    }
}

.linktree{
    width: 130px;
    height: 50px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 67px;
    background-color: #FFF;
    position: fixed;
    bottom: 20px;
    left: 20px;
    border:1px solid #46e267;
    z-index: 99999;
    animation: 2s infinite pulse-animation;
}
@keyframes pulse-animation {
    0% {
    box-shadow: 0 0 0 0 #46e267;
    }
    100% {
        box-shadow: 0 0 0 15px #46e26700;
    }
}    