/*=========
fonts
===========*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,700&display=swap');

body {	
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;    
	background: #fff;
	color: #191919;	
}

a {
    display: inline-block;
    text-decoration: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

a:visited,
a:hover,
a:active {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

::selection {
    color: white; 
    background: #ff7675;
}

::-webkit-selection {
    color: white; 
    background: #ff7675;
}

::-moz-selection {
    color: white; 
    background: #ff7675;
}

/*scrollto-top*/
.scrollto-top {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0,0,0,.5);   
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrollto-top:hover {   
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
}

/*===================
header-area start
=====================*/


/* menu-section */
.menu-section {
    border-bottom: 1px solid #0000001c;
}

.menu-area {
    padding: 30px 0;
    text-align: center;
}

.menu-bar ul li {
    display: inline-block;
}

.menu-bar ul li a {
    padding: 0 12px;
    font-size: 18px;
    color: #191919;
    font-weight: 600;
    transition: 0.3s;
}

.menu-bar ul li a:hover {
    color: #4b4848;
}

.offcanvas-body {
    margin: 0;
    padding: 0;
}


.offcanvas-body {
    margin: 0;
    padding: 0;
}

.offcanvas-body .mobile-menu-bar {
    padding-top: 30px;
}

.offcanvas-body .mobile-menu-bar ul li {
    display: block;
    cursor: pointer;
}

.offcanvas-body .mobile-menu-bar ul li a {
    padding: 12px 32px;
    color: #191919;
    transition: 0.4s;
}

.offcanvas-body .mobile-menu-bar ul li:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-left: 2px solid #475A88;
}

.off-menu-bar i {
    color: #191919;
}


/* menu-section */



.top-title h1 {
    margin: 20px 0px 10px;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.main-area {
    padding: 120px 0px 120px;
    background-image: linear-gradient(0.98deg, #485B8C 1.11%, rgba(8, 20, 1, 0) 290.54%), url(images/ai.jpg);
    background-size: cover;
    background-position: center;
}

.content h1 {
    color: #FFFFFF;
    font-size: 45px;
    font-weight: 700;
}

.content p {
    color: #FFFFFF;
    font-size: 18px;
    font-size: 500;
}

.meta-item {
    margin-top: 30px;
}

.meta-item h3 {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 600;
}

.discription p {
    font-size: 18px;
    font-weight: 600;
}

/*main-wrapper area start*/

.main-wrapper {
    padding: 30px 0px 50px;
}

.about-title h3 {
     color:  #252525;
    font-size:  36px;
    font-weight: 500;
}

.about-title h4 {
    color: #252525;
    font-size: 24px;
    font-weight: 500;

}

.about-title p {
    color:  #252525;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 3rem;
}

.about-title span {
    font-size: 20px;
    font-weight: 700;
}

.about-contents h3 {
    color:  #252525;
    font-size: 18px;
    font-weight: 700;
}

.about-contentss h3 {
    color:  #252525;
    font-size: 17px;
    font-weight: 700;
}

/*end*/

/*service-area start*/

.about-area {
    background-image: url(images/linear-back.png);
    background-size: cover;
    background-position: center;
    padding: 40px 0px 40px;
}

.our-title h3 {
     color: #ffff;
  font-size: 36px;
  font-weight: 500;
}

.box-area {
    margin-top: 4rem;
}

.box-area h4 {
    color: #fbf6f8;
  font-size: 28px;
  font-weight: 600;
}

.box-area p {
   color: #FFFFFF;
   font-weight: 500; 
}

.box-areas {
    margin-top: 4rem;
}

.box-areas h4 {
    color: #fbf6f8;
     font-weight: 600;
    font-size: 21px;
}

.box-areas p {
     color: #FFFFFF;
   font-weight: 500;
}

/*about area end*/



/*Industries start*/


.industries-area {
    background-image: url(images/industries.png);
    background-size: cover;
    background-position: center;
    padding: 20px 0px 20px;
}

.industries-title h3 {
    font-size: 36px;
  font-weight: 500;
}

.industries-title P {
    font-size: 18px;
    font-weight: 400;
}

.industries-item {
    margin-top: 4rem;
}

.industries-item h4 {
    font-size: 25px;
    font-weight: 600;
}

.industries-item p {
    font-size: 18px;
    font-weight: 400;
}

/*end*/

/*Why Choose Synalytico start*/

.choose-area {
    padding: 30px 0px 50px;
}

.choose-tile h3 {
     font-size: 36px;
  font-weight: 500;
}

.choose-item {
    margin-top: 4rem;
}

.choose-item h4 {
    /*! color: #fbf6f8; */
  font-size: 20px;
  font-weight: 600;
}

.choose-item p {
    font-size: 14px;
    font-weight: 400;
}

/*end*/

.contact-area {
    background: #F8F8F8;
    padding: 30px 0px 30px;
}

.contact-title h2 {
    font-size: 36px;
  font-weight: 500;
    margin-bottom: 4rem;
}

.contact-item h3 {
    font-size: 20px;
    font-weight: 500;
}

.input-group {
    margin-bottom: 15px;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #555;
}

input, textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

button {
    width: 100%;
    padding: 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

button:hover {
    background-color: #45a049;
}

/*end*/

.footer-area {
    padding: 20px 0px 20px;
}

.footer-item h3 {
    font-size: 18px;
    font-weight: 600;
}

/*....*/

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #333;
    padding: 10px 20px;
}

.navbar .logo {
    color: white;
    font-size: 24px;
    font-weight: bold;
}

.navbar .menu-icon {
    display: none;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

.nav-links {
    list-style-type: none;
    display: flex;
}

.nav-links li {
    margin-left: 20px;
}

.nav-links a {
    color: white;
    text-decoration: none;
    padding: 10px;
    font-size: 16px;
}

.nav-links a:hover {
    background-color: #ddd;
    color: black;
}


/* Responsive Styles */
@media (max-width: 768px) {
    .nav-links {
        display: none;
        width: 100%;
        text-align: center;
        background-color: #333;
        position: absolute;
        top: 50px;
        left: 0;
    }

    .nav-links li {
        width: 100%;
        margin: 0;
    }

    .menu-icon {
        display: block;
    }

    .nav-links.active {
        display: block;
    }
}
