@import url(starting.css);

   

/* --------------------------------------main heading  area 
--------------------------------------------------------------------------- .*/
.main-head {
    background: linear-gradient(
        rgba(61, 60, 32, 0.9),
        rgba(224, 37, 156, 0.9)
       
    ) , url(../images/cloud-back.jpg);
    width: 100%;
    height: 50vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
    background-attachment: fixed;
    object-fit: cover;
     
}

.main-head .content h1{
    color: #b9b7b7;
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.main-head .content img{
    padding-top: 2rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 10%;
    width: 10%;
 
    
      
    }


/* --------------------------------------first-section area 
--------------------------------------------------------------------------- */

section.first-section{
   background-color: #fff;
   
}
section.first-section .container{

    text-align: center;
   margin-left: 13rem;
 
}
section.first-section .container .main-content{
    background:var( --pure);

    padding:2rem;
   width: 50%;
 margin-left: 10rem;
    padding-top:2rem;
 
    position: relative;
    border-radius: 4px;
cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all .3s ease-in-out;
}
section.first-section .container .main-content:hover{
    background-color: #cec6c3 ; 
}
section.first-section .container .main-content img{
    width: 30%;
    height: 30%;

}
section.first-section .container .main-content h1{
    font-family: "Raleway-bold";
    font-size: 1.3rem;
    margin-bottom:1rem; 
}
section.first-section .container .main-content h4{
    line-height: 1.6;
    text-align: justify;
    margin-bottom:1rem;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

/* --------------------------------------second-section  area 
--------------------------------------------------------------------------- .*/
section.second-section{
    background-color: #2e2e30;
    width: 100%;
    height: 100vh;
    
    
    }
    section.second-section .container  h1{
        font-family:"Raleway-semibold";
        padding-top: 2rem;
        font-size: 2rem;
        font-weight: 2rem;
        text-align: center;
        color: white;
    
    
    }
    section.second-section .container .webabout{
     padding-top: 3rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    section.second-section .container .webabout img{  
        width: 70%;
        height: 70%;
        margin-left: 3rem;
        border-radius: 20px;
    
    }
    section.second-section  .container .webabout .content hr{
    width: 8rem;
    height: 0.5rem;
    margin-bottom: 1rem;
    background:  linear-gradient(200deg , #7bdee6 30% , #7080ff 80%);
    border: none;
    }
    section.second-section  .container .webabout .content h1{
            font-family:"Raleway-bold";
            text-align: justify;
            font-size: 2rem;
            font-weight: 2rem;
            color: white;
            margin-bottom: 2rem;
    }
    
    section.second-section  .container .webabout .content h4{
        font-family:"Raleway-regular";
        font-size: 1rem;
        font-weight: 1rem;
        color: rgb(131, 131, 131);
        margin-bottom: 2rem;
        text-align: justify;
    }
    
/* --------------------------------------third-section  area 
--------------------------------------------------------------------------- */

section.third-section {
    background-color:var(--light);
     
    padding-bottom: 5rem;
   
    width: 100%;
 
  
}

section.third-section .container h1{

padding: 2rem 0rem;
    font-family: "Raleway-extrabold";
    font-size: 2.5rem;
    font-weight: 1rem;
  line-height: 1.5;
  text-align: center;
}
section.third-section .container .about-us-section{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
section.third-section .container .about-us-section .about-right img{
    width: 90%;
    height: 90%;
    margin-left: 50px;
    margin-top: 50px;
    align-items:center;
}
section.third-section .container .about-us-section .about-left .first img{
    width: 10%;
    height: 10%;
    margin-right: 1rem;
    align-items:center;
}
section.third-section .container .about-us-section .about-left .first{
    display: flex;
    justify-content: space-between;
    align-items:center;
    margin-bottom: 1rem;
}
section.third-section .container .about-us-section .about-left h2{
    font-size: 2rem;
    font-weight: 2rem;
    line-height: 0.5rem;
    font-family: "Raleway-bold";
    padding: 3rem 2rem;

}
section.third-section .container .about-us-section .about-left .first h3{
    font-size: 1rem;
    font-weight: 1rem;

    font-family: "Raleway-semibold";
    
}
.btn{
    padding:0.75rem 0.75rem;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    line-height:0.8;
    font-size:1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border:1px solid transparent;
}

.btn-primary {
    background:var(--primary);
    color:var(--heaven);
}
.btn-primary:hover{
    background:var(--heaven);
    color:var(--primary); 
    border:1px solid var(--primary);
}
.btn-secondary{
    background:rgb(94, 110, 255);
    color:var(--heaven); 
}
.btn-secondary:hover{
    background:#aeb8fd;
    color:var(--secondary); 
  
    transform: translateY(-4px);
}
section.third-section .container .btn-wrapper{
    text-align: center;
}

      
/* -------------------------------------third content  area 
--------------------------------------------------------------------------- */
section.third-content{
    width: 100%;
    height: 100vh;
    background-color: #040516;
}
section.third-content .container hr{
    display: block;
  align-items: center;
    
    height: 0.5rem;

    background:  linear-gradient(200deg , #7bdee6 30% , #7080ff 80%);
    border: none;

}
section.third-content .container h2{
    font-size: 2rem;
    font-weight: 2rem;
    font-family:"Raleway-extrabold";
    text-align: center;
    color: white;
padding-top: 2rem;

}
section.third-content .container p{
    font-size: 1rem;
    font-weight: 2rem;
    font-family:"Raleway-regular";
    text-align: center;
    color: #737385;
    padding-top: 2rem;
    padding-bottom: 2rem;


}
section.third-content .collapsible {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
  }
  
  .active, .collapsible:hover {
    background-color: #555;
  }
  
  section.third-content .collapsible:after {
    content: '\002B';
    color: rgb(179, 17, 17);
    font-weight: bold;
    float: right;
    font-size: 2rem;
    margin-left: 5px;
  }
  
  .active:after {
    content: "\2212";
  }
  
  section.third-content .content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color:#040516;
  }

  

   /* --------------------------------------forth-section
--------------------------------------------------------------------------- */

section.forth-section{
   
    background-color: #090a11;
    padding: 4rem 0rem;
}
section.forth-section .container{
    padding-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.forth-section .container .first-content img{
    height: 100%;
    width: 100%;
    padding-left: 2rem;
   
   
    border-radius: 20px;
}
section.forth-section .container .second-content  > * h1{
    font-family:"Raleway-extrabold";
    padding-top: 1rem;
    font-size: 1.5rem;
    font-weight: 2rem;
    text-align: center;
    color: white;
}
section.forth-section .container .second-content  > * h4{
  
    font-family:"Raleway-semibold";
    padding-top: 1rem;
    font-size: 1rem;
    font-weight: 2rem;
    text-align: center;
    color: #737385;
    margin-bottom: 2rem;
    text-align: justify;
}
section.forth-section .container .second-content hr{
display: inline-block;

    width: 4em;
height: 0.5rem;
margin-top: 1rem;
background:  linear-gradient(200deg , #7bdee6 30% , #7080ff 80%);
border: none;
}

/* --------------------------------------sixth  section 
--------------------------------------------------------------------------- */

section.sixth-section {
    background: linear-gradient(
        rgba(233, 228, 81, 0.9),
        rgba(224, 37, 156, 0.9)
       
    ) , url(../images/eal.jpg);
    width: 100%;
    height: 50vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
    background-attachment: fixed;
    object-fit: cover;
     
}
section.sixth-section .container .left-look h1{
    font-size: 2rem;
    font-weight: 2rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #494646;
  padding: 2rem 0rem;

    text-align: left;
}
section.sixth-section .container .left-look .contact-button{
    margin-bottom: 100px;
    padding: 1rem;
 border-radius: 10px;
 text-decoration: none;
   line-height:0.8;
   font-size:1.2rem;
   cursor: pointer;
   background:rgb(16, 29, 209);
   color:var(--heaven); 
   transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   border:1px solid transparent; 
}
section.sixth-section .container .left-look .contact-button:hover{
    background:#aeb8fd;
    color:var(--secondary); 
  
    transform: translateY(-4px);
}



   /* --------------------------------------forth-section
--------------------------------------------------------------------------- */

section.forth-section{
   
    background-color: #090a11;
    padding: 4rem 0rem;
}
section.forth-section .container{
    padding-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.forth-section .container .first-content img{
    height: 100%;
    width: 100%;
    padding-left: 2rem;
   
   
    border-radius: 20px;
}
section.forth-section .container .second-content  > * h1{
    font-family:"Raleway-extrabold";
    padding-top: 1rem;
    font-size: 1.5rem;
    font-weight: 2rem;
    text-align: center;
    color: white;
}
section.forth-section .container .second-content  > * h4{
  
    font-family:"Raleway-semibold";
    padding-top: 1rem;
    font-size: 1rem;
    font-weight: 2rem;
    text-align: center;
    color: #737385;
    margin-bottom: 2rem;
    text-align: justify;
}
section.forth-section .container .second-content hr{
display: inline-block;

    width: 4em;
height: 0.5rem;
margin-top: 1rem;
background:  linear-gradient(200deg , #7bdee6 30% , #7080ff 80%);
border: none;
}






/* --------------------------------------footer  area 
--------------------------------------------------------------------------- */

section.footer {
    background: linear-gradient(
        rgba(78, 77, 43, 0.9),
        rgba(78, 43, 65, 0.9)
    ), url(../images/pic.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    object-fit: cover;
     
}

section.footer .container .footer-section{
    display: flex;
    justify-content: space-between;

   
   
}

section.footer .container .footer-section .first-1{
    margin-right: 2rem;
    width: 60%;
padding-top: 2rem;
}

section.footer .container .footer-section .first-1 h1{
    font-size: 1rem;
    font-weight: 1rem;
    font-family: "Raleway-extrabold";
    color: var(--pure);
   padding-top: 2rem;
   padding-left: 5rem;
   padding-bottom: 0.5rem;
   

}
section.footer .container .footer-section .first-1 hr{
    border: 2px solid rgb(167, 247, 167);
    border-radius: 10px;
    margin-bottom: 1rem;
   
  
    

}
section.footer .container .footer-section .first-1 .company-information img{
    width: 100%;
    height: 100%;
    padding: 1rem 0rem;

}
section.footer .container .footer-section .first-1 .company-information p{
    font-size: 1rem;
    font-weight: 1rem;
    font-family: "Raleway-medium";
    color: var(--heaven);
    text-align: justify;
}

section.footer .container .footer-section .first-2{
    padding-top: 2rem;
  
}

section.footer .container .footer-section .first-2 h1{
    font-size: 1rem;
    font-weight: 1rem;
    font-family: "Raleway-extrabold";
    color: var(--pure);
   padding-top: 2rem;
   padding-left: 5rem;
   padding-bottom: 0.5rem;
   

}
section.footer .container .footer-section .first-2 hr{
    border: 2px solid rgb(167, 247, 167);
    border-radius: 10px;
    margin-bottom: 1rem;
    width: 200px;
  
   
  
    

}
section.footer .container .footer-section .first-2 ul {
    list-style-type: none;
}

section.footer .container .footer-section .first-2 ul li{
    padding-top: 1rem;
}
section.footer .container .footer-section .first-2 ul li a {
    padding-top: 2rem;
    color:var(--pure);
    text-decoration: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
section.footer .container .footer-section .first-2 ul li a {
    padding-left: 0.5rem;
    padding-top: 2rem;
    color:var(--pure);
    text-decoration: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
section.footer .container .footer-section .first-2 ul li a:hover{
    color:#aeb8fd;
 
  
    transform: translateY(-4px);
}
section.footer .container .footer-section .first-2 ul li img{
    width: 5%;
}
section.footer .container .social-icons{
    padding: 5rem 5rem;
    text-align: center;
}
section.footer .container .social-icons  a img{
    width: 5%;
    height: 5% ;
    margin-right: 2rem;

}
section.footer  .copyright {
    padding: 0.5rem;
    background-color: #282730;
    text-align: center;
}
section.footer  .copyright p{
    color: var(--heaven);
    font-family: "Raleway-extrabold";
    font-weight: 1rem;
    font-size: 1rem;
}
section.footer  .copyright p  a .span{
    text-decoration: none;
    font-size: 1rem;
    font-weight: 1rem;
    font-family: "Raleway-extrabold";
    color: #232fdf;
}

section.footer .container .footer-section .first-3{
    padding-top: 2rem;
}
section.footer .container .footer-section .first-3 h1{
    font-size: 1rem;
    font-weight: 1rem;
    font-family: "Raleway-extrabold";
    color: var(--pure);
   padding-top: 2rem;
   padding-left: 5rem;
   padding-bottom: 0.5rem;
   

}
section.footer .container .footer-section .first-3 hr{
    border: 2px solid rgb(167, 247, 167);
    border-radius: 10px;
    margin-bottom: 1rem;
   
  
    

}
section.footer .container .footer-section .first-3 ul {
    list-style-type: none;
}
section.footer .container .footer-section .first-3 ul li{
    padding-top: 1rem;
    display: flex;
}

section.footer .container .footer-section .first-3 ul li a {
    margin-top: 2rem;
    padding-left: 0.5rem;
    margin-bottom: 2rem;
  
    color:var(--pure);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-decoration: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
section.footer .container .footer-section .first-3 ul li a:hover{
    color:#aeb8fd;
 
  
    transform: translateY(-4px);
}
section.footer .container .footer-section .first-3 ul li img{
    width: 13%;
    
}
section.footer .container .footer-section .first-3 ul li p{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1rem;
    font-weight: 1rem;
    color: var(--light); 
    padding-left: 1rem;
    padding-top: 1rem;
}
.project-detail .container .project-wrapper .project-right img{
    margin-left: 50px;
}
.project-detail .container .project-wrapper .project-left .counter-wrapper{
    margin-left: 100px;
}






.nav-background .mobile-logo{
    padding:1rem;
}
.nav-background .mobile-nav{
    padding:1rem;
}
.nav-background .mobile-nav ul{
    list-style-type: none;
}
.nav-background .mobile-nav ul li{
    margin-bottom:1rem;
}
.nav-background .mobile-nav ul li a{
    text-decoration: none;
    color:var(--secondary);
    font-family: "Raleway-medium";
}
.nav-background .mobile-nav ul li a:hover{
    color:var(--primary);
}
.nav-background .contact, .nav-background .time{
    padding:1rem;
    padding-left:0;
}
.nav-background .contact img, .nav-background .time img{
    margin-right:1rem;
}
.nav-background .contact h5,.nav-background .time h5{
    font-family:"Raleway-bold";
    margin-bottom:0.25rem;
    font-size:1rem;
}
.nav-background .contact h6, .nav-background .contact h6{
    font-size: 0.75rem;
}
.nav-background .cart{
    margin-bottom:2rem;
}
.nav-background .cart a{
    color:var(--secondary);
    text-decoration: none;
    font-family: "Raleway-bold";
}
.nav-background .cart img{
    margin-right:0.75rem;
    width:20px;
    height:20px;
}









/* --------------------------------------media-query
--------------------------------------------------------------------------- */

@media (max-width:1200px){




    
}


@media (max-width:992px){
  

    header.upper-header .container{
        flex-direction: column;
    }

     
    section.footer .container .footer-section{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    section.first-section .container{

        text-align: center;
       margin-left: 6rem;
     
    }
    section.second-section{
        background-color: #2e2e30;
        width: 100%;
        height: auto;
        
        
        }
    section.second-section .container .webabout{
        padding-top: 3rem;
           flex-direction: column;
     
           align-items: center;
       }

       section.forth-section .container{
        padding-top: 2rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    } 
}

@media (max-width:768px){

    header.header1 .container .second-header-right{
        display: none;
    }
   

    header.header1 .second-header-left .logo img{
        margin-left: 1rem;
      }








section.footer .container .footer-section{
    display: flex;
    flex-direction: column;
} 


    header.upper-header{
        display: none;
    }
    
    nav.last-header{
        display: none;
    }
    .main-site-wrapper{
        position: relative;
    }
    
.main-site-wrapper .mobile-navbar{
    width: 100%;
    height: 100vh;
    background: #e7f5ff;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
   
   
    transform: translateY(-100%);
    transition: all 0.8s linear;
   
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 99999;

}
.open .mobile-navbar{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
 
  }



.main-site-wrapper .mobile-navbar .back{
    position: absolute;
    top: 1rem;
   right: 3rem;
   width: 4rem;
   height: 3rem;
   z-index: 1;
   cursor: pointer;
}
.main-site-wrapper .mobile-navbar ul{
    margin-top: 5REM;
    list-style-type: none;
    
}
.main-site-wrapper .mobile-navbar ul li{
    
    margin-top: 1rem;

}
.main-site-wrapper .mobile-navbar ul li  img{
    width: 5%;
    height: 5%;
}
.main-site-wrapper .mobile-navbar ul li .dropdown .dropdown-content{
    display: none;
    position: absolute;
    background-color: #f3f3f3;
    min-width: 155px;
    min-height: 100px;
    box-shadow: 0px 8px 16px 0px rgb(0,0,0,0.2);
    z-index: 99;
    cursor: pointer;
    top: -30%;
    right: 0%;
    left: 100%;
  
    border-radius:  0px 30px 30px 30px;

    
}
.main-site-wrapper .mobile-navbar ul hr{
    margin-top: 0.3rem;
 
}
.main-site-wrapper .mobile-navbar ul li a{
    text-decoration: none;
   font-size: 1rem;
 
}

    .mobile-menu-icons{
    display: block;
    position: absolute;
    top: 0.2em;
    right: 2rem;
    
    
    }
    .mobile-menu-icons .menu{
        width: 5rem;
        height: 3rem;
        cursor: pointer;
        z-index: 999;
    }

    .main-site-wrapper .mobile-navbar .down-logo img{
        position: absolute;
        top: 1rem;
       left: 1rem;
      
       z-index: 1;
       cursor: pointer;
        width: 60%;
        height: 7%;
    }


    .main-site-wrapper .mobile-navbar  .mobile-copyright {
        position: absolute;
        bottom: 3rem;
       right: 3rem;
       width: 4rem;
       height: 3rem;
       z-index: 1;
       cursor: pointer;
        width: 80%;
        height: 8%;
        padding: 0.5rem;
        background-color: #848882;
        text-align: center;
    }
    .main-site-wrapper .mobile-navbar   .mobile-copyright p{
        color: var(--heaven);
        font-family: "Raleway-extrabold";
        font-weight: 1rem;
        font-size: 1rem;
    }
    .main-site-wrapper .mobile-navbar    .mobile-copyright p  a .span{
        text-decoration: none;
        font-size: 1rem;
        font-weight: 1rem;
        font-family: "Raleway-extrabold";
        color: #232fdf;


    }

  
  /* The container <div> - needed to position the dropdown content */
  .main-site-wrapper .mobile-navbar .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .main-site-wrapper .mobile-navbar .dropdown  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .main-site-wrapper .mobile-navbar .dropdown  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .main-site-wrapper .mobile-navbar .dropdown .dropdown-content a:hover {background-color: #f1f1f1}
  
  /* Show the dropdown menu on hover */
  .main-site-wrapper .mobile-navbar  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .main-site-wrapper .mobile-navbar .dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

}




@media (max-width:576px){


    .main-head {
      
        width: 100%;
        height: 24vh;
        background-size: contain;
        background-repeat: no-repeat;
        background-position:top;
        background-attachment: fixed;
        object-fit: cover;
         
    }
  
    section.sixth-section {
      
        width: 100%;
        height: 50vh;
        background-size: contain;
        background-repeat: no-repeat;
        background-position:center;
        background-attachment: fixed;
        object-fit: cover;
         
    }
section.footer .container .footer-section .first-1{
  
    width: 100%;
padding-top: 2rem;
}

   section.footer .container .social-icons{
       display: flex;
       justify-content: center;
       align-items: center;
   }
   section.footer .container .social-icons  a img{
    width: 70%;
    height: 70% ;
    margin-right: 2rem;

}
 

section.footer .container .footer-section .first-2{
    padding-top: 2rem;
    padding: 1rem 1rem;
  
}

section.footer .container .footer-section .first-3{
    padding-top: 2rem;
    padding: 1rem 1rem;
}

section.footer .container .footer-section .first-1 h1{
    font-size: 2rem;
    font-weight: 1rem;
    font-family: "Raleway-extrabold";
    color: var(--pure);
   padding-top: 2rem;
   padding-left: 8rem;
   padding-bottom: 0.5rem;
   

}

section.footer .container .footer-section .first-2 h1{
    font-size: 2rem;
    font-weight: 1rem;
    font-family: "Raleway-extrabold";
    color: var(--pure);
   padding-top: 2rem;
   padding-left: 7rem;
   padding-bottom: 0.5rem;
   

}
section.footer .container .footer-section .first-2 hr{
    border: 2px solid rgb(167, 247, 167);
    border-radius: 10px;
    margin-bottom: 1rem;
    width: 300px;
  
   
  
    

}


 section.first-section .container{

     text-align: center;
margin-left: 0rem;
  
 }
 section.first-section .container .main-content{
     background:var( --pure);

     margin-left: 0rem;
    width: 100%;

     padding-top:2rem;
  

     border-radius: 4px;
 cursor: pointer;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     -ms-border-radius: 4px;
     -o-border-radius: 4px;
     transition: all .3s ease-in-out;
 }

 section.second-section{
    
    height: auto;
    
    
    }
    section.second-section .container  h1{
text-align: left;
    }
   
    section.second-section .container .webabout img{  
padding-bottom: 4rem;
    
    }

    section.second-section  .container .webabout .content h1{
            font-family:"Raleway-extrabold";
            padding: 1rem 1rem;
    }
    
    section.second-section  .container .webabout .content h4{
        padding: 1rem 1rem;
    }
    section.forth-section .container .second-content  > * h4{
        padding: 1rem 1rem;
    }
    section.third-content .container p{
       
        text-align: justify;
      
    
    }
}