@font-face {
  font-family: 'Antenna';
  src: url(fonts/Antenna-Regular.otf) format("opentype"); 
  font-weight: normal;
}
@font-face {
  font-family: 'Antenna';
  src: url(fonts/Antenna-Bold.otf) format("opentype"); 
  font-weight: bold;
}
@font-face {
  font-family: 'Antenna';
  src: url(fonts/Antenna-Light.otf) format("opentype"); 
  font-weight: lighter;
}

/*portfolio summary*/
#portfolioSummary .portfolio-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
  }
  
  #portfolioSummary .portfolio-item .portfolio-wrap {
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    margin: 0;
  }
  
  #portfolioSummary .portfolio-item .portfolio-wrap:hover img {
    opacity: 0.4;
    transition: 0.3s;
  }
  
  #portfolioSummary .portfolio-item .portfolio-wrap .portfolio-info {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    opacity: 0;
    transition: 0.2s linear;
  }
  
  #portfolioSummary .portfolio-item .portfolio-wrap .portfolio-info h4 {
    font-family: 'Antenna', sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1px;
    font-weight: 700;
    margin-bottom: 14px;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  
  #portfolioSummary .portfolio-item .portfolio-wrap .portfolio-info h4 a {
    color: #fff;
  }
  
  #portfolioSummary .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
    color: #e2effe;
  }
  
  #portfolioSummary .portfolio-item .portfolio-wrap .portfolio-info p {
    font-family: 'Antenna', sans-serif;
    padding: 0;
    margin: 0;
    color: #e2effe;
    font-weight: lighter;
    font-size: 14px;    
    line-height: normal;
  }
  
  #portfolioSummary .portfolio-item .portfolio-wrap .portfolio-info .link-preview,
  #portfolioSummary .portfolio-item .portfolio-wrap .portfolio-info .link-details {
    display: inline-block;
    line-height: 1;
    text-align: center;
    width: 36px;
    height: 36px;
    background: #007bff;
    border-radius: 50%;
    margin: 10px 4px 0 4px;
  }
  
  #portfolioSummary .portfolio-item .portfolio-wrap .portfolio-info .link-preview i,
  #portfolioSummary .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
    padding-top: 6px;
    font-size: 22px;
    color: #fff;
  }
  
  #portfolioSummary .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover,
  #portfolioSummary .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
    background: #3395ff;
  }
  
  #portfolioSummary .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i,
  #portfolioSummary .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i {
    color: #fff;
  }
  
  #portfolioSummary .portfolio-item .portfolio-wrap:hover {
    background: #ff5ea975;
  }
  
  #portfolioSummary .portfolio-wrap:hover img{
    transform: scale(1.1);
  }  
  
  #portfolioSummary .portfolio-item .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
  }

  #portfolioSummary .img-fluid {
    max-width: 100%;
    height: auto;
    transition: transform .2s;
  }

/*end of portfolio summary*/

/*spotlight*/
.cursor {
  opacity: 0;
  position: fixed;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffff;
  transition: 0.1s;
  transform: translate(-50%,-50%);
  pointer-events: none;
  mix-blend-mode: difference;
  z-index: 9;
}

#carousel-example-generic:hover ~ .cursor{
  opacity: 1;
  transform: scale(6);
}
/*end of spotlight*/

/*scrool down*/
.mouse-wrap {
  position: fixed;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 40px;
  z-index: 9;
}

.mouse-wrap:active, .mouse-wrap:active > .mouse-label, .mouse-wrap:focus, .mouse-wrap:focus > .mouse-label {
  outline: none;
}

.mouse-wrap.mouse-with-slider {
  bottom: -50px;
}

.mouse-wrap .mouse-label {
  top: 0;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .05rem;
  text-transform: uppercase;
}

.mouse-wrap.dark .mouse-label {
  color: #000;
}

.mouse-wrap.dark .mouse {
  border: 2px solid #000;
}

.mouse-wrap.dark .mouse .scroll {
  background: #000;
}

.mouse-wrap .mouse {
  position: absolute;
  width: 22px;
  height: 42px;
  bottom: 30px;
  display: block;
  left: 50%;
  margin-left: -12px;
  border-radius: 15px;
  border: 2px solid #fff;
  -webkit-animation: intro 2s;
  animation: intro 2s;
}

.mouse-wrap .mouse .scroll {
  display: block;
  width: 3px;
  height: 3px;
  margin: 6px auto;
  border-radius: 4px;
  background: #fff;
  -webkit-animation: finger 2s infinite;
  animation: finger 2s infinite;
}
/*scrool down*/
/*aboutme text*/
#f .text-container {
  margin-top: 105px;
}

#f .text-container p {
  font-family: 'Antenna', sans-serif;
  font-weight: normal;
  font-size: 37px;
  line-height: 1.25; 
}

#f .text-container strong {
  font-family: 'Antenna', sans-serif;
  font-weight: bold;
  color: #B90000;
}
/*end aboutme text*/ 

/*****************portfolio view btn***********************/
.btn-portfolio{
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: .5s;
  margin-top: 40px;
  letter-spacing: 4px;
  width: 220px;
}

.btn-portfolio:hover{
  background: #000000;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px #03e9f4,
              0 0 25px #03e9f4,
              0 0 50px #03e9f4,
              0 0 100px #03e9f4;
}

.btn-portfolio span {
  position: absolute;
  display: block;
}

.btn-portfolio span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #03e9f4);
  animation: btn-anim1 1s linear infinite;
}

@keyframes btn-anim1 {
  0% {
    left: -100%;
  }
  50%,100% {
    left: 100%;
  }
}

.btn-portfolio span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #03e9f4);
  animation: btn-anim2 1s linear infinite;
  animation-delay: .25s
}

@keyframes btn-anim2 {
  0% {
    top: -100%;
  }
  50%,100% {
    top: 100%;
  }
}

.btn-portfolio span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #03e9f4);
  animation: btn-anim3 1s linear infinite;
  animation-delay: .5s
}

@keyframes btn-anim3 {
  0% {
    right: -100%;
  }
  50%,100% {
    right: 100%;
  }
}

.btn-portfolio span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #03e9f4);
  animation: btn-anim4 1s linear infinite;
  animation-delay: .75s
}

@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }
  50%,100% {
    bottom: 100%;
  }
}

.line-container {
  width: 1px;
  height: 0px;
  position: relative;
  margin-bottom: 0px;
  transform: rotate(270deg);
  left: 80%;
}
.line {
  position: absolute;
  width: 2px;
  height: 0px;
  background-color: #fff;
  top: 0;
  bottom: initial;
  animation: line-animation 2.5s ease-in-out 0s infinite normal;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  left: 12px;
}
.line::before {
  content: ' ';
  width: 16px;
  height: 16px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  bottom: 0;
  animation: arrow-animation 2.5s ease-in-out 0s infinite normal;
}
@keyframes line-animation {
  0% {
    height: 0px;
    top: 0px;
    opacity: 0;
 }
  50% {
    height: 44px;
    top: 0px;
    opacity: 1;
 }
  100% {
    height: 0px;
    top: 44px;
    opacity: 0;
 }
}
@keyframes arrow-animation {
  0% {
    opacity: 0;
 }
  50% {
    opacity: 1;
 }
  100% {
    opacity: 0;
 }
}

/************* new portfolio view btn***********/
#f .container .portfolioBtn {
	 box-sizing: border-box;
   margin-top: 20px;
}
#f .container .portfolioBtn ::before, *::after {
	 box-sizing: border-box;
}
#f .container .portfolioBtn button {
	 position: relative;
	 display: inline-block;
	 cursor: pointer;
	 outline: none;
	 border: 0;
	 vertical-align: middle;
	 text-decoration: none;
	 background: transparent;
	 padding: 0;
	 font-size: inherit;
	 font-family: inherit;
}
#f .container .portfolioBtn button.learn-more {
	 width: 16rem;
	 height: auto;
}
#f .container .portfolioBtn button.learn-more .circle {
	 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	 position: relative;
	 display: block;
	 margin: 0;
	 width: 4rem;
	 height: 4rem;
	 background: #fff;
	 border-radius: 3.625rem;
}
#f .container .portfolioBtn button.learn-more .circle .icon {
	 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 margin: auto;
	 background: #000;
}
#f .container .portfolioBtn button.learn-more .circle .icon.arrow {
	 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	 left: 0.625rem;
	 width: 1.125rem;
	 height: 0.125rem;
	 background: none;
}
#f .container .portfolioBtn button.learn-more .circle .icon.arrow::before {
	 position: absolute;
	 content: '';
	 top: -0.25rem;
	 right: -4px;
	 width: 0.625rem;
	 height: 0.625rem;
	 border-top: 0.125rem solid #000;
	 border-right: 0.125rem solid #000;
	 transform: rotate(45deg);
}
#f .container .portfolioBtn button.learn-more .button-text {
	 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	 position: absolute;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 padding: 0.75rem 0;
	 margin: 0 0 0 1.85rem;
	 color: #282936;
	 font-weight: 700;
	 line-height: 1.6;
	 text-align: center;
	 color: #fff;
   font-family: 'Antenna', sans-serif;
   font-weight: normal;
}
#f .container .portfolioBtn button:hover .circle {
	 width: 100%;
}
#f .container .portfolioBtn button:hover .circle .icon.arrow {
	 background: #fff;
	 transform: translate(1rem, 0);
}
#f .container .portfolioBtn button:hover .button-text {
	 color: #000;
}
 @supports (display: grid) {
	 /* body {
		 display: grid;
		 grid-template-columns: repeat(4, 1fr);
		 grid-gap: 0.625rem;
		 grid-template-areas: ". main main ." ". main main .";
	}
	 #container {
		 grid-area: main;
		 align-self: center;
		 justify-self: center;
	} */
}
 
/************* emdnew portfolio view btn***********/
/*****************end portfolio view btn***********************/

/*********************courcel-fade*************************/
/* YOUR CSS simplified */  
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  height: auto;
  width: 100%;
  line-height: 1;
}
.carousel-fade .carousel-inner .item {
opacity: 0;
transition-property: opacity;
}    
.carousel-fade .carousel-inner .active {
opacity: 1;
}    
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
left: 0;
opacity: 0;
z-index: 1;
}    
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
opacity: 1;
}    
.carousel-fade .carousel-control {
z-index: 2;
}

/*WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
Need to override the 3.3 new styles for modern browsers & apply opacity*/
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-fade .carousel-inner > .item.next,
.carousel-fade .carousel-inner > .item.active.right {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner > .item.prev,
.carousel-fade .carousel-inner > .item.active.left {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner > .item.next.left,
.carousel-fade .carousel-inner > .item.prev.right,
.carousel-fade .carousel-inner > .item.active {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}
}
/********************end courcel fade********************/
/*********contact from discription*******************/
#f .container .contactDis p{
  margin-bottom: 5px;
  font-family: 'Antenna', sans-serif;
  font-weight: 100;
}
/*********wnd contact from discription*******************/