
@import url('https://fonts.googleapis.com/css2?family=Cairo&family=Lato&family=Poppins&family=Tajawal:wght@400;700&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Tajawal", sans-serif;
}



/*----- loeder window ----*/
.loader{
  background: #fff;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
position: fixed;
z-index: 9999;
}

.loader div{
  background: #fff;
  width: 16px;
  height: 32px;
  margin-left: 10px;
  animation: loader 1.2s infinite;
}

@keyframes loader{
  50%{
    height: 64px;
  }
}

.loader div:nth-child(1){
  background: #55266A;
  animation-delay: -0.40s;
}

.loader div:nth-child(2){
  background: #0AD8DD;
  animation-delay: -0.20s;
}

.loader div:nth-child(3){
  background: #55266A;
  animation-delay: 0s;
}
 
/*------- scrool window---------*/
html::-webkit-scrollbar {
  width: 10px;
}
html::-webkit-scrollbar-track {
  background-color: #fff;
}
html::-webkit-scrollbar-thumb {
  background: #55266A;
  border: 1px solid #fff;
  border-radius: 5px;
}

/*------- body---------*/

body {
  overflow-x: hidden;
}

.containerUs{
  padding: 15px 0px;
}
.containerUs h1{
  padding: 10px;

}
.containerUs p{
  width: 70%;
  margin: auto;
  padding: 25px 0px;

}
input,
textarea,
label {
    display: block;
    margin: 0 auto;
    width: 80%;
    color: #000;
}

input,
textarea {
  color: black;
    background-color: #fff;
    border-radius: 10px;
    border: none;
}

input[type=submit] {
    background-color: #55266A;
    border-radius: 10px;
    padding: 15px 0;
    color: #fff;
    font-size: 18px;
    border-bottom: none;
    margin-top: 30px;
    cursor: pointer;
    transition: all .3s ease;
}

input[type=submit]:hover {
    background: #FFF;
    color: black;
}

input,
textarea {
    color: black;
    font-size: 18px;
    padding: 10px;
}

input:focus,
textarea:focus {
    outline: 1px solid #828282;
}

a {
    color: #828282;
    font-style: italic;
}

a:hover {
    color: #fff;
}

/* ...........................this is background website  ...........................*/
header {
  width: 100%;
  height: 100vh;
  animation: animate 20s ease-in-out infinite;
  background-size: cover;
  overflow: hidden;
}
/* rgba(99, 40, 123, 0.8) + rgba(38, 211, 197, 0.8)*/
.background {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(85, 35, 105, 0.55);
  background-clip: url(image/Montaj-Perasmian.mp4);
}

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  z-index: -1;
}
#header {
  width: 85%;
  margin: auto;
}

.navbar {
  position: fixed;
  width: 100%;
  padding: 0.1rem 0;
  z-index: 1;
  transition: 0.6s;
}
.navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar.sticky {
  background: #55266A;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
    rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  transition: 0.6s;
}

.navbar .logo img {
 margin-top: 10px;

  width: 140px;
  height: 45px;
}

.navbar .logo2 img {
  width: 200px;
  height: 60px;
  float: left;
  display: none;
  cursor: pointer;
}
.navbar .menu {
  position: relative;
  display: inline-block;
  float: right;
}
.navbar .menu li {
  margin: 18px 10px;
  list-style: none;
  display: inline-block;
}

.navbar .menu li a {
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  font-size: 15px;
  padding: 10px 15px;
  transition: 0.6s;
  font-style: normal;
}
.menu li .sticky {
  color: #55266A;
}
.navbar .menu li a:hover {
  background: #0AD8DD;
  border-radius: 8px;
  color: #55266A;
}
.navbar .hamburger-icon {
  width: 40px;
  height: 40px;
  background-color: transparent;
  flex-shrink: 0;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  cursor: pointer;
  padding: 3px 0;
}
.navbar .hamburger-icon span {
  display: block;
  width:65%;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .navbar .nav {
    position: fixed;
    top: 0;
    right: -50%;
    width: 50%;
    height: 100vh;
    overflow-y: auto;
    background-color: #55266A;
    color: #0AD8DD;
    text-align: center;
    padding-top: 5rem;
    transition: right 0.12s ease;
  }
  .navbar .nav.active {
    right: 0;
  }
  .navbar .nav .hamburger-icon-close {
    position: absolute;
    left: 10px;
    top: 10px;
  }
  .navbar .nav .hamburger-icon-close span {
    position: absolute;
  }
  .navbar .nav .hamburger-icon-close span:first-child {
    transform: rotate(45deg);
  }
  .navbar .nav .hamburger-icon-close span:last-child {
    transform: rotate(-45deg);
  }

  .navbar .nav .menu {
    width: 100%;
    direction: rtl;
  }
  .navbar .nav .menu li {
    display: block;
    margin: 0;
  }
  .navbar .nav .menu li a {
    display: block;
    padding: 1rem 2rem;
  }
  .navbar .nav .menu li a:hover {
    border-radius: 0;
    padding-right: 3rem;
  }
  
  .title h2 {
    font-size: 28px !important;
    line-height: 40px !important;
    text-align: right !important;
    float: right !important;


    
    
  }
  .title h1 {
    float: right !important;
    font-size:50px !important;
    line-height: 45px !important;
    text-align: right !important;


    
    
  }
  .title p {
    float: right !important;
    font-size: 16px !important;
    text-align: right !important;
    line-height: 20px !important;
    
    
  }
  .title{
    padding: 180px 10px;
    width: 95%;
    transform:none !important;
    left: 0% !important;
    top: 0% !important;

  


  }
  .title button {
    font-size: 20px !important;
    padding: 6px 15px !important;
    float: right !important;
  }
  .text button{
    font-size: 16px !important ;
    padding: 6px 15px !important;
  }
  .service-titel{
    width: 130px !important;
    height: 35px !important;
    font-size: 16px !important;
  }
  .about-title{
    width: 130px !important;
    height: 35px !important;
    font-size: 16px !important;

  }
  .img-about{
    width: 220px !important;
    height: 60px !important;
    float: right !important;
  }
  .about-content p {
    width: 90% !important;
    font-size: 16px !important;
    float: right !important;
    text-align: right !important;
  }
  .about-content {
    padding:  0px 15px 75px 0px!important;

  }
  .map h2{
    font-size: 16px !important;
  }
  .contact h2{
    font-size: 16px !important;
  }
  .contact{
    float: left;
    height: 1200px;
  }
  






}

  


@media (min-width: 768px) {
  .navbar .hamburger-icon {
    display: none;
  }
  .navbar .nav {
    display: block;
  }
}

/* ...........................this is background navbar and logo  ...........................*/

/* ...........................  this is title h1  website  ..........................*/

.title {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  text-align: center;
}
.title h1 {
  text-align: center;
  animation: bounceIn;
  animation-duration: 1s;
  font-size: 60px;
  color: #0AD8DD;
  line-height: 65px;
}
.title h2 {
  text-align: center;
  display: inline-block;
  font-size: 45px;
  color: #fff;
  line-height: 70px;
  transition: 0.7s;
}
.title h2:hover {
  font-size: 50px;
  color: #0AD8DD;
}
.title p {
  text-align: center;
  animation: fadeInRight;
  animation-duration: 1s;
  font-size: 25px;
  color: #fff;
}
.title button {
  animation: fadeInRight;
  animation-duration: 1s;
  border-radius: 10px;
  padding: 6px 25px;
  margin: 25px 0px;
  font-size: 26px;
  color: #55266A;
  background: #0AD8DD;
  transition: all 0.7s linear;
  border: 1.5px solid transparent;
  cursor: pointer;
}

.title button:hover {
  color: rgb(255, 255, 255);
  background: transparent;
  border-color: #fff;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

/* ...........................  this is service content ..........................*/
/* ...........  content   .............*/

#serv {
  width: 100%;
  background-color: rgb(226, 226, 226);
  }
#serv .all-service {
  /* width: 85%; */
  margin: auto;
  padding-bottom: 40px;
}
@media (max-width: 880px) {
  #serv .all-service .service:not(:last-child) {
    margin-bottom: 20px;
  }
}

#serv .all-service .service .service-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#serv .all-service .service .service-content .img a {
  display: inline-block;
}

@media (max-width: 880px) {
  #serv .all-service .service .service-content {
    flex-direction: column;
  }
  #serv .all-service .service .service-content .img img {
    width: 500px;
    max-width: 100%;
    margin: 0;
  }
}

.service1 {
  background: rgb(255, 255, 255, 0.3);
  border-radius: 20px;
}

.service-titel {
  margin: auto;
  padding: 5px 0px;
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
  border-radius: 0px 0px 10px 10px;
  font-size: 25px;
  background: #55266A;
  width: 180px;
  height: 45px;
}

.text button {
  cursor: pointer;
  margin-top: 25px;
  border: none;
  color: #fff;
  float: right;
  border-radius: 10px;
  font-size: 20px;
  background: #0AD8DD;
  padding: 10px 25px ;
  transition: 0.5s;
}
.text button:hover {
  width: 160px;
  background: #55266A;
}

.text h3 {
  font-weight: bold;
  text-align: right;
  font-size: 55px;
  float: right;
  color: #63287b;
}
@media (max-width: 1000px) {
  .text h3 {
    font-size: 35px;
  }
}
@media (max-width: 880px) {
  .text h3 {
    font-size: 45px;
  }
}
@media (max-width: 430px) {
  .text h3 {
    font-size: 40px;
  }
}

.text p {
  text-align: right;
  font-size: 18px;
  float: right;
  color: #000;
}

.text {
  float: right;
  padding: 40px 20px;
  color: #000;
  animation: fadeInLeftBig;
  animation-duration: 1s;
}

.service img {
  width: 350px;
  margin: 15px 10px;
  border-radius: 15px;
  transition: 0.6s;
  animation: fadeInLeftBig;
  animation-duration: 1s;
}

/* ...........  content 1   .............*/

#about {
  display: flex;
  justify-content: center;
  background: #55266A;
  padding-bottom: 50px;
}

.about {
  width: 90%;
  margin: auto;
}

.about-content {
  display: inline-block;
}
.about-title {
  margin: auto;
  padding: 5px 0px;
  text-align: center;
  color: #55266A;
  border-radius: 0px 0px 10px 10px;
  font-size:25px;
  background: rgb(226, 226, 226);
  width: 180px;
  height:45px;
}

.about-content p {
  animation: fadeInLeftBig;
  animation-duration: 1s;
  width: 80%;
  margin: auto;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.text-about h2 {
  cursor: pointer;
  width: 600px;
  margin: auto;
  background: #0AD8DD;
  color: #55266A;
  border-radius: 10px;
  font-size: 35px;
  text-align: center;
  animation: bounceIn;
  animation-duration: 1s;
}
.text-about h2:hover {
  background: #55266A;
  color: #0AD8DD;
}

.img-about {
  margin: auto;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
  margin-top: 50px;
  width: 320px;
  height: 90px;
  animation: fadeInLeftBig;
  animation-duration: 1s;
}

.blog {
  width: 100%;
  background: rgb(209, 213, 219);
  padding-bottom: 2rem;
}
.blog-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 30px;
}
@media (max-width: 991px) {
  .blog-content {
    flex-direction: column;
    gap: 50px;
  }
  .blog-content #bloger {
    width: auto;
    margin: 0;
  }
}

#bloger {
  animation: fadeInDown;
  animation-duration: 1s;
  margin: 60px 0;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  /* width: 280px; */
  width: 33.3333%;
  height: 613px;
}

.blog-post {
  /* width: 95%; */
  margin: auto;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.blog-post .blog-img {
  height: 350px;
  background-size: cover;
  background-position: center;
}
.blog-post-1 .blog-img:first-of-type {
  background-image: url(image/post1.jpg);
}
.blog-post-2 .blog-img:first-of-type {
  background-image: url("image/Logo Design.jpg");
}
.blog-post-3 .blog-img:first-of-type {
  background-image: url("image/Web Design.jpg");
}
.blog-post h2 {
  background: #0AD8DD;
  margin: 10px 0px;
  width: 120px;
  color: #55266A;
  text-align: right;
  font-size: 15px;
}
.blog-post h1 {
  margin: 10px 10px 10px 10px;
  text-align: right;
  font-size: 25px;
  color: #55266A;
}
.blog-post p {
  margin: 5px 15px 45px 10px;
  text-align: right;
  font-size: 18px;
}
/*----------------- our work --------------------*/

.section-our-work h3{
  text-align: center;
  padding: 5px 40px;
  color: #fff;
  border-radius: 0px 0px 10px 10px;
  background-color: #55266A;
  width: 140px;
  margin: auto;
  font-weight: 200;
}
.all-our-work{
  margin: 60px 0px;
}

.our-work{
  display: flex;
  justify-content: center;
}
.container-work{
  display: inline-block;
  margin: 15px 10px;
  position: relative;
}
@media(max-width:760px){
  .container-work{
    overflow: hidden;
    display: block;
  }
  .our-work{
    display: block;
  }
}
.container-work img{
  display: block;
  border-radius: 20px;
  width: 350px;
  height: 350px;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 0;
  background-color: #55266A;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
  border-radius: 20px;


}
.overlay a {
  text-decoration: none;
  list-style: none;
  font-style: normal;
  white-space: nowrap; 
  color: white;
  font-size: 30px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);

}
.container-work:hover .overlay {
  width: 100%;
  left: 0;
  opacity: 0.9;
}


/*----------------- map and contact --------------------*/

.contactMap {
  /* width: 100%; */
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .contactMap {
    flex-direction: column;
    align-items: center;
  }
  .contactMap .contact,
  .contactMap .map {
    width: 100%;
  }
  .contactMap .contact {
    height: 800px;
  }
}
.contact {
  animation: fadeInLeft;
  animation-duration: 1s;
  width: 50%;
  background-color: rgb(226, 226, 226);
  /* float: left; */
  height: 800px;
  text-align: center;
}
.map {
  width: 50%;
  background-color: #fff;
  text-align: center;
  animation: fadeInRight;
  animation-duration: 1s;
}
.contact-contant {
  margin: 60px 45px;
}

.nname {
  display: flex;
  text-align: right;
  padding: 15px 0px 10px 0px;
  font-size: 20px;
  font-weight: 500;
  color: #55266A;
}
.contact-contant button {
  font-size: 20px;
  color: #000;
  width: 500px;
  max-width: 100%;
  background: #0AD8DD;
  border-radius: 10px;
  cursor: pointer;
  border: none;
  text-align: center;
  padding: 10px 0px;
  transition: 0.6s;
}
.contact-contant button:hover {
  background: #55266A;
  color: #0AD8DD;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px,
    rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.contact h2 {
  text-align: center;
  display: inline-block;
  padding: 5px 40px;
  color: #fff;
  border-radius: 0px 0px 10px 10px;
  font-size: 25px;
  font-weight: 200;
  background-color: #55266A;
}
.card-body{
  float: left;
  width: 600px;

}
.form-control{
  display: inline-block;
}
.contact-contant input {
  text-align: right;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px,
    rgb(209, 213, 219) 0px 0px 0px 1px inset;
  width: 500px;
  max-width: 100%;
  height: 50px;
  font-size: 20px;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-size: 15px;
  box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 1px inset,
    rgba(0, 0, 0, 0.3) 0px 0px 0px 1px;
}
.contact-contant input:hover {
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.contact-contant input:focus,
.contact-contant textarea:focus {
  outline: none;
}

.contact-contant textarea {
  text-align: right;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px,
    rgb(209, 213, 219) 0px 0px 0px 1px inset;
  width: 500px;
  max-width: 100%;
  height: 50px;
  font-size: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 5px 10px;
  font-size: 15px;
  box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 1px inset,
    rgba(0, 0, 0, 0.3) 0px 0px 0px 1px;
}
.map-content {
  margin: 60px 45px;
}
.map-content iframe {
  width: 100%;
}

.map h2 {
  text-align: center;
  display: inline-block;
  padding: 5px 40px;
  color: #fff;
  border-radius: 0px 0px 10px 10px;
  font-size: 25px;
  font-weight: 200;
  background-color: #55266A;
}
.location {
  margin-top: 20px;
}
.location h4 {
  font-size: 30px;
  font-weight: 300;
  margin: 15px 0 25px 0px;
  padding: 6px 15px;
  border-radius: 10px;
  background: #55266A;
  color: #fff;
}
.location .loc {
  font-size: 20px;
  /* height: 30px; */
  margin: 8px 0px;
  display: flex;
  justify-content: flex-start;
  gap: 15px;
}



@media (max-width: 400px) {
  .location .loc {
    flex-direction: column;
    gap: 8px;
    font-size: 1.1rem;
  }
}
.location .loc i {
  /* margin-right: 15px; */
  font-size: 28px;
  color: #55266A;
  /* display: inline-block; */
}

footer {
  width: 100%;
  background: #55266A;
}
.footer {
  margin: auto;
}
.container .footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .container .footer {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1rem;
  }
}
@media (max-width: 530px) {
  .container .footer {
    grid-template-columns: 1fr;
  }
  .container .footer > div {
    width: 90%;
  }
}

.footer h3 {
  font-size: 20px;
  color: #fff;
  padding: 15px 0px;
  margin: 10px 0px;
  font-weight: 200;
  position: relative;
}
.footer h3::after {
  content: " ";
  width: 50px;
  height: 1.8px;
  background: #0AD8DD;
  position: absolute;
  left: 0;
  bottom: 4px;
}

.fa {
  margin: 8px 5px 25px 0px;
  background: #fff;
  color: #55266A;
  padding: 8px 10px;
  border-radius: 10px;
  list-style: none;
  text-decoration: none;
  font-size: 30px;
  transition: 0.6s;
}
.fa:hover {
  background: #0AD8DD;
}
.fo-service {
  /* justify-content: center; */
  display: inline-block;
  color: #fff;
  /* margin: 35px 110px 0px 160px; */
}

.fo-service a {
  line-height: 110%;
  list-style: none;
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 3px 0px;
  transition: 0.5s;
  font-style: normal;
}
.fo-service a:hover {
  color: #0AD8DD;
}
.fo-about {
  display: inline-block;
  color: #fff;
  /* margin: 35px 0px; */
  /* float: right; */
}
.fo-about p {
  width: 300px;
  text-align: left;
  list-style: none;
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 3px 0px;
}
.copyright {
  /* width: 85%; */
  /* margin: auto; */
  margin-top: 120px;
  border-top: 1px solid rgb(209, 213, 219);
  padding-top: 30px;
}
.copyright .container {
  display: flex;
  justify-content: space-between;
}
.copyright .container > p {
  /* display: inline-block; */
  /* width: 300px; */
  border-radius: 10px 10px 0px 0px;
  background: #0AD8DD;
  text-align: center;
  font-size: 13;
  color: #55266A;
  padding: 3px 5px;
}


@media (max-width: 767px) {
  .copyright .container {
    flex-direction: column;
    gap: 1rem;
  }
  .copyright .container > p {
    border-radius: 10px;
  }
}

@media (max-width: 575px) {
  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 576px) {
  .container {
    width: 540px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1320px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}



/*---------------------------------- our client --------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');


.container h2{
  font-size: 18px;
  padding: 5px 0px;
  font-weight: 100;
  color: #FFF;
  width: 120px;
  margin: auto;
  text-align: center;
  background-color: #55266A;
 border-bottom-left-radius: 10px;
 border-bottom-right-radius: 10px;
}
.slider{
  margin: 20px 0px;
}
.slick-slide{
    margin: 0 20px;
}
.slick-slide img{
    width: 100%;
}
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-slide img{
    display: block;
}
.slick-initialized .slick-slide{
    display: block;
}
.copy{
    padding-top: 250px;
}
;