
/* Application Mod 

Hounslow Sports Cexperiences-infolub logo hex:
Blue:  #23145F
Red:   #F42534
Yellow #FFC700

White  #FFF
Black  #000

*/

/* This will hide and show elements  */

.hiddendiv{
	display:none;
}
.showdiv {
	display:block;
} 

/*home text edit */
.dividerhome{

}

/* Create two equal columns that floats next to each other */
.columnoof {
  float: right;
  width: 50%;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.rowurboat:after {
  content: "";
  display: table;
  clear: both;
}



html, body {width: auto!important; overflow-x: hidden!important} 
.background-img{

height: 400px;
  width: 320px;
  
 
  margin: 5% auto;
  padding:20px;

  position: relative;
}

@media (min-width: 400px) {
.background-img{
	background-image: url("/load/img/covid/washhands.png");
height: 400px;
  width: 1200px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 5% auto;
  padding:20px;

  position: relative;
}
}
.boxoof{
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background: silver;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 20px 50px rgb(23, 32, 90);
  border: 2px solid #black;
  color: black;
  padding: 20px;
}
.boxoof:before{
  content: '';
  position:absolute;
  top:0;
  left:-100%;
  width:100%;
  height:100%;
  background: rgba(255,255,255,0.1);
  transition:0.5s;
  pointer-events: none;
}

.boxoof:hover:before{
  left:-50%;
  transform: skewX(-5deg);
}


.boxoof .content2{
  position:absolute;
  top:15px;
  left:15px;
  right:15px;
  bottom:15px;
  border:1px solid ;
  padding:20px;
  text-align:center;
  box-shadow: 0 5px 10px rgba(9,0,0,0.5);
  
}

.boxoof span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  
}

.boxoof span:nth-child(1)
{
  transform:rotate(0deg);
}

.boxoof span:nth-child(2)
{
  transform:rotate(90deg);
}

.boxoof span:nth-child(3)
{
  transform:rotate(180deg);
}

.boxoof span:nth-child(4)
{
  transform:rotate(270deg);
}

.boxoof span:before
{
  content: '';
  position: absolute;
  width:100%;
  height: 2px;
  background: black;
  animation: animate 4s linear infinite;
}
/* 			BoxOOf2 
Second One for design   */


.background-img2{
	
height: 400px;
  width: 320px;
  
 
  margin: 5% auto;
  padding:20px;

  position: relative;
}
.boxoof2 span:nth-child(1)
{
  transform:rotate(0deg);
}

.boxoof2 span:nth-child(2)
{
  transform:rotate(90deg);
}

.boxoof2 span:nth-child(3)
{
  transform:rotate(180deg);
}

.boxoof2 span:nth-child(4)
{
  transform:rotate(270deg);
}

.boxoof2 span:before
{
  content: '';
  position: absolute;
  width:100%;
  height: 2px;
  background: black;
  animation: animate 4s linear infinite;
}
.boxoof2{
  position: relative;
  top: -88.3%;
  left: 230%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background: silver;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 20px 50px rgb(23, 32, 90);
  border: 2px solid #black;
  color: black;
  padding: 20px;
}
.boxoof2:before{
  content: '';
  position:absolute;
  top:0;
  left:-100%;
  width:100%;
  height:100%;
  background: rgba(255,255,255,0.1);
  transition:0.5s;
  pointer-events: none;
}

.boxoof2:hover:before{
  left:-50%;
  transform: skewX(-5deg);
}


.boxoof2 .content2{
  position:absolute;
  top:15px;
  left:15px;
  right:15px;
  bottom:15px;
  border:1px solid ;
  padding:20px;
  text-align:center;
  box-shadow: 0 5px 10px rgba(9,0,0,0.5);
  
}

.boxoof2 span{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  
}

.boxoof2 span:nth-child(1)
{
  transform:rotate(0deg);
}

.boxoof2 span:nth-child(2)
{
  transform:rotate(90deg);
}

.boxoof2 span:nth-child(3)
{
  transform:rotate(180deg);
}

.boxoof2 span:nth-child(4)
{
  transform:rotate(270deg);
}

.boxoof2 span:before
{
  content: '';
  position: absolute;
  width:100%;
  height: 2px;
  background: black;
  animation: animate 4s linear infinite;
}

@keyframes animate {
  0% {
  transform:scaleX(0);
  transform-origin: left;
  }
  50%
  {
    transform:scaleX(1);
  transform-origin: left;
  }
  50.1%
  {
    transform:scaleX(1);
  transform-origin: right;
    
  }
  
  100%
  {
    transform:scaleX(0);
  transform-origin: right;
    
  }
  
  
} 

.texticonlink{
	color:#303336;
}


/*
@keyframes tipsy {
  0 {
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}

@media (max-width: 414px) {
  a.mood {
     color: black;
  text-shadow: 0 20px 25px #2e2e31, 0 40px 60px #2e2e31;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  align-items:center;
  letter-spacing: -3px;
  margin: 0;
  position: relative;
  top: 50%;
  left: 30%;
  transform: translateX(-50%) translateY(-50%);
  }
}

a.mood {
  color: black;
  text-shadow: 0 20px 25px #2e2e31, 0 40px 60px #2e2e31;
  font-size: 30px;
  font-weight: bold;
 
  text-decoration: none;
  letter-spacing: -2px;
  margin: 0;
  display: inline;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

a.mood:before,
a.mood:after {
  content: '';
  padding: 1.9em .4em;
  position: absolute;
  left: 50%;
  width: 125%;
  top: 50%;
  display: inline;
  border: 15px solid #ff2e12;
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
  animation: 11.4s infinite alternate ease-in-out tipsy;
}

a.mood:before {
  border-color: #ff2e12 #ff2e12 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  z-index: -1;
}

a.mood:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)#ff2e12 #ff2e12;
  box-shadow: 25px 25px 25px rgba(46, 46, 49, .8);
}
*/ 
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  transition: 0.5s;
}

.top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #ff2e12;
  color: #fff;
  transition: all 0.4s;
}

.top:hover {
  bottom: 19px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#header .logo a {
  color: white;
}

#header .logo img {
  max-height: 40px;
}

#header.header-scrolled, #header.header-inner-pages {
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}

#header.header-scrolled .logo a, #header.header-inner-pages .logo a {
  color: #000;
}

@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.navigation-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navigation-menu > ul {
  display: flex;
}

.navigation-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 25px;
}

.navigation-menu a {
  display: block;
  position: relative;
  color: #fff;
  transition: 0.3s;
  font-size: 15px;
  padding: 0 4px;
  letter-spacing: 0.4px;
  font-family: "Poppins", sans-serif;
}

.navigation-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #ff2e12;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

.navigation-menu a:hover:before, .navigation-menu li:hover > a:before, .navigation-menu .active > a:before {
  visibility: visible;
  transform: scaleX(1);
}

.navigation-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navigation-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navigation-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.navigation-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: black;
  font-weight:bold;
}

.navigation-menu .drop-down ul a:hover, .navigation-menu .drop-down ul .active > a, .navigation-menu .drop-down ul li:hover > a {
  color: #ff2e12;
}

.navigation-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.navigation-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.navigation-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.navigation-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.navigation-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

.header-scrolled .navigation-menu > ul > li > a, .header-inner-pages .navigation-menu > ul > li > a {
  color: #000;
  font-weight:bold;
}

@media (max-width: 1366px) {
  .navigation-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .navigation-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .navigation-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-navigation-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: grey;
  font-size: 24px;
  transition: all 0.5s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-navigation-toggle i {
  color: black;
}

.mobile-navigation {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #000;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-navigation * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-navigation a {
  display: block;
  position: relative;
  color: white;
  padding: 10px 20px;
  font-weight: 700;
  outline: none;
}

.mobile-navigation a:hover, .mobile-navigation .active > a, .mobile-navigation li:hover > a {
  color: #ff2e12;
  text-decoration: none;
}

.mobile-navigation .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-navigation .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-navigation .drop-down > a {
  padding-right: 35px;
}

.mobile-navigation .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-navigation .drop-down li {
  padding-left: 20px;
}

.mobile-navigation-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(45, 37, 38, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-navigation-active {
  overflow: hidden;
}

.mobile-navigation-active .mobile-navigation {
  opacity: 1;
  visibility: visible;
}

.mobile-navigation-active .mobile-navigation-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Landing divider
--------------------------------------------------------------*/
#land {
  width: 100%;
  height: 100%;
  background: url("../img/football/overheadpitch.png") top center;
  background-size: fit;
  position: relative;
}

#land:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}


	
#land .land-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
    
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#land h3 {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 26px;
    text-shadow: black 0px 0px 5px;
  padding: 10px 30px;
  margin-bottom: 30px;
  border-radius: 50px;
}

#land h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

#land h2 {
  color: #eee;
  margin-bottom: 40px;
  font-size: 24px;
}

#land .btn-get-started {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 25px;
  letter-spacing: 1px;

  display: inline-block;
  padding: 8px 30px 9px 30px;
  border-radius: 50px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}

#land .btn-get-started:hover {
  background: #ff2e12;
   opacity: 0.45;
  border: 2px solid #ff2e12;
}

@media (min-width: 1024px) {
  #land {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #land h3 {
    font-size: 22px;
  }
  #land h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #land h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-height: 500px) {
  #land {
    height: 150vh;
  }
}

/*--------------------------------------------------------------
    dividers General
--------------------------------------------------------------*/
divider {
  padding: 60px 0;

}

.divider-bg {
	text-align: left;
   max-width:100%;
   min-width:80px;
   padding:60px;
   margin:8px;
   -webkit-border-radius: 10px;
   border-radius: 10px;
   border:5px solid black;
}
.abouttxt {
	text-align: center;
font-size: 50px;
font-family: Trebuchet MS;
  letter-spacing: 1px;
  font-weight: 70;
  padding: 8px 20px;
  line-height: 1;
  margin: 0;
  background: #000;
  color: #fff;
  text-shadow: #000 0px 0px 15px;
   border-bottom: 2px solid black;
   border-radius:10px 10px;
  text-transform: uppercase;
    box-shadow: 2px 0 25px 5px rgba(68, 88, 144, 0.15);
  
}

.stylemetext a:link{
	color:red;
	text-shadow: ;
}
.linkchange a:link{
	color:red ;
	font-weight:bold;
	
}

.stylemetext {	
text-align: left;
font-size: 25px;
text-shadow: #9D9D9D 0px 0px 1px;
 border-radius:10px 10px;
 font-family:arial;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 8px 20px;
 
  margin: 0;
  background: #303336;
  color: white;
 
    box-shadow: 2px 0 25px 5px rgba(68, 88, 144, 0.15);
  
}

.abouttxt2{
	padding: 4px;
	padding-top:5px;
	padding-bottom:20px;
}
.abouttxt2 h3 {
	font-size:40px;
	text-align: center;
	background-color:#F2F2F2;
	  border-radius: 10px;
   border:5px solid #F2F2F2;

	
}


.divider-title {
	font-size: 14px;
  text-align: left;
padding-bottom:30px;
}
.blackborder{
	padding:15px;
	padding-bottom:50px;
	 border: solid 3px black;
  border-radius:50px 50px;
}

.divider-title h2 {
  font-size: 30px;
  letter-spacing: 1px;
  font-weight: 70;
  padding: 8px 20px;
  line-height: 1;
  margin: 0;
  background: #E3E3E3;
  color: #ff2e12;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
  text-align: left;
  
}

.divider-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
  
}

.h3right {

}
.divider-title h3 span {
  color: #ff2e12;
}

.divider-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .divider-title p {
    width: 90%;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about{ margin-top:40px; }
.about .content h3 {
  font-weight: 600;
  font-size: 40px;
  text-align:center;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #ff2e12;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content  {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #ff2e12;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #ff2e12;
}

.about .content :hover {
  background: #ff2e12;
  color: #fff;
  text-decoration: none;
}
.aboutp span {
	font-size:20px;
}
/*--------------------------------------------------------------
# Corona Update
--------------------------------------------------------------*/

.alert2 {
  padding: 20px;
  background-color: #F4A30C;
  color: black;
  font-weight:bold;
  text-align:center;
}

.closebtn2 {
  margin-left: 15px;
  color: Black;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}






/*--------------------------------------------------------------
# modules
--------------------------------------------------------------*/
.modules {
  padding-bottom: 30px;
  
}
.booknow{
	background-color:black; display: block; 
margin-left: auto;
margin-right: auto;
border-radius:12px;

	
}
.modules .icon-box {
  padding: 35px 20px;
  
  position: relative;
  overflow: hidden;
  background: #303336;
  box-shadow: 2px 0 35px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 50px / 50px;
  z-index: 1;
  text-align: center;
}

.modules .icon-box::before {
  content: '';
  position: absolute;
  background: black;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.4s;
  z-index: -1;
}

.modules .icon-box:hover::before {
  background: #303336;
  color:white;
  top: 0;
  border-radius: 0px;
}

.modules .icon {
  margin-bottom: 15px;
}

.modules .icon i {
  font-size: 48px;
  line-height: 1;
  color: white;
  transition: all 0.3s ease-in-out;
}

.modules .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  color:white;
}

.modules .title a {
  color: #111;
}

.modules .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
  color:white;
}

.modules .icon-box:hover .title a, .modules .icon-box:hover .description {
  color: #fff;
}

.modules .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-top: 0;
  padding-bottom:50px;
}
@media only screen and (max-width: 375px) {
	.features .icon-box {
		font-size:6px;
	}
}

.features .icon-box {
	
  display: flex;
  align-items: center;
  padding: 5px;
  transition: ease-in-out 0.3s;
  box-shadow: 2px 0 25px 5px rgba(68, 88, 144, 0.15);
  font-size:10px;

	color:#000;
	border-style: solid;
	border-width:thin;
	border-radius: 12px;
	-webkit-transition: -webkit-transform 0.1s;
	
	
	transition: ease-in-out 0.3s;

}

.icon:hover{
	-webkit-transform: scale(1.12);
}

a.icon:active {
	-webkit-transform: scale(1);
}

.features .icon-box i {
  font-size: 30px;
  padding-right: -20px;
  line-height: 1; 
    
  
  }

.features .icon-box h3 {
  font-weight: bold;
  margin: 0;
  padding: 15px;
  line-height: 1;
  font-size: 13px;
  color:white;


}

.features .icon-box h3 a {
  color: white;
  transition: ease-in-out 0.3s;
   padding: 5px;
  
  
}

.features .icon-box:hover a {
  color: white;
  
}
.features .icon-box:hover h3 {
  color: white;
  
}

/*--------------------------------------------------------------
# experiences
--------------------------------------------------------------*/
.experiences #experiences-flters {
  padding: 10px;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 20px;
}

.experiences #experiences-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 7px 17px 9px 17px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #ede9e9;
  border-radius: 20px;
}

.experiences #experiences-flters li:hover, .experiences #experiences-flters li.filter-active {
  color: #fff;
  background: #ff2e12;
}

.experiences #experiences-flters li:last-child {
  margin-right: 0;
}

.experiences .experiences-item {
  margin-bottom: 30px;
  overflow: hidden;
}

.experiences .experiences-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.experiences .experiences-item .experiences-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #ff2e12;
  padding: 15px 20px;
}

.experiences .experiences-item .experiences-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.experiences .experiences-item .experiences-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.experiences .experiences-item .experiences-info .preview-link, .experiences .experiences-item .experiences-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: white;
  transition: ease-in-out 0.3s;
}

.experiences .experiences-item .experiences-info .preview-link:hover, .experiences .experiences-item .experiences-info .details-link:hover {
  color: #f7c2cc;
}

.experiences .experiences-item .experiences-info .details-link {
  right: 15px;
}

.experiences .experiences-item:hover img {
  top: -30px;
}

.experiences .experiences-item:hover .experiences-info {
  opacity: 1;
  bottom: 0;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #ff2e12;
  float: left;
  width: 44px;
  height: 44px;
  background: #E3E3E3;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #493c3e;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #816a6e;
}

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #ff2e12;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #ff2e12;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #ff2e12;
  border: 0;
  padding: 10px 28px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #d01d3f;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# duckfood
--------------------------------------------------------------*/
.duckfood {
  padding: 15px 0;
  background: #f6f4f4;
  margin-top: 67px;
}

@media (max-width: 992px) {
  .duckfood {
    margin-top: 50px;
  }
}

.duckfood h2 {
  font-size: 26px;
  font-weight: 600;
}

.duckfood ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.duckfood ol li + li {
  padding-left: 10px;
}

.duckfood ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #655356;
  content: "/";
}

/*--------------------------------------------------------------
# experiences Details
--------------------------------------------------------------*/
.experiences-details {
  padding-top: 40px;
}

.experiences-details .experiences-details-container {
  position: relative;
}

.experiences-details .experiences-details-carousel {
  position: relative;
  z-index: 1;
}

.experiences-details .experiences-details-carousel .owl-nav, .experiences-details .experiences-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.experiences-details .experiences-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.experiences-details .experiences-details-carousel .owl-dot.active {
  background-color: #ff2e12 !important;
}

.experiences-details .experiences-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.experiences-details .experiences-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.experiences-details .experiences-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.experiences-details .experiences-info ul li + li {
  margin-top: 10px;
}

.experiences-details .experiences-description {
  padding-top: 50px;
}

.experiences-details .experiences-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.experiences-details .experiences-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .experiences-details .experiences-info {
    position: static;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 20px;
  margin-bottom: 60px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 400px;
  margin: -20px -20px 20px -20px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #493c3e;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #ff2e12;
}

.blog .entry .entry-meta {
  color: #9a8487;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li {
  margin-bottom: 15px;
}

.blog .entry .entry-meta ul li + li {
  padding-left: 15px;
}

.blog .entry .entry-meta i {
  font-size: 14px;
  padding-right: 4px;
}

.blog .entry .entry-meta a {
  color: #9a8487;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
  font-size: 15px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #ff2e12;
  color: #fff;
  padding: 5px 20px 7px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 50px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #d01d3f;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote .quote-left {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote .quote-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #493c3e;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #9a8487;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #c3b6b8;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #ff2e12;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .entry-single .entry-title {
  font-size: 36px;
  line-height: 42px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
}

.blog .blog-author h4 {
  margin-left: 140px;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
}

.blog .blog-author .social-links {
  margin: 0 0 5px 140px;
}

.blog .blog-author .social-links a {
  color: #b1a0a3;
}

.blog .blog-author p {
  margin-left: 140px;
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  width: 50px;
}

.blog .blog-comments .comment h5 {
  margin-left: 65px;
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #ff2e12;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #493c3e;
}

.blog .blog-comments .comment time {
  margin-left: 65px;
  display: block;
  font-size: 14px;
  color: #b1a0a3;
  margin-bottom: 5px;
}

.blog .blog-comments .comment p {
  margin-left: 65px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 0;
  padding: 20px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #f096a7;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 0;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #f096a7;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 0;
  padding: 10px 20px;
  border: 0;
  border-radius: 50px;
  background-color: #493c3e;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #ff2e12;
}

.blog .blog-pagination {
  color: #816a6e;
}

.blog .blog-pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.blog .blog-pagination li {
  border: 1px solid white;
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li.active {
  background: white;
}

.blog .blog-pagination li a {
  color: #aaaaaa;
  padding: 7px 16px;
  display: inline-block;
}

.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #ff2e12;
  border: 1px solid #ff2e12;
}

.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .blog-pagination li.disabled {
  background: #fff;
  border: 1px solid white;
}

.blog .blog-pagination li.disabled i {
  color: #f1f1f1;
  padding: 10px 16px;
  display: inline-block;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #493c3e;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #d3cacb;
  padding: 3px 10px;
  position: relative;
  border-radius: 50px;
}

.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 42px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  border-radius: 50px;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  margin: -1px;
  background: #ff2e12;
  color: #fff;
  transition: 0.3s;
}

.blog .sidebar .search-form form button:hover {
  background: #d01d3f;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #655356;
}

.blog .sidebar .categories ul a:hover {
  color: #ff2e12;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #b1a0a3;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #110e0e;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #ff2e12;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #b1a0a3;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #8e767a;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #ede9e9;
  display: inline-block;
  border-radius: 50px;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #ff2e12;
  background: #ff2e12;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #dfd8d9;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #444444;
  font-size: 17px;
  background: #f6f4f4;
  box-shadow: 0px 2px 23px rgba(0, 0, 0, 0.1);
}

#footer .footer-top {
  padding: 45px 0 5px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ea6981;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #ff2e12;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #f7c2cc;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 15px;
  padding: 0 22px;
  background: #ff2e12;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #d01d3f;
}

#footer .credits {
  padding-top: 5px;
  font-size: 15px;
  color: Black;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #ff2e12;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #d01d3f;
  color: #fff;
  text-decoration: none;
}


@media only screen and (max-device-width:350px) {
.background-img{background-image: url("/");}
 .boxoof{
  position: relative;
  display:block;
  top: 40%;
  left: 25%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background: silver;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 20px 50px rgb(23, 32, 90);
  border: 2px solid #2a3cad;
  color: black;
  padding: -30px;
}.background-img2{background-image: url("/");}
 .boxoof2{
  position: relative;
  display:block;
  top: 40%;
  left: 45%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background: silver;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 20px 50px rgb(23, 32, 90);
  border: 2px solid #2a3cad;
  color: black;
  padding: -30px;
}
}
@media only screen and (max-device-width:414px)  {
.background-img{background-image:("/");}
 .boxoof{
  position: relative;
  display:block;
  top: 40%;
  left: 45%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background: silver;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 20px 50px rgb(23, 32, 90);
  border: 2px solid #2a3cad;
  color: black;
  padding: -30px;
}
.boxoof2{
  position: relative;
  display:block;
  top: 40%;
  left: 45%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background: silver;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 20px 50px rgb(23, 32, 90);
  border: 2px solid ##9D9D9D;
  color: black;
  padding: -30px;
}
}

/*
---------------------------
      Listedbro
---------------------------
*/

.listedbro {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  
}
.listedbro li {
  flex: 1;
}
.listedbro li a {
  text-decoration: none;
  color: inherit;
  padding-top: 1rem;
  display: block;
  text-align: Left;
  overflow: hidden;
  font-size: 36px;
}
.listedbro li a span {
  display: block;
  background: rgba(157, 157, 157, 0.1);
  text-shadow: #9D9D9D 0px 0px 1px;
 border-radius:30px 30px;
  padding: 0.5rem;
  font-size: 22px;
  margin-top: 1rem;
}

@media (hover: hover) {
  .listedgg li a span {
    transform: translateY(100px);
    transition: 0.2s;
  }
  .listedgg:hover span {
    transform: translateY(0);
  }
  .listedgg li:nth-child(1) span {
    transition-delay: 0.0s;
  }
  .listedgg li:nth-child(2) span {
    transition-delay: 0.05s;
  }
  .listedgg li:nth-child(3) span {
    transition-delay: 0.1s;
  }
  .listedgg li:nth-child(4) span {
    transition-delay: 0.15s;
  }
  .listedgg li:nth-child(5) span {
    transition-delay: 0.2s;
  }
  .listedgg li:nth-child(6) span {
    transition-delay: 0.25s;
  }
}









.listedbro li:nth-child(1) {
  background: #9D9D9D;
  font-weight: bold;
}
.listedbro li:nth-child(2) {
  background: #9D9D9D;
   font-weight: bold;
}
.listedbro li:nth-child(3) {
  background: #9D9D9D;
}
.listedbro li:nth-child(4) {
  background: #9D9D9D;
}
.listedbroli:nth-child(5) {
  background: #9D9D9D;
}
.listedbro li:nth-child(6)  {
  background: #9D9D9D;
}






/*
@media only screen and (min-device-width:414px)  {
.background-img{background-image:("/");}
 .boxoof{
  position: relative;
  display:block;
  top: 40%;
  left: 15%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background: silver;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 20px 50px rgb(23, 32, 90);
  border: 2px solid #2a3cad;
  color: black;
  padding: -30px;
}
.boxoof2{
  position: relative;
  display:block;
  top: 40%;
  left: 45%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background: silver;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 20px 50px rgb(23, 32, 90);
  border: 2px solid #2a3cad;
  color: black;
  padding: -30px;
}
}
@media only screen and (max-device-width:375px;)  {
.background-img{background-image:("/");}
 .boxoof{
  position: relative;
  display:block;
  top: 40%;
  left: 15%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background: silver;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 20px 50px rgb(23, 32, 90);
  border: 2px solid #2a3cad;
  color: black;
  padding: -30px;
}
.boxoof2{
  position: relative;
  display:block;
  top: 40%;
  left: 45%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background: silver;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 20px 50px rgb(23, 32, 90);
  border: 2px solid #2a3cad;
  color: black;
  padding: -30px;
}
}
*/