body {
    scroll-behavior: smooth;
}
.title {
    margin-top: 5%;
    margin-bottom: 2%;
    font-size: 50px;
}

.sub-title {
    margin-bottom: 2%;
    font-size: 20px;
    margin-bottom: 4%;
}

.learmore {
    width: auto;
    background: black;
    color: white;
    border: none;
    padding: 15px 20px;
    border-radius: 8px;
    letter-spacing: .5px;
    text-decoration: none;
}
.learmore:hover {
    background: rgb(77, 77, 77);
}
.mobile-image {
    display: none;
}
.slider {
    margin-top: 6%;
    border-radius: 10px; 
    width: 800px;
    height: 350px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2%;
}
  
.slides {
    width: 800px;
    height: 350px;
    display: flex;
}
  
.slides input {
    display: none;
} 
  
.slide {
    width: 100%;
    transition: 2s;
}
  
.nav-manual {
    position: absolute;
    width: 800px;
    margin-top: 300px;
    display: flex;
    justify-content: center;
}
  
.manual-btn {
    border: 2px solid #fdfdfd;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}
  
.manual-btn:not(:last-child) {
    margin-right: 40px;
}
  
.manual-btn:hover {
    background: #fdfdfd;
}
  
#radio1:checked ~ .slide1 {
    margin-left: 0;
    transition: 2s;
}
#radio2:checked ~ .slide1 {
    margin-left: -100%;
    transition: 2s;
}
#radio3:checked ~ .slide1 {
    margin-left: -200%;
    transition: 2s;
}
#radio4:checked ~ .slide1 {
    margin-left: -300%;
    transition: 2s;
}



.outer-div {
    background-color: rgba(0, 0, 0, 0.808);
    display: flex;
    padding: 7%;
    width: 100%;
}
  
.automation-image {
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 90%;
    height: 90%;
}
.left {
    float: left;
    display: block;
    width: 50%;
    margin-right: 5%;
}
.right {
    text-align: justify;
    float: right;
    display: block;
    align-items: center;
    width: 50%;
    margin-left: 5%;
}
.outer-div-second{
    background-color: rgb(20, 20, 20);
    padding: 7%;
    display: flex;
    margin: auto;
    width: 100%;
}

.left-second{ 
    text-align: justify;
    float: left;
    display: block;
    width: 50%;
    margin-right: 5%; 
    ;
}

.right-second{
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-left: 5%;
}

.label1 {
    margin-bottom: 5%;
    color: white;
}
  
.label2 {
    margin-bottom: 5%;
    color: rgb(122, 122, 122);
}

.label3 {
    color: white;
}
  
hr {
    margin-bottom: 5%;
}

table {
    background: linear-gradient(45deg, #49a09d, #5f2c82);
    border-radius: 10px;
    width: 100%;
    height: 100%;
	border-collapse: collapse;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.459);
}
th,
td {
	padding: 15px;
	background-color: rgba(255,255,255,0.2);
	color: #fff;
}

thead {
	background-color: #55608f;
}

th {
	text-align: left;
}

.name {
    text-decoration: none;
}

.blogo {
    width: 5%;
    height: 5%;
    margin-top: 7%;
}

.title2 {
    margin-top: 2%;
    margin-bottom: 2%;
    font-size: 50px;
}
.p2 {
    color: rgb(122, 122, 122);
    font-size: 20px;
    margin-bottom: 10px;
}
.p3 {
    color: rgb(122, 122, 122);
    font-size: 20px;
    margin-bottom: 7%;
}

.footer {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 2%;
    background-color: rgb(20, 20, 20);
    display: flex;
    justify-content: center;
}
.first-dent {
    padding-left: 10%;
    padding-right: 10%;
    width: 34%;
    text-align: left;
}
.second-dent {
    padding-left: 10%;
    padding-right: 10%;
    width: 34%;
}
.third-dent {
    padding-left: 10%;
    padding-right: 10%;
    width: 34%;
}

.f-header {
    color: rgb(122, 122, 122);
    margin-bottom: 15px;
}

.f-components {
    text-decoration: none;
    color: white;
    margin-bottom: 10px;
    font-size: 1em;
    font-weight: bolder
}


@media (max-width: 820px) {
    .slider {
        display: none;
    }
    .title {
        font-size: 40px;
    }
    .sub-title {
        font-size: 16px;
        padding: 20px;
    }
    .mobile-image {
        margin-top: 10%;
        padding-left: 20px;
        padding-right: 20px;
        display: flex;
        width: 100%;
        height: auto;
        
    }
    .outer-div {
        flex-direction: column;
        width: 100%;
        padding-top: 10%;
        padding-bottom: 10%;
    }
    .right {
        margin-left: 0%;
        width: 100%;
        text-align: left;
    }
    .left {
        width: 100%;
    }
    .outer-div-second{
        flex-direction: column;
        width: 100%;
        padding-top: 10%;
        padding-bottom: 10%;
    }
    .right-second {
        margin-left: 0%;
        width: 100%;
        
    }
    .left-second {
        width: 100%;
        text-align: left;
    }
    .blogo {
        width: 15%;
        height: 15%;
    }
    .title2 {
        font-size: 22px;
    }
    .p2 {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 16px;
    }
    .p3 {
        font-size: 16px;
    }
    .footer {
        padding: 2%;
    }
    .first-dent {
        display: none;
    }
    .second-dent {
        width: 50%;
    }
    .third-dent {
        width: 50%;
    }
}