/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
 /* padding-top: 3rem;
  padding-bottom: 3rem;*/
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color:  #2B2B2B;
  background-color: #FAF9F6;
/*  font-family: 'Roboto', sans-serif;*/
  font-family: "Raleway", sans-serif;
}
:root {
  --jumbotron-padding-y: 3rem;
}

/*important color codes
----------------------------------------------------*/
/*color code for red #fd0707;*/
/*color code for blue #010D00;*/

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
  color: #fd0707;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
  color:#fd0707;
}
.my-margin{
  margin-bottom: 50px;
  margin-top: 20px;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}
/* Parallax
-------------------------------------------------- */
section{
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 3rem;
  text-shadow: 1px 1px 2px #000;
}

.parallax {
  /* The image used */
  background-image: url('img/ChatGPT website banner.png');

  /* Full height */
  /*height: 95vh; */

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  /*background-repeat: no-repeat;*/
  background-size: cover;

}
.about_parallax {
  /* The image used */
  background-image: url('img/sharjah banner.png');

  /* Full height */
  /*height: 95vh; */

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  /*background-repeat: no-repeat;*/
  background-size: cover;

}
 .content {
      background: #1c1c1c;
      color: #fff;
      padding: 100px 20px;
      font-size: 1.5rem;
      text-align: center;
  }

@media (hover: none) and (pointer: coarse) {
      /* Fix for iOS devices where background-attachment: fixed doesn't work */
      .parallax {
        background-attachment: scroll;
      }
}
.abt_parallax {
  /* The image used */
  background-image: url('img/pexels-zandatsu-17455633 (1).jpg');

  /* Full height */
  height: 85vh; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.dot {
            width: 20px; /* Diameter of the dot */
            height: 20px;
            background-color: #BF9004; /* Color of the dot */
            border-radius: 50%; /* Makes it a perfect circle */
            display: inline-block; /* Keeps it inline with text or other elements */
  }
.glass {
    backdrop-filter: blur(2px) saturate(150%);
    -webkit-backdrop-filter: blur(2px) saturate(150%);
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
/*            height: 200px;*/
/*            width:90%;*/
/*            padding: 20px;*/
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);

  }
/* === HEADING STYLE #2 === */
.two{
  text-transform: capitalize;
}
.two:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  content: "";
/*  background-color: #c50000;*/
  
}

.two span {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 3em;
  padding-left: 0.25em;
  color: rgba(0, 0, 0, 0.4);
  padding-bottom: 10px;
}
.alt-two {
  text-align:center;
}
.alt-two :before {
  left:50%; margin-left:-30px;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
input,
input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 3;
}
textarea,
textarea::-webkit-textarea-placeholder {
    font-size: 14px;
    line-height: 3;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
  border-color: #010D00;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}
.f-heading {
  font-weight: 200;
  line-height: 1;
  letter-spacing: -.05rem;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
/*Header stuff*/
*brand color*/
.navbar-brand  {
   color: #32a852;

}
/*heading color*/
.kala{
  /*color: #a68ba4;*/
  /* color: #fd0707; */
  color: #010D00;
}
/*founder name*/
.kala2 {
  /*color: #a68ba4;*/
  color: #402A01;
}
/* white */
.kala3 {
  /*color: #a68ba4;*/
  color: #A66E29;

}
/* black */
.kala4 {
  /*color: #a68ba4;*/
  /* color: #fd0707; */
  color: #789C79;
}
.kala5{
  color: #11A0D9;
}
.kala6 {
  /*color: #a68ba4;*/
  color: #BF9004;

}
/*color for the form*/
.form-bg{
  background-color: #010D00; ;
  color: #fff;
  margin-top: 50px;
  margin-left:75px;
  margin-bottom: 50px;
}
.track
.jumbotron {
  padding-top: var(--jumbotron-padding-y);
  padding-bottom: var(--jumbotron-padding-y);
  margin-bottom: 0;
  background-color: #fff;
}
/*Floating the navbar left*/
/*.navbar-nav{
  float: right;
}*/
/* my image */
.imgBg {
  /* The image used */
  /* background-image: url("img_girl.jpg"); */

  /* Full height */
  height: 60%;
  width: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  /* background-size: auto; */
  margin-bottom: 5%;
  top: 0%;
  color: #fff;
}
.productMargin{
  margin-left: 3%;
  margin-right: 3%;
}
.productImg{

    width: 300px;
    height: 300px;


}

@media (min-width: 768px) {
  .jumbotron {
    padding-top: calc(var(--jumbotron-padding-y) * 2);
    padding-bottom: calc(var(--jumbotron-padding-y) * 2);
  }
  /*.navbar-toggler{
    display:none;
  }*I
 /* .collapse ul{
    float: right;
  }
  .collapse li{
    float: right;

  }*/
  .mobile {
    display: none;
  }
  .myImg{
    width: 300px;
    height: 300px;
  }
  .myImg2{
    width: 300px;
    height: 350px;
  }
  .myImg3{
    margin-top: 20%;
    width: 400px;
     height: 350px;
  }
  /* .tab-margin{
    margin-top: 20%;
  } */
  /* .myImg3{
    width: 80%;
    margin-left: 10%;
    /* height: 600px;
  } */
  .my-margin{
    margin-left: 5%;
  }
  .centered {
    position: absolute;
    top: 20%;
    /* margin-top: 50px; */
    left: 50%;
    transform: translate(-50%, -20%);
    color: #ffffff;

  }
  /* iframe sizing */
  .frame{
    width: 250px;
    height: 200px;
  }
  /* do not show this image on tablet */
  /* .cardImg
  {
  display: none;
  } */
  /* .sImg
  {
  display: none;
  } */
  .mobile-cards{
    display: none;
  }

}

/* for tablets */
/* @media (max-width: 991.98px) {
  .desk-cards{
    display: none;
  }
}  */
@media (min-width: 992px) {
  .mobile-cards{
    display: none;
  }
  .myImg3{

    width: 550px;
    height: 400px;
    margin-top: 0%;
  }

  /* .desk-cards{
    display: contents;
  } */
}
@media (min-width: 1200px){
  /*centered text  */
  /* .sImg{
    display: contents;
  } */
.centered {
  position: absolute;
  top: 70%;
  margin-top: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;

}
/* iframes */
/* svg images */
.myImg{
  width: 400px;
  height: 400px;
}
.myImg2{
  width: 500px;
  /* height: 600px; */
}
.myImg3{
  width: 600px;
  height: 400px;
  margin-top: 0%;
}
.mainImg{
  max-width: 180px;
  max-height: 250px;
}
.cardImg
{
  width: 200px;
  height: 250px;
}
/* do not display this image */
.tabImg{
  display: none;
}

}
@media (max-width: 767px) {
          .desktop{
            display: none;
          }
          .myBrand{
        display: inline-block;
        padding-top: 0.3125rem;
        padding-bottom: 0.3125rem;
        margin-right: 1rem;
        font-size: 1.25rem;
        line-height: inherit;
        white-space: nowrap;
        color: #fd0707;

      }
      .desk-cards{
        display: none;
      }
      .mainImg{
        max-width: 60%;
        max-height: 80%;
      }
      .myImg{
        width: 100%;
        height: 400px;
      }
      .myImg2{
        width: 80%;
        margin-left: 10%;
        /* height: 600px; */
      }
      .myImg3{
        width: 80%;
        margin-left: 10%;
        /* height: 600px; */
      }
      .cardImg
      {
        width: 100%;
        /* height: 300px; */
      }
      /* do not display this image */
      .tabImg{
        display: none;
      }
      /* .pimg2{
        display: contents;
      } */
      .kala5{
        color: #000;
      }
      /* footer{
        display: contents;
        position: relative;
      } */

        /*centered text  */
        .centered {
          position: absolute;
          top: 40%;
          left: 50%;
          transform: translate(-50%, -50%);
          color: #ffffff;
        }
        /* image on mobile */
        .imgBg {
          /* The image used */
          /* background-image: url("img_girl.jpg"); */

          /* Full height */
          height: 450px;
          width: 100%;

          /* Center and scale the image nicely */
          /* background-position: center;
          background-repeat: no-repeat;
          background-size: cover; */
          margin-bottom: 5%;
          color: #ffffff;
        }
       .mob-card{
            margin-bottom: 10px;
            width: 100%;
          }
        .form-bg{
        background-color: #010D00; ;
        color: #fff;
        margin-top: 50px;
        margin-left:0px;
        margin-bottom: 50px;
          }
          /* iframe */
          .frame{
            width: 80%;
            height: 50%;
          }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}
/*position of up button*/
.fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;

}



/*social media circle*/
.btn-outline-blue {
  background: #fd0707;
  border-color: #fd0707;
  border-radius: 50%;
  border: 1px solid;
  height: 40px;
  width: 40px;
  text-align: center;
  }
/*button theme for form button*/
.btn-outline-theme1 {
  /* color: #fff; */
  border-color: #023059;
  border-radius: 5px;
}
.btn-outline-theme1:hover {
  color: #fff;
  border-radius: 5px;
  background: #023059;
  box-shadow:  20px 20px 60px #d9d9d9,
               -20px -20px 60px #ffffff;
}
/*anchor margin*/
.a_margin{
  margin-bottom: 10px;
}
/*button outline for services cards*/
.btn-outline-theme2 {
  /* color: #fd0707;
  border-color: #fd0707; */
  color: rgb(64, 42, 1);
  background-color: #A66E29;
  border-radius: 5px;
}
.btn-outline-theme2:hover {
  color: #F2E8B3;
  /* background-color: #fd0707;
  border-color: #fd0707; */
  background-color: #A66E29;
  border-color: rgb(64, 42, 1);
}
/*button theme fixed bottom*/
.btn-outline-theme {
  color: #fd0707;
  border-color: #fd0707;
  border-radius: 50%;
}
.btn-outline-theme:hover {
  color: #000;
  background-color: #fd0707;
  border-color: #fd0707;
}
.btn-outline-theme:focus, .btn-outline-theme.focus {
  box-shadow: 0 0 0 0.2rem rgba(204, 49, 49, 0.5);
}
.btn-outline-theme.disabled, .btn-outline-theme:disabled {
  color: #fd0707;
  background-color: transparent;
}

.btn-outline-theme:not(:disabled):not(.disabled):active, .btn-outline-theme:not(:disabled):not(.disabled).active,
.show > .btn-outline-theme.dropdown-toggle {
  color: #fff;
  background-color: #fd0707;
  border-color: #fd0707;
}

.btn-outline-theme:not(:disabled):not(.disabled):active:focus, .btn-outline-theme:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-theme.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 72, 184, 0.5);
}

.my-shadow{
   box-shadow: 0 0.125rem 0.25rem rgba(28, 72, 184, 0.075) !important;
    border: 1px solid #fd0707;
    color: #fd0707;
    border-radius: 5%;
}
/*Branding colors*/
.myBrand{
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  color: #fd0707;

}
.myBrand:hover, .myBrand:focus {
  text-decoration: none;
}
.navbar-light .myBrand {
  color: #010D00;
}

.navbar-light .myBrand:hover, .navbar-light .myBrand:focus {
  color: #010D00;
}
.navbar-dark .myBrand {
  color: #010D00;
}

.navbar-dark .myBrand:hover, .navbar-dark .myBrand:focus {
  color: #010D00;
}
/*active link*/
.myActive a{
  color:#007788;
  font-weight:bold;
}

/*button color*/
.btn-color {
  color: #fff;
  background-color: #007788;
  border-color: #007788;
  border-radius: 75%;
}

.btn-color:hover {
  color: #fff;
  background-color: #fd0707;
  border-color: #010D00;
}

.btn-color:focus, .btn-color.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-color.disabled, .btn-color:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}


/*Joumbotron*/

.jumbotron1 {
  padding-top: var(--jumbotron-padding-y);
  padding-bottom: var(--jumbotron-padding-y);
  margin-bottom: 0;
  background-color: #fff;
  color: #010D00;
}

@media (min-width: 768px) {
  .jumbotron1 {
    padding-top: calc(var(--jumbotron-padding-y) * 2);
    padding-bottom: calc(var(--jumbotron-padding-y) * 2);

  }

}


.jumbotron1 p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading1 {
  font-weight: 300;
  font-size: 100px;
}

.jumbotron1 .container {
  max-width: 40rem;
}


/*blue  background*/
.bg-blue {
  background-color: #010D00; ;
  color: #fff;
 /* min-width: 100%;*/
  min-height: 500px;
  margin-bottom: 40px;
  /* padding-right: 15px;*/
 /* padding-left: 70px;*/

}
.bg-custom {
  background-color:   #1C1C1C;
  color: #F8F8F8;
}

.bg-kala{
  background-color: #010D00; 
  color: #fff;
 /* min-width: 100%;*/
  min-height: 20px;
  margin-bottom: 40px;
  /* padding-right: 15px;*/
 /* padding-left: 70px;*/
}

a.bg-blue:hover, a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: #010D00 !important;
}

/*white  background*/
.bg-whitey {
  background-color:#fff !important;
  color: #5a5a5a;
  min-width: 100%;
  min-height: 500px;
  margin-bottom: 40px;
  padding-right: 70px;
  padding-left: 70px;

}

a.bg-blue:hover, a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: #010D00 !important;
}
/*padding blue section*/
.my-padding{
  margin-right: 10%;
  margin-left: 10;
}


/*staff for parallex*/

.pimg1 {
  position:relative;
  opacity:0.90;
  background-position:center;
  background-size:cover;
  background-repeat: no-repeat;
  /* fixed = parallax
     scroll=normal
  */
  background-attachment:fixed;
  background-color: #fd0707;
}

.pimg1{
  background-image:url('img/pexels-victor-rega-5620070 (1).jpg');
  min-height:400px;
}
.pimg2 {
  position:relative;
  opacity:1;
  background-position:center;
  background-size:cover;
  background-repeat: no-repeat;
  /* fixed = parallax
     scroll=normal
  */
  background-attachment:fixed;
  background-color: #fd0707;
}

.pimg2{
  background-image:url('img/pexels-aaditya-arora-592753 (1).jpg');
  min-height:400px;
}


/*
 * Header
 */

 .nav-masthead .nav-link {
  /* padding: .25rem 0;
  font-weight: 700; */
  color:  #FFFFF0;
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(17, 1, 1, 0.25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #000000;
  border-bottom-color: #000000;
}

 .navbar-light .navbar-nav .nav-link {
  /* padding: .25rem 0;
  font-weight: 700; */
  color:  #FFFFF0;
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

/* map details */
#map{


  height: 500px;
  width: 100%;

}

/* Hover over gallery images */
.overlay {
  position: fixed;
  bottom: 10%;
  left: 17.5%;
  right: 12.5%;
  top: 13%;
  /* background-color: #008CBA; */
  opacity: 0.94;
  overflow: hidden;
  width: 60%;
  height:0;
  transition: .5s ease;

}

.myHover:hover .overlay {
  bottom: 10%;
  height: 100%;
  /* width: auto; */
}

/* Shape for wave */
.custom-shape-divider-top-1616840514 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1616840514 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
}

.custom-shape-divider-top-1616840514 .shape-fill {
  fill: #FD0707;
}


.my-para{

  text-align: left;
}
/* creating glassmorphism effect */
.glassmorph{

    background: rgba(255, 255, 255, 0.1);
    padding: 10px;
    backdrop-filter: blur(12px);
    box-shadow: 0 26px 42px rgba(0, 0, 0, 0.1);


}

.neomorph{
  border-radius: 5px;
  background: #ffffff;
  box-shadow:  20px 20px 60px #d9d9d9,
               -20px -20px 60px #ffffff;
}
.icon_inner{
    height: 45px;
    width: 45px;
    margin: auto;
    border-radius: 50%;
    box-sizing: border-box;
    box-shadow: inset 14px 14px 20px whitesmoke, -14px -14px 20px white;
}

/* accordion decor */
.accordion {
  /* background: rgba(189, 0, 0, 0.582); */
  background-color: wheat;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border-bottom: rgba(189, 0, 0, 0.582) solid;
  border-top: none;
  border-left: none;
  border-right: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  //background-color: ;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  //content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/*dropdown menu css*/

.dropbtn {
  background-color: white;
  color: #010D00;
  padding: 7px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #010D00; color: white;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: transparent;}


.brand-strip {
  background-color: #FAF9F6; /*#f8f5f0;*/
  padding: 1rem 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.brand-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  padding: 0 1rem;
}

.brand-container img {
  height: 20px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}
.brand-container .checkers {
  height: 70px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}
.brand-container .shoprite {
  height: 45px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}

.brand-container img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}
