#bodyor{
  background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
  background-color: #000000;
  overflow: auto;
  border: 1px solid #32e0c4;
  margin: 40;
}

* {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

.segment{
  height: 30%;
}
.tab-pane{
  color:#fff;
}
.tab-content{
  height: auto;
}
.my-name{
  text-align: center;
  font-family: "Candara","Lucida Sans Unicode", "Lucida Grande", "sans-serif";
  font-size: 72px;
  letter-spacing: 4.4px;
  word-spacing: 0px;
  color: #ffffff;
  font-weight: normal;
  text-decoration: rgb(68, 68, 68);
  font-style: normal;
  font-variant: small-caps;
  text-transform: none;
}

#tabbtn{
  display: block;
  width: 200px;
  font-size: 17px;
  color:#fff;
  border-right: #32e0c4 solid 5px;
  margin-bottom: 10px;
}


#tabbtn:hover{
  background: #343a40;
  color:#32e0c4;
}



.Raniyer{
  font-size: 72px;
  background: -webkit-linear-gradient(#32e0c4, #05828e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.hr-text {
  margin-top: 7%;
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: .5;
}
#icon{
    opacity: 65%;
    background:000;
    background-size: cover;
    font-size: 40px;
    padding-left: 20px;
}

#icon:hover{
  opacity: 100%;
  transform: scale(1.2);
}
#noblue:hover{
  color:#32e0c4;
}
#tab1{
  color:#fff;
  text-align: center;
  position: relative;
}

.hr-text4 {
  margin-top: 7%;
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: .5;
}

.hr-text4:before {
  content: '';
  background: linear-gradient(to right, transparent, #ffffff, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1;
}

.hr-text4:after {
  content: 'Let\'s connect !';
  position: relative;
  font-size: 20px;
  display: inline-block;
  padding: 0 .5em;
  line-height: 1.5em;
  color: #32e0c4;
  background-color: #151e29;
  border-left: double;
  border-right: double;
  border-color: #ffffff;
}

#tab1:hover{
  color: #32e0c4;
}

#tab1:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 0.2vh;
  bottom: 0;
  left: 0;
  background-color: #32e0c4;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.4s ease-in-out;
}

#tab1:hover:before {
  visibility: visible;
  color: #32e0c4;
  transform: scaleX(1);
}

.prof{
  font-size: 22px;

}

.hr-text:before {
  content: '';

  background: linear-gradient(to right, transparent, #ffffff, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}

.hr-text:after {
  content: 'Hey there.';
  position: relative;
  font-size: 20px;
  display: inline-block;
  padding: 0 .5em;
  line-height: 1.5em;
  color: #32e0c4;
  background-color: #151e29;
  border-left: double;
  border-right: double;
  border-color: #ffffff;
}
.hey{
  color:#32e0c4;
  text-align: center;
  font-size: 24px;
}
#link, h5{
  color: #32e0c4;
}


.mar{
  margin-left: 30vw;
  margin-right: 20vw;
}
#about{
  font-size: 20px;
  padding: 40px;
  color: #fff;
  text-align: justify;
  opacity: 75%;
}
p{
  color:#fff;
  text-align: justify;
}
.bb, .bb::before, .bb::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.li{
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  font-family: monospace;
  color: #fff;
  list-style-type: none;
}
#l{
  font-family: monospace;
  color: #fff;
  text-align: center;
}
.size1{
  height: auto;
}
.bb {
  width: 200px;
  height: 200px;
  margin: auto;
  background: url("images/profile.jpg") no-repeat 100%/100% rgba(0, 0, 0, 0.1);
  color:  #32e0c4;
  box-shadow: inset 0 0 0 1px rgba(105, 202, 98, 0.5);
}
.bb::before, .bb::after {
  content: '';
  z-index: -1;
  margin: -5%;
  box-shadow: inset 0 0 0 2px;
  animation: clipMe 8s linear infinite;
}
.bb::before {
  animation-delay: -4s;
}

@keyframes clipMe {
  0%, 100% {
    clip: rect(0px, 220px, 2px, 0px);
  }
  25% {
    clip: rect(0px, 2px, 220px, 0px);
  }
  50% {
    clip: rect(218px, 220px, 220px, 0px);
  }
  75% {
    clip: rect(0px, 220px, 220px, 218px);
  }
}

.stocker{
  height: 30vh;
  width: auto;
  background: url("images/stockerhome.PNG");
  background-size: cover;
  opacity: 70%;
}
.stocker:hover{
  opacity: 100%;
  transform: scale(1.01);
}

.carused{
  height: 30vh;
  width: auto;
  background: url("images/UsedCarDatabase.PNG");
  background-size: cover;
  opacity: 70%;
}
.carused:hover{
  opacity: 100%;
  transform: scale(1.01);
}


.Project-row{
  background-color: #343a40;
  border-radius: 5px;
  margin: 10vh;
}

.girlScript{
  height: 30vh;
  width: auto;
  background: url("images/girlscript.PNG");
  background-size: cover;
  opacity: 70%;
}
.girlScript:hover{
  opacity: 100%;
  transform: scale(1.01);
}
.Ran{
  color:#32e0c4;
}

.hr-text1 {
  margin-top: 7%;
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: .5;
}

.hr-text1:before {
  content: '';
  background: linear-gradient(to right, transparent, #ffffff, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}

.hr-text1:after {
  content: 'My attempts at learning';
  position: relative;
  font-size: 20px;
  display: inline-block;
  padding: 0 .5em;
  line-height: 1.5em;
  color: #32e0c4;
  background-color: #151e29;
  border-left: double;
  border-right: double;
  border-color: #ffffff;
}

.hr-text2  {
  margin-top: 7%;
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: .5;
}

.hr-text2:before {
  content: '';
  background: linear-gradient(to right, transparent, #ffffff, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}

.hr-text2:after {
  content: 'Recognition is the greatest motivator';
  position: relative;
  font-size: 20px;
  display: inline-block;
  padding: 0 .5em;
  line-height: 1.5em;
  color: #32e0c4;
  background-color: #151e29;
  border-left: double;
  border-right: double;
  border-color: #ffffff;
}

.hr-text3 {
  margin-top: 7%;
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: .5;
}

.subt{
  color: #fff;
  text-align: center;
}

.sub{
  font-size: 32px;
}

.card{
  border: none;
  background: #fff;
}

#open{
  padding-left: 75%;
  font-size: 30px;;
}

.card:hover #open{
  color:#32e0c4;
  transform: scale(1.1);
}


h4{
  color: #840080;
  font-family: bignoodletitling;
  letter-spacing: 2px;
  font-size: 25px;
}
.p{
  font-family: merienda;
}
.para-background{
  background: #000;
  opacity: 80%;
}
.skills{
  columns: 1;
  -webkit-columns: 2;
  -moz-columns: 2;
}

#modal-size{
max-width:50%;
margin: auto;
}

#project-btn{
  background-color: #600075;
}
.gallery {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-width: 33%;
-moz-column-width: 33%;
column-width: 33%;
}


.pics{
  opacity: 60%;
}

.pics:hover{
  opacity: 100%;
  transform: scale(1.1);
}
