﻿


@font-face {
    font-family: Samim;
    src: url('/Fonts/samim-font-v2.0.1/Samim.eot');
    src: url('/Fonts/samim-font-v2.0.1/Samim.eot?#iefix') format('Samim-opentype'), url('/Fonts/samim-font-v2.0.1/Samim.woff') format('woff'), url('/Fonts/samim-font-v2.0.1/Samim.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Samim;
    src: url('/Fonts/samim-font-v2.0.1/Samim-Bold.eot');
    src: url('/Fonts/samim-font-v2.0.1/Samim-Bold.eot?#iefix') format('Samim-opentype'), url('/Fonts/samim-font-v2.0.1/Samim-Bold.woff') format('woff'), url('/Fonts/samim-font-v2.0.1/Samim-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* Hide in xs only */
@media (max-width: 575.98px) {
    .d-xs-none {
      display: none !important;
    }
  }
  
  /* Hide in sm and smaller */
  @media (max-width: 767.98px) {
    .d-sm-none {
      display: none !important;
    }
  }
  
  /* Hide in md and bigger */
  @media (min-width: 768px) {
    .d-md-none {
      display: none !important;
    }
  }
  
  /* Hide in lg and bigger */
  @media (min-width: 992px) {
    .d-lg-none {
      display: none !important;
    }
  }
  
  /* Hide in xl only */
  @media (min-width: 1200px) and (max-width: 1399.98px) {
    .d-xl-none {
      display: none !important;
    }
  }

.rtl{
    direction:rtl !important
}

    .rtl .float-end {
        float: left !important;
    }

    .rtl .float-start {
        float: right !important;
    }

.ltr{
    direction:ltr !important;
}

    .ltr .float-end {
        float: right !important;
    }

    .ltr .float-start {
        float: left !important;
    }

input, select, textarea{
    border-radius:10px !important;
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

*::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb {
    background-color: var(--main);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));
}

.subtitle:after, ul.custom li:before {
    display: none !important;
    content: "" !important;
}


.cx {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

    .cx > div {
        background: rgba(255, 255, 255, 0.6);
        padding: 5px;
        margin: 10px;
/*        flex: 1;*/
        text-align: center;
        /* height: 260px; */
        border-radius: 8px;
        width: 49%;
    }


@media (max-width: 768px) {
    .cx {
        flex-direction: column;
        align-items: center;
    }

        .cx > div {
            /*width: 90%;*/
            margin: 10px 0;
            width: 98%;
        }
}

.parallax-slider .header-text {
    margin-left: 2%;
    width: 50% !important;
    margin-top: 15%;
    background: #ffffff55 !important;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.testimonial-pic{
    font-size:40px; text-align:center;
}


.testimonial .testimonial-review {
     padding-top: 0px; 
}

.header-text h1 span {
    font-weight: 900;
    margin: auto -3px;
}

    .header-text h1 span.titleRoly {
        color: var(--primary-brand-color) !important;
    }

    .header-text h1 span.titlePoly {
        color: var(--secondary-brand-color) !important;
    }


    .header-text h1 span.titlePlayground {
        color: black;
    }

.video-container {
    width: 100%; /* Set your desired width */
    height: 100%; /* Set your desired height to maintain 16:9 aspect ratio */
    overflow: hidden;
    position: relative;
}

.video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover; /* This will ensure the video fills the container */
}


.text-justify {
    text-align: justify !important;
}

body {
}


#cookieConsent {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    z-index: 1000;
}

.cookie-message {
    max-width: 90%;
    text-align: center;
}

.cookie-buttons {
    margin-top: 10px;
}

button {
    margin: 5px;
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

    button:hover {
        background-color: #45a049;
    }

#rejectCookies {
    background-color: #f44336;
}

    #rejectCookies:hover {
        background-color: #da190b;
    }

#page-wrapper{
    margin-bottom: 80px;
    min-height: 300px;
}

.spinnerX {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: var(--main);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    /*margin: 30% 50%;*/
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}


.innerBox {
    background: #eee;
    height: 100%;
    padding: 5%;
    border-radius: 10px;
}

ul, li{
    text-align:initial;
}

.dot1 {
    background-color: var(--primary-brand-color) !important;
}

.dot2 {
    background-color: var(--secondary-brand-color) !important;
}

.text-containerAbout {
    height: 200px; /* Specify the height to show initially */
    overflow: hidden;
    transition: height 0.3s ease;
}

    .text-containerAbout.expanded {
        height: auto; /* Show full text when expanded */
    }


.box {
    width: 200px;
    height: 100px;
    background-color: #fff;
    position: relative;
    margin: 50px;
    box-shadow: 1px 0px 2px rgba(53, 52, 52, 0.05), 2px 0px 4px rgba(53, 52, 52, 0.10), 3px 0px 6px rgba(53, 52, 52, 0.15), 4px 0px 8px rgba(53, 52, 52, 0.20), 5px 0px 10px rgba(53, 52, 52, 0.25), 6px 0px 12px rgba(53, 52, 52, 0.30), 7px 0px 14px rgba(53, 52, 52, 0.35), 8px 0px 16px rgba(53, 52, 52, 0.40), 9px 0px 18px rgba(53, 52, 52, 0.45);
}

.fc .fc-toolbar.fc-header-toolbar {
    zoom: .6;
}

.fc .fc-bg-event {
    background: var(--fc-bg-event-color,#ffdf82);
    opacity: 0.8 !important;
    /*opacity: var(--fc-bg-event-opacity,1) !important;*/
}

    .fc .fc-bg-event .fc-event-title {
        padding-top:2em;
        overflow: hidden;
        height: 4em;
    }

.top-bar .contact-details i, .top-bar a:hover, .bg-secondary a, footer .social-list li i {
    color: var(--light) !important;
}

@media (max-width: 991px) {
    ul .social-list, .top-bar .contact-details li {
        width: auto !important;
    }

    .btn {
        padding: 8px 12px !important;
        font-size: .7rem !important;
    }

    .header-text h1, .header-text h1 span {
        font-size: 22px !important;
        font-weight: 900;
    }

    .parallax-slider .header-wrapper .header-text {
        width: 70% !important;
        padding: 8px !important;
        border-radius: 20px !important;
        margin-top: 10% !important;
    }
}