@import url('https://fonts.googleapis.com/css?family=Yantramanav:100,300');

@font-face {
  font-family: myfont;
  src: url(../font/angrybirds-regular.ttf);
}
@font-face {
  font-family: myfont2;
  src: url(../font/AngryBirdsMovie-BAqV.ttf);
}
@font-face {
  font-family: myfont3;
  src: url(../font/FeastOfFleshBb-AVm.ttf);
}
@font-face {
  font-family: myfont4;
  src: url(../font/MICKEY.TTF);
}
@font-face {
  font-family: myfont5;
  src: url(../font/Darling\ Coffee.ttf);
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}
body{
    width: 100%;
    font-family: Arial, sans-serif;
    background-color: #ECEFF3;
    overflow-x: hidden;
}
/* bg_image_animation */

.bg_animation{
  width: 90%;
  margin: 5% 5%;
  /* border: 2px solid; */
  /* height: 51vh; */
  min-height: 15vw;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.bg_animate{
  width: 100%;
  min-height: 15vw;
  background-image: url(../img/bg_img.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}


/*---------header---------*/
.header {
  background-color: #345895;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}
.header-left{
  display: flex;

}
.header-left div{
  display: flex;
}
.header-left p {
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  text-decoration:none;
  box-sizing: border-box;
  font-size: 1vw;
  font-weight: 600;
  padding-top: 0.6vh;
  padding-left: 2vh;
  position: relative;
}
.header_ph{
  font-size: 1vw;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0.3vw 0 0 0;
}
.header-right a {
  color: white;
  text-decoration: none;
  margin-left: 20px;
  font-size: 1.1vw;
}

.header-right{
    text-decoration:none;
    box-sizing: border-box;
    font-size: 1.3vw;
    font-weight: 700;
    position: relative;
  }
  .header-right a:hover{
    color: #079FF7;

  }



/* -------------------------------------------------------------------------------------------------------------------------------- */
/* nav */
nav{
    width: 100%;
    top: 0;
    position: sticky;
    display: flex;
    padding: 0 10%;
    background-color: white;
    /* justify-content: space-around; */
    /* position:; */
    z-index: 1;
}
.navbar{
    width: 40%;
    display: flex;
    justify-content: space-around;
    align-items:end;
  }
.navbar li{
    margin-bottom: 1.5vw;
    list-style-type: none;
    
  }
  
  
.a{
    text-decoration: none;
    color: black;
    box-sizing: border-box;
    padding-bottom:1vw ;
    font-size: 1.3vw;
    font-weight: 700;
    position: relative;

  }
  .a:hover{
    color: #079FF7;

  }
.a:after{
    content: "";
    position: absolute;
    background-color:#079FF7;
    height: 3px;
    width: 0;
    left: 0;
    bottom: 1px;
    transition: 0.3s;

  }
.a:hover::after{
    width: 100%;
  }

.logo{
    width: 10%;
    margin: 0 20% 0 10%;
}
.logo_arambh{
    width: 100%;
}
.social_media_icon{
    width: 20%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.icon{
    width: 2.5vw;
    height: 2.5vw;
    border: 0.2vw solid black;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5vw;
    cursor: pointer;
    text-decoration: none;
    color: black;
}
.icon:hover{
    background-color: black;
    color: white;

}
.form_page{
  display: none;
}
.bar_icon{
  display: none;
}

a,button,.form_icon{
  cursor: pointer;
}

.navigation ul li{
  color: #ffffff;
  text-align: right;
  text-transform: uppercase;
  list-style-type: none;
  font-size: 1.5em;
  padding: 20px 30px;
  border-bottom: 1pt solid #6b5353;
}
.navigation.active{
  right: 0;
}
.social{
  display: flex;
  justify-content: space-between;
}


/* --------------------------------------------------------------------------------------------------------------------------------- */
/* intro  */
.intro{
    width: 100%;
    display: flex;
}
.intro_left,.intro_right{
    width: 50%;
}
.intro_left{
  margin: 4vw 0 0 0;
}
.heading{
    width: 75%;
    font-size: 1.8vw;
    margin: 1vw 1vw 1vw 11vw;

}
.sub_heading,.detail{
    width: 75%;
    font-size: 1.3vw;
    margin:1vw 1vw 1vw 11vw ;
    text-align: justify;
}
.detail{
    font-size: 1vw;
}
.intro_right{
  display: flex;
  justify-content: center;
}
.intro_img{
    width: 50%;
    
}

hr{
    width: 80%;
}
/* ----------------------------------------------------------------------------------------------------------------------------------- */
/* service slider */

.main-part{
    width: 78%;
    margin: 0 11%;
    height: 42vw;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    background-color: rgb(242, 242, 242);
}
  li {
    list-style: none;
  }
  input[type="radio"] {
    display: none;
  }
  .js-slider {
    position: relative;
    width: 80%;
    height: 40vw;
    margin: 0 auto;
  }
  .js-slider_item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 1vw 3vw;
    opacity: 0;
    visibility: hidden;
    transform-origin: right center;
    transform: translate3d(0%, 0%, 0) rotateY(30deg) scaleX(0.95);
    transition: all 1s ease,transform 1s cubic-bezier(0.43, 0.28, 0.51, 1);
  }
  #s-1:checked ~ .js-slider .js-slider_item.img-1,
  #s-2:checked ~ .js-slider .js-slider_item.img-2,
  #s-3:checked ~ .js-slider .js-slider_item.img-3,
  #s-4:checked ~ .js-slider .js-slider_item.img-4,
  #s-5:checked ~ .js-slider .js-slider_item.img-5,
  #s-6:checked ~ .js-slider .js-slider_item.img-6,
  #s-7:checked ~ .js-slider .js-slider_item.img-7
   {
    opacity: 1;
    visibility: visible;
    transform-origin: left center;
    transform: translate3d(0, 0, 0) rotateY(0deg) scaleX(1);
  }
  .js-slider_img {
    width: 100%;
    height: 60%;
    position: relative;
    overflow: hidden;
  }
  .c-img-w-full {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: auto;
    transform: translate3d(-50%, -50%, 0);
  }
  .c-img-h-full {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translate3d(-50%, -50%, 0);
  }
  figcaption {
    display: block;
  }
  .wo-h3 {
    margin-top: 7vw;
    margin-bottom: 1vw;
    padding-bottom: 1vw;
    border-bottom: 1px solid #079FF7;
    font-size: 1.5vw;
    text-align: center;
  }
  .wo-credit{
    font-size: 1.2vw;
  }
  .c-label {
    display: inline-block;
    color: #eee;
    background-color: #079FF7;
    line-height: 1;
    padding: 0.5vw 0.9vw;
    margin-right: 0.5vw;
    font-size: 1vw;
    font-weight: bold;
  }
  .view-sm {
    display: none;
  }
  .js-slider_nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translate3d(0, -50%, 0);
  }
  .js-slider_nav_item.prev {
    left: 0;
  }
  .js-slider_nav_item.next {
    right: 0;
    transform: rotateY(180deg);
  }
  .js-slider_nav_item {
    position: absolute;
    display: none;
    width: 3vw;
    height: 3vw;
    border: 1px solid #079FF7;
    border-radius: 50%;
    cursor: pointer;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .js-slider_nav_item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0.5vw;
    top: 55%;
    width: 1vw;
    height: 1px;
    background-color: #079FF7;
    transform-origin: left bottom;
    transform: translate3d(0, -50%, 0) rotate(-45deg);
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .js-slider_nav_item:hover {
     transform: translate3d(-30%, 0, 0);
  }
  .js-slider_nav_item.next:hover {
     transform: rotateY(180deg) translate3d(-30%, 0, 0);
  }
  .js-slider_nav_item:hover:before {
    transform: translate3d(0, -50%, 0) rotate(-30deg);
  }
  .js-slider_nav_item:after {
    content: "";
    position: absolute;
    top: 55%;
    left: 50%;
    width: 2vw;
    height: 1px;
    background-color: #079FF7;
    transform: translate3d(-50%, -50%, 0);
  }
  #s-1:checked ~ .js-slider .js-slider_nav .s-nav-1,
  #s-2:checked ~ .js-slider .js-slider_nav .s-nav-2,
  #s-3:checked ~ .js-slider .js-slider_nav .s-nav-3,
  #s-4:checked ~ .js-slider .js-slider_nav .s-nav-4,
  #s-5:checked ~ .js-slider .js-slider_nav .s-nav-5,
  #s-6:checked ~ .js-slider .js-slider_nav .s-nav-6,
  #s-7:checked ~ .js-slider .js-slider_nav .s-nav-7{
    display: block;
  }
  .js-slider_indicator {
    position: absolute;
    left: 0;
    top: 63%;
    width: 100%;
    text-align: center;
  }
  .js-slider-indi {
    position: relative;
    display: inline-block;
    padding: 2vw;
    cursor: pointer;
  }
  .js-slider-indi:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.6vw;
    height: 0.6vw;
    border-radius: 1vw;
    background: #079FF7;
    transform: translate3d(-50%, -50%, 0);
  }
  .js-slider-indi:hover:after {
    transform: translate3d(-50%, -50%, 0) scale(1.5);
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  #s-1:checked ~ .js-slider .js-slider_indicator .indi-1:after,
  #s-2:checked ~ .js-slider .js-slider_indicator .indi-2:after,
  #s-3:checked ~ .js-slider .js-slider_indicator .indi-3:after,
  #s-4:checked ~ .js-slider .js-slider_indicator .indi-4:after,
  #s-5:checked ~ .js-slider .js-slider_indicator .indi-5:after,
  #s-6:checked ~ .js-slider .js-slider_indicator .indi-6:after,
  #s-7:checked ~ .js-slider .js-slider_indicator .indi-7:after {
    transform: translate3d(-50%, -50%, 0) scale(2.5);
  }
/* ----------------------------------------------------------------------------------------------------------------------------------- */
/* sec7 */
.sec7{
  width: 78%;
  margin: 0 11%;
  margin-bottom:3vw ;
}
.sec7_up,.sec7_down{
width: 100%;
display: flex;
margin-bottom: 2vw;
}

.box_text{
  width: 30%;
  /* border: 2px solid; */
  border-radius: 1vw;
  padding: 1.5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin: 0 1.5vw;

}
.box_img{
  width: 60%;
}
  
.sec7{
    width: 78%;
    margin: 0 11%;
    /* display: flex; */
    margin-bottom:3vw ;
}
.sec7_up,.sec7_down{
  width: 100%;
  display: flex;
  margin-bottom: 2vw;
}
.box_text:hover{
  transform: scale(1.05);

}
.box_text:hover .sec7_img{
  animation: bounce 1s linear infinite;
    
    }
    
  @keyframes bounce {
    
    20%, 50%, 80%, to{
    
    transform: translateY (0)
    }
    40%{
      transform: translateY (-30px)
    }
    65%{
      transform: translateY (-15px)
    }
    85%{
      transform: translateY (-5px)
    }    
    }

.sec7_img{
padding: 2vw 0;
}
.heading_text{
  font-size: 2vw;
  margin-bottom: 0.5vw;
  text-align: center;
  font-family: myfont5;
}
.content_text{
  font-size: 1vw;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:500;
  font-style: normal;
}

/* ----------------------------------------------------------------------------------------------------------------------------------- */
/* portfolio */

.portfolio_sec{
  width: 78%;
  margin: 0 11%;
  display: flex;
}
.portfolio1,.portfolio2,.portfolio3{
  height: 30vw;
  margin-bottom: 2vw;
  padding: 0.8vw;
  border-radius:5px;
  position: relative;
}
.portfolio_img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: all 5s ease-in-out;
  /* opacity: 0.5; */

}
 .portfolio1 div{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  filter: brightness(0.5);
}
.portfolio1 p{
  position: absolute;
  color:white;
  z-index: 1;
  top: 50%;
  font-size: 1.5vw;
  font-weight: bold;
}
.portfolio1:hover p{
  display: none;
}
.portfolio1 div:hover{
  filter: none;
}
.portfolio1:hover .portfolio_img{
  object-position: bottom center;
}
.portfolio2:hover .portfolio_img{
  object-position: bottom center;
}
.portfolio3:hover .portfolio_img{
  object-position: bottom center;
}

/* ----------------------------------------------------------------------------------------------------------------------------------- */
/* service page  */

.box_border{
  width:100%;
}

.box_text:hover .box_border{
  animation: scale 0.5s ease alternate infinite;

}
@keyframes scale{
  to{
    transform: scale(1.05);
  }
}

.service_pg{
  padding: 0 0 2vw 0;
  width: 100%;
  
}
.service_pg_img{
  width: 70%;
}
/* -
/* ----------------------------------------------------------------------------------------------------------------------------------- */
/* internship */
.intern_box{
  width: 78%;
  display: flex;
  justify-content: space-between;
  margin: 0 11%;
}
.img_box{
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 3vw 2vw;
  padding: 2vw 0 0 0;
  justify-content: center;
  position: relative;
  background-color: white;
  border-radius:1vw ;

}
.intern_img{
  width: 90%;
  margin:0 5%;
  border-radius:1vw ;
}
.intern_btn{
  position: relative;
  width: 90%;
  margin: 2vw 5%;
  font-size: 1.5vw;
  font-weight: 700;
  padding: 1vw 1vw;
  border-radius: 2vw;
  background-color:  transparent;
  color: rgb(255, 64, 0);
  bottom: 1vw;
  cursor: pointer;
  border: 0.2vw solid rgb(255, 64, 0);
}

/* .intern_btn::after{
  content: '';
  width: 300x;
  height: 80px;
  background-color: rgb(255, 64, 0);
  color: white;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -;
  transform: translate(-50%);
  transition: all 0.2s;
} */


.intern_btn:hover{
 background-color: rgb(255, 128, 0);
 color: white;
} 



.intern_text{
  width: 78%;
  margin: 2vw 11%;
  display: flex;
  justify-content: space-around;

}
.intern_pg_img{
  width: 30%;
}
.intern_heading{
  width: 60%;
  font-size: 1.5vw;
}
.intern_text div{
  width: 40%;
  /* height: 40vw; */
}
---------------------------------------------------------------------------------------------------------------------------------- */
/* Animation*/

section .animate{
  transition: 1s;
}

  @keyframes appear{
    from{
      opacity: 0;
      transform: translateX(-100%);
    }
    to{
      opacity: 1;
      transform: translateX(40%);
    }
    
  }

  .feedback{
    animation: appear linear;
    animation-timeline: view();
    animation-range: enrty 0% cover 40%;
  }
  @keyframes appear_port{
    from{
      opacity: 0;
      transform: translateX(100%);
    }
    to{
      opacity: 1;
      transform: translateX(-40%);
    }
  }
  .port{
    animation: appear_port linear;
    animation-timeline: view();
    animation-range: enrty 0% cover 40%;
  }
/* ----------------------------------------------------------------------------------------------------------------------------------- */
/* our team  */

.our_team{
  width: 78%;
  margin: 0 11%;
  justify-content: space-around;
}
.team_box{
  width: 32%;
}
.team_img{
  width: 100%;
  border-radius: 0.5vw;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

}
.team_dept{
  width: 100%;
  height: 15vw;
  /* border: 2px solid; */
  border-radius: 0.5vw;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 1.8vw;
  font-weight:600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.team_img1{
  width: 100%;
  border-radius: 0.5vw;

}
.team_dept p{
  font-size: 1.3vw;
 font-weight: normal;
}
.arrow{
  width: 10%;
  rotate: 45deg;
  position: absolute;
  top: -5%;
}
.arrow_d{
  width: 10%;
  rotate: 45deg;
  position: absolute;
  bottom: -5%;

}
/* ----------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------- */

/* -----Contact-Form----- */
.contai {
 
    margin-left: auto;
    max-width: 80%;
    height: 40vh;
    margin-right: auto;
    padding: 0.92vh; /* 1em usually scales with font-size, keeping as 1em */
    background: #3952a3;
    color: #485e74;
    line-height: 1.6;
    font-family: 'Yantramanav', sans-serif;
    margin-bottom: 10vw;
  }
  
  ul {
    list-style: none;
    padding: 0;
  }
  
  .brand {
    text-align: center;
    font-weight: 300;
    padding-top: 0vh;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }

  .brand span {
    color: #ffffff;

  }
  .brand span:hover{
    background: linear-gradient(90deg, #5a5aed, #00FFFF, #5a5af2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientAnimation 3s infinite;
  }
  .wrapp {
  
    box-shadow: 0 0 1.85vh 0 rgba(57, 82, 163, 0.7); /* 20px */
    display: flex;
    justify-content: flex-start;
    height: 45vh;
    margin-top: 2vh;

  }
  
  .wrapp > * {
    padding: 0.92vh; /* 1em */
  }
  .left-container {
    display:flex;
    flex:1;
    height:70px;
    justify-content:center;
    align-items:center;
  }
  
  .left-container p {
    font-size:1.6vh;
  }
  
  .left-inner-container {
    height:170%;
    width:80%;
    text-align:center;
    line-height:2.2vh;
  }

  #adres{
    padding-top: 6vh;
  }
  
  .company-info {
    background: #C3C9DD;
    width: 40%;
   padding-top: 10vh;
    border-top-left-radius: 0.37vh; /* 4px */
    border-top-right-radius: 0.37vh; /* 4px */
  }
  
  .company-info h3,
  .company-info ul {
    text-align: center;
    margin: 0 0 0.92vh 0; /* 1rem */
  }
  
  .contac {
    background: #dcdfea;
    width: 60%;
    font-size: 1.6vh;
    
  }
  .contac h3:hover{
    color: brown;
  }
  
  .contac form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.85vh; /* 20px */
  }
  
  .contac form label {
    display: block;
  }
  
  .contac form p {
    margin: 0;
  }
  
  .contac form .full {
    grid-column: 1 / 3;
  }
  
  .contac form button,
  .contac form input,
  .contac form textarea {
    width: 100%;
    padding: 0.92vh; /* 1em */
    
    border-radius: 0.37vh; /* 4px */
  }
  
  .contac form textarea {
    resize: none;
  }
  
  .contac form button {
    background: #627EDC;
    border: 0;
    color: #e4e4e4;
    text-transform: uppercase;
    font-size: 1.3vh; /* 14px */
    font-weight: bold;
  }
  
  .contac form button:hover,
  .contac form button:focus {
    background: #3952a3;
    color: #ffffff;
    outline: 0;
    transition: background-color 2s ease-out;
  }
  




/*---Testimonials Section----- */
.wrapper{
    max-width: 150vh;
    margin: auto;
    padding: 0 2vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .wrapper .box{
    background: #fff;
    width: calc(33% - 10px);
    padding: 2.5vh;
    border-radius: 3vh;
    box-shadow: 0vh 0.4vh 0.8vh rgba(0,0,0,0.15);
  }

  .wrapper .box:hover{
    transform: translateY(-7px);
    background-color: #bec8d7;
  }
  .wrapper .box i.quote{
    font-size: 2vh;
    color: #17a2b8;
  }
  .wrapper .box .content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 1vh;
  }
  .box .info .name{
    font-weight: 600;
    font-size: 1.7vh;
  }
  .box .info .job{
    font-size: 1.6vh;
    font-weight: 500;
    color: #17a2b8;
  }
  .box .info .stars{
    margin-top: 0.vh;
  }
  .box .info .stars i{
    color: #17a2b8;
  }
  .box .content .image{
    height: 7.5vh;
    width: 7.5vh;
    padding: 0.3vh;
    background: #17a2b8;
    border-radius: 50%;
  }
  .content .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 0.2vh solid #fff;
  }
  .box:hover .content .image img{
    border-color: #fff;
  }     

 
/* footer section */
.footer {
    background-color: #345895;
    color: white;
    padding: 1.5vh 0;
    text-align: center;
}

.footer-content {
    display: flex;
    justify-content: space-around;
    margin-bottom: 2.5vh;
}

.footer-column {
    flex: 1;
    max-width: 200vh;
}

.footer-column h3 {
    margin-bottom: 1vh;
    font-size:1.7vh;
    text-transform: uppercase;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 0.7vh;
}

.footer-column ul li a {
    color: rgb(191, 192, 242);
    text-decoration: none;
    font-size: 1.5vh;
   
}

.footer-column ul li a:hover {
    text-decoration:underline;
}

.footer-bottom {
    font-size: 1.7vh;
}

.footer-bottom p {
    margin: 1vh 0vh;
}
.footer-bottom h4{
    margin-top: 1.4vh;
}



/* FAQ section */


.container_faq{
  width: 90%;
  margin: 0 auto;
  padding: 20px;
}
.box_faq{
  border-radius: 8px;
  margin: 10px 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.box_faq_long{
  padding: 1vh;
  padding: 15px;
  cursor: pointer;
}

#que_faq{
  padding: 2vh;
 font-size: 18px;
  font-weight: bold;
  color: black;
}

.ans_faq{
  display: none;
  padding: 15px;
  background-color: #e0f7fa;
  color: #333;
  border-top: 1px solid #87ceeb;
}
.ans_faq_long{
  height: auto;
  padding-top: 3vh;
  /* overflow: scroll; */
}

#con_under_faq{
  background-color: transparent;
  display: flex;
  cursor: pointer;
  justify-content: space-between;
}
.img_faq{
  height: 20px;
  width: 20px;
  margin-right: 14px;
  margin-top: 11px;
}


.mob_portfolio_sec{
  display: none;
}



/* about */

.about-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
  background:url(../img/people.png) no-repeat center center/cover;
  height: 50vh;
  color: #fff;
}

.contente {
  max-width: 60%;
  margin-top: 30vh;
  margin-bottom: 30vh;
  color:#dcdfea;
}

.contente h1 {
  font-size: 3em;
  font-weight: bold;
  margin-bottom: 20px;
}

.contente p {
  font-size: 1.2em;
  line-height: 1.5;
}

.features {
  background-color: #ff5722;
  padding: 20px;
  margin-top: 6vh;
  border-radius: 25px;
  max-width: 30%;
}

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.feature-item img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.feature-item p {
  margin: 0;
  font-size: 1em;
}

.story-section {
  padding: 50px;
  color: #333;
}

.main-story h2 {
  font-size: 1.5em;
  color: #666;
  margin-bottom: 10px;
}

.main-story h1 {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 20px;
}

.main-story p {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 20px;
}

.additional-sections {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.additional-sections > div {
  width: 45%;
}

.additional-sections h2 {
  font-size: 1.5em;
  color: #ff5722;
  margin-bottom: 10px;
}

.additional-sections p {
  font-size: 1em;
  line-height: 1.6;
}

#my h1{
  font-size: 2em;
  font-weight: bold;
  background: linear-gradient(90deg, #0000FF, #00FFFF, #0000FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientAnimation 3s infinite;
}

@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}


