/*
 Theme Name:     Modern Visual
 Theme URI:      https://www.modernvisual.com.au
 Description:    Modern Visual Client Website
 Author:         Modern Visual Team
 Author URI:     https://www.modernvisual.com.au/about-us/
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

a.topbutton {
    display: block;
    height: 41px;
    position: absolute;
    right: 40px;
    background: #3b3c3c;
    width: 40px;
    top: 23px;
border-radius: 3px;
color: #fff;
    font-size: 30px;
    padding: 5px 0;
text-align: center;
-webkit-transition: 0.6s; /* Safari */
    transition: 0.6s;
}

.et-fixed-header a.topbutton {top: 9px;}

a.portallogin {
    position: absolute;
    right: 100px;
    font-size: 0.9em;
    margin-top: 6px;
}

@media only screen and (min-width: 981px) { 
a.topbutton {right: 70px;}
a.portallogin {
    position: absolute;
    right: 130px;
    font-size: 0.9em;
    margin-top: 6px;
}
}

@media only screen and (max-width:768px) {
    
    div.et_pb_section.et_pb_section_0 {background-size: cover!important;}
}

/*STARS*/
.large-header {
   position: relative;
   width: 100%;
   background: #111;
   overflow: hidden;
   background-size: cover;
   background-position: center center;
   z-index: 1;
}
.plans-content {
	margin-bottom: 100px;
}
.plans-content .large-header {
   background-image: url("https://www.direct-connect.com.au/wp-content/uploads/2020/04/dc_plans_backround.jpg");
}

.main-title {
   position: absolute;
   margin: 0;
   padding: 0;
   color: #F9F1E9;
   text-align: center;
   top: 50%;
   left: 50%;
   -webkit-transform: translate3d(-50%, -50%, 0);
   transform: translate3d(-50%, -50%, 0);
}

.plans .main-title {
   text-transform: uppercase;
   font-size: 4.2em;
   letter-spacing: 0.1em;
}

.main-title .thin {
   font-weight: 200;
}

@media only screen and (max-width: 768px) {
   .plans .main-title {
      font-size: 3em;
   }
}

.plan-div {
    width: 18%!important;
	min-height: 300px;
    margin-right: 1.3%;
    float: none;
    display: inline-block;
    vertical-align: top;
    border-radius: 10px;
    /* background-color: #0c3c4ad1!important; */
    padding: 2vw 1.5vw!important;
    /* -webkit-box-shadow: 0px 0px 35px -18px rgba(0,0,0,0.41); */
    -moz-box-shadow: 0px 0px 35px -18px rgba(0,0,0,0.41);
    /* box-shadow: 0px 0px 35px -18px rgba(0,0,0,0.41); */
    -webkit-box-shadow: 0px 0px 35px -24px rgba(0,0,0,0.41);
    -moz-box-shadow: 0px 0px 35px -24px rgba(0,0,0,0.41);
    box-shadow: 0px 0px 35px -24px rgba(0,0,0,0.41);
    /* background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%); */
    background: rgb(2,0,36);
    background: linear-gradient(29deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 0%, rgba(0,212,255,1) 100%);
	color: rgba(0,0,0,.6);
    text-shadow: 3px 2px 3px rgba(255,255,255,0.26);
	text-align: center;
}

.plan-title {
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    font-size: 20px!important;
	padding: 10px 0;
    color: rgba(0,0,0,.6);
    text-shadow: 3px 2px 3px rgba(255,255,255,0.26);
}

.plan-details {
	margin-bottom: 10px;
    background-color: #9e9fd11c;
	font-size: 14px;
	color: #000;
}

.plan-button {
	font-size: 16px!important;
    background: rgba(0,0,0,0.75)!important;
    border-radius: 10px;
    padding: 0.3em 1em!important;
    color: #fff;
}

/** navs */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: transparent;
    border-color: #dee2e6 #dee2e6 #fff;
}
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 20px;
	border: 1px solid #ccc;
	background: #ccc;
	border-top: none;
}