
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;500;600;700;800&display=swap');
:root {
    --bg-color:#d2e7fc;
    --primary:#8347de;
    --secondary:#1551c3;
    --neutral:#383b3f;
    --text-color:#303235;
}

      body {
font-family: "Almarai", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

      }

      h1 {
        font-size: 60px;
      }
      h2 {
        font-size: 50px;
      }
      h3 {
        font-size: 40px;
              transition: 0.5s;

      }
      h4 {
        font-size: 24px;
      }
      h5 {
        font-size: 20px;
      }
      .light {
  font-family: "Almarai", sans-serif;
  font-weight: 300;
  font-style: normal;
}

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

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

.extrabold {
  font-family: "Almarai", sans-serif;
  font-weight: 800;
  font-style: normal;
}


.carousel-item {
    height: 70vh;
    background-size: cover;
}
.bd-mode-toggle {
        z-index: 1500;
      }
.bd-mode-toggle .bi {
        width: 1em;
        height: 1em;
      }
.bd-mode-toggle .dropdown-menu .active .bi {
        display: block !important;
      }

 .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 2000px;
}

.title {
  padding-bottom: 40px;
}
.white {
  color: #fff;
}


/** Hero section **/
.hero-logo {
    display: block;
    width: 100%;
    text-align: left;
    padding: 20px 0;
    margin-bottom: -140px;
    z-index: 9999;
    position: relative;
}

.hero-logo img{
    width: 300px;
}
.hero-sec {
display: block;
background: var(--bg-color); 
background: linear-gradient(180deg, rgba(210, 231, 252, 1) 1%, rgba(210, 231, 252, 1) 77%, rgba(171, 196, 222, 1) 100%);
border-radius: 0 0 160px 0;
padding: 140px 0;

}
.hero-data {
  display: flex;
  width: 100%;
  height: max-content;
  padding: 100px 0 240px 0;
  justify-content: center; /* Centers items horizontally */
  align-items: center; /* Centers items vertically */
}

.hero-text {
  width: 60%;

}

.hero-line1 {
  display: flex;
  background-color: var(--secondary);
  width: max-content;
  height: 160px;
  color: var(--bg-color);
  font-weight: 500;
  padding: 0 40px;
  margin-bottom: 40px;
  align-items: center; /* Centers items vertically */

}
.hero-sub-right {
  display: block;
  width: 90%;
    margin-right: 10%;
  
}
.hero-line2 {
  display: flex;
  color: var(--neutral);
  width:100%;
  font-weight: 500;
  margin-bottom: 180px;
  padding-top: 20px;
  justify-content: center; /* Centers items horizontally */
  align-items: center; /* Centers items vertically */

}
.hero-value {
  display: flex;

}
.hero-value li {
  display: flex;
  background-color: #e6f0ff;
  width: 19.5%;
  margin: .5%;
  height: 100px;
  font-weight: 400;
  border-bottom: 8px solid var(--secondary);
  justify-content: center; /* Centers items horizontally */
  align-items: center; /* Centers items vertically */
  text-align: center;
}
  


.hero-link {
  text-align: left;

}
.hero-link-text {
  display: inline-block;
  padding-top:120px;
  text-align: left;

}
.hero-link a{
  background-color: var(--primary);
  font-size: 40px;
  text-decoration: none;
  padding: 15px 30px;
  color: var(--bg-color);
  border-radius: 8px;
  margin-right: 20px;

}
.hero-link a:hover{
  background-color:#642db7;

}
.hero-img {
  width: 40%;
  text-align: left;

}
.hero-img img{
  max-width: 100%;

}

.hero-mobile-img {
  display: none;
}





/** Sservices section **/
.services-sec {
  width: 100%;
  padding-right: 10%;
}
.services-box {
  display: block;
  background: #1A51C5;
  background: linear-gradient(-120deg, rgba(26, 81, 197, 1) 0%, rgba(131, 71, 222, 1) 30%, rgba(131, 71, 222, 1) 70%, rgba(26, 81, 197, 1) 100%);
  /*background: linear-gradient(120deg, rgba(26, 81, 197), rgba(26, 81, 197), rgba(131, 71, 222), rgba(26, 81, 197), rgba(131, 71, 222), rgba(131, 71, 222));
  background-size: 500% 200%;
  animation: gradient 40s ease infinite;*/
  border-radius: 0 60px 0 0;
  margin-top: -200px;
  padding: 80px 80px 124px 0;

}


.services-box .title{
  padding-right: 20px;
}

.services-dga {
    display: block;
    background-color: #1d8254;
    border-radius: 0 0 60px 0;
    margin-top: 8px;
    padding: 30px 80px 30px 20px;
    color: #fff;
}

.services-dga img{
  height: 60px;
  margin-left: 24px;
}

.services-dga a{
  margin-right: 24px;
    text-decoration: none;
    padding: 15px 30px;
    
    margin-right: 20px;
    

        background-color: var(--bg-color);
    color: var(--text-color);
    border: 2px solid var(--bg-color);

}
.services-dga a:hover {
    background-color: transparent;
    color: var(--bg-color);
    border: 2px solid var(--bg-color);

}

.services-item:hover .services-title{
    
    color: #000;

}
.slick-services {
  width: 100%;
}
.services-item {
  background-color: rgb(255, 255, 255);
  margin: 20px;
  width: 440px !important;
  padding: 20px;
  border-radius: 16px;
  text-align: right;
  transition: 0.5s;

}


.services-img {
  background-size: cover; /* Optional: Adjusts image size */
  filter: grayscale(0%); 
  width: 400px;
  height: 350px;
  background-position: center;
  transition: 0.5s;
  border-radius: 8px;
  overflow: hidden;

}

.services-item:hover .services-img {
  filter: grayscale(0%);
  background-size: 100%;
  transition: 0.5s;
  scale: 120%;
  overflow: hidden;

}

.services-title {
  padding-top: 60PX;
  padding-bottom: 20px;
      color: #8347dd;

}
.services-desc{
  padding-top: 10px 0;
  text-align: justify;
}
.btn-wrap {
  text-align: right;
  padding-top: 40px;
}
.btn-wrap a {
  display: inline-block;
  margin:0 10px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  padding-top: 9px;
  cursor: pointer;
  border: 2px solid var(--bg-color);


  background-image: url(imgs/arrow-right-thin.svg);
  background-size: 50px;
  background-position: center;
  background-repeat: no-repeat;
}
.btn-wrap a:hover {
  background-image: url(imgs/arrow-right-thin-hover.svg);
  background-color: var(--bg-color);

  border: 2px solid var(--bg-color);
  
}
.next-btn1 {
  rotate: 180deg;
}

.slick-disabled {
  opacity: .5;
}


[dir='rtl'] .slick-next {
    right: auto;
    right: 100px;
    top: 650px;
}

[dir='rtl'] .slick-prev {
    right: 15px;
    left: auto;
    top: 650px;
}
.slick-prev:before, .slick-next:before {
    font-size: 70px;


}


.slick-list {
    text-align: center;
}
[dir='rtl'] .slick-next {
    right: calc(50% + 27px);
}
[dir='rtl'] .slick-prev {
    right: calc(50% - 90px);
}



/** Zoom section **/

.zoom-sec {
  display: block;
  width: 100%;
  padding: 100px 0;
}
.zoom-animation {
  background: linear-gradient(120deg, rgb(190, 204, 233), rgba(26, 81, 197), rgba(131, 71, 222), rgb(175, 181, 193), rgba(131, 71, 222), rgb(40, 51, 202), rgb(190, 204, 233), rgba(26, 81, 197), rgba(131, 71, 222), rgb(175, 181, 193), rgba(131, 71, 222), rgb(40, 51, 202));
  background-size: 300% 100%;
  animation: gradient 10s ease infinite;
  padding: 10px;
   width: 1820px;
    margin: auto;
    border-radius: 30px;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
        
    }
    30% {
        background-position: 100% 50%;
    }
    70% {
        background-position: 0% 50%;
    }
    1000% {
        background-position: 100% 50%;
    }
}


.zoom-banner {
    display: flex;
    width: 1800px;
    margin: auto;
    padding:50px;
    border-radius: 20px;
    background: #1A51C5;
    background: linear-gradient(-120deg, rgb(20 81 195) 0%, rgb(15 64 163) 30%, rgb(16 28 98) 70%, rgb(18 40 103) 100%);
    color: #fff;
      justify-content: space-between;
  align-items: center; /* Centers items vertically */
  text-align: center;



}
a.zoom-link {
    display: block;
    text-decoration: none;
    color: #9e5dff;
    margin-top: 20px;
    /* border: 1px solid #fff; */
    border-radius: 6px;
    padding: 0px;
    width: 230px;
    margin: 33px auto 0 auto;
}

a.zoom-link:hover {
    text-decoration: underline;
    color: #9e5dff;

}

/** Team section **/


.team-item {
  display: block;
  width: 310px !important;
  border-radius: 155px;
  background-color: var(--bg-color);
  color: var(--text-color);
  padding: 15px;
  height: 600px;
    transition: 0.5s;

}
.team-img {display: block;
  width: 100%;
  height: 260px;
  text-align: center;
  overflow: hidden;
  background-position: center;
    transition: 0.2s;

  border-radius: 140px;}
.emp-1{
  background-image: url(imgs/team.png);
}
.emp-2{
  background-image: url(imgs/team.png);
}
.emp-3{
  background-image: url(imgs/team.png);
}
.emp-4{
  background-image: url(imgs/team.png);
}
.emp-5{
  background-image: url(imgs/team.png);
}
.emp-6{
  background-image: url(imgs/team.png);
}
.team-name {
  padding: 20px 0;
}
.team-title {
  padding-bottom: 20px;
  width: 100%;
      transition: 0.5s;

}
.team-item h5{
  line-height: 35px;
}

.team-item:hover {
    transition: 0.2s;
    color: #fff;
    background: #1A51C5;
    background: linear-gradient(-120deg, rgb(20 81 195) 0%, rgb(15 64 163) 30%, rgb(16 28 98) 70%, rgb(18 40 103) 100%);

}

.slick-dots li button:before{
    font-size: 20px !important;
        color: var(--secondary);

}
.slick-dots li.slick-active button:before {
        color: var(--secondary);

}
.slick-dots {
    position: relative;
    bottom: unset;
    display: block;
    padding: 0;
    margin: 0;
    padding-top: 29px;

}
/** Portfolio **/

.portfolio-item  {
  margin: 30px;

}
.portfolio-item img {
  width: 700px;
  border-radius:36px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}



.portfolio-sec {
    background: #1A51C5;
    background: linear-gradient(-90deg, rgba(26, 81, 197, 1) 0%, rgba(131, 71, 222, 1) 20%, rgba(131, 71, 222, 1) 30%, rgba(26, 81, 197, 1) 50%, rgba(131, 71, 222, 1) 70%, rgba(131, 71, 222, 1) 80%, rgba(26, 81, 197, 1) 100%);
    height: 880px;
    padding: 40px 0;
    margin: 120px auto;

    
}
.portfolio-div {
    
    padding: 80px 80px 124px 0;
    height: 800px;
    background-image: url(imgs/back2.png);
    background-position: center;
    background-repeat: no-repeat;
    
}
.slick-portfolio {
  width: 100%;
  display: block;
  float: left;
  text-align: center;
  
}

[dir='rtl'] .portfolio-sec  .slick-prev {
 
    top: 503px;
}
[dir='rtl'] .portfolio-sec  .slick-next {

    top: 503px;
}



/** faq-sec **/
.faq-sec {
  background-color: #f2f2f2;
  padding: 100px;
  margin: 100px auto;
  border-radius: 20px;
}
.faq-sec .title{
  text-align: center;
  padding-bottom: 80px;
}
.accordion-item {
    background-color: transparent;
        border: none;

}
.accordion-button {
   
    margin-top: 20px;
    font-size: 24px;
    padding: 30px;
   
}
.accordion-header .accordion-button {

    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: #fff;
 background: #1A51C5;
    background: linear-gradient(-90deg, rgba(26, 81, 197, 1) 0%,  rgba(131, 71, 222, 1) 100%);
       /* box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color); */
}
.accordion-body {
  font-size: 24px;
  background-color: #fff;
  padding: 40px 20px 50px 20px;
}

.line1 ,.line2 {
  width: 100%;
  color: #fff;
  font-size: 32px;
}
.line2 {
  text-align: left;
  padding: 20px 0;
}

/** contacts-sec **/


.contacts-sec {
    background: #1A51C5;
    background: linear-gradient(-90deg, rgba(26, 81, 197, 1) 0%, rgba(131, 71, 222, 1) 20%, rgba(131, 71, 222, 1) 30%, rgba(26, 81, 197, 1) 50%, rgba(131, 71, 222, 1) 70%, rgba(131, 71, 222, 1) 80%, rgba(26, 81, 197, 1) 100%);
    padding: 100px 0 20px 0;
    margin: 120px auto 0 auto;
}
footer {
  background-color: rgba(0, 0, 0, 0.3); /* Red with 50% opacity */
  padding: 30px;
  color: #fff;
  text-align: center;
  border-radius: 15px;
}
.contacts-div {
  display: flex;
  padding: 50px 0;
      display: flex;
        justify-content: space-between;


}
.contacts-img {width: 20%;}
.contacts-img img{width: 100%;}
.contacts-data {width: 40%;
  padding:0 40px;
}
.contacts-form {width: 30%;
color: #fff;
padding:0 40px 0 0;}
.line3 {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    font-size: 24px;
    color: darkorange;
    max-width: 469px;
    margin: auto;
}
.mobile {
    display: inline-block;
    width: 55%;
    background-image: url(imgs/mobile.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 45px;
    background-size: 37px;
}
.email {
    display: inline-block;
    background-image: url(imgs/email.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 40px;
            background-size:30px;
}
.email a{
color: darkorange;
text-decoration: none;
}
.email a:hover{
text-decoration: underline;
}

.mobile a{
color: darkorange;
text-decoration: none;
}
.mobile a:hover{
text-decoration: underline;
}
.our-clients {
  color: #fff;
  text-align: center;
  font-size: 24px;
  padding-top: 50px;
}
.slick-clients {
  padding-top: 20px;
}
.slick-clients img{
  padding:10px;
  border-radius: 24px;

}

.our-clients .slick-dots {

    padding-top: 0;
}
.our-clients .slick-dots li button:before {
    color: #ffffff;
}

a.whatsapp {
  display: block;
  margin: 40px auto 0 auto;
  background-color: #2db218;
  border-radius: 24px;
  text-align: center;
  width: 300px;
    border: 3px solid #2db218;
    color: #fff;
  text-align: center;
  font-size: 24px;
  text-decoration: none;

}
a.whatsapp:hover {
  border: 3px solid var(--neutral);
}
a.whatsapp img{
  width: 80px;
}

.e-mail {
  text-align: center;
}
.e-mail a {
  border-radius: 24px;
  text-align: center;
  width: 300px;
    color: #fff;
  text-align: center;
  font-size: 24px;
  text-decoration: none;
}
.e-mail img {
  width: 40px;
  margin-left: 10px;
  border-radius: 4px;
}
input {
  color: #fff;
}
.form-select, .form-control {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  border-color:#3f3f3f;
  font-size: 24px;
  color: #fff !important;

}

.form-select:focus,.form-control:focus {

  padding: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  border-color:#3f3f3f;
  font-size: 24px;
  color: #fff !important;
outline:none;
box-shadow:0 0 0 .25rem rgba(255, 255, 255, 0.1);}

.submit-btn {
    background-color: #8347de;
    font-size: 24px;
    text-decoration: none;
    padding: 10px 30px;
    color: var(--bg-color);
    border-radius: 8px;
    width: max-content;
    border: 1px solid #545454;
    float: left;
}
.submit-btn:hover {
    background-color: #6031a7;

}

.float-end {

  display: block;
  position: fixed;
  bottom: 50px;
  left: 50px;
  background-color: var(--primary);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  padding-top: 7px;
}

.float-end img{
  width: 80%;
  rotate: -90deg;
}



/** Media **/
@media (max-width: 2400px) {
   .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1600px;
}
.hero-data {

    padding: 40px 0 120px 0;

}
.hero-img img {
    max-width: 60%;
}
.hero-img {
    text-align: center;
}
.hero-text {
    width: 70%;
}

.hero-line1 {
    height: 100px;
    font-size: 40px;
    padding: 0px 30px;
    margin-bottom: 28px;
}
.hero-line2 {
    font-size: 30px;
    margin-bottom: 45px;
    height: 95px;
}
.hero-link-text {
    font-size: 30px;
    padding-top: 95px;
}
.hero-link a {
    font-size: 20px;
}

.services-box {

    margin-top: -187px;
    padding: 50px 80px 124px 0;
}

.hero-value li {

    height: 82px;
    border-bottom: 4px solid var(--secondary);

    font-size: 20px;
}
.hero-logo img {
    width: 260px;
}
.hero-sec {
    border-radius: 0 0 100px 0;
}
h1 {
    font-size: 50px;
}
.services-item {

    width: 320px !important;

}
.services-img {

    width: 100%;
    height: auto;

}
.services-sec .slick-slide img {
    width: 100%;
}
.services-title {
    padding-top: 20PX;
    padding-bottom: 8px;
}
h3 {
    font-size: 30px;
}
[dir='rtl'] .slick-next {
    top: 503px;
}
[dir='rtl'] .slick-prev {
       top: 503px;

}
.services-item:hover .services-img {
    scale: 100%;
}
h4 {
    font-size: 20px;
    line-height: 32px;
}
h3.services-dga {font-size: 25px;}

.zoom-banner {
    width: 95%;
    padding: 22px 48px;
    border-radius: 20px;
}
.zoom-banner img{
  height: 60px;

}
a.zoom-link {

    margin: 17px auto 0 auto;
}
.zoom-animation {

    width: 1205px;

}

.portfolio-item {
    margin: 0;
    padding: 49px;
}

.form-select, .form-control {
    padding: 10px;
    font-size: 20px;
}
.line1, .line2 {

    font-size: 30px;
}
.accordion-button {
    font-size: 18px;
    padding: 17px;
}
.form-select:focus, .form-control:focus {
    padding: 10px;

    font-size: 20px;

}
.services-item {
    margin: 0 0 40px 0;

}
.zoom-animation {
    max-width: calc(100% - 20px);
}
}


@media (max-width: 1700px) {
  .hero-line1 {
    margin-right: 6%;
}
}
@media (max-width: 1600px) {
.contacts-img {
    width: 22%;
    padding-right: 2%;
}
.contacts-form {
    width: 32%;
    
    padding-left: 2%;
    padding-right: 0;
}
.contacts-data {
    width: 45%;
    padding: 0 60px;

}

}
  @media (max-width: 1600px) {
  .services-box .title {
    padding-right: 0;
}
.services-sec {
    width: 100%;
    padding-right: 0;
}
.services-box {
    border-radius: 0;
padding: 50px 20px 115px 20px;
    text-align: center;
}
.team-sec .title {
    padding-bottom: 50px;

    text-align: center;
}
.portfolio-sec  .title {
    padding-bottom: 50px;

    text-align: center;
}
    .portfolio-item {
    margin: 0;
    padding: 0 20px;
}
.portfolio-div {
    padding: 80px 0 124px 0;
   
}
.portfolio-item img {

    margin: auto;
}
}
@media (max-width: 1440px) {
.services-dga {text-align: center;}
.services-dga img{
  display: block;
  padding-bottom: 40px;
  height: auto;
  margin: auto;
}
.services-dga a{
  display: block;
  margin: 40px auto 0 auto;
  width: 180px;
}
.services-dga {

    border-radius: 0 0 40px 0;
    padding: 30px 20px 30px 20px;
}
}
@media (max-width: 1300px) {
  .hero-value {
    display: none;
}
.hero-link-text {

    padding-top: 0;
}
.hero-line2 {
    height: 80px;
}
.hero-link-text {
    font-size: 27px;
}

}

@media (max-width: 1200px) {

  .hero-link  {
  display: block;
  margin: auto;
  width: 100%;
  text-align: center;
  
}
  .hero-link a {
  display: block;
  margin: auto;
  width: 180px;
  margin-top: 20px;
}
.hero-sub-right {
    width: 100%;
}
.hero-line1 {
    height: 82px;
    font-size: 31px;
    padding: 0px 27px;
    margin-bottom: 4px;
}
.zoom-banner {
    display: block;
    padding: 10px;
   
}
.zoom-banner img {
    display: block;
    margin: 38px auto;
}
.faq-sec .title {

    padding-bottom: 46px;
}
.faq-sec {

    padding: 10%;

}
.contacts-div {
    display: block;
 
}
.contacts-img {
    display: block;
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
    display: none;
}
.contacts-img img{
    width: 400px;
    max-width: 96%;
    padding-bottom: 50px;
}
.contacts-data {
  float: right;
  width: 48%;
}
.contacts-form {
  float: left;
  width: 48%;
}
.footer {
  display: block;
  clear: both;
  width: calc(100% - 40px);
  margin: auto;
}
.contacts-sec  h1{
  text-align: center;}
}

@media (max-width: 950px) {
.contacts-data {
  display: block;
  float: none;
  width: 100%;
}
.contacts-form {
  display: block;
  float: none;
  width: 100%;
  padding-top: 40px;
}
.line1, .line2, .line3 {
    font-size: 30px;
    width: 100%;
    max-width: 540px;
    margin: auto;
    text-align: center;
}
.contacts-data {

    padding: 0;
}
}
@media (max-width: 800px) {
.hero-img {

    display: none;
}

.hero-mobile-img {

    display: block;
    width: 100%;
    text-align: center;
    padding: 50px 0;
}
.contacts-div {

    padding: 0;

}
.hero-mobile-img img{

    max-width: 70%;
}
.hero-data {
    display: block;
    width: 100%;
}
.hero-text {
    width: 100%;

}
.hero-sub-right {
    width: 100%;
    margin: 0;
    padding:0 20px;
}
.hero-line2 {
    height: auto;
    padding: 20px 0;
}
.hero-line2 {
    margin-bottom: 33px;
    height: auto;
    text-align: center;
}
.hero-link-text {
    font-size: 27px;
    text-align: center;
    line-height: 46px;
}
.hero-line1 {

    
    margin: auto;
    margin-bottom:20px;
}
.hero-data {
    padding: 0 0 120px 0;
}
.hero-logo {

    text-align: center;
}
.hero-data {
    padding: 0;
}
.hero-sec {
    border-radius: 0;
    padding-bottom: 60px;
}
.services-box {
    margin-top: 0;
}

.portfolio-item img {

    max-width: 90%;
}
.portfolio-sec {
    
    height: 726px;
}
.portfolio-item img {
    max-width: 95%;
    height: 331px;
    width: auto;
}
[dir='rtl'] .portfolio-sec  .slick-prev {
    top: 393px;
}
[dir='rtl'] .portfolio-sec  .slick-next {
    top: 393px;
}
}
@media (max-width: 645px) {
  .portfolio-item img {
    max-width: 95%;
    height: 260px;
    width: auto;
}
[dir='rtl'] .portfolio-sec  .slick-prev {
    top: 310px;
}
[dir='rtl'] .portfolio-sec  .slick-next {
    top: 310px;
}
.portfolio-sec {
    height: 600px;
}
.portfolio-div {
    padding: 30px 0 124px 0;
}
}

@media (max-width: 530px) {
  .portfolio-item img {
    max-width: 98%;
    height: auto;
}
[dir='rtl'] .portfolio-sec  .slick-prev {
    top: 220px;
}
[dir='rtl'] .portfolio-sec  .slick-next {
    top: 220px;
}
.portfolio-sec {
    height: 480px;
}
.portfolio-div {
    padding: 30px 0 124px 0;
}
.slick-prev:before, .slick-next:before {
    font-size: 50px;
}
[dir='rtl'] .slick-next {
    right: calc(50% + 10px);
}
[dir='rtl'] .slick-prev {
    right: calc(50% - 50px);
}
h1 {
    font-size: 35px;
}
.line3 {
    display: block;
    
}
.mobile, .email {
    display: block;
    width: 244px;
    margin: auto;
    text-align: right;
}
 .email{
   margin-top: 30px;

}
.line1, .line2, .line3 {
    font-size: 26px;
    
}
.contacts-div {

    padding: 0;

}
.submit-btn {

    margin: 20px auto 40px auto;
}
.faq-sec {
    padding: 10px;
}
.accordion-button {
    padding: 11px;
    line-height: 31px;
}
}
@media (max-width: 380px) {

.services-box {
padding: 50px 10px 115px 10px;
}
[dir='rtl'] .slick-prev {
    top: 466px;
}
[dir='rtl'] .slick-next {
    top: 466px;
}
.services-box {
    padding: 50px 10px 74px 10px;
}
    
}



















.rotate3d {
  -webkit-animation-name: rotate3d;
  animation-name: rotate3d;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}




.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 180s;
  animation-duration: 180s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}


@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}


.alert-success {
    --bs-alert-color: #181818;
    --bs-alert-bg: #0bf58b;
    --bs-alert-border-color: #0bf58b;
    --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert {
    --bs-alert-border: var(--bs-border-width) solid #0bf58b;
}