/*
Theme Name: Polo
Theme URI: http://themewagon.com/demo/polo-responsive-app-landing-page-template
Author: ThemeWagon
Author URI: http://themewagon.com/
Description: One page app landing HTML5 CSS3 template powered by Bootstrap 3.
Version: 2.0
License: MPL v2.0
License URI: https://www.mozilla.org/MPL/2.0/
Tags: green, white, responsive-layout, one page, full-width-template
Text Domain: polo
*/

/**
* Table of Contents:
*
* 01.0 - Custom Fonts
* 02.0 - Global
* 03.0 - Side Menu
* 04.0 - Preloader
* 05.0 - Header
* 06.0 - Banner
* 07.0 - Features
* 08.0 - Gallery
* 09.0 - Team Member
* 10.0 - Testimonial
* 11.0 - Subscribe
* 12.0 - Contact us
* 13.0 - Footer
* 14.0 - Responsive Fixes
* -----------------------------------------------------------------------------
*/


/* /////////////////////////////////////////////////////////////////////
//  01 - Custom Fonts
/////////////////////////////////////////////////////////////////////*/


@font-face {
    font-family: 'caviar_dreams';
    src: url('../fonts/CaviarDreams-webfont.woff2') format('woff2'),
         url('../fonts/CaviarDreams-webfont.woff') format('woff'),
         url('../fonts/CaviarDreams-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

/* /////////////////////////////////////////////////////////////////////
//  02 - Global
/////////////////////////////////////////////////////////////////////*/

* {
    outline: none !important;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #222;

}
h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto', sans-serif;
}
p, a, li{
    font-family: 'Oxygen', sans-serif;
}
a {
    transition: all 0.3s ease-out;
    position: relative;
    padding: .5em;
    margin: -.5em;
}

a:focus,
a:hover {
    text-decoration: none;
    color: #00ceb8;
}

.img_res {
    max-width: 100%;
    max-height: 100%; /* Adjust the max-height to show more of the image */
    width: auto;
    height: auto;
    margin: auto;
    display: block;
}

.block-title {
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 3.8em;
    padding: 0 40px;
    margin: 0;
    line-height: 1.6;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}
.block-title-footer {
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.0em;
    padding: 0 20px;
    margin: 0;
    line-height: 1.6;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}


.block {
    padding: 80px 0px 50px 0px;
    overflow: hidden;
}
.title-box{
    text-align: center;

    margin-bottom: 40px;
}
.title-box-footer{
    text-align: center;

    margin-bottom: 20px;
}
.bb-top-left {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    left: 0;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}
.bb-bottom-left {
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}
.bb-top-right {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    right: 0;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.bb-bottom-right {
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
.polo-btn {
    display: block;
    color: #fff;
    border: 1px solid;
    text-align: center;
    font-size: 26px;
    font-weight: 100;
    padding: 15px 0px;
    margin: 0px 0px 20px 0px;
    transition: 0.4s ease all;
}
.polo-btn-green {
    display: flex;
    justify-content: center;
    color: #074e44;
    border: 1px solid;
    text-align: center;
    font-size: 26px;
    font-weight: 100;
    padding: 15px 0px;
    margin: 0px 0px 20px 0px;
    transition: 0.4s ease all;
}

/* New class for the text color */
.title-text-white {
    color: white; /* Set text color to white */
}

/* New class for the box around the text */
.bb-white {
    border-top: 1px solid #fcf9f9;
    border-left: 1px solid #fffdfd;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.title-box + h2 {
    text-align: center; /* Center the text */
    font-size: 18px; /* Decrease the font size */
    font-style: italic; /* Make the font italic */
}

/* Media query for mobile devices */
@media only screen and (max-width: 768px) {
    .title-box + h2 {
        padding: 0 10px; /* Add padding to the sides */
    }
}

/* /////////////////////////////////////////////////////////////////////
//  03 - Side Menu
/////////////////////////////////////////////////////////////////////*/

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 260px;
    height: 100%;
    margin-right: -260px;
    overflow-y: auto;
    background: #074e44;
    z-index: 99999999;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.27);
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #FFF;
    font-size: 16px;
    padding: 15px 15px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #81F89D;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
#sidebar-wrapper.active {
    right: 250px;
    width: 260px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}
.close-btn {
    display: block;
    color: #FFFFFF;
    font-size: 2em;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 100%;
    padding-right: 25px;
}
.close-btn:hover {
    color: #84FFB0;
}


/* /////////////////////////////////////////////////////////////////////
//  05 - Header
/////////////////////////////////////////////////////////////////////*/

.sticky{
    position: fixed;
    width: 100%;
    background: transparent;
    padding: 15px 0px;
    transition: all 0.5s;
    z-index: 99999;
}
.fixed {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    background-color: #074e44;
    padding: 0px;
    /*#00967f;*/
}
.rowdies-light {
    font-family: "Rowdies", sans-serif;
    font-weight: 300;
    font-style: normal;
  }

  .rowdies-regular {
    font-family: "Rowdies", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .rowdies-bold {
    font-family: "Rowdies", sans-serif;
    font-weight: 700;
    font-style: normal;
  }

  .logo {
      font-family: 'Rowdies', sans-serif;
      color: #fff;
      font-size: 2.5em;
      font-weight: 200;
      line-height: 1.6;
  }

#logo_menu {
    padding: 5px 0px;
}
#menu-toggle {
    z-index: 1;
    font-size: 35px;
    float: right;
    border: 1px solid #fff;
    color: #fff;
    margin: 5px 0px;
    padding: 2px 10px;
    line-height: 0;
}
.store-btn-container {
    padding-top: 15px;
}
.store-btn:hover,#menu-toggle:hover {
    background: #074e44;
    border-color: #074e44;
    color: #fff;
    /*00ceb8*/
}

.store-green:hover{
    background: #ffffff;
    border-color: #ffffff;
    color: #074e44;
    /*00ceb8*/
}




/* /////////////////////////////////////////////////////////////////////
//  06 - Banner
/////////////////////////////////////////////////////////////////////*/
#banner {
    position: relative;
    background: url(../img/flag-top.jpeg);
    background-size: cover;
    background-position: center center;
    padding-top: 160px;
    height: 600px; /* Adjust height as needed */
    background-attachment: fixed; /* or scroll, adjust as needed */
    text-align: center;
}

#banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
/* Fix for Apple devices */
@media only screen and (max-width: 767px) {
    #banner {
        background-attachment: scroll; /* Change background attachment for smaller screens */
    }
}

.headings {
    position: relative; /* Add relative positioning */
    z-index: 2; /* Ensure text sits above overlay */
    padding: 0 20px; /* Add padding to center the text horizontally */
    text-align: center; /* Center the text */
    color: #fff;
}

.headings h1 {
    font-size: 45px;
    font-weight: 400;
    padding-bottom: 20px;
}

.headings p {
    font-size: 25px;
    font-weight: 300;
    padding-bottom: 20px;
}

.store:hover{
    background: #074e44;
    border-color: #074e44;
    color: #fff;
}

.polo-btn i {
    padding-right: 6px;
}

.slidedown {
    font-size: 40px;
    color: #fff;
    position: absolute;
    bottom: 10px; /* Adjust as needed */
    left: 50%;
    z-index: 3;
    cursor: pointer;
}

/* Adjust spacing between icon and text on mobile */
@media (max-width: 767px) {
    .slidedown {
        bottom: -18px; /* Increase the bottom spacing on smaller screens */
    }
}


#banner .col-xs-6, #banner .col-sm-6, #banner .col-md-4 {
    width: 33.333333%;
}

#banner .polo-btn {
    font-size: 16px;
    padding: 10px 15px;
}

#banner .polo-btn i {
    padding-right: 6px;
}

#banner .slidedown {
    font-size: 40px;
}

.store:hover {
    background: #074e44;
    border-color: #074e44;
    color: #fff;
}

.social-media-icons {
    display: flex; /* Use flexbox to stack items horizontally */
    justify-content: center; /* Center the items horizontally */
    align-items: center; /* Center the items vertically */
}

/* Add margin between social media icons */
.social-media-icons a {
    margin-right: 10px; /* Adjust as needed */
    text-align: center;
}

.social-media-icons img {
    width: 40px; /* Adjust as needed */
    height: auto; /* Maintain aspect ratio */
}
.social-media-icons-footer img {
    width: 20px; /* Adjust as needed */
    height: auto; /* Maintain aspect ratio */
    margin-right: 30px; /* Adjust as needed */

}

/* Adjust banner height for smaller screens */
@media (max-width: 767px) {
    #banner {
        height: 650px; /* Increase the height for mobile devices */
    }
}


/* /////////////////////////////////////////////////////////////////////
// Gaza crisis
//////////////////////////////////////////////////////////////////////*/
/* Center the content */
.text-center {
    text-align: center;
    display: flex; /* Use flexbox for vertical alignment */
    flex-direction: column; /* Stack items vertically */
    justify-content: center; /* Center items vertically */
    align-items: center; /* Center items horizontally */
}

/* Adjustments to the counter and text */
/* Decrease margin between images */
.col-sm-6 img{
    margin-bottom: -10px; /* Decrease margin between each column */
}
.col-sm-6 .text-center .text {
    font-weight: bold;
    color: rgb(0, 0, 0);
    margin-top: 10px;
    text-align: center; /* Center the text horizontally */
}
/* Adjustments to the counter and text for "Injured" section */
/* .text-center:nth-child(3) .counter,
.text-center:nth-child(3) .text {
    color: rgb(0, 0, 0);
} */

/* Center the content */
.text-center {
   text-align: center;
}

/* Adjustments to the counter and text */
.counter {
    font-size: 60px;
    font-weight: book;
    color: rgb(226, 15, 15);
    margin-bottom: 10px;
    font-family: 'Rowdies', sans-serif;
    position: relative;
}
/* Counter wrapper to align items horizontally */
.counter-wrapper {
    display: flex; /* Use flexbox to align items horizontally */
    justify-content: center; /* Center items horizontally */
    align-items: center; /* Center items vertically */
    font-size: 60px; /* Keep consistent font size with counter */
}

/* Style adjustments for the plus sign */
.plus-sign {
    display: inline-flex; /* Changed to inline-flex for alignment */
    font-size: 60px; /* Match the counter's font size for consistency */
    color: rgb(226, 15, 15); /* Use the same color as the counter for consistency */
    font-family: 'Rowdies', sans-serif;
    margin-left: 10px; /* Add some space between the counter and the plus sign */
}

.counter .text {
    position: absolute; /* Position text absolutely */
    bottom: -30px; /* Adjust this value to move the text up or down */
    left: 50%; /* Center horizontally */
    transform: translateX(-50%); /* Center horizontally */
}
img {
    max-width: 160px;
    height: 140px;
    margin-bottom: 10px;
}

.text {
    font-weight: bold;
    color: rgb(0, 0, 0);
    margin-top: 25px;
    text-align: center;
}


.feature-box {
    padding: 30px 0px;
    text-align: center;
    max-width: 360px;
    margin: 0 auto;
    box-sizing: border-box; /* Add box-sizing property to include padding and border in the element's total width and height */
}

.feature-box i {
    font-size: 7em;
    line-height: 0 !important;
    margin: 0;
    padding: 0;
}

.feature-box p {
    padding: 0px 20px;
}

.feature-box h2 {
    margin: 0;
    padding: 20px 0px;
    font-weight: 300;
}

/* Adjust spacing between the columns in the Gaza In Crisis section */
#Gaza_Crisis .row > [class*='col-'] {
    padding-right: 5px !important; /* Decrease right padding */
    padding-left: 5px !important; /* Decrease left padding */
}

/* Optional: If you find the rows are too close to each other, adjust margin as well */
#Gaza_Crisis .row {
    margin-right: -5px !important;
    margin-left: -5px !important;
}

/* Further adjust the spacing between items if needed */
#Gaza_Crisis .row .text-center {
    margin-bottom: 10px !important; /* Adjust space below each item */
}

/* Custom Row Adjustment */
.custom-row-reduced-gutter {
    margin-right: -2px;
    margin-left: -2px;
}

/* Custom Column Adjustment */
.custom-col-reduced-gutter {
    padding-right: 2px !important;
    padding-left: 2px !important;
}

/* Adjustments for the starv.png text */
.starv-text {
    margin-top: 40px; /* Adjust the value to move the text down */
}


/* /////////////////////////////////////////////////////////////////////
// SlideShow
//////////////////////////////////////////////////////////////////////*/

#slideshow {
   background-color: rgb(116, 45, 45);
}

 /* Styles for the slideshow container */
 .slideshow-container {
    position: relative;
    max-width: 800px;
    margin: auto;
    overflow: hidden;
  }

  /* Styles for slides */
  .slide {
    display: none;
    width: 100%;
    text-align: center;
  }

  /* Style for images */
  .slide img {
    max-width: 700%;
    height: auto;
    vertical-align: middle;
  }

  /* Style for text */
  .text {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px; /* Adjust the padding as needed */
  }

  /* Style for the navigation links */
  .navigation {
    text-align: center;
    margin-bottom: 20px;
  }

  /* Style for the navigation links */
  .nav-link {
    text-decoration: none;
    color: #333;
    padding: 10px 20px;
    cursor: pointer;
    margin: 0 10px;
    font-size: 16px;
  }

  /* Active class for the active navigation link */
  .active {
    background-color: #666;
    color: white;
    border-radius: 5px;
  }

/* /////////////////////////////////////////////////////////////////////
//  08 - Gallery
/////////////////////////////////////////////////////////////////////*/

#gallery {
    background: url(../img/front-demo.jpeg) no-repeat center center fixed;
    background-size: cover;
    position: relative;
    height: 600px; /* Set a larger height for the gallery section */
}

#screenshots .item {
    padding: 0px;
    margin: 20px; /* Increase the margin to provide spacing between images */
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    width: calc(30% - 40px); /* Adjust the width of each image container */
    height: auto; /* Adjust height automatically based on image size */
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
}

#screenshots .item a {
    display: block;
    width: 100%;
    height: 100%;
}

#screenshots .item img {
    max-width: 600%; /* Set maximum width to 100% to fill container */
    max-height: 600%; /* Set maximum height to 100% to maintain aspect ratio */
    display: block;
    margin: 0 auto; /* Center the images horizontally */
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}

#screenshots .item:hover img {
    -webkit-transform: scale(1.1); /* Increase the size of the image on hover */
    transform: scale(1.1);
}


.customNavigation{
  text-align: center;
}
/*use styles below to disable ugly selection*/
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.gallery-nav {
    color: #6ecba9;
    font-size: 2em;
    margin: 0 1em;
    padding: 10px 19px;
    line-height: 0;
    border: 1px solid #6ecba9;
    border-radius: 50%;
}

.gallery-nav:hover,.gallery-nav:focus,.gallery-nav:active {
    color: #fff;
    background:#6ecba9;
}

/* /////////////////////////////////////////////////////////////////////
//  09 - Ramadhan Appeal
/////////////////////////////////////////////////////////////////////*/
#team {
    background-color: #074e44;}

/* Ramadhan Section CSS */

#team .ramadhan-image {
    width: 50px; /* Adjust the width as needed */
    height: auto; /* Maintain aspect ratio */
    margin-top: 20px; /* Adjust spacing between text and image */
    margin-left: 20px; /* Add spacing between text and image */
}


#team p {
    margin-bottom: 10px; /* Add spacing between paragraphs */
}




/* /////////////////////////////////////////////////////////////////////
//  13 - Footer Section
/////////////////////////////////////////////////////////////////////*/


#footer {
    background: #074e44;
    padding: 20px 0px 22px 0px;
}
.footer-logo {
    font-size: 27px;
    color: #fff;
    font-weight: 300;
}

.footer-logo a:hover {
    color: #074e44;
}

.footer-logo a {
    color: #dadada;
}

.copyright {
    color: #fff;
    text-align: right;
    font-size: 18px;
    margin-top: 40px;
}
#footer span{
    color: #e9e9e9;
    display: block;
    font-size: 20px;
    margin-bottom: -15px;
}

.image-text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px; /* Adjust as needed */
    margin-bottom: 20px; /* Adjust as needed */
}

.image-text img {
    width: 500px; /* Adjust image width */
    margin-right: 10px; /* Adjust spacing between image and text */
    height: auto;
}


.custom-image {
    margin-top: 20px; /* Adjust margin as needed */
    text-align: center; /* Center the image */
}

.custom-image img {
    max-width: 100%; /* Make sure the image is responsive */
    height: auto; /* Maintain aspect ratio */
}

/* /////////////////////////////////////////////////////////////////////
//  Resources
/////////////////////////////////////////////////////////////////////*/
#resources {
    background-color: #630808;}

/* Ramadhan Section CSS */

/* /////////////////////////////////////////////////////////////////////
//  14 - Responsive Fixes
/////////////////////////////////////////////////////////////////////*/


/*1340px - 1170px*/

@media all and (max-width: 1340px) and (min-width: 1170px;) {
    .address-list li {
        font-size: 18px;
    }
    .address-list li i {
        width: 60px;
        height: 60px;
        font-size: 34px;

    }
}

/*1170px - 992px*/

@media all and (max-width: 1170px) and (min-width: 992px) {
    .address{
        width: 100%;
    }
    .mailbox{
        width: 100%;
    }
    .address-list {
    padding: 200px 0px 70px 0px;
    width: 100%;
    max-width: 100%;
    }
    .address {
    height: 340px;
    }
    .mailbox .container{
        margin-top: 100px;
        height: auto;
    }
    .address-list {
        padding: 200px 0px 70px 0px;
        width: 100%;
        max-width: 100%;
    }
    .address-list li {
        font-size: 16px;
        padding: 1em;
        display: inline-block;
    }
    .address-list li i {
        display: table-cell;
        line-height: 42px;
        width: 42px;
        height: 40px;
        font-size: 18px;
    }
}

/*1170px*/

@media all and (max-width: 1170px) {
    .address{
        width: 100%;
    }
    .mailbox{
        width: 100%;
    }
    .mailbox {
        padding-bottom: 111px;
        height: auto;
    }
    .mailbox .container {
        margin-top: 130px;
        margin-bottom: 0px;
    }
}

/*992px*/

@media all and (max-width: 992px) {
    .headings h1,.headings p{
        text-align: center;
    }
    .block-title {
        font-size: 2.8em;
    }
}

/*768px*/

@media all and (max-width: 768px) {
    #footer , .copyright{
        text-align: center;
    }
}


/*480px*/

@media all and (max-width: 480px) {
    .btn-custom {
        padding: 5px 0px;
    }
}

/* Add this media query to your existing CSS */
@media screen and (max-width: 768px) {
    .logo {
        font-size: 1.8em; /* Adjust the font size as needed */
    }
}
