@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;900&display=swap');


* {
  /* default css */
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
  font-family: 'poppins', sans-serif;
  font-family:Arial, Helvetica, sans-serif;
  text-decoration: none;
}


body{
  height: 100vh;
}

.header {
  width: 100%;
}

/* old logo */

/* .img_daytech{
  width: 200px;
  position: relative;
  padding-bottom: 80px;
} */


.navbar{
  background-color: #F5F5F5;
  opacity: 0.8;
  width: 100%;
  height: 100px;
}

/* new logo */

.logo{
  font-size: 30px;
  font-weight: 500;
  color: green;
  position: relative;
  top: 10px;
}

.daytech_logo{
  color: blue;
}
.daytech_logo .icon_logo{
  color: #7f00ff;
}

.nav-item{
margin-top: 10px;
}

.nav-item .nav-link{
  color: rgba(0, 0, 0, 0.733);
  font-weight: 600;
  font-size: 14px;
}

.active{
  color:#7f00ff !important;
}

.nav-link:hover {
  color: #7f00ff !important; 
}

.btn_navbar{
  display: inline-block;
  padding: 5px 15px;
  background-color: #7f00ff;
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid rgb(68, 180, 225);
  border-radius: 40px;
  margin: 2px 14px;
  transition: 0.2s ease-in;
}

.btn_navbar:hover {
  background-color: #7f00ff;
}


/* this is d part with debo lawal red button download cv */
.home {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center ;
  align-items: center;
  /* position: relative;
  top: 50px; */
}

.home_container {
  width: 100%;
  height: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
}

.heading_sm {
  font-size: 25px;
  font-weight: 600;
  color: rgba(52, 52, 53, 0.61);
  margin: 10px 0px;
}

.heading_lg{
  font-size: 60px;
  font-weight: 800;
  margin: 22px 0px;
  letter-spacing: 1px;
}

.heading_lg span {
  color: rgb(78, 124, 225);
}

.heading_md {
  font-size: 16px;
  font-weight: 500;
  color: rgba(46, 46, 46, 0.806);
  margin-top: -13px;
}

.heading_lastname{
  color: rgb(78, 124, 225);
}

/* this is my first image with debo lawal */
.img_home {
  width: 390px;
}

.btn_home{
  display: inline-block;
  text-decoration: none;
  background-color: rgb(46, 45, 45);
  padding: 12px 32px;
  border-radius: 50px;
  color: white;
  margin: 28px 4px;
  font-weight: 600;
  transition: 0.2s ease-out;
  box-shadow: 0 3px grey; 
}

.btn_home:hover {
  background-color: rgb(21, 20, 20)
}

.btn-2{ 
  background-color: rgb(253, 68, 68);
}


.icon_social{
  font-size: 17px;
  padding: 10px 11px;
  color: #7f00ff;
  border: 2px solid rgb(160, 150, 226);
  border-radius: 50px;
  margin: 0px 4px;
  cursor: pointer;
  transition: 0.2s ease;
}

.icon_social:hover{
  background-color: #7f00ff;
  color: white;
}

/* this is d round container with 1000+ */
.detail_container{
  position: relative;
  bottom: 25%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 300px;
  border: 1px solid #dee2e6;
  box-shadow: 0px  0px 30px rgb(173, 181, 189 / 40);

  width: 600px;
  height: 110px;
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

/* this is the straight line */
hr {
  position: relative;
  bottom: 13%;
  background-color: black;
}

/* this is the container of my second image */
.home-container{
position: relative;
top: -250px;
}


.clients{
  text-align: center;
}

.heading_details{
  font-size: 30px;
  font-weight: 600;
}

.para_details{
  font-size: 13px;
}


.about {
  width: 100%;
  /* height: 50vh; */
}

/* second image */
.img_about{
  padding-top: 100px;
}

/* debo lawal beside second image */
.content_about {
  width: 100%;
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* padding-top: 130px; */
  margin: auto;
  position: relative;
  top: 150px;
}

.heading_about{
  font-size: 44px;
  font-weight: 400;
}

.para_about {
  color: rgb(210, 37, 37);
  font-size: 18px;
}

.para_text{
  font-size: 15px;
  font-weight: 600;
  color: rgb(0, 0, 0, 0.55);
  line-height: 28px;
  max-width: 600px;
}

.items{
  margin: 8px 0px;
  list-style: none;
  /* position: relative; */
}

.items b {
  font-weight: 600;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.822);
}

.items span{
  margin: 0px 3px;
  font-weight: 400;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.726);
}

.list{
  position: relative;
}

.list::after{
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 9px;
  width: 1px;
  height: 90%;
  background-color: #cacdd6;
  margin: auto;
  z-index: -1;
}

/* this is for the round bullet item */
.items::before{
  content:'';
  position: absolute;
  left: 3px;
  margin: 6px 0px;
  width: 12px;
  height: 12px;
  background-color: white;
  border: 2px solid rgb(190, 20, 20);
  border-radius: 50%;
}

.btn_about{
  display: inline-block !important;
  padding: 11px 37px;
  text-decoration: none;
  color: rgb(190, 20, 20);
  border: 2px solid rgb(190, 20, 20);
  width: 200px;
  margin: 20px 0px;
  font-weight: 600;
  border-radius: 3px;
  position: relative;
  z-index: 77;
}

.btn_about span{
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgb(190, 20, 20);
  width: 0%;
  height: 100%;
  z-index: -77;
  transition: 0.7s ease;
}

.btn_about:hover span {
  width: 100%;
}

.btn_about:hover{
  color: white;
}


.tech_link{
  color: #79829c;
}

.meta_link{
  color: #79829c;
}

.service{
  width: 100%;
  /* height: 100vh; */
 /* position: relative; 
 top: -250px; */;
 /* padding: 50px; */
 margin-top: 5px;
}

.headings{
  text-align: center;
  font-size: 37px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #ed0000;
  background: linear-gradient(to right, #ed0000 42%, #6850de 58%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
 
}

.headings::after{
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%);
  width: 70px;
  height: 3px;


  background-color: red;
}



.para_services{
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: rgba(0, 0, 0, 0.582);
  line-height: 29px;
  max-width: 680px;
  margin: 29px auto;
  /* position: relative;
  bottom: 300px; */
}

.service_container{
  padding: 37px 0px;
  position: relative;
  bottom: 100px;
}

.content_services{
  display: flex;
}

.icon_service{
  margin: 10px 24px;
}



.service_icons{
  font-size: 30px;
  align-items: center;
  text-align:center;
  width: 64px;
  height: 64px;
  line-height: 14px;
  padding-top: 22%;
  border: 1px solid #d7d7d7;
  border-radius: 100%;
  color: #e73131;
  transition: background-color 400ms ;
}

.content_services:hover .service_icons{
  background-color: red;
  color: white;
}

.heading_text{
  font-size: 19px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.829);
}

.para_text{
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.59);
  line-height: 25px;
}


.skills{
  width: 72%;
  /* border: 1px solid red; */
  margin: auto;
  position: relative;
  bottom: 200px;
}

.heading_skills{
  text-align: center;
  font-size: 40px;
  color: rgba(0, 0, 0, 0.619);
  font-weight: 400;
  margin: 20px 0px;
}

.heading_text{
  font-size: 22px;
  font-weight: 400;
  margin:16px 0px;
}

.coding_heading{
  font-size: 15px;
  color: rgba(0, 0, 0, 0.801);
  font-weight: 600;
  margin: 6px;
}


.progress_container{
  border: 1px solid red;
  border-radius: 20px;
  background-color: white;
  height: 20px;
  padding: 1px;
  margin-bottom: 19px;
  width: 80%;
}

.progress-bar{
  border: 1px solid;
border-radius: 20px;
}

.projects{
/* position: relative;
bottom: 400px; */
margin-bottom: 100px;
margin-top: -100px;
}

/* found this code on stack overflow best for card */
/* .card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
} */



.card-img-top{
  width: 100%;
    height: 15vw;
    object-fit: cover;
}

.card-body{
  display: flex;
  flex-direction: column;
  justify-content:flex-start;
  padding-top: 2rem;
  letter-spacing: 1px;
  word-spacing: 1px;
  overflow: hidden;
}

.card-body p{
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}

.card-title{
  color: rgba(52, 52, 53, 0.61);
  font-weight: 800;
  text-transform: capitalize;
}


.project_link {
  position: relative;
  top: -15px;
  left: 10px;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.822);
}

.project_link::after{
 content: '';
 position: absolute;
 bottom: -4px;
 left: 80px;
 transform: translate(-50%);
 height: 2px;
 width: 11.5rem;
 background-color: black;
}



.project_link:hover {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.822);
}




/* this will move testimonial close to d paragraph */
.testimonials{
  width: 60%;
  /* height: 100vh; */
  margin: auto;
  padding-top: 20px;
  /* position: relative;
  bottom: 270px; */
  padding-left: 30px;
  margin-bottom: 100px;
}


.heading_testimonials{
   font-size: 36px;
   margin: 14px 0px;
   text-align: center;
   font-weight: 400;
   color: rgba(0, 0, 0, 0.619);
   /* padding-top: 100px; */
}

.testimonial_container{
  padding: 23px 0px;
  margin: 32px 0px;
}

/* this will edit the image in carousel */
.img_testimonial{
  width: 350px;
  height: 250px;
}

/* this is testimonial paragraph lorem ipsum */
.para_testimonial{
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  font-style: italic;
  color: rgba(0, 0, 0, 0.614);
}

.profile_testimonial{
margin: 20px 0px;
display: flex;
}


/* this is for mariam ife */
.image_profile{
  width: 66px;
  height: 66px;
  border-radius:50%;
}

/* this is for mariam ife */
.clients_testimonial{
  display: flex;
  flex-direction: column;
}

/* lee job data analyst */
.clients_testimonial p{
  padding: 0px;
  margin: 0px 11px;
}

.name{
  font-size: 19px;
  font-weight: 600;
  margin: 3px 0px;
}

.profession{
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.582);
}

.carousel_indicators{
  position: absolute;
  bottom: -17px;
}


button{
  background-color: rgb(225, 0, 0) !important;
  position: relative;
  top: 50px;
}

.blogs{
  /* position: relative;
  bottom: 400px; */
  width: 70%;
  margin: auto;
  /* margin-bottom: -500px; */
  padding-top: 20px;
}



.blogs_container{
  padding-top: 20px;
}

.content_blog{
  background-color: white;
  width: 320px;
  height: 380px;
  box-shadow: 0px 4px 30px rgb(140 152 164 / 20%);
}

.img-blogs{
  width: 100%;
  height: 240px;
}

.img_content_blog{
  width: 100%;
  height: 100%;
  
}

.blog_category{
  display: inline-block;
  text-decoration: none;
  font-size: 17px;
  color: rgb(231, 27, 27, 0.961);
  margin: 20px 12px;
  margin-top: 20px;
}

.heading_content_blog{
  font-size: 21px;
  line-height: 34px;
  margin: 6px 12px;
  color: rgba(0, 0, 0, 0.621);
}

.para_blogs{
  font-size: 13px;
  margin: 2px 12px;
  color: rgba(0, 0, 0, 0.47);
  font-weight: 400;
}

/* .content_blog1{
 margin-right: 100px;
} */

.content_blog2{
  height: 410px;
}

/* .content_blog3{
  margin-left: 200px;
}  */

.btn_blogs{
  text-decoration: none;
  text-align: center;
  display: block;
  background-color: rgb(225, 68, 68);
  width: 140px;
  margin: 63px auto;
  padding: 15px 0px;
  border-radius: 6px;
  color: white;
  position: relative;
  bottom: 50px;
}

.btn_blogs:hover{
  background-color: rgb(225, 29, 29);
  color: white;
}


/* Footer */
.footer {
  height: 100px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-items:center;
  justify-content:space-around;
  
}

/* .phone_no{
  position: relative;
  left: 500px;
  top: 40px;
} */

.footer p {
  color: #fff;
  /* /* padding-left: 450px; */
  padding-top: 35px;
}

.footer .email{
  color:#fff;
}
.footer .phone_no{
  color:#fff;
}

.footer a:hover {
  color: #28a745;
}


/* This command " > * " is for anything within the parent element */
.footer .social > * {
  margin-right: 30px;
  }
  

/*  

 .contact_heading1{
  font-weight: 800;
  color: #6850de;
 } */


 /* .container_contact{
  margin-top: 50px;
 } */

 #contact_column {
  display:block;
 }

 .contact_column .row{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  /* this is to remove bootstrap default row styling */
  --bs-gutter-x: 0;
}

.contact_column .column-container {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.contact_column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.contact_column .column-container .column-2 {
  height: 100%;
}

.contact_column .column-2{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 30px;
  background: #f4f4f4;
  color: #333;
}

.column-2 h2{
  font-size: 30px;
    font-weight: 100;
    color: rgb(76, 74, 74);
}


.callback-form {
  width: 100%;
  padding: 20px 0;
}

.callback-form label {
  display: block;
  margin-bottom: 5px;
}

.callback-form input {
  width: 100%;
  padding: 4px;
  height: 40px;
  border: #f5f5f5 1px solid;
}
 
.callback-form .Form-control {
  margin-bottom: 15px;
}

.callback-form input:focus {
  outline-color: #28a745;
}
 
.callback-form .btn{
  cursor: pointer;
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  background-color: #28a745;
  border: none;
  border-radius: 5px;
}

.btn:hover {
  opacity: 0.9;
}

 
   /* This uses a pseudo selector (focus) to select and change color of d boxes */

    /* Contact Form */
/* #contact-form .form-group {
  padding-top: 20px;
  margin-bottom: 20px; 
 }


   #contact-form input:focus, #contact-form textarea:focus{
   outline: none;
   border-color: #7f00ff;
   }

  

   .heading-label{
    font-size: 18px;
    font-weight: 800;
   }

   /* callback form */
/* .callback-form {
  width: 100%;
  padding: 20px 0;
}

.callback-form label {
  display: block;
  margin-bottom: 5px;
}

.callback-form .form-control {
  margin-bottom: 35px;
}

.callback-form input{
  width: 100%;
  padding: 4px;
  height: 40px;
  border: #f5f5f5 1px solid;
}

.callback-form input:focus {
  outline-color: #28a745;
}
.callback-form .btn{
  padding: 12px 0;
  margin-top: 20px;
  margin-bottom: 80px;
  background-color: #cacdd6;
  font-weight: 800;
  text-align: center;
}

.callback-form .btn:hover{
  background-color: #28a745;
} */


