@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.1/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.navbar {
  background-color: rgb(0, 0, 0);
  text-decoration: none;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-around;
  height: 64px;
  border-bottom: 5px solid #48dbfb;
}

.Logo a {
  font-size: 24px;
  color: #48dbfb;
  text-decoration: none;
  font-family: 'Pacifico', cursive;

}
.Logo i {
  font-size: 24px;
  color: #48dbfb;
}
.menu-list ul {
  list-style: none;
  display: inline;
}
.menu-list ul li {
  list-style: none;
  display: inline;
  word-spacing: 15px;
}
.menu-list ul li a {
  color: white;
  text-decoration: none;
  font-size: 20px;
  transition: 0.5s;
}
.menu-list ul li a:hover {
  color: #48dbfb;
}

.section-top{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 52px;
    list-style: none;
    box-sizing: border-box;
    display: block;
}
.section-top h2{
    display: flex;
    align-items: center;
    flex-direction: column;
    list-style: none;
    color: #48dbfb;
    font-size: 2rem;
}
.section-top hr{
    display: inline-block;
    height: 3px;
    width: 150px;
    background-color: #48dbfb;
    border: none;
    box-sizing: border-box;
    margin-top: 16px;
}

.services{
    display: flex;

}
.services .service{
    padding-top: 48px;
    display: flex;
    text-align: center;
    text-decoration: none;
    flex-wrap: wrap;
    justify-content: space-between;
}

.container-services{
    width: 956px;
    height: auto;
    display: grid;
    margin: 50px auto;
    align-items: center;
    grid-template-rows: 200px 200px ;
    grid-template-columns: 200px 200px 200px 200px;
   gap: 52px;
}

.kutu{
margin-top: 125px;
text-align: center;
position: relative;
}
.kutu p{
    padding-top: 5px;
}
.kutu .text{
    cursor: pointer;
    transition: .5s;
}

.kutu .text:hover{
    cursor: pointer;
    color: #48dbfb;
}

 .footer{
    border-top: 5px solid #48dbfb;
    background-color: rgb(17, 1, 1);
    height: 500px;
}
 .footer h1 {
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
    color: #48dbfb;
}
 .footer hr{
    height: 2px;
    width: 150px;
    border: none;
    background-color: #48dbfb;
    overflow: visible;
    display: block;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
}

/*! Social Media Start */

#social-platforms {
  position:relative;
  top:100px;
  top:6vh;
  font-size:1rem;
  text-align:center;
  height:121px;
  overflow:hidden;
}

/*Pen code from this point on*/
.btn {
  clear:both;
  white-space:nowrap;
  font-size:.8em;
  display:inline-block;
  border-radius:5px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.35);
  margin:2px;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
  overflow:hidden
}

.btn:hover {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.45);
}

.btn:focus {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.4);
}

.btn > span,.btn-icon > i {
  float:left;
  padding:13px;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
  line-height:1em
}

.btn > span {
  padding:14px 18px 16px;
  white-space:nowrap;
  color:#FFF;
  background:#b8b8b8
}

.btn:focus > span {
  background:#9a9a9a
}

.btn-icon > i {
  border-radius:5px 0 0 5px;
  position:relative;
  width: 36px;
  text-align:center;
  font-size:1.25em;
  color:#fff;
  background:#212121
}

.btn-icon > i:after {
  content:"";
  border:8px solid;
  border-color:transparent transparent transparent #222;
  position:absolute;
  top:13px;
  right:-15px
}

.btn-icon:hover > i,.btn-icon:focus > i {
  color:#FFF
}

.btn-icon > span {
  border-radius:0 5px 5px 0
}

/*Facebook*/
.btn-facebook:hover > i,.btn-facebook:focus > i {
  color:#3b5998
}

.btn-facebook > span {
  background:#3b5998
}

/*Twitter*/
.btn-twitter:hover > i,.btn-twitter:focus > i {
  color:#55acee
}

.btn-twitter > span {
  background:#55acee
}

/*Google*/
.btn-googleplus:hover > i,.btn-googleplus:focus > i {
  color:#dd4b39
}

.btn-googleplus > span {
  background:#dd4b39
}

/*Pinterest*/
.btn-pinterest:hover > i,.btn-pinterest:focus > i {
  color:#cb2028
}

.btn-pinterest > span {
  background:#cb2028
}

/*LinkedIn*/
.btn-linkedin:hover > i,.btn-linkedin:focus > i {
  color:#007bb6
}

.btn-linkedin > span {
  background:#007bb6
}
/*! Social Media End */

.containerr{
    text-align: center;
    column-gap: 40px;
    justify-content: flex-end;
    width: 634px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.container .baglanti{
    color: #48dbfb;
    text-align: center;
    flex-direction: row;
    display: inline-block;
    justify-content: space-between;

}
.baglanti{
    display: flex;
    float: center;
    gap: 35px;
    
}

.baglanti ul{
    list-style-type: none;
}
.baglanti h2{
    list-style-type: none;
    font-size: 32px;
}
.baglanti ul li a{
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    transition: .5s;
}
.baglanti ul li a:hover{
    color: #48dbfb;
}
.copright{
    text-align: center;
    color: #48dbfb;
    margin-top: 35px;
    font-size: 20px;
}
.copright a{
    color: white;
    text-align: center;
}
