*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    text-transform: uppercase;
}
.logo{
    /* background-color: transparent; */
    mix-blend-mode: difference;
    position: fixed;
    font-size: 40px;
    color: #032167;
    font-weight: bolder;
}
/* --------------------------navbar------------------- */
#sideNav {
    color: hsl(200, 50%, 50%);
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    box-sizing: border-box;
    z-index: 1000;
    transition: all 0.4s ease;
    mix-blend-mode: difference;
  }
 
  #menuBtn {
    background: transparent;
    border: 2px solid white;
    color: white;
    padding: 6px 16px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
  }
  #menuBtn:hover {
    background: white;
    color: black;
  }
  #navLinks {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #navLinks li a {
    text-decoration: none;
    color: white;
    font-size: 17px;
    transition: 0.3s;
  }
  #navLinks li a:hover {
    color: #ffcc00;
  }
 /* ----collaps------ */
  #sideNav.shrink {
    width: 60px;
    height: auto;
    top: 20px;
    right: 20px;
    left: auto;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 50px;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.4);
  }
 /* ---hide links /collaps--- */
  #sideNav.shrink #navLinks {
    display: none;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
  }
  #sideNav.open #navLinks {
    display: flex;
  }
/*------------------------------------------ home page------------------------- */
.sec-home{
    padding-top: 8%;
    min-height: 100vh;
    min-width: 80%;
    background-size:cover;
    color: white;
    animation: changeimage 10s infinite ease-in-out;
}
@keyframes changeimage {
    0%   { background-image: url('images/23.jpeg'); }
  33%  { background-image: url('images/12.jpg'); }
  66%  { background-image: url('images/18.jpg'); }
  100% { background-image: url('images/34.jpeg'); }
}
.sec-home .text1,.text2{
    font-size: 80px;
    font-family:Georgia, 'Times New Roman', Times, serif;
    line-height: 60px;
}
.sec-home .text2{
    font-size: 80px;
    font-family: "Anton","Impact",Charcoal,"Helvetica Inserat","Bitstream Vera Sans Bold","Arial Black","sans serif";
}
.sec-home .text1 span,.text2 span{
    margin-left: 90px;
}
.text-home{
    margin-left: 15%;
}
.sec-home .link{
    font-size: 25px;
    margin: 5% 0 15% 40%;
    text-indent: 70px;
    max-width: 560px;
}
.sec-home .carosel-text{
    letter-spacing: -0.1rem;
    justify-content: flex-start;
    overflow: hidden;
    font-size: 180px;
    white-space: nowrap;
    margin-top: 10%;
    
    text-transform: uppercase;
    font-family: "Anton","Impact",Haettenschweiler,"Franklin Gothic Bold",Charcoal,"Helvetica Inserat","Bitstream Vera Sans Bold","Arial Black","sans serif";
    animation: textcarosel 2s 0.5s infinite backwards ;
    -webkit-animation-timing-function: linear;
}
@keyframes textcarosel{
    0%{
        transform: translateX(0);
        min-width: 70%;
    }
    100%{
        transform: translateX(100%);
        min-width: 70%;
    }
}
@media (max-width: 768px) {
    .text-home,.link{
        background-size: contain;
        text-align: center;
    }
    .sec-home .text1,.text2{
        font-size: 50px;
    }
    .sec-home {
        min-height: 100vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
      }
  }
    /* ----------------------------projects page----------------------- */
    .sec-project{
        padding-top: 10%;
        min-height: 150vh;
        background-image: url(./images/background.jpg);
        color: #032167;
    }
    .sec-project p{
        text-indent:40px;  
    }
    .style-wrapper {
        display:flex;
        text-align: center;
    }
    .style-wrapper img{
        width: 350px;
        height: 300px;
        margin: 20px;
    }
    .carousel-item {
        transition: transform 7s ease-in-out, opacity  !important;
        padding: 5%;
      }
     .carousel-item button{
        border-radius: 30px;
        padding: 7px;
        text-transform: uppercase;
      }
    .carousel-caption{
        position: relative;
        color: #032167;
        left: 3%;
    }
     .carousel-control-next-icon,.carousel-control-prev-icon{
          top:90%;
          position: absolute;
          background-color:#032167;
          border-radius: 50%;
          width: 50px;
          height: 50px;
    }
   .carousel-indicators [data-bs-target] {
        background-color: red;
        padding: 25px;
        border-radius: 30px;
    }

    .sec-video {
        width: 100%;     
        height: 100vh;    
        overflow: hidden;  
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: black; 
      }
      .sec-video video {
        width: 100%;
        height: 100%;
        object-fit: cover;   
      }
    /* ----------------------------creative page--------------------------- */
    .sec-creative{
        min-height: 150vh;
        background-image: url(./images/background.jpg);
    }
    .sec-creative .title1{
        font-size: 100px;
        text-transform: uppercase;
        font-family:'Times New Roman', Times, serif;
        padding: 5%;
    }
    .container .row h1{
        font-size: 100px;
    }
    .title2{
        display: flex;
        gap: 80px;
        margin-top: 40px;
    }
    .title2 h1{
        font-size: 100px;
    }
    .title2 img{
        height: 100px;
        width: 100px;
    }
    .sec-creative .hidden-img{
        background: url(./images/17.png) no-repeat center ;
        background-size: contain;
        z-index: 2;
        min-height: 90vh;
    }
    .sec-creative .col-md-6{
        width: 67%;
    }
    @media (max-width: 768px) {
        .title1, .title2 h1, .container .row h1 {
          font-size: 50px;
          text-align: center;
        }
        .sec-creative .hidden-img{
            background-size: contain;
            background-position: center;
        }
      }
   /* ----------------all page of  style create secton--------------- */
   .body-all {
    background-color: #032167;
   }
   .all{
    margin-top: 20px;
    position: relative;
    min-height: 100vh;
    min-width: 90%;
}

.all .first{
padding-left: 100px;
color: #032167;
font-size: 16px;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
line-height: 30px;
}
 .row .col-md-6 .top-img{
    position: relative;
    height: 100%;
    width: 100%;
}
.all .first{
padding-left: 100px;
color: #032167;
font-size: 16px;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
line-height: 30px;
}
 .row .col-md-6 .point-img{
    position: relative;
    height: 100%;
    width: 110%;
}
.btn-close  {
opacity: 1;
border-radius: 30px;
border: 1px solid  #818EAF;
padding: 10px;
position: absolute;
right: 200px;
white-space: nowrap;
display: inline-block;
margin: 20px;
text-align: center; 
}
.btn-close:hover{
text-decoration: underline;
color: black;
}
.btn1{
font-size: 15px;
pointer-events: none;
border-radius: 30px;
color: #032167;
background-color: transparent;
border: 1px solid  #032167;
padding: 8px;

}
h5{
color: #818EAF;
font-size: 15px;
}
.first{
background-image: url(./images/background.jpg);
background-size: fill;
}
.first a{
text-decoration: none;
padding: 10px;
color: #032167;
}
.first a:hover{
text-decoration: underline;
color: #818EAF;

}
.footer-img{
position: absolute;
z-index: 2;
bottom: 0;
color: red;
}
.nice{
position: relative;
display: flex;
color: red;
gap: 550px;
}
.nice span{
transform: rotate(270deg);
font-size: 30px;
padding: 10px;
font-weight: bold;
}
.row .second-col .barcode{
position: absolute;
height: 200px;
width: 200px;
top: 0;
right: 46%;
z-index: 2;
transform: rotate(90deg);
color: red;
}
@media (max-width: 768px) {
    .footer-img{
        position: absolute;
        z-index: 2;
        top: 25%;
    }
    .nice {        
        gap: 20px;
    }
    .row .second-col .barcode{
        left:324px ;
        top: 0;
        width: 30%;
        height: 10%;
    }
    .btn1{
        padding:0;
        font-size:15px;
        width: 35%;
    }
}
    /* -------------------------talent page-------------------------- */
    .sec-talent{
       color: white; 
       text-align: center;
    }
    .sec-talent .heaed{
        min-height: 100vh;
        background-color: rgb(8, 8, 82);
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .sec-talent  p{
        padding:0 30% 0 30%;
    }
    .heaed img{
        color: white;
        height: 50px;
        width: 50px;
    }
    .top-img{
        height: 20px;
        width: 20px;
        margin-right: 40px;
    }
    .sec-talent .container .col-md-3 img{
        height: 80%;
        width: 100%;
        padding: -60%;
    }
    .sec-talent .modal-body .container{
        margin: 0;
        padding-left: 0;
        left: 0;
    }
 .sec-talent .modal-body img{
    width: 100%;
    height: 100%;
    margin: 0;
 }
 .sec-talent .modal-body .col-md-6 P{
    text-align: justify;
    font-size: 20px;
 }
 /* -----------------------sec-expertises--------------------- */
 .sec-expertises{
    min-height: 60vh;
    background-image: url(./images/background.jpg);
    background-size: fill;   
    color: #032167;
 }
 .sec-expertises .para-ex{
    font-size: 150px;
    overflow: hidden;
    white-space: nowrap;
    animation: textcarosel 10s  infinite backwards;
   -webkit-animation-timing-function: linear;
}
.sec-expertises .col-md-4 h3 ,h2{
    font-size: 35px;
    margin: auto;
}
@keyframes textcarosel{
    0%{
        transform: translateX(0);
       
    }
    100%{
        transform: translateX(-50%); 
    }
}
.sec-expertises .tab td{
    border-bottom: 1px solid #032167;
    padding: 30px;
}
.sec-expertises .tab span{
    position: relative;
    color: red;
    font-size: 12px;
    line-height: 2px;
}
.sec-expertises .container{
    min-height: 60vh;
}
.gallery {
    display: grid;
    grid-template-columns: 2fr 1fr; /* سمت چپ بزرگ‌تر */
    gap: 10px;
    margin-top: 30%;
  }
  .sec-expertises .container .galerytext{
   margin-top: 10% ;
    text-align: center;
    padding: 4%;
  }
   
  .galerytext img{
    position: relative;
    height: 100%;
    width: 5%;
}
.gallery .left img {
    width: 100%;
    height: 52vh;
    object-fit: cover;
    border-radius: 6px;
}
.gallery .right img{
    width: 100%;
    height: 20%;
    object-fit: cover;
    border-radius: 6px;
}
.gallery .right{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sec-expertises p .top-img{
    height: 20px;
    width: 20px;
    
}
.sec-expertises .contineu-section{
    min-height: 70vh;
}
  @media (max-width: 768px) {
    .gallery {
      grid-template-columns: 1fr; /* همه زیر هم */
      bottom: 0;
      display: block;
      height: 30%;
      width: 100%;
    }
    .contineu-section{
        padding-top: 40%;
    }
    .contineu-section img {
        height: 200px;
         width: 200px;
    }
    .sec-expertises .contineu-section img{
        height: 40%;
        width: 80%;
        margin: 5%;
    }
  }
  .sec-expertises table img{
    width: 50%;
    justify-content: space-around;
  }
  
/* ------------------------------------------ */
.sec-contacter{
    min-height: 80vh;
    background-image: url(./images/last.jpeg)  ;
    background-size: cover;
    padding: 10%;
    color: white;
    line-height: 10px;
    font-size: 20px;
    text-transform: uppercase;
}
.sec-contacter a{
    display: block;
    line-height: 150%;
    color: white;
}
.footer{
    min-height: 40vh;
    background-image: url(./images/background.jpg);
    background-size: cover;
    color: #032167;
    font-weight: bold;
    font-size: 24px;
}
.footer a{
    color: #032167;
}
.footer .col-md-3{
    justify-content: center;
    align-items: center;
    margin-top: 23%;
}
.head-footer{
    color: #697491;
    font-weight: bold;
    display: flex;
}
.bottom-footer .col-md-4 img{
    height: 90px;
    justify-content: space-between;
    align-items: center;
}

.bottom-footer .col-md-4 p{
    text-align: center;
}
.bottom-footer .col-md-4 img:nth-child(2){
    margin-left: 20%;
}