﻿.style1{
    width:1em;
    left: 0;
    height: 115px;
    background-color: darkcyan;
    float:left;
    border-radius: 0 0 20px 0;
}

.style2 {
    width: 1em;
    left: 0;
    height: 2em;
    background-color: darkcyan;
    float: right;
    border-radius: 20px 0 0 0;
}

.links button {
    background-color: #54BAB9;
    border-radius: 5px;
    border: 1px solid #54BAB9;
    color:white;
    width:120px;
    
}
.scButtons {
   display:flex;
    justify-content: end;
   
}
.count-data p{
    color:darkcyan;
}
.count-data h6{
    font-weight:bold;
    color:black;
}

.section {
    padding: 1px 0;
    position: relative;
}
.section img {
    max-width: 6rem;
    height: 6rem;
    border-radius: 50%;
    margin-left:2em;
    text-align:center;
}
.section img {
    vertical-align: middle;
    border-style: none;
}
.userName {
    color: darkcyan;
    font-weight: 200;
   
    
   /* text-align: center;*/
    margin-left: 3em;
}

/*.about-avatar p {
    width: 60em;
    font-weight: bold;
    color: black;
    font-size: small;
   
}*/
.about-avatar h6{
    color: darkcyan;
}

    /* About Me 
---------------------*/
    .about-text h3 {
        font-size: 25px;
        font-weight: 700;
        margin: 0 0 6px;
    }
@media (max-width: 767px) {
  .about-text h3 {
    font-size: 15px;
  }
  .style2{
      height:1em;
  }
    .section img {
       
        margin-left: 0em;
        
    }
    .style1 {
        
        height: 20px;
      
    }
}
.about-text h6 {
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
   
  .about-text h6 {
    font-size: 18px;
  }
    .userName {
        color: darkcyan;
        font-weight: 200;
        /* text-align: center;*/
        margin-left: 1em;
    }
}
.about-text p {
  font-size: 18px;
  max-width: 450px;
}
.about-text p mark {
  font-weight: 600;
}

.about-list {
  padding-top: 10px;
}
.about-list .media {
  padding: 5px 0;
  color: black;
}
 
.about-list label {
    color: darkcyan;
    width: 120px;
    margin: 0;
    position: relative;
}
.about-list label:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
  width: 1px;
  height: 12px;
  background: #20247b;
  -moz-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  margin: auto;
  opacity: 0.5;
}
.about-list p {
  margin: 0;
  font-size: 13px;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

@media (max-width: 991px) {
  .about-avatar img{
    margin-top: 10px;
    /*margin-left:8em;*/
  }
    .about-avatar h5 {
          margin-left:3.5em;
    }
    .about-avatar p {
         width: 20em;
         margin-left: 4.2em;
         text-align:justify;
    }
    .about-avatar h6{
        margin-left:3em;
    }
    .photos{
        margin-top:40px;
    }
    .scButtons {
        display: flex;
        justify-content: end;
    }
    .sort{
        margin-right:5PX;
        margin-left:40px;
    }

    .links button {
        background-color: #54BAB9;
        border-radius: 5px;
        border: 1px solid #54BAB9;
        color: white;
        width: 80px;
    }


   
}

.about-section .counter {
  padding: 4px 2px;
  margin-top:1.5rem;
 /* margin-left:10em;*/
  height: max-content;
  width:20em;
}
.about-section .counter .count-data {
  margin-top: 10px;
  margin-bottom: 10px;
  color: black;
}
.about-section .counter .count {
  font-weight: 100;
  margin: 0 0 5px;
}
    .about-section .counter p {
        
        color: darkcyan;
        margin: 0;
    }

@media (max-width: 767px){
    .container {
        width:100%;
    }
    .about-section .counter {
        padding: 4px 2px;
        margin-left: 4em;
    }
} 



mark {
    background-image: linear-gradient(rgba(252, 83, 86, 0.6), rgba(252, 83, 86, 0.6));
    background-size: 100% 3px;
    background-repeat: no-repeat;
    background-position: 0 bottom;
    background-color: transparent;
    padding: 0;
    color: currentColor;
}
.theme-color {
    color: #fc5356;
}
.dark-color {
    color: #20247b;
}

/*.pagination {
    width: 55em;
}*/

/* Define a parent container for the videos */
.video-container1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 30px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.4);
    z-index: 00;
    cursor: pointer;
    overflow: hidden;
    margin-top: 10px;
}

.dec {
    text-align: center;
    color: darkcyan;
    font-weight: 300;
    width: 100%;
}

.copyright {
    color: white !important;
    background: #54BAB9;
    width: auto;
    margin-bottom: 5px;
    border: none;
    border-radius: 50px;
    padding: 3px 10px 12px 10px;
/*    top rght bottom left*/
    text-decoration: none;
}
.copyright:hover {
    color: white;
    text-decoration: none;
}


/*.dropdown-toggle::after {
    display: none !important;
}*/


.dropdown {
/*    position: relative;*/
    float: right;
/*    z-index: 9999;*/
    margin-right: 0rem;
}

.dropdown-menu {
    left: auto;
    right: 0;
    z-index: 9999;
}
 

.dec1 {
    color: darkcyan;
    font-weight: 300;
    text-align: center;
    width: 100%;
}
.descreption {
/*    color: darkcyan;*/
    color: white;
    text-decoration: none;
}

.descreption:hover {
     color: white;
     text-decoration: none;
}
/* Define the style and size of each video */
.video1 {
    width: 230px;
    height: 170px;
    border-radius: 1px;
}

/* Use the max-width property to make the videos responsive */
@media screen and (max-width: 990px) {
    .video1 {
        width: 50%;
        height: auto;
    }
    .video1 {
        width: 100%;
        height: 170px;
        border-radius: 1px;
    }

}
@media screen and (max-width: 600px) {
    .video1 {
        width: 100%;
        height: auto;
    }
    .pagination {
        width: auto;
    }
}


/* Define a parent container for the photos */
.photo-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 300px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 30px;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.4), 0 -6px 12px rgba(0, 0, 0, 0.15) inset;
    z-index: 00;
    cursor: pointer;
    overflow: visible;
    margin-top: 10px;
}

/* Define the style and size of each photo */
.photo1 {
/*        width: 300px;*/
    width: 282px;
/*        height: 200px;*/
    height: 162px;
    padding: 10px;
    margin: 5px 5px 0 5px;
    border-radius: 10px;
}

.pagination {
    
    margin: auto;
}


/* Use the max-width property to make the photos responsive */
@media screen and (max-width: 500px) {
    .photo1 {
        width: 300px;
        height: 200px;
    }

    .photo-container {
        display: flex;
        flex-wrap: wrap;
        width: auto;
        height: auto;
    }
        .pagination {
        width: auto;
       margin-bottom:70px;
    }
    .container {
        padding:10px;
    }
     
   
  
}


.photo-container img {
    transition: all 1.3s ease;
}

.photo-container:hover img {
    transform: scale(1.2);
}


.container .pagination li.page-item a.page-link {
    background-color: #54BAB9 !important;
    border-color: #54BAB9;
}

@media (min-width: 500px) and (max-width:1000px) {

 /*   .photo-container {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
    }

    .photo1 {
        width: 300px;
      */  /*height: 200px;
    }*/
    .pagination {
        width: auto;
        margin-bottom: 70px;
    }

}
@media (min-width: 992px) {
    /*.container{
        margin-top:30PX;
    }*/
    
    }

    .itemPhotoLanding {
        /*padding: 10px;*/
        margin: 15px;
    }