* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

ul{
    list-style: none;
}

a{
    text-decoration: none;
}
.main{
    width: 100%;
    height: 100vh;
    /* background-image: url(../assets/poduct\ bg.png);
    background-size: cover;
    background-position: top left; */
    position: relative;
}
.logo img{
    height: 40px;
}
nav{
    position: sticky;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0px 30px;
    background-color: #fff;
    box-shadow: 2px 2px 20px #5a76fd21;
    z-index: 1;
    width: 100%;
    left: 0px;
    top: 0px;
}
nav ul{
    display: flex;
    margin: 0px;
    padding: 0px;
}
nav ul li a{
    height: 40px;
    line-height: 43px;
    margin: 8px;
    padding: 0px 22px;
    display: flex;
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 400;
    color: #22252e;
    letter-spacing: 1px;
}
nav ul li a:hover{
    background-color: #5a76fd;
    color: #fff;
    box-shadow: 5px 10px 30px rgba(90, 118, 253, 0.5);
    transition: all ease 0.2s;
    
}
.home-content{
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
}
.home-img{
    width: 500px;
    height: 400px;
    margin: 20px;
}

.home-banner{
    width: 100%;
}
.home-img-banner{
    width: 100%;
    height: auto;
}

.home-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.home-text{
    width: 500px;
    margin: 20px;
}
.home-text h1{
    font-size: 3.5rem;
    line-height: 55px;
    color: #000000;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0px;
}
.home-text p{
    font-size: 1.5rem;
    color: #000000;
}
.home-text p font{
    font-size: 1.5rem;
    color: #000000;
    letter-spacing: 1px;
    font-weight: 700;
}
.main-login{
    margin-top: 10px;
    width: 120px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #436fdd;
    color: #fff;
    box-shadow: 5px 10px 30px rgba(90, 118, 253, 0.5);
    text-transform: uppercase;
}
.main-login:hover{
    background-color: #5a62fd;
    transition: all ease 0.3s;
}
.timing{
    position: absolute;
    left: 20%;
    bottom: 30px;
    transform: translateX(-20%);
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.office-time,
.office-number{
    margin: 0px 20px;
}
.office-time h3,
.office-number h3{
    font-weight: 700;
    color: #22252e;
    font-size: 1.6rem;
    margin: 0px;
}
.office-time p{
    color: #777474;
    font-size: 1.1rem;
}
.office-time font,
.office-number font{
    color: #7b92fd;
    font-weight: 700;
}
.arrow{
    align-self: end;
    width: 50%;
    border-right: 1px solid #5a76fd;
    height: 20%;
    margin-bottom: 4em;
    position: absolute;
    bottom: 5px;
    right: 70px;
    animation: arrow-animation ease 1.5s;
}
.arrow::after{
    content:'';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 11px 0px 11px;
    border-color: #5a62fd transparent transparent transparent;
    right: -0.7em;
    bottom: -2px;
}
.scroll{
    position: absolute;
    bottom: 20px;
    right: 55px;
    font-weight: 600;
}


.iletisim-content{
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    background-color: #fff;
}
@keyframes arrow-animation{
    0%{
        bottom: 70px;
        opacity: 0.2;
    }
    100%{
        bottom: 5px;
        opacity: 1;
    }
}

.services{
    background-size: 1000px;
    background-position: center;
}

.services-heading{
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    background-color: #fff;
}
.services-heading h1{
    line-height: 55px;
    font-size: 2.4rem;
    color: #22252e;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0px;
}
.services-heading h2{
    line-height: 55px;
    font-size: 2.0rem;
    color: #22252e;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0px;
}
.services-heading h3{
    line-height: 55px;
    font-size: 1.8rem;
    color: #22252e;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0px;
}
.services-heading h4{
    line-height: 55px;
    font-size: 1.6rem;
    color: #22252e;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0px;
}
.services-heading p{
    font-size: 1rem;
    color: #777474;
    width: 50%;
}
.box-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 20px;
}
.box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 440px;
    text-align: center;
    box-shadow: 2px 2px 20px rgba(90, 118, 253, 0.15);
    border-radius: 10px;
    background-image:url("/assets/bg.webp");
    margin: 20px;
    flex-grow: 1;
}
.box img{
    height: 250px;
    margin: 10px;
}
.box h5{
    font-size: 1.5rem;
    color: #22252e;
    letter-spacing: 1px;
    font-weight: 700;
}
.box p{
    font-size: 1rem;
    color: #777474;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 500px;
}
.box a{
    width: 150px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #5a76fd;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 600;
    font-size: 0.9rem;
    color: #5a76fd;
    margin: 10px;
}
.box a:hover{
    background-color: #5a76fd;
    color: #fff;
    box-shadow: 5px 10px 30px rgba(90, 118, 253, 0.5);
    transition: all ease 0.3s;
}
nav .menu-btn{
    display: none;
}

.box-container2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 20px;
}
.box2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 350px;
    text-align: center;
    box-shadow: 2px 2px 20px rgba(90, 118, 253, 0.15);
    border-radius: 10px;
    background-image:url("/assets/bg.webp");
    margin: 20px;
    flex-grow: 1;
}
.box2 img{
    height: 100px;
    margin: 10px;
}
.box2 h5{
    font-size: 1.5rem;
    color: #22252e;
    letter-spacing: 1px;
    font-weight: 700;
}
.box2 p{
    font-size: 1rem;
    color: #777474;
    display: block;
    /* display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; */
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 500px;
}

.boxImg img{
    height: 270px;
}

.ytb-link{
    width: 50%;
    height: 30vh;
    margin: 2vw 25%;
}
.strong{
    font-weight: bold;
}


@media(max-width:1100px){
    
    .ytb-link{
        width: 90%;
        height: 30vh;
        margin: 5vw 5%;
    }

    nav{
        justify-content: space-between;
        height: 65px;
        position: sticky;
        z-index: 1004;
    }
    .menu{
        display: none;
        position: absolute;
        top: 65px;
        left: 0px;
        background-color: #fff;
        border-bottom: 4px solid #5a76fd;
        width: 100%;
        z-index: 1002;
    }
    .menu li{
        width: 100%;
    }
    .menu li a{
        width: 100%;
        height: 40px;
        justify-content: center;
        align-items: center;
        margin: 0px;
        padding: 25px;
        border: 1px solid rgba(38, 38, 38, 0.03);
    }
    nav .menu-icon{
        cursor: pointer;
        float: right;
        padding: 28px 20px;
        position: relative;
        user-select: none;        
    }
    nav .menu-icon .nav-icon{
        background-color: #333333;
        display: block;
        height: 2px;
        position: relative;
        transition: background 0.2s ease-out;
        width: 18px;
    }
    nav .menu-icon .nav-icon:before,
    nav .menu-icon .nav-icon:after{
        background-color: #333333;
        content:'';
        display: block;
        height: 100%;
        position: absolute;
        transition: all ease-out 0.2s;
        width: 100%;
    }
    nav .menu-icon .nav-icon:before{
        top: 5px;
    }
    nav .menu-icon .nav-icon:after{
        top: -5px;
    }
    nav .menu-btn:checked ~ .menu-icon .nav-icon{
        background: transparent;
    }
    nav .menu-btn:checked ~ .menu-icon .nav-icon:before{
        transform: rotate(-45deg);
        top: 0;
    }
    nav .menu-btn:checked ~ .menu-icon .nav-icon:after{
        transform: rotate(45deg);
        top: 0;
    }
    nav .menu-btn{
        display: none;
    }
    nav .menu-btn:checked ~ .menu{
        display: block;
    }
    
    nav ul li a{
        color: #000000;
    }
    .home-img{
        position: relative;
        z-index: -1;
        display: none;
    }

    .home-img-banner{
        height: auto;
    }

    .home-content{
        top: 40%;
    }
    .home-text{
        position:absolute ;
        width: 100%;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        height: 100%;
        padding: 10px;
        background-color: transparent;
        border-radius: 20px;
    }
    .home-text h1{
        color: #000000;
        font-size: 3rem;
        border: 1px solid #fff;
        border-radius: 10px;
    }
    .home-text p{
        color: #000000;
        font-size: large;
        margin: 10px 0px 20px 0px;
        width: 50%;
    }
    .home-text p font{
        color: #000000;
        font-size: large;
        margin: 10px 0px 20px 0px;
        width: 50%;
    }

    .arrow{
        height: 70px;
    }
    .main{
        background-size: 500px;
    }
    .timing,.arrow,.scroll{
        bottom: 50px;
    }
}
@media (max-width:720px) {
    .home-text p{
        width: 70%;
        text-align: center;
    }
    .office-number,
    .office-time{
        flex-grow: 1;
        margin: 10;
    }
    .office-number h3,
    .office-time h3{
        font-size: 1rem;
    }
    .office-time p,
    .office-number p{
        font-size: 0.8rem;
    }
    .arrow,.scroll{
        display: none;
    }
    .home-content h1{
        font-size: 1.9rem;
        padding: 10px 10px;
        line-height: 30px;
    }
    .timing{
        width: 100%;
        flex-wrap: wrap;
        margin: 0px;
        padding: 0px 20px;
    }
    .services-heading{
        margin: 20px;
    }
    .services-heading h2{
        font-size: 1.7rem;
        line-height: 40px;
    }
    .services-heading p{
        width: 100%;
    }
    .box{
        width: 100%;
        margin: 20px 0px !important;
        padding: 0px 20px;
        flex-grow: 1;
    }
    .box img{
        height: 170px;
        width: 100%;
        object-fit: contain;
    }

}

.contact-page-sec{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 20px;
    padding-top: 50px;
}

.contact-info-icon {
    margin-bottom: 15px;
}
.contact-info-item {
    display: block;
    background: #546579;
    padding: 30px 30px;
    margin: 10px 10px;
    width: 400px;
}
.contact-info-icon i {
    font-size: 48px;
    color: #fda40b;
}
.contact-info-text p{
    margin-bottom:0px;
}
.contact-info-text h2 {
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}
.contact-info-text span {
    color: #f8f8f8;
    font-size: 16px;
    display: inline-block;
    width: 100%;
}