/* CC+ Free Trial 2025 - v1.0.1 */

body {
    background-color: #101010;
}
ul#product-tabs li.tab-active, ul#chapter-selector li.tab-active {
    color: #caa02e;
}
.dark-section ul#product-tabs li {
    border-bottom: 1px solid #caa02e;
}

h3.big-heading {
    font-size: 35px;
    line-height: 1.2em;
}

.border-section {
    position: relative;
    overflow: hidden;
    border-radius: 45px;
    margin-bottom: 35px;
}

.border-section .border-container {
    background-color: #101010;
    background: rgb(26,34,38);
    background: -webkit-linear-gradient(rgba(26,34,38,1) 0%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(rgba(26,34,38,1) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(rgba(26,34,38,1) 0%, rgba(0,0,0,1) 100%);
    margin-top: 25px;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 25px;
    border-radius: 25px;
    padding: 35px 15px;
    border-top: 3px solid #000000;
    overflow: hidden;
}
.border-section .border-container p:last-child {
    margin-bottom: 0px;
}


.machine-border {
    background: url('/images/iconic_bg-border_robots_1@2x.jpg') no-repeat;
    background-size: cover;
}
.yellow-border {
    background: rgb(87,77,39);
    background: -webkit-linear-gradient(top left, rgba(87,77,39,1) 49%, rgba(198,188,137,1) 52%);
    background: -o-linear-gradient(top left, rgba(87,77,39,1) 49%, rgba(198,188,137,1) 52%);
    background: linear-gradient(to bottom right, rgba(87,77,39,1) 49%, rgba(198,188,137,1) 52%);
}

.instrument-image img {
    margin: 0 auto;
}

#create-section, #create-section h3.big-heading {
    text-align: left;
}
#create-section .border-container {
    background: url('/images/iconic_composer_mobile_1@2x.jpg') no-repeat;
    background-size: cover;
}
#create-section h3.big-heading {
    max-width: none;
    /* padding: 0px 15px; */
}

#preview-section .inline-section {
    text-align: center;
    margin-bottom: 25px;
}

#preview-section .inline-section img {
    display: block;
    width: 100%;
}

#preview-section h4 {
    font-size: 32px;
}

#preview-section h4 span {
    display: block;
    margin: 0 auto;
    border: 2px solid #FFFFFF;
    width: 35px; height: 35px;
    line-height: 35px;
    border-radius: 65px;
    padding: 10px;
    margin-top: 7px;
    text-indent: 3px;
    background: rgb(16,16,16);
    background: -webkit-linear-gradient(75deg, rgba(16,16,16,1) 0%, rgba(60,79,89,1) 100%);
    background: -o-linear-gradient(75deg, rgba(16,16,16,1) 0%, rgba(60,79,89,1) 100%);
    background: linear-gradient(165deg, rgba(16,16,16,1) 0%, rgba(60,79,89,1) 100%);
}

#beyond-iconic h4 span {
    background: rgb(16,16,16);
    background: -webkit-linear-gradient(75deg, rgba(16,16,16,1) 0%, rgba(2,100,169,1) 100%);
    background: -o-linear-gradient(75deg, rgba(16,16,16,1) 0%, rgba(2,100,169,1) 100%);
    background: linear-gradient(165deg, rgba(16,16,16,1) 0%, rgba(2,100,169,1) 100%);
}



@media only screen and (min-width: 480px) {
	
	
}

@media only screen and (min-width: 768px) {
    .border-section .border-container {
        margin-top: 35px;
        margin-left: 35px;
        margin-right: 35px;
        margin-bottom: 35px;
    }
    h3.big-heading {
        font-size: 47px;
    }
    .border-section .border-container {
        padding: 50px 15px;
    }
    
    .border-section h3.big-heading, .content-container h3.big-heading {
        max-width: 575px;
        margin: 0 auto;
        margin-bottom: 25px;
    }
    
    .instrument-image img {
        width: 90%;
    }
    
    #create-section .border-container {
        background: url('/images/iconic_composer_1@2x.jpg') no-repeat;
        background-size: cover;
    }
    
    #create-section .border-container .wrapper {
        padding-top: 50%;
        width: 50%;
        margin-left: 5%;
    }
    
    
    #preview-section .inline-section {
        display: inline-block;
        width: 39%;
        padding: 0 5%;
        margin-bottom: 0px;
    }
    
    #pulsate-bubbles {
		display: block;
	}
    
}

@media only screen and (min-width: 1140px) {
	#pulsate-bubbles .pulsate-bubble .bubble-content { width: 500px; }
    #pulsate-bubbles .pulsate-bubble .bubble-content.center {
        left: -250px;
    }

}

