@font-face {
  font-family: "Barmeno";
  src: url("barmeno.otf") format("opentype");
  font-display: swap;
}



*{
    font-family: Barmeno;
}
.top{
    background-color: #1f59db;
    height: 50px;
    display: flex;
    align-items: center;
}
.top a{
    color:white;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
}
nav ul li a button{
    width:130px;
    height: 45px;
    background-color: #1f5bdb;
    color:white;
    border:none;
}
.main{
    padding-top:50px;
    padding-bottom:50px;
    display: flex;
    align-items: center;
    min-height: 80vh;
    background-image:url(https://html.ditsolution.net/toptech/assets/images/home-3/hero-bg.jpg);
}
.main-title1{
    color:white;
    text-transform: uppercase;
    font-family: Barmeno;
    font-weight: 500;
    font-size:20px;
}
.main-title2{
    color:white;
    font-weight: bold;
    font-family: Barmeno;
    font-size:60px;
}
.main-text{
    color:white;
    font-family: Barmeno;
    font-size:20px;
    opacity: 0.8;
}
.main-button1{
    width: 160px;
    height: 55px;
    background-color: #1f5bdb;
    color:white;
    border:none;
    border-radius: 5px;
    font-size:18px;
    font-family: Barmeno;
    font-weight: 600;
}
.main-button2{
     width: 160px;
    height: 55px;
    background-color: #262664;
    color:white;
    border:none;
    border-radius: 5px;
    font-size:18px;
    font-family: Barmeno;
    font-weight: 600;
}
.services{
    min-height: 800px;
    background-color: #f3f8fc;
    padding-bottom:100px;
}
.kurslar{
    min-height: 800px;
    background-color: #f3f8fc;
    padding-bottom:100px;
}
.blogs{
     min-height: 800px;
    background-color: #03004a;
    padding-bottom:100px;
}
.service-box{
    height: 300px;
    background-color: white;
    padding:20px;
    transition:0.5s;
}

.service-box:hover{
    background-color: #e5f0fb;
}
.service-box h3{
    font-family: Barmeno;

}
.service-box p{
    font-family: Barmeno;
    color:black;
    opacity:0.7;
    font-size:18px;
}
.service-title1{
    color:#1f5bdb;
    text-align: center;
    font-family: Barmeno;

    font-size:18px;
    margin-top:30px;
    margin-bottom:5px;
}
.service-title2{
    font-weight: 900;
    font-family: Barmeno;
    text-align: center;
    font-size:40px;
    margin-bottom:50px;
}
.call-section{
    display: flex;
    align-items: center;

    background-image:url(https://html.ditsolution.net/toptech/assets/images/home-3/contact-bg.jpg);
}
.call-text1{
    font-family: Barmeno;
    color:white;
    font-weight: 400;
    font-size:24px;
    margin-top:20px;
}
.call-section h2{
    color:white;
    font-family: Barmeno;
    font-weight: bold;
    font-size:45px;
    margin-top:10px;
}
.call-section p{
    color:white;
    font-size:20px;
    font-family: Barmeno;
    margin-top:10px;
    margin-bottom:10px;
}
.blog{
    padding:20px;
   
    background-color: white;
    border: 1px solid rgba(29, 33, 36, 0.12);
}
.blog i{
    color:#1f5bdb;
}
.date-title{
    color:black;
    opacity: 0.8;
    font-family: Barmeno;
    text-transform:uppercase;
}
.date-title + h4{
    font-family: Barmeno;

    margin-top:10px;
    margin-bottom:10px;
}
.line{
    height: 1px;
    background-color: black;
    opacity:0.2;
}
.font-rajdhani
{
    font-family: Barmeno;
}
.blog-img{
    overflow: hidden;
}
.blog-img img{
    transition:0.5s;
}
.blog-img img:hover{
    transform: scale(1.3);
}
.contact{
     min-height: 800px;
    background-color: #f3f8fc;
    padding-bottom:100px;
    padding-top:50px;
}
.contact-area{
    background-color: white;
    border-radius: 15px;
    min-height: 600px;
    padding:50px;
  
}
.contact-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:50px;
    border-radius: 15px;
    height: 500px;
    background-size:cover;
    background-image:url(https://html.ditsolution.net/toptech/assets/images/home-3/contact-info-box-bg.png);
}
.contact-right h3{
    color:white;
    font-family: Barmeno;
    font-weight: bold;
 
}
.contact-right .phone{
    color:white;
    border-radius:50%;
    border:2px solid white;
    width:65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-area input{
    height: 60px!important;
    margin-top:15px;
}
.contact-area textarea{
    height: 200px;
    resize:none;
    margin-top:15px;
}
.contact-area button{
      width:170px;
    height: 55px;
    background-color: #1f5bdb;
    color:white;
    border:none;
    margin-top:15px;
    border-radius: 5px;
}
.contact-area select{
    height: 60px!important;
    margin-top:15px;
}
footer{
    background-color: #031538;
    min-height: 500px;
    margin-top:50px;
    padding:50px;
}
footer p{
    opacity:0.7;
}
footer button{
         width:170px;
    height: 50px;
    background-color: #1f5bdb;
    color:white;
    border:none;
    margin-top:15px;
    border-radius: 5px;
}
footer ul{
    padding-left:0px;

}
footer ul li a{
    color:white;
    text-decoration: none;
    font-size:18px;
    opacity:0.8;
    font-family: Barmeno;
    font-weight: 600;
}
footer ul li a i{
    color:#1e53d7;
}
footer ul li{
    margin-top:20px;
}
.footer-line{
    height: 1px;
    background-color: white;
    opacity: 0.15;
    margin-top:70px;
}
.footer-oval{
    display: flex;
    justify-content: center;
    align-items: center;
    color:white;
    width:40px;
    height: 40px;
    border-radius: 50%;
    background-color: #354662;
    text-decoration: none;
    margin-left:10px;
}
@media(max-width:1200px){
        .gizlet{
            display: none!important;
        }
    }
@media(max-width:768px){
    .desktop-saat{
        display: none;
    }
    .top a{
        margin-right:0px!important;
    }

  
}

